Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Introduction

Wavelet Management Suite uses Perpetual Inventory, where Inventory value and cost of goods sold are continuously updated whenever items defined as inventory items are received or released from stock.

Inventory Items

The below item types are identified as inventory items :

  • Inventory
  • Non-inventory
  • Batch and Expiry
  • Coupon
  • Decimal Item

Valuation Method

Wavelet Management Suite uses Moving Average (MA) to calculate the average cost of an item.

Moving Average formula : 

( ( Current Moving Average Cost * Current Balance Quantity ) + ( New Transaction Price * New Transaction Quantity ) ) / ( Current Balance Quantity + New Transaction Quantity )

Note :

  • Moving Average Cost is calculated by company. Thus, the Moving Average Cost for an item will be the same across the entire company.
  • Transactions that will cause recalculation of Moving Average Cost :
    • Goods Received Note
    • Purchase Return
    • Stock Adjustment
    • Trade In
    • Sales Return ( if it's configured to use Invoice MA Cost )
  • Transactions that consume the Moving Average Cost :
    • Invoice
    • Sales Return ( if it's configured to use Current MA Cost )

Sample Moving Average Cost calculation for Item1 in CompanyA :

Creation DateTransactionQtyPurchase Price/UnitUnit CostBalance QtyBalance AmtMA Cost
2015-10-01GRN100110100.00NA101,000.00100.00
2015-10-12INV20016NA100.004400.00100.00
2015-10-12GRN10022090.00NA242,200.0091.67
2015-10-23INV20021NA91.67232,108.3391.67
2015-10-28SR3001 (for INV2001)1NA91.67242,200.0091.67
2015-10-28PR4001 (for GRN1001)1100.00NA232,100.0091.30





 

 

 

 


  • No labels