diff --git a/selling/README.md b/selling/README.md new file mode 100644 index 00000000000..db05132a9d7 --- /dev/null +++ b/selling/README.md @@ -0,0 +1,6 @@ +Selling management module. Includes forms for capturing / managing the sales process. + +- Lead +- Opportunity +- Quotation +- Sales Order \ No newline at end of file diff --git a/selling/doctype/campaign/README.md b/selling/doctype/campaign/README.md new file mode 100644 index 00000000000..a8373184027 --- /dev/null +++ b/selling/doctype/campaign/README.md @@ -0,0 +1 @@ +Sales campaign / promotion, like special discount, exhibition, newsletter etc. \ No newline at end of file diff --git a/selling/doctype/customer/README.md b/selling/doctype/customer/README.md new file mode 100644 index 00000000000..9a641a604d9 --- /dev/null +++ b/selling/doctype/customer/README.md @@ -0,0 +1 @@ +Customer master. \ No newline at end of file diff --git a/selling/doctype/industry_type/README.md b/selling/doctype/industry_type/README.md new file mode 100644 index 00000000000..94856ab704f --- /dev/null +++ b/selling/doctype/industry_type/README.md @@ -0,0 +1 @@ +Type of industry for a Customer. \ No newline at end of file diff --git a/selling/doctype/installation_note/README.md b/selling/doctype/installation_note/README.md new file mode 100644 index 00000000000..b0190c90d8d --- /dev/null +++ b/selling/doctype/installation_note/README.md @@ -0,0 +1 @@ +Details of product installation at Customer location. \ No newline at end of file diff --git a/selling/doctype/installation_note_item/README.md b/selling/doctype/installation_note_item/README.md new file mode 100644 index 00000000000..49d7eecc9ca --- /dev/null +++ b/selling/doctype/installation_note_item/README.md @@ -0,0 +1 @@ +Detail of Item installed as a part of Installation Note. \ No newline at end of file diff --git a/selling/doctype/lead/README.md b/selling/doctype/lead/README.md new file mode 100644 index 00000000000..a12dcf6b8ea --- /dev/null +++ b/selling/doctype/lead/README.md @@ -0,0 +1 @@ +Prospective customer / prospect database. List of all prospects that could be source of business. \ No newline at end of file diff --git a/selling/doctype/opportunity/README.md b/selling/doctype/opportunity/README.md new file mode 100644 index 00000000000..6017b4c0e50 --- /dev/null +++ b/selling/doctype/opportunity/README.md @@ -0,0 +1 @@ +Potential sales opportunity (deal) from a Lead or Customer. \ No newline at end of file diff --git a/selling/doctype/opportunity_item/README.md b/selling/doctype/opportunity_item/README.md new file mode 100644 index 00000000000..810c10bb69f --- /dev/null +++ b/selling/doctype/opportunity_item/README.md @@ -0,0 +1 @@ +Items considered in the parent Opportunity. \ No newline at end of file diff --git a/selling/doctype/quotation/README.md b/selling/doctype/quotation/README.md new file mode 100644 index 00000000000..d51bab52157 --- /dev/null +++ b/selling/doctype/quotation/README.md @@ -0,0 +1 @@ +Price + terms quote sent to Lead or Customer. \ No newline at end of file diff --git a/selling/doctype/quotation_item/README.md b/selling/doctype/quotation_item/README.md new file mode 100644 index 00000000000..c89b6332be6 --- /dev/null +++ b/selling/doctype/quotation_item/README.md @@ -0,0 +1 @@ +Item details (qty, rate) in parent Quotation. \ No newline at end of file diff --git a/selling/doctype/sales_common/README.md b/selling/doctype/sales_common/README.md new file mode 100644 index 00000000000..1c029d250bd --- /dev/null +++ b/selling/doctype/sales_common/README.md @@ -0,0 +1 @@ +Common scripts used in Sales Cycle. \ No newline at end of file diff --git a/selling/doctype/sales_order/README.md b/selling/doctype/sales_order/README.md new file mode 100644 index 00000000000..e816a0e54b8 --- /dev/null +++ b/selling/doctype/sales_order/README.md @@ -0,0 +1 @@ +Confirmed order received from Customer (either against a PO or a payment). All fulfilment details (shipments, billing) are tracked against the Sales Order. \ No newline at end of file diff --git a/selling/doctype/sales_order_item/README.md b/selling/doctype/sales_order_item/README.md new file mode 100644 index 00000000000..4ed510e0775 --- /dev/null +++ b/selling/doctype/sales_order_item/README.md @@ -0,0 +1 @@ +Item detail in parent Sales Order. \ No newline at end of file diff --git a/selling/doctype/sales_team/README.md b/selling/doctype/sales_team/README.md new file mode 100644 index 00000000000..e41d5ba0857 --- /dev/null +++ b/selling/doctype/sales_team/README.md @@ -0,0 +1 @@ +Sales Person involved in parent Quotation, Sales Order. \ No newline at end of file diff --git a/selling/doctype/sms_center/README.md b/selling/doctype/sms_center/README.md new file mode 100644 index 00000000000..d0289e74ac6 --- /dev/null +++ b/selling/doctype/sms_center/README.md @@ -0,0 +1 @@ +Tool to send Bulk SMS to Lead or Contacts. \ No newline at end of file diff --git a/selling/page/sales_analytics/README.md b/selling/page/sales_analytics/README.md new file mode 100644 index 00000000000..11994c26b9d --- /dev/null +++ b/selling/page/sales_analytics/README.md @@ -0,0 +1 @@ +Trends of sales by Item, Item Group, Customer etc. \ No newline at end of file diff --git a/selling/page/sales_browser/README.md b/selling/page/sales_browser/README.md new file mode 100644 index 00000000000..d6a20e10e7e --- /dev/null +++ b/selling/page/sales_browser/README.md @@ -0,0 +1 @@ +Tree editor for Territory, Customer Group, Item Group, Sales Partner \ No newline at end of file