[Data]
PDFPath=C:\ProgramData\Siriusware\Sales\pah_pdfs\
There is also a new setting in the PrintEZ.INI file called PDFEmbedAllFonts. When set to a YES (default),
it will allow the reading of the PDF file on a computer where the fonts contained in that PDF might not be installed.
Changes to ww.dll
A new field has been added to the "price_info" field returned by the getitemexpanded call to
ww.dll
A new field has been added to the "price_info" field returned by the getitemexpanded call to ww.dll.
The new field name is "dwp_ext" which is the quantity requested multiplied by the Debitware preload value.
Support has been added for nested modifiers to GetItemExpanded
Support has been added for nested modifiers to GetItemExpanded. The old syntax using the <hasmod> is still
supported but deprecated. To specify modifiers, use the fields <mod1>, <mod2> etc. The data inside a <modN>
tag must include <department>, <category> and <item> tags, and may optionally contain its own
<mod1>, <mod2>, etc. tags.
Example:
<func>getitemexpanded</func>
<department>TICKETS</department>
<category>PACKAGE</category>
<item>PACKAGE</item>
<calcprice>1</calcprice>
<qty>1</qty>
<mod1>
<department>TICKETS</department>
<category>ADULT</category>
<item>1DAY</item>
<mod1>
<department>TICKETS</department>
<category>PACKAGE</category>
<item>10VOUCHER</item>
</mod1>
</mod1>
<mod2>
<department>TICKETS</department>
<category>ADULT</category>
<item>1DAY</item>
Comentarios a estos manuales