|
webstampManager - the ATL COM module for generating electronic Swiss Post stamps |
|
|||||||
|
How to print a stamp onto an invoice/credit request To print a webstamp onto an invoice or credit request in a xmlManager use (WEBSTAMP=file_path_of_BMP_file;)as an object name in the Print method. In its simplest form e.g. in the MDInvoiceRequestManager code
to print a webstamp onto the first invoice (onto "TP Rechnung" in the TP case or onto "Patienten-Rechnung" in the TG case).
If a webstamp should be printed on all invoices of a TG case ("Patienten-Rechnung" and "Rückerstattungsbeleg") then produce a comma separated list of BMP stamp files e.g. (WEBSTAMP=file_path_of_BMP_file1,file_path_of_BMP_file2;) |