36:Load Window Settings: Difference between revisions

From coolearthwiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
m_settingsP->map("Show Load Field", CHECKBOX, "0");
==Window Settings (Ctrl-L)==
m_settingsP->map("Dont allow load of held orders", CHECKBOX, "0");
;Show Load Field - checkbox:  When this option is turned on, the Load field will display on the screen.
m_settingsP->map("KP Order Sorting", CHECKBOX, "0");
;Dont allow load of held orders - checkbox:  When this option is turned on, any orders on hold will not be allowed to be loaded.
m_settingsP->map("Collect Pallet Position", CHECKBOX, "0");
;KP Order Sorting - checkbox:  customer specific setting.
;Collect Pallet Position - checkbox:  When this option is turned on,  
m_settingsP->map("Require lot approval for loading", CHECKBOX, "0");
m_settingsP->map("Require lot approval for loading", CHECKBOX, "0");
m_settingsP->map("Prompt for putaway of unloaded pallets", CHECKBOX, "0");
m_settingsP->map("Prompt for putaway of unloaded pallets", CHECKBOX, "0");

Revision as of 01:04, 4 May 2006

Window Settings (Ctrl-L)

Show Load Field - checkbox
When this option is turned on, the Load field will display on the screen.
Dont allow load of held orders - checkbox
When this option is turned on, any orders on hold will not be allowed to be loaded.
KP Order Sorting - checkbox
customer specific setting.
Collect Pallet Position - checkbox
When this option is turned on,

m_settingsP->map("Require lot approval for loading", CHECKBOX, "0"); m_settingsP->map("Prompt for putaway of unloaded pallets", CHECKBOX, "0"); m_settingsP->map("Enable BOL printing options", CHECKBOX, "0"); mapSetting("Warn when tracking number not scanned", CHECKBOX, "0"); mapSetting("Require SCAN OVERRIDE permission for manual track entry", CHECKBOX, "0"); mapSetting("Allow multiple shipments",CHECKBOX,"0"); mapSetting("Show Carrier On Screen",CHECKBOX,"0");