From 611a70a12a666ca84c3ff864be854b1dc56cf14b Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Mon, 6 Mar 2017 16:36:46 +0530 Subject: [PATCH] changes in the report roles --- .../accounts_receivable.json | 5 +--- .../accounts_receivable_summary.json | 5 +--- .../sales_partners_commission.json | 5 +--- .../report/maintenance_schedules/__init__.py | 0 .../maintenance_schedules.json | 24 ------------------- 5 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 erpnext/support/report/maintenance_schedules/__init__.py delete mode 100644 erpnext/support/report/maintenance_schedules/maintenance_schedules.json diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.json b/erpnext/accounts/report/accounts_receivable/accounts_receivable.json index 0f2f6dcd988..1c99ac5f00b 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.json +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.json @@ -7,7 +7,7 @@ "doctype": "Report", "idx": 3, "is_standard": "Yes", - "modified": "2017-02-24 20:19:37.506335", + "modified": "2017-03-06 05:52:06.235584", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Receivable", @@ -21,9 +21,6 @@ }, { "role": "Accounts User" - }, - { - "role": "Accounts Manager" } ] } \ No newline at end of file diff --git a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.json b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.json index f5acb95af03..13d4c9deac5 100644 --- a/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.json +++ b/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.json @@ -7,7 +7,7 @@ "doctype": "Report", "idx": 2, "is_standard": "Yes", - "modified": "2017-02-24 20:11:19.394317", + "modified": "2017-03-06 05:52:23.751082", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Receivable Summary", @@ -21,9 +21,6 @@ }, { "role": "Accounts User" - }, - { - "role": "Accounts Manager" } ] } \ No newline at end of file diff --git a/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.json b/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.json index 942e0852c68..9e8670a6a7a 100644 --- a/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.json +++ b/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.json @@ -7,7 +7,7 @@ "doctype": "Report", "idx": 3, "is_standard": "Yes", - "modified": "2017-02-24 20:11:08.754087", + "modified": "2017-03-06 05:52:57.645281", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Partners Commission", @@ -22,9 +22,6 @@ }, { "role": "Accounts User" - }, - { - "role": "Accounts Manager" } ] } \ No newline at end of file diff --git a/erpnext/support/report/maintenance_schedules/__init__.py b/erpnext/support/report/maintenance_schedules/__init__.py deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/erpnext/support/report/maintenance_schedules/maintenance_schedules.json b/erpnext/support/report/maintenance_schedules/maintenance_schedules.json deleted file mode 100644 index 0989be483a2..00000000000 --- a/erpnext/support/report/maintenance_schedules/maintenance_schedules.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "add_total_row": 0, - "apply_user_permissions": 1, - "creation": "2013-05-06 14:25:21", - "disabled": 0, - "docstatus": 0, - "doctype": "Report", - "idx": 3, - "is_standard": "Yes", - "modified": "2017-02-24 20:12:56.286652", - "modified_by": "Administrator", - "module": "Support", - "name": "Maintenance Schedules", - "owner": "Administrator", - "query": "SELECT\n ms_sch.scheduled_date as \"Schedule Date:Date:120\",\n\tms_sch.item_code as \"Item Code:Link/Item:120\",\n\tms_sch.item_name as \"Item Name::120\",\n\tms_sch.serial_no as \"Serial No::120\",\n\tms_sch.sales_person as \"Sales Person::120\",\n\tms.customer_name as \"Customer:Link/Customer:120\",\n\tms.address_display as \"Customer Address::120\",\n\tms_item.sales_order as \"Sales Order:Link/Sales Order:120\",\n\tms.company as \"Company:Link/Company:120\"\n\t\nFROM\n\t`tabMaintenance Schedule` ms, \n `tabMaintenance Schedule Detail` ms_sch, \n `tabMaintenance Schedule Item` ms_item\nWHERE\n\tms.name = ms_sch.parent and ms.name = ms_item.parent and ms.docstatus = 1\nORDER BY\n\tms_sch.scheduled_date asc, ms_sch.item_code asc", - "ref_doctype": "Maintenance Schedule", - "report_name": "Maintenance Schedules", - "report_type": "Query Report", - "roles": [ - { - "role": "Maintenance Manager" - } - ] -} \ No newline at end of file