mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
[minor] [docs] accounting for stock
This commit is contained in:
@@ -30,5 +30,4 @@ Tracking stock is not just about adding and subtracting quantities. Some complic
|
||||
- Stock has to be valued based on First-in-First-out: ERPNext needs to maintain a sequence of all transactions to know the exact value of your Items.
|
||||
- Stock reports are required at any point in time in the past: You have to lookup what was the quantity / value your stock of Item X on date Y.
|
||||
|
||||
To manage this, ERPNext collects all inventory transactions in a table called the Stock Ledger Entry. All Purchase Receipts, Stock Entries and Delivery Notes update this table.
|
||||
|
||||
To manage this, ERPNext collects all inventory transactions in a table called the Stock Ledger Entry. All Purchase Receipts, Stock Entries and Delivery Notes update this table.
|
||||
Reference in New Issue
Block a user