Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Payment history CSV receipt links #3477 (WIP) #4312

Closed
wants to merge 4 commits into from
Closed

Payment history CSV receipt links #3477 (WIP) #4312

wants to merge 4 commits into from

Commits on Sep 24, 2016

  1. merge

    Willy Bruns committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    4914864 View commit details
    Browse the repository at this point in the history
  2. Add CSV export of contribution breakdown to Payment History dialog

    for issue #3477
    - Adds "Receipt Link" column to Payment History dialog
    - Clicking link opens CSV with 5 columns breaking down your contribution by Publisher:
      "Publisher","Votes","Fraction","BTC","USD"
    
    - depends on ledger-client changes NOT in master:
     see branch: https://github.com/willy-b/ledger-client/tree/support-browser-laptop-3477
     specifically https://github.com/willy-b/ledger-client/commit/8c9e728de1f8f1b801dcba4baddc876f54c9167a
    Willy Bruns committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    8de675a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Payment history receipt link minor changes

    - link is now an <a> element
    - added an error check to OPEN_LEDGER_TRANSACTION_CSV handler in app/ledger.js
    for #3477
    Willy Bruns committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    cb94726 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Payment History receipt link downloads a data URL

    for #3477
    Willy Bruns committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    17151f8 View commit details
    Browse the repository at this point in the history