Difference between revisions of "GT:Load Window Settings"
From coolearthwiki
Line 1: | Line 1: | ||
− | + | ==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("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 20:04, 3 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");