[docs] added for stock module

This commit is contained in:
Rushabh Mehta 2013-06-11 12:04:01 +05:30
parent c382eb58d5
commit cd4bfa6b9a
41 changed files with 41 additions and 0 deletions

1
stock/README.md Normal file
View File

@ -0,0 +1 @@
Inventory management module.

View File

@ -0,0 +1 @@
Batch of Items Units. If Item has batched inventory, then adding tagging each inventory transaction to a Batch becomes important.

View File

@ -0,0 +1 @@
Bin represents a unique Item-Warehouse combination. Sum of all transactions, planned, ordered, reserved quantities for that Item Warehouse is maintained in Bin.

View File

@ -0,0 +1 @@
Record of shipment made to Customer, optionally against a Sales Order.

View File

@ -0,0 +1 @@
Item shipped in parent Delivery Note.

View File

@ -0,0 +1 @@
Item packed in parent Delivery Note. If shipped Items are of type Sales BOM, then this table contains the exploded list of Items shipped.

View File

@ -0,0 +1 @@
Item master. Also called SKU (stock keeping unit).

View File

@ -0,0 +1 @@
Item-codes used by Customers for the parent Item.

View File

@ -0,0 +1 @@
Price of the Item in a particular Price List.

View File

@ -0,0 +1 @@
Quality inspection parameter for parent Item.

View File

@ -0,0 +1 @@
Warehouse-wise reorder level for the parent Item.

View File

@ -0,0 +1 @@
Supplier and supplier code for the parent Item.

View File

@ -0,0 +1 @@
Tax rate for this Item against the specified Account.

View File

@ -0,0 +1 @@
Specification detail / parameter for website listing.

View File

@ -0,0 +1 @@
Item to whose value the selected expense is to be added.

View File

@ -0,0 +1 @@
Purchase Receipt where the expense is to be added.

View File

@ -0,0 +1 @@
Tool to distribute costs as part of Item value after the Item has been received. This is typically in case where bills related to Items are received much later and for multiple Item. (specially Custom Duty)

View File

@ -0,0 +1 @@
Request for material (Items) from internal warehouse or by purchase.

View File

@ -0,0 +1 @@
Items requested in parent Material Receipt.

View File

@ -0,0 +1 @@
Items contained in a package / container against Delivery Note.

View File

@ -0,0 +1 @@
Item detail of parent Packing Slip.

View File

@ -0,0 +1 @@
Shipment received from Supplier against Purchase Order.

View File

@ -0,0 +1 @@
Detail of Items received in parent Purchase Receipt.

View File

@ -0,0 +1 @@
Grouping of Items for sale. This is use where inventory is not maintained for the main Item but only the child Items.

View File

@ -0,0 +1 @@
Child Item grouped in parent Sales BOM.

View File

@ -0,0 +1 @@
Unique serial number assigned to an instance (unit) of an Item. This is used incase each unit of the Item needs to be tracked separately for warranty or recall purposes.

View File

@ -0,0 +1 @@
Stock movement from one warehouse to another (or from, or to a warehouse).

View File

@ -0,0 +1 @@
Item moved as a part of the Stock Entry.

View File

@ -0,0 +1 @@
Control (to be deprecated) for updating stock entries.

View File

@ -0,0 +1 @@
Internal / consolidated record of stock movement. All types of stock movements are recorded on this table and is the key table for inventory reports.

View File

@ -0,0 +1 @@
Tool to update stock level, value on a particular date by uploading a csv file.

View File

@ -0,0 +1 @@
Tool to replace unit of measure (UoM) of an Item.

View File

@ -0,0 +1 @@
Conversion factor to convert non-standard Unit of Measure (UoM) to standard UoM.

View File

@ -0,0 +1 @@
Location (physical or virtual) where Items can be stored.

View File

@ -0,0 +1 @@
If specified, only user defined in this table are allowed to transact on the parent Warehouse.

View File

@ -0,0 +1 @@
Average "age" of an Item in a particular Warehouse based on First-in-first-out (FIFO).

View File

@ -0,0 +1 @@
Trends of Items quantities and values.

View File

@ -0,0 +1 @@
Stock balances on a particular day, per warehouse.

View File

@ -0,0 +1 @@
Stock movement report based on Stock Ledger Entry.

View File

@ -0,0 +1 @@
Stock levels (actual, planned, reserved, ordered) for Items on a particular date.

View File

@ -0,0 +1 @@
Alternate grouping of parent Item (for website, so an Item can be listed under multiple groups).