mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
[docs] for home, buying modules
This commit is contained in:
8
buying/README.md
Normal file
8
buying/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Manage buying (purchasing).
|
||||||
|
|
||||||
|
Transactions include:
|
||||||
|
|
||||||
|
- Material Request
|
||||||
|
- Supplier Quotation
|
||||||
|
- Purchase Order
|
||||||
|
- Quality Inspection
|
||||||
1
buying/doctype/purchase_common/README.md
Normal file
1
buying/doctype/purchase_common/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Common scripts for purchase transactions.
|
||||||
1
buying/doctype/purchase_order/README.md
Normal file
1
buying/doctype/purchase_order/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Confirmed order to Supplier to deliver certain Items.
|
||||||
1
buying/doctype/purchase_order_item/README.md
Normal file
1
buying/doctype/purchase_order_item/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Item details (qty, rate etc.) for parent Purchase Order.
|
||||||
1
buying/doctype/purchase_order_item_supplied/README.md
Normal file
1
buying/doctype/purchase_order_item_supplied/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Raw material (if any) supplied along with Purchase Order.
|
||||||
1
buying/doctype/purchase_receipt_item_supplied/README.md
Normal file
1
buying/doctype/purchase_receipt_item_supplied/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Details of Items supplied when receiving purchases via Purchase Receipt.
|
||||||
1
buying/doctype/quality_inspection/README.md
Normal file
1
buying/doctype/quality_inspection/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Incoming quality inspection for received Items.
|
||||||
1
buying/doctype/quality_inspection_reading/README.md
Normal file
1
buying/doctype/quality_inspection_reading/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Parameter reading for quality inspection of particular Item.
|
||||||
1
buying/doctype/supplier/README.md
Normal file
1
buying/doctype/supplier/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Supplier (vendor) master.
|
||||||
1
buying/doctype/supplier_quotation/README.md
Normal file
1
buying/doctype/supplier_quotation/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Quotation sent by Supplier with price, qty and terms.
|
||||||
1
buying/doctype/supplier_quotation_item/README.md
Normal file
1
buying/doctype/supplier_quotation_item/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Item details (rate, qty) in parent Supplier Quotation.
|
||||||
1
buying/page/purchase_analytics/README.md
Normal file
1
buying/page/purchase_analytics/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Trends of purchases across Items, Item Groups, Suppliers.
|
||||||
1
home/doctype/feed/README.md
Normal file
1
home/doctype/feed/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Activity Feed.
|
||||||
1
home/page/activity/README.md
Normal file
1
home/page/activity/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
List of latest activities based on Feed.
|
||||||
1
home/page/attributions/README.md
Normal file
1
home/page/attributions/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Attributions for software libraries / images used in ERPNext.
|
||||||
1
home/page/latest_updates/README.md
Normal file
1
home/page/latest_updates/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Update log.
|
||||||
Reference in New Issue
Block a user