From ecce5141eb24977efa4ab2bc1815ab35f04f3286 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 23 Jan 2015 16:32:35 +0530 Subject: [PATCH] replaced budget distribution --- erpnext/accounts/doctype/cost_center/cost_center.json | 2 +- .../doctype/monthly_distribution/monthly_distribution.json | 4 ++-- .../accounts/doctype/monthly_distribution/test_records.json | 4 ++-- erpnext/setup/doctype/sales_partner/sales_partner.json | 2 +- erpnext/setup/doctype/sales_person/sales_person.json | 2 +- erpnext/setup/doctype/territory/territory.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/erpnext/accounts/doctype/cost_center/cost_center.json b/erpnext/accounts/doctype/cost_center/cost_center.json index f8d59f80a1..20c5ca4f1b 100644 --- a/erpnext/accounts/doctype/cost_center/cost_center.json +++ b/erpnext/accounts/doctype/cost_center/cost_center.json @@ -79,7 +79,7 @@ "permlevel": 0 }, { - "description": "Select Budget Distribution, if you want to track based on seasonality.", + "description": "Select Monthly Distribution, if you want to track based on seasonality.", "fieldname": "distribution_id", "fieldtype": "Link", "label": "Distribution Id", diff --git a/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json b/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json index 095c64a505..7d801dc93d 100644 --- a/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json +++ b/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json @@ -1,12 +1,12 @@ { "autoname": "field:distribution_id", "creation": "2013-01-10 16:34:05", - "description": "**Budget Distribution** helps you distribute your budget across months if you have seasonality in your business.\n\nTo distribute a budget using this distribution, set this **Budget Distribution** in the **Cost Center**", + "description": "**Monthly Distribution** helps you distribute your budget across months if you have seasonality in your business.\n\nTo distribute a budget using this distribution, set this **Monthly Distribution** in the **Cost Center**", "docstatus": 0, "doctype": "DocType", "fields": [ { - "description": "Name of the Budget Distribution", + "description": "Name of the Monthly Distribution", "fieldname": "distribution_id", "fieldtype": "Data", "in_list_view": 1, diff --git a/erpnext/accounts/doctype/monthly_distribution/test_records.json b/erpnext/accounts/doctype/monthly_distribution/test_records.json index ffc6c687d2..8dbf210ce6 100644 --- a/erpnext/accounts/doctype/monthly_distribution/test_records.json +++ b/erpnext/accounts/doctype/monthly_distribution/test_records.json @@ -1,8 +1,8 @@ [{ - "doctype": "Budget Distribution", + "doctype": "Monthly Distribution", "distribution_id": "_Test Distribution", "fiscal_year": "_Test Fiscal Year 2013", - "budget_distribution_details": [ + "percentages": [ { "month": "January", "percentage_allocation": "8" diff --git a/erpnext/setup/doctype/sales_partner/sales_partner.json b/erpnext/setup/doctype/sales_partner/sales_partner.json index 52a44c5ace..ae9a49251b 100644 --- a/erpnext/setup/doctype/sales_partner/sales_partner.json +++ b/erpnext/setup/doctype/sales_partner/sales_partner.json @@ -118,7 +118,7 @@ "reqd": 0 }, { - "description": "Select Budget Distribution to unevenly distribute targets across months.", + "description": "Select Monthly Distribution to unevenly distribute targets across months.", "fieldname": "distribution_id", "fieldtype": "Link", "label": "Target Distribution", diff --git a/erpnext/setup/doctype/sales_person/sales_person.json b/erpnext/setup/doctype/sales_person/sales_person.json index 04791fe608..2911f08e1e 100644 --- a/erpnext/setup/doctype/sales_person/sales_person.json +++ b/erpnext/setup/doctype/sales_person/sales_person.json @@ -120,7 +120,7 @@ "permlevel": 0 }, { - "description": "Select Budget Distribution to unevenly distribute targets across months.", + "description": "Select Monthly Distribution to unevenly distribute targets across months.", "fieldname": "distribution_id", "fieldtype": "Link", "label": "Target Distribution", diff --git a/erpnext/setup/doctype/territory/territory.json b/erpnext/setup/doctype/territory/territory.json index e74582ce43..3ecfd988d9 100644 --- a/erpnext/setup/doctype/territory/territory.json +++ b/erpnext/setup/doctype/territory/territory.json @@ -123,7 +123,7 @@ "permlevel": 0 }, { - "description": "Select Budget Distribution to unevenly distribute targets across months.", + "description": "Select Monthly Distribution to unevenly distribute targets across months.", "fieldname": "distribution_id", "fieldtype": "Link", "label": "Target Distribution",