Combine Production Order for the Same Items

navuser1navuser1 Member Posts: 1,329
Dear All,

How to Create a Combine Production Order from the Different Sales Orders with SAME Item.

Scenario :




The Three Production order should be generated as per requirement.

Production Order 1 for Item X1 (7)
Production Order 2 for Item X2 (5)
Production Order 3 for Item X3 (8)

My question is :

Please suggest me how to calculate ‘Start Date’ and ‘End Date’ in the Production order for an item with different Shipping Date?
Now or Never

Comments

  • gerdhuebnergerdhuebner Member Posts: 155
    One suggestion would be to set "Starting Date" to WORKDATE (like NAV standard does, if you create a production order from a sales order) and calculate "Ending Date" from the earliest "Shipment Date" of the involved Sales Lines. NAV Standard does this via Codeunit 5404 "Lead-Time Management", function PlannedEndingDate. - by the way, it should be possible with appropriate setup parameters to do everything with the standard NAV planning module, particularly because such aspects like "considering inventory", "multiple locations", "calculation of Ending Date", etc. are taken into account by default...
    Furthermore you have to differentiate between the Starting/Ending Date field in table "Production Order" and the corresponding fields in the table "Prod. Order Line", which should have the same value, of course, if there is only one Prod. Order Line per Production Order.
  • navuser1navuser1 Member Posts: 1,329
    One suggestion would be to set "Starting Date" to WORKDATE (like NAV standard does, if you create a production order from a sales order) and calculate "Ending Date" from the earliest "Shipment Date" of the involved Sales Lines. NAV Standard does this via Codeunit 5404 "Lead-Time Management", function PlannedEndingDate. - by the way, it should be possible with appropriate setup parameters to do everything with the standard NAV planning module, particularly because such aspects like "considering inventory", "multiple locations", "calculation of Ending Date", etc. are taken into account by default...
    Furthermore you have to differentiate between the Starting/Ending Date field in table "Production Order" and the corresponding fields in the table "Prod. Order Line", which should have the same value, of course, if there is only one Prod. Order Line per Production Order.

    Hi gerdhuebner,

    Thank for your reply
    Now or Never
  • gerdhuebnergerdhuebner Member Posts: 155
    You're welcome!
  • navuser1navuser1 Member Posts: 1,329
    Actually our Client gets numbers of Sales Order (For the Same Item) from their Customers...

    They want to create a Single Production Order per Item basis that why
    they/Client do not require multiple Production Order for the Same Item.

    Though the Standard NAV create multiple Production Order for the same case.
    Now or Never
Sign In or Register to comment.