Actions
Feature proposal #7435
closedImplement frontend payment history
Description
Implement a page for users to view their full payment history (similar to backend payments view). This should allow them to see recurring payments and their corresponding transaction ids, etc.. to keep track of all their payments.
Updated by beat almost 6 years ago
Additionally, for refunds, use a different title ("Refund note" instead of "Payment receipt")
Updated by beat almost 6 years ago
- Related to Feature proposal #7456: Payments: Add flexible numbering scheme like for invoices added
Updated by krileon almost 5 years ago
- Status changed from New to Resolved
- Assignee set to krileon
- Target version changed from 4.6.0 to 4.4.0
- % Done changed from 0 to 100
Implemented in MR !179
Frontend payment history is disabled by default. It will display the item name for the purchase, the transaction id, the amount, the state (e.g. completed, pending, etc..), and the date (paid date if completed otherwise create date). Item name will link to associated invoice if invoices are enabled.
Actions