PO/SO Short Closure

DeepDeep Member Posts: 569
Dear All,

I need some help.
Kindly let me know of any functionality is available for shortclosure of Purchase orders or sales orders.

For eg.
PO Qty=100 Units
Received Qty=10 Units
Outstanding=90 Units

Now I dont want to receive anymore and want to close it.
Is there something by default to do so???
Regards,

Deep
India

Comments

  • idiotidiot Member Posts: 651
    You can reduce PO Qty to 10 so that Outstanding = 0
    NAV - Norton Anti Virus

    ERP Consultant (not just Navision) & Navision challenger
  • DeepDeep Member Posts: 569
    idiot wrote:
    You can reduce PO Qty to 10 so that Outstanding = 0

    Yes. But I dont want the PO/SO to be modified. I need the original order and also the short closure for future reference.
    Regards,

    Deep
    India
  • ssinglassingla Member Posts: 2,973
    In a particular implementation where similar requirement was solved in the following way:-

    a) Batch job was created which was doing the folowing activities :

    - Archive the order with a custom boolean field for short close.
    -Open the PO.
    -Update the PO qty with the Qty Received if Qty Received >= 90% of PO qty and order date older than 2 month
    -Re-Release the PO
    -Run the standard report of delete Invoiced PO.

    b) Form on Archived Sales Header and Sales Line filtered on boolean field for tracking the short closed order.

    I hope this will be useful.
    CA Sandeep Singla
    http://ssdynamics.co.in
  • DeepDeep Member Posts: 569
    It was infact a great help.
    Thanks Sandeep.
    Regards,

    Deep
    India
Sign In or Register to comment.