Difference between revisions of "GT:Palletize Cases Window Settings"
From coolearthwiki
Line 1: | Line 1: | ||
+ | ==Screen Settings (Ctrl-L, select Window Settings)== | ||
;Use preprinted labels by default - checkbox: When this window setting is turned on, preprinted labels will be used. New labels will not be printed. Default value of the setting is On. | ;Use preprinted labels by default - checkbox: When this window setting is turned on, preprinted labels will be used. New labels will not be printed. Default value of the setting is On. | ||
+ | ;Interface allocation records - checkbox: Default is ON. | ||
+ | ;Number of pallet labels to print - textfield: Default number is 1. | ||
+ | ;Use Actual Ship Date (Parity) - checkbox: For users of the Parity ERP system only. Use the date the shipment was actually shipped as the ship date instead of what is on the order. | ||
+ | ;Only allow single owner - checkbox: If you are putting the case on an existing container, need to make sure the case owner and pallet owner match. | ||
+ | ;Auto stage pallets - checkbox: After palletizing the cases, automatically stage the pallet. | ||
+ | if (m_bCreateCaseFromLabel || m_bFromReceive){ | ||
+ | ;Outsourced Line Number - textfield: Default is 999. This is the line number. It is only available if the screen is called from the Receiving window. | ||
+ | ;Collect Piece Count - checkbox: Default is ON. Have the user collect the piece count. | ||
+ | |||
+ | } |
Revision as of 17:01, 28 October 2014
Screen Settings (Ctrl-L, select Window Settings)
- Use preprinted labels by default - checkbox
- When this window setting is turned on, preprinted labels will be used. New labels will not be printed. Default value of the setting is On.
- Interface allocation records - checkbox
- Default is ON.
- Number of pallet labels to print - textfield
- Default number is 1.
- Use Actual Ship Date (Parity) - checkbox
- For users of the Parity ERP system only. Use the date the shipment was actually shipped as the ship date instead of what is on the order.
- Only allow single owner - checkbox
- If you are putting the case on an existing container, need to make sure the case owner and pallet owner match.
- Auto stage pallets - checkbox
- After palletizing the cases, automatically stage the pallet.
if (m_bCreateCaseFromLabel || m_bFromReceive){
- Outsourced Line Number - textfield
- Default is 999. This is the line number. It is only available if the screen is called from the Receiving window.
- Collect Piece Count - checkbox
- Default is ON. Have the user collect the piece count.
}