Invoicing sample app and extra fields

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Pete
Posts: 2
Joined: 2018-01-04 18:42

Invoicing sample app and extra fields

Post by Pete » 2018-02-07 22:24

Hello, im creating a custom script and i have implemented the invoices sample app as it was faster to get going at that part. everything works just fine. in trying to add a field called shipping with database value "ship", the calculation works just fine and i did some editing in the js file to get that calculation going, now im stuck and i cant get that to print on the invoice and add to amount after tax!!!!!!!


any help here?

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: Invoicing sample app and extra fields

Post by R Tammam » 2018-02-28 06:06

Hello pete,
if you want get more values printed , you should add them to the printing custom code files
you can find them in hooks\invoice-templates

then add the following lines in the below screen shoot , to print the values you want

https://www.screencast.com/t/hLWg1cBDS8Uj

Post Reply