Receipt records what arrives from the supplier: which consumable, into which storeroom, how much and at what cost. It is the only operation that moves a consumable's average cost in a location, so the unit cost captured here is what every consumption report reflects afterwards.
Consumables > Receipt
Direct URL: /Consumables/receive
| Term | Definition |
|---|---|
| Unit cost | What each unit cost on this purchase. |
| Weighted average cost | The cost issues are valued at. It is recalculated on every receipt with the formula (on hand x average + quantity x receipt cost) / (on hand + quantity). |
| Reference | The invoice or delivery note number, so the purchase can be traced. |
If there were 10 toners at $89 and you receive 10 more at $99:
(10 x 89 + 10 x 99) / 20 = $94
Later issues are valued at $94 until the next receipt. Earlier deliveries keep the cost they had: a more expensive purchase does not rewrite the past.
| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Consumable | Searchable list | Yes | What arrived. | It must be active. |
| Location | Drop-down | Yes | The destination storeroom. | A location must be chosen. |
| Quantity | Number | Yes | How many units came in. | Greater than zero. |
| Unit cost | Number | Yes | The cost of each unit. | Cannot be negative. |
| Vendor | Text | No | Who sold it. Free text, no catalog. | None. |
| Reference | Text | No | The invoice or delivery note. | None. |
| Date | Date | No | The receipt date. | None. |
| Action | Permission |
|---|---|
| Record receipts | Consumables.Receive |
| Symptom | Likely cause | Resolution |
|---|---|---|
| The Receive button is disabled. | The consumable, location or quantity is missing. | Fill in the required fields. |
| The average cost ended up different from the invoice cost. | The average weights the new purchase against what was already there. | That is the expected behavior; check the detail under Movements. |
| The consumable does not appear in the list. | It is inactive, or it belongs to another company. | Check the item and the active company. |
| It was received into the wrong storeroom. | A different location was chosen. | Use a Transfer to move the goods to the right storeroom. |
Was this page helpful?