Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 3.4.0-b1
-
Component/s: Client Interface, Staff Interface
-
Labels:None
Description
Invoices currently do not show any applied credits. This either requires a modification to the current invoice templates, or a new template that displays this information.
Something to consider are the laws in some countries that dictate that invoices do not change once they are generated. This could be an issue if invoices always reflect a running total of applied transactions.
See http://www.blesta.com/forums/index.php?/topic/1336-show-credits-payments-on-invoice-pdfs/
Issue Links
- relates to
-
CORE-1573 Display the transaction number instead of the transaction_id on Invoice payment history
-
- Closed
-
There are some limitations to the way this table can be displayed using our version of TCPDF:
Because the line item table heading is shown on all pages as apart of the header, it is possible, that if payments span multiple pages, that the line item table heading will appear directly above payment items while the payment table heading is on a previous page. This will look like the table heading does not match the row data.
I don't see a way around this issue without updating TCPDF and potentially rewriting the entire invoice PDF to be compatible with the newer version.