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

Add Payment History dialog to Payments Tab (issue #2994) #3473

Merged
merged 2 commits into from
Aug 27, 2016
Merged

Add Payment History dialog to Payments Tab (issue #2994) #3473

merged 2 commits into from
Aug 27, 2016

Commits on Aug 27, 2016

  1. Add Payment History dialog

    - Displays a table of user payment history
      (Each row represents a batched payout to multiple publishers
      sometimes called a `reconciliation` or `transaction` elsewhere)
    - 3 columns are shown for each payment: `Date`, `Total Amount`, & `Receipt Link`
    - Data comes from `transactions` array in `ledgerData` obj in UI
      (same as `ledgerInfo` in `browser-laptop/app/ledger.js`)
    - Next payment date in footer comes from `ledgerData.reconcileStamp`
    - fix awkward alignment of `Account Balance`, `Monthly Budget` columns, and `View Payment History` button in Payments Tab
    
    impls issue #2994
    Willy Bruns committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    540e918 View commit details
    Browse the repository at this point in the history
  2. Remove "Receipt Link" from this PR

    - Remove "Receipt Link" column from this PR
    - Resize modal and remaining columns
    Willy Bruns committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    547a1dc View commit details
    Browse the repository at this point in the history