Difference between revisions of "Costing Error Message"

From InfiniteERP Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
=== Error Message Log ===
 
=== Error Message Log ===
 +
{| class="wikitable sortable"
 +
|-
 +
! 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 :
 +
CostingDateFrom <=  TransactionProcessDate
 +
CostingDateTo >  TransactionProcessDate
 +
CostingType = ‘AVA’
 +
CostingCost != null
 +
|| @NoAverageCostDefined@ || @NoAverageCostDefined@ = create costing record on tab costing with setup like on the sample Query
 +
|-
 +
| 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
 +
|-
 +
| Example || Example || Example || Example
 +
|-
 +
| Example || Example || Example || Example
 +
|-
 +
| Example || Example || Example || Example
 +
|}
 +
  
  

Revision as of 07:00, 18 May 2022

Back button.png   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 : CostingDateFrom <= TransactionProcessDate CostingDateTo > TransactionProcessDate CostingType = ‘AVA’ CostingCost != null

@NoAverageCostDefined@ @NoAverageCostDefined@ = create costing record on tab costing with setup like on the sample Query
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
Example Example Example Example
Example Example Example Example
Example Example Example Example



Back button.png   Back to Troubleshooting