diff --git a/stock/README.md b/stock/README.md new file mode 100644 index 0000000000..14cabc6ced --- /dev/null +++ b/stock/README.md @@ -0,0 +1 @@ +Inventory management module. \ No newline at end of file diff --git a/stock/doctype/batch/README.md b/stock/doctype/batch/README.md new file mode 100644 index 0000000000..3377343772 --- /dev/null +++ b/stock/doctype/batch/README.md @@ -0,0 +1 @@ +Batch of Items Units. If Item has batched inventory, then adding tagging each inventory transaction to a Batch becomes important. \ No newline at end of file diff --git a/stock/doctype/bin/README.md b/stock/doctype/bin/README.md new file mode 100644 index 0000000000..4218fdc992 --- /dev/null +++ b/stock/doctype/bin/README.md @@ -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. \ No newline at end of file diff --git a/stock/doctype/delivery_note/README.md b/stock/doctype/delivery_note/README.md new file mode 100644 index 0000000000..86d2fd7c12 --- /dev/null +++ b/stock/doctype/delivery_note/README.md @@ -0,0 +1 @@ +Record of shipment made to Customer, optionally against a Sales Order. \ No newline at end of file diff --git a/stock/doctype/delivery_note_item/README.md b/stock/doctype/delivery_note_item/README.md new file mode 100644 index 0000000000..b3ca17eb81 --- /dev/null +++ b/stock/doctype/delivery_note_item/README.md @@ -0,0 +1 @@ +Item shipped in parent Delivery Note. \ No newline at end of file diff --git a/stock/doctype/delivery_note_packing_item/README.md b/stock/doctype/delivery_note_packing_item/README.md new file mode 100644 index 0000000000..20c343a0c7 --- /dev/null +++ b/stock/doctype/delivery_note_packing_item/README.md @@ -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. \ No newline at end of file diff --git a/stock/doctype/item/README.md b/stock/doctype/item/README.md new file mode 100644 index 0000000000..a68ee6468c --- /dev/null +++ b/stock/doctype/item/README.md @@ -0,0 +1 @@ +Item master. Also called SKU (stock keeping unit). \ No newline at end of file diff --git a/stock/doctype/item_customer_detail/README.md b/stock/doctype/item_customer_detail/README.md new file mode 100644 index 0000000000..a12ff62e75 --- /dev/null +++ b/stock/doctype/item_customer_detail/README.md @@ -0,0 +1 @@ +Item-codes used by Customers for the parent Item. \ No newline at end of file diff --git a/stock/doctype/item_price/README.md b/stock/doctype/item_price/README.md new file mode 100644 index 0000000000..4c4fc00ff8 --- /dev/null +++ b/stock/doctype/item_price/README.md @@ -0,0 +1 @@ +Price of the Item in a particular Price List. \ No newline at end of file diff --git a/stock/doctype/item_quality_inspection_parameter/README.md b/stock/doctype/item_quality_inspection_parameter/README.md new file mode 100644 index 0000000000..38682e15c1 --- /dev/null +++ b/stock/doctype/item_quality_inspection_parameter/README.md @@ -0,0 +1 @@ +Quality inspection parameter for parent Item. \ No newline at end of file diff --git a/stock/doctype/item_reorder/README.md b/stock/doctype/item_reorder/README.md new file mode 100644 index 0000000000..cc153f64f5 --- /dev/null +++ b/stock/doctype/item_reorder/README.md @@ -0,0 +1 @@ +Warehouse-wise reorder level for the parent Item. \ No newline at end of file diff --git a/stock/doctype/item_supplier/README.md b/stock/doctype/item_supplier/README.md new file mode 100644 index 0000000000..a2a1808b1d --- /dev/null +++ b/stock/doctype/item_supplier/README.md @@ -0,0 +1 @@ +Supplier and supplier code for the parent Item. \ No newline at end of file diff --git a/stock/doctype/item_tax/README.md b/stock/doctype/item_tax/README.md new file mode 100644 index 0000000000..fb09b627c0 --- /dev/null +++ b/stock/doctype/item_tax/README.md @@ -0,0 +1 @@ +Tax rate for this Item against the specified Account. \ No newline at end of file diff --git a/stock/doctype/item_website_specification/README.md b/stock/doctype/item_website_specification/README.md new file mode 100644 index 0000000000..658358cb72 --- /dev/null +++ b/stock/doctype/item_website_specification/README.md @@ -0,0 +1 @@ +Specification detail / parameter for website listing. \ No newline at end of file diff --git a/stock/doctype/landed_cost_item/README.md b/stock/doctype/landed_cost_item/README.md new file mode 100644 index 0000000000..b8759d94be --- /dev/null +++ b/stock/doctype/landed_cost_item/README.md @@ -0,0 +1 @@ +Item to whose value the selected expense is to be added. \ No newline at end of file diff --git a/stock/doctype/landed_cost_purchase_receipt/README.md b/stock/doctype/landed_cost_purchase_receipt/README.md new file mode 100644 index 0000000000..b67dc6aa78 --- /dev/null +++ b/stock/doctype/landed_cost_purchase_receipt/README.md @@ -0,0 +1 @@ +Purchase Receipt where the expense is to be added. \ No newline at end of file diff --git a/stock/doctype/landed_cost_wizard/README.md b/stock/doctype/landed_cost_wizard/README.md new file mode 100644 index 0000000000..0d2c20d93f --- /dev/null +++ b/stock/doctype/landed_cost_wizard/README.md @@ -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) \ No newline at end of file diff --git a/stock/doctype/material_request/README.md b/stock/doctype/material_request/README.md new file mode 100644 index 0000000000..cb535d4955 --- /dev/null +++ b/stock/doctype/material_request/README.md @@ -0,0 +1 @@ +Request for material (Items) from internal warehouse or by purchase. \ No newline at end of file diff --git a/stock/doctype/material_request_item/README.md b/stock/doctype/material_request_item/README.md new file mode 100644 index 0000000000..d048c09446 --- /dev/null +++ b/stock/doctype/material_request_item/README.md @@ -0,0 +1 @@ +Items requested in parent Material Receipt. \ No newline at end of file diff --git a/stock/doctype/packing_slip/README.md b/stock/doctype/packing_slip/README.md new file mode 100644 index 0000000000..63eea20cb7 --- /dev/null +++ b/stock/doctype/packing_slip/README.md @@ -0,0 +1 @@ +Items contained in a package / container against Delivery Note. \ No newline at end of file diff --git a/stock/doctype/packing_slip_item/README.md b/stock/doctype/packing_slip_item/README.md new file mode 100644 index 0000000000..75c45417cb --- /dev/null +++ b/stock/doctype/packing_slip_item/README.md @@ -0,0 +1 @@ +Item detail of parent Packing Slip. \ No newline at end of file diff --git a/stock/doctype/purchase_receipt/README.md b/stock/doctype/purchase_receipt/README.md new file mode 100644 index 0000000000..41f6887ee3 --- /dev/null +++ b/stock/doctype/purchase_receipt/README.md @@ -0,0 +1 @@ +Shipment received from Supplier against Purchase Order. \ No newline at end of file diff --git a/stock/doctype/purchase_receipt_item/README.md b/stock/doctype/purchase_receipt_item/README.md new file mode 100644 index 0000000000..042bb6d571 --- /dev/null +++ b/stock/doctype/purchase_receipt_item/README.md @@ -0,0 +1 @@ +Detail of Items received in parent Purchase Receipt. \ No newline at end of file diff --git a/stock/doctype/sales_bom/README.md b/stock/doctype/sales_bom/README.md new file mode 100644 index 0000000000..e4d67e92eb --- /dev/null +++ b/stock/doctype/sales_bom/README.md @@ -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. \ No newline at end of file diff --git a/stock/doctype/sales_bom_item/README.md b/stock/doctype/sales_bom_item/README.md new file mode 100644 index 0000000000..1e5c8a2eea --- /dev/null +++ b/stock/doctype/sales_bom_item/README.md @@ -0,0 +1 @@ +Child Item grouped in parent Sales BOM. \ No newline at end of file diff --git a/stock/doctype/serial_no/README.md b/stock/doctype/serial_no/README.md new file mode 100644 index 0000000000..8c14764062 --- /dev/null +++ b/stock/doctype/serial_no/README.md @@ -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. \ No newline at end of file diff --git a/stock/doctype/stock_entry/README.md b/stock/doctype/stock_entry/README.md new file mode 100644 index 0000000000..7722ba3efe --- /dev/null +++ b/stock/doctype/stock_entry/README.md @@ -0,0 +1 @@ +Stock movement from one warehouse to another (or from, or to a warehouse). \ No newline at end of file diff --git a/stock/doctype/stock_entry_detail/README.md b/stock/doctype/stock_entry_detail/README.md new file mode 100644 index 0000000000..c6ff7f30ff --- /dev/null +++ b/stock/doctype/stock_entry_detail/README.md @@ -0,0 +1 @@ +Item moved as a part of the Stock Entry. \ No newline at end of file diff --git a/stock/doctype/stock_ledger/README.md b/stock/doctype/stock_ledger/README.md new file mode 100644 index 0000000000..8ccaf594fa --- /dev/null +++ b/stock/doctype/stock_ledger/README.md @@ -0,0 +1 @@ +Control (to be deprecated) for updating stock entries. \ No newline at end of file diff --git a/stock/doctype/stock_ledger_entry/README.md b/stock/doctype/stock_ledger_entry/README.md new file mode 100644 index 0000000000..5eb0317ed1 --- /dev/null +++ b/stock/doctype/stock_ledger_entry/README.md @@ -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. \ No newline at end of file diff --git a/stock/doctype/stock_reconciliation/README.md b/stock/doctype/stock_reconciliation/README.md new file mode 100644 index 0000000000..bb974c89db --- /dev/null +++ b/stock/doctype/stock_reconciliation/README.md @@ -0,0 +1 @@ +Tool to update stock level, value on a particular date by uploading a csv file. \ No newline at end of file diff --git a/stock/doctype/stock_uom_replace_utility/README.md b/stock/doctype/stock_uom_replace_utility/README.md new file mode 100644 index 0000000000..6db95a6431 --- /dev/null +++ b/stock/doctype/stock_uom_replace_utility/README.md @@ -0,0 +1 @@ +Tool to replace unit of measure (UoM) of an Item. \ No newline at end of file diff --git a/stock/doctype/uom_conversion_detail/README.md b/stock/doctype/uom_conversion_detail/README.md new file mode 100644 index 0000000000..39bbcb0e94 --- /dev/null +++ b/stock/doctype/uom_conversion_detail/README.md @@ -0,0 +1 @@ +Conversion factor to convert non-standard Unit of Measure (UoM) to standard UoM. \ No newline at end of file diff --git a/stock/doctype/warehouse/README.md b/stock/doctype/warehouse/README.md new file mode 100644 index 0000000000..3ff879ecf8 --- /dev/null +++ b/stock/doctype/warehouse/README.md @@ -0,0 +1 @@ +Location (physical or virtual) where Items can be stored. \ No newline at end of file diff --git a/stock/doctype/warehouse_user/README.md b/stock/doctype/warehouse_user/README.md new file mode 100644 index 0000000000..f4ed2b01c2 --- /dev/null +++ b/stock/doctype/warehouse_user/README.md @@ -0,0 +1 @@ +If specified, only user defined in this table are allowed to transact on the parent Warehouse. \ No newline at end of file diff --git a/stock/page/stock_ageing/README.md b/stock/page/stock_ageing/README.md new file mode 100644 index 0000000000..e8597b2194 --- /dev/null +++ b/stock/page/stock_ageing/README.md @@ -0,0 +1 @@ +Average "age" of an Item in a particular Warehouse based on First-in-first-out (FIFO). \ No newline at end of file diff --git a/stock/page/stock_analytics/README.md b/stock/page/stock_analytics/README.md new file mode 100644 index 0000000000..86c3644322 --- /dev/null +++ b/stock/page/stock_analytics/README.md @@ -0,0 +1 @@ +Trends of Items quantities and values. \ No newline at end of file diff --git a/stock/page/stock_balance/README.md b/stock/page/stock_balance/README.md new file mode 100644 index 0000000000..6522aeb099 --- /dev/null +++ b/stock/page/stock_balance/README.md @@ -0,0 +1 @@ +Stock balances on a particular day, per warehouse. \ No newline at end of file diff --git a/stock/page/stock_ledger/README.md b/stock/page/stock_ledger/README.md new file mode 100644 index 0000000000..774498b77e --- /dev/null +++ b/stock/page/stock_ledger/README.md @@ -0,0 +1 @@ +Stock movement report based on Stock Ledger Entry. \ No newline at end of file diff --git a/stock/page/stock_level/README.md b/stock/page/stock_level/README.md new file mode 100644 index 0000000000..43b2b0fbde --- /dev/null +++ b/stock/page/stock_level/README.md @@ -0,0 +1 @@ +Stock levels (actual, planned, reserved, ordered) for Items on a particular date. \ No newline at end of file diff --git a/website/doctype/website_item_group/README.md b/website/doctype/website_item_group/README.md new file mode 100644 index 0000000000..54abfaf4fb --- /dev/null +++ b/website/doctype/website_item_group/README.md @@ -0,0 +1 @@ +Alternate grouping of parent Item (for website, so an Item can be listed under multiple groups). \ No newline at end of file