How to Show the Order Total with Tax on the PDF
Content
The seeded order PDF shows the total amount of goods and services you purchased. Your approvers or your suppliers may have requirements to see the total amount with exclusive tax included. You can customize the data model and template to display the sum of the ordered amount and exclusive tax.
- Add the following expression to your data model at the end of the existing select clause in your header datasets. The position in the clause is important because the expression depends on values calculated by existing seeded expressions.
PO_BIP_HELPER.get_formatted_display(PO_BIP_HELPER.get_global_attr('ORGORDEREDAMOUNT') + PO_BIP_HELPER.get_global_attr('RECOVERABLE') + PO_BIP_HELPER.get_global_attr('NONRECOVERABLE')
Tagged:
7