Difference between revisions of "Costing Error Message"
Line 20: | Line 20: | ||
| ShipmentReturn || Method to calculate cost of Returned Shipments. Cost is calculated based on the cost of the original receipt. <br>When no receipt is found the default cost is returned (Purchase Price List of the product)|| @NoPriceListOrStandardCostForProduct@ || @NoPriceListOrStandardCostForProduct@ = Because the transaction costing is average there is no way to create standard cost, the way to solve it is to create valid Purchase Price List (if the error still occur please check price list valid date and compare to transaction date). If the transaction have business partner, it might get purchase price list from business partner. | | ShipmentReturn || Method to calculate cost of Returned Shipments. Cost is calculated based on the cost of the original receipt. <br>When no receipt is found the default cost is returned (Purchase Price List of the product)|| @NoPriceListOrStandardCostForProduct@ || @NoPriceListOrStandardCostForProduct@ = Because the transaction costing is average there is no way to create standard cost, the way to solve it is to create valid Purchase Price List (if the error still occur please check price list valid date and compare to transaction date). If the transaction have business partner, it might get purchase price list from business partner. | ||
|- | |- | ||
− | | | + | | ShipmentVoid || Cost is get from transaction of canceled Shipment line on the date it is canceled. || @NoCanceledLineFoundForTrx@ || @NoCanceledLineFoundForTrx@ = canceled line should be auto generate when change document status to void. |
|- | |- | ||
− | | | + | | ShipmentNegative, <br>InternalConsNegative|| Calculates the cost of a negative Shipment line. By default if the product is purchased the cost is based on its Purchase Price List.|| @NoPriceListOrStandardCostForProduct@ || @NoPriceListOrStandardCostForProduct@ = Because the transaction costing is average there is no way to create standard cost, the way to solve it is to create valid Purchase Price List (if the error still occur please check price list valid date and compare to transaction date). <br>If the transaction have business partner, it might get purchase price list from business partner. |
|- | |- | ||
| Example || Example || Example || Example | | Example || Example || Example || Example |
Revision as of 07:06, 18 May 2022
Back to Troubleshooting |
Introduction
Daftar semua error yang akan mungkin akan tampil pada saat proses Calculate Costing dan cara menyelesaikannya.
Error Message Log
Transaction Type | Process | Possible Error | How to solve |
---|---|---|---|
Shipment, Receipt Return, Receipt Negative, Inventory Decrease, InventoryClosing, Internal Movement From, Internal Consumption |
Cost is getting by search average costing record of the product with costing start date is smaller or same with transaction process date, and costing end date is larger than transaction process date.
Sample query : |
@NoAverageCostDefined@ | @NoAverageCostDefined@ = create costing record on tab costing with setup like on the sample Query |
ShipmentReturn | Method to calculate cost of Returned Shipments. Cost is calculated based on the cost of the original receipt. When no receipt is found the default cost is returned (Purchase Price List of the product) |
@NoPriceListOrStandardCostForProduct@ | @NoPriceListOrStandardCostForProduct@ = Because the transaction costing is average there is no way to create standard cost, the way to solve it is to create valid Purchase Price List (if the error still occur please check price list valid date and compare to transaction date). If the transaction have business partner, it might get purchase price list from business partner. |
ShipmentVoid | Cost is get from transaction of canceled Shipment line on the date it is canceled. | @NoCanceledLineFoundForTrx@ | @NoCanceledLineFoundForTrx@ = canceled line should be auto generate when change document status to void. |
ShipmentNegative, InternalConsNegative |
Calculates the cost of a negative Shipment line. By default if the product is purchased the cost is based on its Purchase Price List. | @NoPriceListOrStandardCostForProduct@ | @NoPriceListOrStandardCostForProduct@ = Because the transaction costing is average there is no way to create standard cost, the way to solve it is to create valid Purchase Price List (if the error still occur please check price list valid date and compare to transaction date). If the transaction have business partner, it might get purchase price list from business partner. |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Example | Example | Example | Example |
Back to Troubleshooting |