[minor] [docs] accounting for stock

This commit is contained in:
Nabin Hait
2013-08-30 12:40:46 +05:30
parent bb77756069
commit 8aa0e1d97d
3 changed files with 241 additions and 2 deletions

View File

@@ -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.