Update the total committed field in the sales order record. When receiving a purchase order created for that particular item in the sales order record.
Requirements
Update the total committed field in the sales order record. When receiving a purchase order created for that particular item in the sales order record.
Our Solution
We will create a button ”Shop floor print” in the sales order. The button will only display the sales order view mode.
When a user clicks on this button a new suitelet form will appear on the new tab. This suitelet page will display the details of the shop floor process print.
On the shop floor suitelet page body part contains the following fields:
- Order # (free form text field)
- CONT TYPE (free form field)
- CONT DATE (date field)
- STATUS (free form text field)
- PARTY (free form text field)
- Remarks (free form text field) Users can enter the value.
- Prepared by (free form text field) Users can enter the value.
Note: These values are taken from the current sales order record.
On the shop floor suitelet page sublist part contains the following fields:
- Product Id (free form text field)
- Product Description. (free form text field)
- Product Quantity. (integer)
- Is Print (checkbox)
The user can manually select the items on the suitelet page using the “is print” checkbox.
Once the print is taken Next time already taken items are not displayed on the suitelet page.
The PDF print will display like the given mockup,
Assumption
- We display only inventory items on the custom suitelet page.
2. We will not display items. Which has already taken print out for the shop floor process.
3. Only PROD ID, DESCRIPTION, and QTY are displayed in the PDF sublist.
4. Is there any role restriction for users to take prints?