GS:Page 3 Settings: Difference between revisions

From coolearthwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
;Settings Password - inputfield:  This setting is used to specify the password for all settings windows.
;Settings Password - inputfield:  This setting is used to specify the password for all settings windows.
;IsUltra - checkbox:  When this setting is turned on, Ultra is enabled.
;IsUltra - checkbox:  When this setting is turned on, Ultra is enabled.
;
gWslSettingsP->map("Ultra:track#", TEXTFIELD, "1000");
gWslSettingsP->map("UltraCounter", TEXTFIELD, "0"); // replaces DOCounter in lieu of DB connection
gWslSettingsP->map("UltraRetryMin", TEXTFIELD, "5"); // how often Ultra attempts to reconnect to DB, in minutes
gWslSettingsP->map("Num. of Receive Tab Fields", TEXTFIELD, "1");
gWslSettingsP->map("Num. of Shipping Tab Fields", TEXTFIELD, "1");
gWslSettingsP->map("X12 Compliant ASN", CHECKBOX);
gWslSettingsP->map("XML Path", TEXTFIELD);

Revision as of 23:13, 2 June 2006

Adaptive Binfield checkdigit - checkbox
With this option turned on, Whistle will print half of a bin label with a check-digit, half without.
Case Pick - checkbox
With this option turned on, Whistle will turn on the case picking functionality.
Days To Keep Log - inputfield
This setting is used to specify the length of days to keep log file entries before being trimmed.
Prefer Put Empty Single - checkbox
With this option turned on, Whistle’s picking logic will prefer an empty bin over an otherwise optimal location.
Ignore pallet qty on putaway - checkbox
With this option turned on, Whistle’s putaway logic will not prefer to put away a partial pallet (non-full pallet) in a bin that normally only holds a single pallet.
Intra-container print delay - inputfield
This setting holds the value in milliseconds to delay a print action based on some printer’s individual needs.
Allow decimal qty for all uoms - checkbox
With this option turned on, Whistle will allow decimal quantities to be used for all UOM conversions.
Auto save screens for user - checkbox
With this option turned on, Whistle will auto-save screen data for each user.
Auto span SO lines for identical items - checkbox
With this setting turned on, Whistle will split the loaded quantity between two same product sales order lines. Otherwise, all quantity will go to the first order line for the product.
Settings Password - inputfield
This setting is used to specify the password for all settings windows.
IsUltra - checkbox
When this setting is turned on, Ultra is enabled.

gWslSettingsP->map("Ultra:track#", TEXTFIELD, "1000"); gWslSettingsP->map("UltraCounter", TEXTFIELD, "0"); // replaces DOCounter in lieu of DB connection gWslSettingsP->map("UltraRetryMin", TEXTFIELD, "5"); // how often Ultra attempts to reconnect to DB, in minutes gWslSettingsP->map("Num. of Receive Tab Fields", TEXTFIELD, "1"); gWslSettingsP->map("Num. of Shipping Tab Fields", TEXTFIELD, "1"); gWslSettingsP->map("X12 Compliant ASN", CHECKBOX); gWslSettingsP->map("XML Path", TEXTFIELD);