AutoCommand 20036 Installationsanleitung Seite 131

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 183
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 130
131
20285 – Club Management - The Club Member Purchases stored procedures have been updated for version
4.1.01. Both _rs_clubmemberpurchases and _rs_clubmemberpurchases_PT return the same
set of data, and the only difference between them is in the encryption/decryption used. Set both
"EncryptReportQueryString" in the web.config file for the E-Commerce pages and
"HashedStoredProc" in the web.config file for the Club Management pages to "1" to use the
.NET encryption/decryption (uses the _rs_clubmemberpurchases_PT stored procedure). Set the
value for both keys to "0" to use the old hash style encryption/decryption (uses the
_rs_clubmemberpurchases stored procedure). Running with .NET encryption/decryption will
normally work faster
20607 – Club Management - Code has been added to properly handle the "+" symbol in URLs passed to
the Club Management pages when using .NETencryption/decryption.
18705 – Direct-To-Lift ValidatePass and ValidateCard: Validation capabilities which perform an autosale
DTL charge, now use the original sale transaction the pass was sold on, to determine if the pass was sold on
an account. If that account does not have an "Autoscan" invoice assigned, SalesEZ application will now fall
back and attempt to charge the guest credit card on file (if available).
18706 – Direct-To-Lift – Sales no longer populates the gst_pass.account field when no autoscan
value is associated with the account. Direct To Lift passes will, therefore, not have an account associated
with them and will charge the guest's credit card as they should.
12294 – Dynamic Pricing capability Conditional statements in Dynamic Pricing rules that contain
negative numbers should now work correctly. This allows refunding of items using Dynamic Pricing rules
to work correctly. The following example shows a working Dynamic Pricing rule using negative numbers:
IF(QTY(1), SETPRICE(3.00))
IF(QTY(>1), SETPRICE(2.00))
IF(QTY(7-10), SETPRICE(1.00))
IF(QTY(>10), SETPRICE(0.75))
IF(QTY(-1), SETPRICE(3.00))
IF(QTY(<-1), SETPRICE(2.00))
IF(QTY(-10--7), SETPRICE(1.00))
IF(QTY(<-10), SETPRICE(0.75))
15778 – Dynamic Pricing capability – Modifiers now use the quantity of main item for initial quantity (not
“1” as it had been). This allows a modifier Dynamic Pricing rule of IF(QTY(1), PREVENTUSE("Not
valid for odd quantities")) to work correctly instead of continually failing.
16339 – Dynamic Pricing capability Dynamic Pricing rule now works correctly with SETTAX on direct
priced item. Tax is able to be removed with Tax Exempt button in both direct price configuration and non-
direct price configuration.
16716 – Dynamic Pricing capability MOVEREVENUE rule now supports more precision, up to 4 places
after the decimal, when moving revenue by percent (e.g., 33.3333 rather than just 33). MOVEREVENUE will
now divide by quantity when allocating revenue on a percentage basis. (Fixed amounts will not be divided.)
If it's necessary to NOT divide by quantity (such as when an access item has a number of uses equal to its
quantity) the percentage can be followed with '*QTY' in order to allow it behave correctly.
16770 – Dynamic Pricing capability When using the same Dynamic Pricing rule (containing a
selectivespecial macro) for several items, Sales will now respond and discount the items correctly when
multiple items using that rule have been added to the sale.
Seitenansicht 130
1 2 ... 126 127 128 129 130 131 132 133 134 135 136 ... 182 183

Kommentare zu diesen Handbüchern

Keine Kommentare