Publishers - Payments
The top menu inside publishers area contains the link "Show payments". It opens a page with a list of all payment periods since the publishers joined the system. This page uses the template publisher_payments.html, there are available the following variables:
#%currency%# |
The currency that you set in
configuration. |
#%paid_amount%# |
Total amount paid to the publisher. |
#%unpaid_amount%# |
Unpaid balance. |
#%list_of_payments%# |
List of all payments. Each line of this list is based on template publisher_payments_one_payment.txt. |
Each line in the list of payments is based on template publisher_payments_one_payment.txt. There are the following variables:
#%date_from%# |
Start date. |
#%date_to%# |
End date. |
#%currency%# |
Currency used in your system. |
#%amount_now%# |
Earned in this period. |
#%amount_moved_in%# |
Moved from previous periods. |
#%amount_total%# |
Total amount. |
#%paid_date%# |
Paid date (if applicable). |
#%amount_moved_over%# |
Amount moved to next period |