<|JUSTRIGHT(iif(sale_hdr->pmt_amt1>0.0000,alltrim(str(sale_hdr-
>pmt_amt1,8,2))+' ','')+iif(sale_hdr->pmt_amt2>0.0000,alltrim(str(sale_hdr-
>pmt_amt2,8,2))+' ','')+iif(sale_hdr->pmt_amt3>0.0000,alltrim(str(sale_hdr-
>pmt_amt3,8,2))+' ','')+iif(sale_hdr->pmt_amt4>0.0000,alltrim(str(sale_hdr-
>pmt_amt4,8,2)),''),40)|>
<|JUSTRIGHT('CHANGE DUE: '+iif(Utility->change>0.0000,'-
','')+alltrim(STR(Utility->change,8,2)),40)|>
<|NEWLINE()|>
<|CENTER('Thank You!',40)|>
<|NEWLINE()|>
<|iterate_over(cc_trans, sale_no, sale_hdr->sale_no, IIF(cc_trans-
>status=3,ALLTRIM(' '),'Card Number:
XXXXXXXXXXXX' + cc_trans->card_id + NEWLINE() + 'Card Type: ' + cc_trans-
>card_type + NEWLINE() + 'Amount: $' + ALLTRIM(STR(cc_trans->total,16,2)) +
NEWLINE() + 'Approval: ' + ALLTRIM(cc_trans->approval) + NEWLINE()),
NEWLINE())|>
<|NEWLINE()|>
<|NEWLINE()|>
<|NEWLINE()|>
<|Printers->cut_code|>
<|NEWLINE()|>
<|NEWLINE()|>
Changes to PrintEZ application
PrintEZ application now uses the NovaPDF driver instead of Amyuni to generate all PDF files
PrintEZ application now uses the NovaPDF driver instead of Amyuni to generate all PDF files. This is installed as a
new SiriuswareNovaPDF printer on a salespoint by the latest CommonFiles or CommonUpdate_4101
programs. This change supports new settings in the [Preferences] section of PrintEZ.INI:
PDFRenderWaitMode=
1 = (Default) Wait for PDF print driver to report PDF file completion before continuing.
2 = Do not wait for PDF print driver to report PDF file completion (it is spooled by the Windows print spooler),
except when the PDF file needs to be emailed. While this is faster than 1, use this setting with caution, as it may
cause missing PDF pages or stability problems.
3 = Never wait for PDF print driver to report PDF file completion (it is spooled by the Windows print spooler).
While this is faster than 1, use this setting with caution, as it may cause missing PDF pages or stability problems.
PDFRenderTimeout=
Comentários a estes Manuais