Hi,
I'm currently trying to create a Sales Profit Report in NAV, and to build one, I'm using the Value Entry table as the key table for the report.
And when creating the report I'd like to identify the Cost of Item, and Item Charge separately on the report.
I believe I got the basic right, but I'm having trouble with the following situation.
Let's say that Sales Invoice was posted in April, and during May (after April is closed), additional Charge Item of $10.00 is posted for the inventory that the Sales Invoice shipped out.
Assuming that the Inventory was fully shipped in the Sales Invoice, a $10.00 Adjustment entry will be created in the Value Entry table, with the Posting Date of May 1st, for the Sales Invoice.
But just by looking at this Value Entry I cannot identify whether this adjustment was created due to posting Charge Item, or due to posting Item Application Worksheet.
Is there an efficient way of identifying such information?
Thank you.
0
Comments
KCP Consultores
I just checked this right now, but for both of the following scenarios, the Source Code was set as "INVTADJMT".
a) Posting Item Charge
b) Posting Item Application Worksheet
Do you think there's other way for identifying the above 2 entries?
Thank you.
You would probably have to re-engineer the applied cost to determine what was from Item Charges and what was just from the purchase price
KCP Consultores
whenever you are posting Item(Charge), item charge No. will be carried out to Value entry, so you can use it as a filter to bifurcate "INVTADJMT" entries.
KCP Consultores
You can use this field to bifurcate the entries.
Regards,
Faisal Bukhari
Item Charge No. will be updated when you are posting invoice for that charge item.
I think you are talking about you are posting charge Item for already shipped item ?
If "Item Charge" is assigned to the items that are already shipped out, then an adjustment entry will be created in the Value Entry table. And this Adjustment Entry will have "Adjustment = TRUE", and "Item Charge No. = blank", so by just looking at the adjustment entry, there is no way of distinguishing whether the adjustment was created due to posting Charge Item, or Item Application Worksheet.
So is my conclusion that the tables have to be modified to carry such identifier?
Thank you.
or you can custom code, to assign item charge no. to value entry when shipment being posted
Hope now your issue get solved
Yes you are correct.
KCP Consultores
You can't assume that the adjusting entry is related to a single cost increase such as one item charge. It could be the result of any combination of multiple cost changes higher up in the costing chain.
I will go back to my prior suggestion of reconstructing the cost source by going to the entry(ies) applied to and recalculating the source of the costs.
KCP Consultores