Hello,
I have a posted Sales Invoice which in the shipment process incurred additional cost (freight, handling, etc) which will be bear solely by our the selling party. What I want to ask here is that anyway I could build the cost into this particular Sales Invoice?
I had raised a Purchase Order to my Freight vendor and tried to assign the Charges (Item) to the Receipt line, but if I done so, it will adjust the cost of the whole receipt, not only the cost of the particular Sales Invoice. If I assign to the Shipment line, it doesn't build the cost and the Value Entry of the Sales Invoice not adjusted.
Any takers?
Rgds,
Jon.
Rgds,
Jon.
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Rgds,
Jon.
Jon.
Do It Yourself is they key. Standard code might work - your code surely works.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
One problem is that Report 113 Customer/Item Sales will set a filter on the Value entries :
WHERE(Source Type=CONST(Customer))
If a purchase invoice is used to assign the charge to the sales shipment lines, these
records will be ignored because the Source Type is "Vendor" and subsequently the profit calculation in this report is wrong.
Assigning item charges in this way is quite common demand, because these are often hidden in the line amounts of the customers sales invoice.
They will show up in the item ledger entries, but that is no solution because here the posting date is the shipment date and not the invoice date, the discounts are missing etc. All statistics regarding values should be based on the value entries, but this does not seem to be possible without modifying the cost adjustment routine or redesigning all statistical reports. :roll:
Anyone has tried it on SP2 ?
The value entry is only used to reconcile between your inventory and your G/L. When reconciling with the G/L, there are timing issues to take into consideration.
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
However, by doing this, you still will not get a "true" profitability since landed cost can occur a month or 2 into the future.
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
Then the Profit in Customer Ledger & Statistics is useful :-)
if you want to associate a cost with an invoice, and not to a particular item, aren't you supposed to use Resources?
From the manual: