[docs] added for stock module
This commit is contained in:
parent
c382eb58d5
commit
cd4bfa6b9a
1
stock/README.md
Normal file
1
stock/README.md
Normal file
@ -0,0 +1 @@
|
||||
Inventory management module.
|
1
stock/doctype/batch/README.md
Normal file
1
stock/doctype/batch/README.md
Normal file
@ -0,0 +1 @@
|
||||
Batch of Items Units. If Item has batched inventory, then adding tagging each inventory transaction to a Batch becomes important.
|
1
stock/doctype/bin/README.md
Normal file
1
stock/doctype/bin/README.md
Normal 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.
|
1
stock/doctype/delivery_note/README.md
Normal file
1
stock/doctype/delivery_note/README.md
Normal file
@ -0,0 +1 @@
|
||||
Record of shipment made to Customer, optionally against a Sales Order.
|
1
stock/doctype/delivery_note_item/README.md
Normal file
1
stock/doctype/delivery_note_item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Item shipped in parent Delivery Note.
|
1
stock/doctype/delivery_note_packing_item/README.md
Normal file
1
stock/doctype/delivery_note_packing_item/README.md
Normal 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.
|
1
stock/doctype/item/README.md
Normal file
1
stock/doctype/item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Item master. Also called SKU (stock keeping unit).
|
1
stock/doctype/item_customer_detail/README.md
Normal file
1
stock/doctype/item_customer_detail/README.md
Normal file
@ -0,0 +1 @@
|
||||
Item-codes used by Customers for the parent Item.
|
1
stock/doctype/item_price/README.md
Normal file
1
stock/doctype/item_price/README.md
Normal file
@ -0,0 +1 @@
|
||||
Price of the Item in a particular Price List.
|
@ -0,0 +1 @@
|
||||
Quality inspection parameter for parent Item.
|
1
stock/doctype/item_reorder/README.md
Normal file
1
stock/doctype/item_reorder/README.md
Normal file
@ -0,0 +1 @@
|
||||
Warehouse-wise reorder level for the parent Item.
|
1
stock/doctype/item_supplier/README.md
Normal file
1
stock/doctype/item_supplier/README.md
Normal file
@ -0,0 +1 @@
|
||||
Supplier and supplier code for the parent Item.
|
1
stock/doctype/item_tax/README.md
Normal file
1
stock/doctype/item_tax/README.md
Normal file
@ -0,0 +1 @@
|
||||
Tax rate for this Item against the specified Account.
|
1
stock/doctype/item_website_specification/README.md
Normal file
1
stock/doctype/item_website_specification/README.md
Normal file
@ -0,0 +1 @@
|
||||
Specification detail / parameter for website listing.
|
1
stock/doctype/landed_cost_item/README.md
Normal file
1
stock/doctype/landed_cost_item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Item to whose value the selected expense is to be added.
|
1
stock/doctype/landed_cost_purchase_receipt/README.md
Normal file
1
stock/doctype/landed_cost_purchase_receipt/README.md
Normal file
@ -0,0 +1 @@
|
||||
Purchase Receipt where the expense is to be added.
|
1
stock/doctype/landed_cost_wizard/README.md
Normal file
1
stock/doctype/landed_cost_wizard/README.md
Normal 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)
|
1
stock/doctype/material_request/README.md
Normal file
1
stock/doctype/material_request/README.md
Normal file
@ -0,0 +1 @@
|
||||
Request for material (Items) from internal warehouse or by purchase.
|
1
stock/doctype/material_request_item/README.md
Normal file
1
stock/doctype/material_request_item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Items requested in parent Material Receipt.
|
1
stock/doctype/packing_slip/README.md
Normal file
1
stock/doctype/packing_slip/README.md
Normal file
@ -0,0 +1 @@
|
||||
Items contained in a package / container against Delivery Note.
|
1
stock/doctype/packing_slip_item/README.md
Normal file
1
stock/doctype/packing_slip_item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Item detail of parent Packing Slip.
|
1
stock/doctype/purchase_receipt/README.md
Normal file
1
stock/doctype/purchase_receipt/README.md
Normal file
@ -0,0 +1 @@
|
||||
Shipment received from Supplier against Purchase Order.
|
1
stock/doctype/purchase_receipt_item/README.md
Normal file
1
stock/doctype/purchase_receipt_item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Detail of Items received in parent Purchase Receipt.
|
1
stock/doctype/sales_bom/README.md
Normal file
1
stock/doctype/sales_bom/README.md
Normal 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.
|
1
stock/doctype/sales_bom_item/README.md
Normal file
1
stock/doctype/sales_bom_item/README.md
Normal file
@ -0,0 +1 @@
|
||||
Child Item grouped in parent Sales BOM.
|
1
stock/doctype/serial_no/README.md
Normal file
1
stock/doctype/serial_no/README.md
Normal 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.
|
1
stock/doctype/stock_entry/README.md
Normal file
1
stock/doctype/stock_entry/README.md
Normal file
@ -0,0 +1 @@
|
||||
Stock movement from one warehouse to another (or from, or to a warehouse).
|
1
stock/doctype/stock_entry_detail/README.md
Normal file
1
stock/doctype/stock_entry_detail/README.md
Normal file
@ -0,0 +1 @@
|
||||
Item moved as a part of the Stock Entry.
|
1
stock/doctype/stock_ledger/README.md
Normal file
1
stock/doctype/stock_ledger/README.md
Normal file
@ -0,0 +1 @@
|
||||
Control (to be deprecated) for updating stock entries.
|
1
stock/doctype/stock_ledger_entry/README.md
Normal file
1
stock/doctype/stock_ledger_entry/README.md
Normal 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.
|
1
stock/doctype/stock_reconciliation/README.md
Normal file
1
stock/doctype/stock_reconciliation/README.md
Normal file
@ -0,0 +1 @@
|
||||
Tool to update stock level, value on a particular date by uploading a csv file.
|
1
stock/doctype/stock_uom_replace_utility/README.md
Normal file
1
stock/doctype/stock_uom_replace_utility/README.md
Normal file
@ -0,0 +1 @@
|
||||
Tool to replace unit of measure (UoM) of an Item.
|
1
stock/doctype/uom_conversion_detail/README.md
Normal file
1
stock/doctype/uom_conversion_detail/README.md
Normal file
@ -0,0 +1 @@
|
||||
Conversion factor to convert non-standard Unit of Measure (UoM) to standard UoM.
|
1
stock/doctype/warehouse/README.md
Normal file
1
stock/doctype/warehouse/README.md
Normal file
@ -0,0 +1 @@
|
||||
Location (physical or virtual) where Items can be stored.
|
1
stock/doctype/warehouse_user/README.md
Normal file
1
stock/doctype/warehouse_user/README.md
Normal file
@ -0,0 +1 @@
|
||||
If specified, only user defined in this table are allowed to transact on the parent Warehouse.
|
1
stock/page/stock_ageing/README.md
Normal file
1
stock/page/stock_ageing/README.md
Normal file
@ -0,0 +1 @@
|
||||
Average "age" of an Item in a particular Warehouse based on First-in-first-out (FIFO).
|
1
stock/page/stock_analytics/README.md
Normal file
1
stock/page/stock_analytics/README.md
Normal file
@ -0,0 +1 @@
|
||||
Trends of Items quantities and values.
|
1
stock/page/stock_balance/README.md
Normal file
1
stock/page/stock_balance/README.md
Normal file
@ -0,0 +1 @@
|
||||
Stock balances on a particular day, per warehouse.
|
1
stock/page/stock_ledger/README.md
Normal file
1
stock/page/stock_ledger/README.md
Normal file
@ -0,0 +1 @@
|
||||
Stock movement report based on Stock Ledger Entry.
|
1
stock/page/stock_level/README.md
Normal file
1
stock/page/stock_level/README.md
Normal file
@ -0,0 +1 @@
|
||||
Stock levels (actual, planned, reserved, ordered) for Items on a particular date.
|
1
website/doctype/website_item_group/README.md
Normal file
1
website/doctype/website_item_group/README.md
Normal file
@ -0,0 +1 @@
|
||||
Alternate grouping of parent Item (for website, so an Item can be listed under multiple groups).
|
Loading…
x
Reference in New Issue
Block a user