Plugin Payment List
To be Introduced in Tiki17 and presumably to be backported to Tiki 16.x
Use this wiki plugin to display the list of payments from a user for a given time period, type of payments. It will allow to filter the results by some keywords used in the payment description.
{maketoc title="" levels="2,3"}
Parameters
Show details of payments. The payments considered may be restrained by user or date.
Introduced in Tiki 16.2.
Go to the source code
Preferences required: wikiplugin_paymentlist, payment_feature
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
max |
digits | -1 | 16.2 | |
filter |
text | URL encoded string for advanced searching (e.g. description=Club+Membership&details=info@example.com) | 16.2 | |
date_end |
date | Date range end | 16.2 | |
offset |
digits | For pagination | 0 | 16.2 |
payer |
Payments by anonymous where the payer's email is recorded | 16.2 | ||
sort |
(blank) login_asc login_desc amount_asc amount_desc payment_date_asc payment_date_desc request_date_asc request_date_desc |
16.2 | ||
date_start |
date | Date range start, accepts most date formats | 16.2 | |
user |
username | Payments by a particular user | 16.2 | |
format |
total table json |
total | 16.2 | |
type |
past outstanding cancelled overdue authorized |
Payment type | past | 16.2 |
Examples
Example 1
This code:
Copy to clipboard
{paymentlist type="past" format="table" user="someusername" date_start="2016-05-01" date_end="2017-01-17" filter="description=mykeyword"}
Would produce something like:
Click to expand
Related pages
Aliases
Payment List | PluginPaymentsList | Plugin PaymentList | Plugin Payment List