Currently we default all our Customers to Complete Shipments.
We have created our Trainings as Resources that we sell. However, we do not bill the customer until the training has been taken. The problem is that when the Warehousing Module (Shipments), get posted, the resources also ship (Freight, Training, Warranties, etc.).
We do not want this to happen. We want the accounting department to process resources. If we set the Shipping Advice to Partial, the resources do not ship during the warehousing process but now it allows Shipping to ship incomplete orders.
Is there a way to stop resources from shipping?
Thanks...
0
Comments
OR
Create the items and training as separate orders, ship them separately. Then use Combine Shipment to put them on one invoice.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
May be, at the end of OnValidate of the Quantity-field: Be careful though ... I don't recommend to play around with the Qty-fields. A lot can go wrong.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
You need to put in:
IF "Document Type" = "Document type"::Order
or else you'll be in world of hurt.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
I Wouldn't know how this would solve your issue...
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Any thoughts?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
i have one problem....in posting time every one first shipping and invoice...but i want first invoice after shipping...how can i solve this problem #-o
I don't recommend this, because NAV is going to check the Qty Shipped to know how many you can invoice.
On the top of my head:
You'll have to play around with the Qty-fields, to be able to have a Qty-to-invoice higher than Qth-Shipped. (Qty. to Invoice - OnValidate - trigger, probably :-k )
furthermore it has to be possible to post this, and I don't know how this is checked in the codeunits ... that's for you to check.
Also, you'll have to change the STRMENU to be able to post only the invoice.
again ... I don't recommend this ... [-X
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog