Displaying customized background in duplicate invoice
Scenario: BIP 11G is integrated with BRM 7.5 and invoices are getting generated using the BRM utility pin_inv_doc_gen.sh/docgen.sh.
Invoices are getting generated in PDF format.
Below command is run to generate duplicate invoices:-
------------------------------------------------------------------
$JAVA_HOME/bin/java invoicedocgen.pin_inv_doc_gen -accts_list InvoiceList.xml -status generated
In this case, getting the invoice with the word 'duplicate' at the backdrop.
Client requirement is to show the word 'Copy' at the back instead of 'Duplicate'.
Qn: Is this possible to tweak some configuration file to achieve this?