From ec8240e8903a716411f3742a345168949da3d0b0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 3 Jun 2014 17:23:21 +0530 Subject: [PATCH] Apply User Permissions optional in Script and Query Reports --- .../accounts/report/accounts_payable/accounts_payable.json | 3 ++- .../report/accounts_receivable/accounts_receivable.json | 5 +++-- .../bank_clearance_summary/bank_clearance_summary.json | 5 +++-- .../bank_reconciliation_statement.json | 5 +++-- .../budget_variance_report/budget_variance_report.json | 5 +++-- .../report/customer_account_head/customer_account_head.json | 5 +++-- .../delivered_items_to_be_billed.json | 3 ++- erpnext/accounts/report/general_ledger/general_ledger.json | 5 +++-- erpnext/accounts/report/gross_profit/gross_profit.json | 5 +++-- .../item_wise_purchase_register.json | 5 +++-- .../item_wise_sales_register/item_wise_sales_register.json | 5 +++-- .../ordered_items_to_be_billed.json | 3 ++- .../payment_period_based_on_invoice_date.json | 5 +++-- .../purchase_invoice_trends/purchase_invoice_trends.json | 5 +++-- .../purchase_order_items_to_be_billed.json | 3 ++- .../accounts/report/purchase_register/purchase_register.json | 5 +++-- .../received_items_to_be_billed.json | 3 ++- .../report/sales_invoice_trends/sales_invoice_trends.json | 5 +++-- .../sales_partners_commission/sales_partners_commission.json | 3 ++- erpnext/accounts/report/sales_register/sales_register.json | 5 +++-- .../report/supplier_account_head/supplier_account_head.json | 5 +++-- .../item_wise_purchase_history.json | 3 ++- .../report/purchase_order_trends/purchase_order_trends.json | 5 +++-- .../requested_items_to_be_ordered.json | 3 ++- .../supplier_addresses_and_contacts.json | 3 ++- erpnext/home/doctype/feed/feed.py | 4 ++-- erpnext/hr/report/employee_birthday/employee_birthday.json | 5 +++-- .../hr/report/employee_information/employee_information.json | 3 ++- .../employee_leave_balance/employee_leave_balance.json | 5 +++-- .../monthly_attendance_sheet/monthly_attendance_sheet.json | 5 +++-- .../monthly_salary_register/monthly_salary_register.json | 5 +++-- .../completed_production_orders.json | 3 ++- .../issued_items_against_production_order.json | 3 ++- .../open_production_orders/open_production_orders.json | 3 ++- .../production_orders_in_progress.json | 3 ++- .../daily_time_log_summary/daily_time_log_summary.json | 5 +++-- .../project_wise_stock_tracking.json | 3 ++- .../available_stock_for_packing_items.json | 5 +++-- .../customer_acquisition_and_loyalty.json | 5 +++-- .../customer_addresses_and_contacts.json | 3 ++- .../customers_not_buying_since_long_time.json | 5 +++-- .../item_wise_sales_history/item_wise_sales_history.json | 3 ++- erpnext/selling/report/lead_details/lead_details.json | 3 ++- .../pending_so_items_for_purchase_request.json | 3 ++- .../selling/report/quotation_trends/quotation_trends.json | 5 +++-- .../report/sales_order_trends/sales_order_trends.json | 5 +++-- .../sales_person_target_variance_item_group_wise.json | 5 +++-- .../sales_person_wise_transaction_summary.json | 5 +++-- .../territory_target_variance_item_group_wise.json | 5 +++-- .../batch_wise_balance_history.json | 5 +++-- .../report/delivery_note_trends/delivery_note_trends.json | 5 +++-- erpnext/stock/report/item_prices/item_prices.json | 5 +++-- .../report/item_shortage_report/item_shortage_report.json | 3 ++- .../item_wise_price_list_rate/item_wise_price_list_rate.json | 3 ++- .../report/items_to_be_requested/items_to_be_requested.json | 3 ++- .../itemwise_recommended_reorder_level.json | 5 +++-- ...quests_for_which_supplier_quotations_are_not_created.json | 3 ++- .../ordered_items_to_be_delivered.json | 3 ++- .../report/purchase_in_transit/purchase_in_transit.json | 3 ++- .../purchase_order_items_to_be_received.json | 3 ++- .../purchase_receipt_trends/purchase_receipt_trends.json | 5 +++-- .../requested_items_to_be_transferred.json | 3 ++- .../serial_no_service_contract_expiry.json | 3 ++- erpnext/stock/report/serial_no_status/serial_no_status.json | 3 ++- .../serial_no_warranty_expiry/serial_no_warranty_expiry.json | 3 ++- erpnext/stock/report/stock_ageing/stock_ageing.json | 5 +++-- erpnext/stock/report/stock_ledger/stock_ledger.json | 5 +++-- .../report/stock_projected_qty/stock_projected_qty.json | 5 +++-- .../supplier_wise_sales_analytics.json | 5 +++-- .../warehouse_wise_stock_balance.json | 5 +++-- .../report/maintenance_schedules/maintenance_schedules.json | 3 ++- 71 files changed, 181 insertions(+), 111 deletions(-) diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.json b/erpnext/accounts/report/accounts_payable/accounts_payable.json index 71412a2eb7c..71537a837b5 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.json +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.json @@ -1,11 +1,12 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-04-22 16:16:03", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:55.961149", + "modified": "2014-06-03 07:18:10.985354", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Payable", diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.json b/erpnext/accounts/report/accounts_receivable/accounts_receivable.json index 558a9fae04c..aaed6ed620a 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.json +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-04-16 11:31:13.000000", + "apply_user_permissions": 1, + "creation": "2013-04-16 11:31:13", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.907658", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Receivable", diff --git a/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.json b/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.json index 5768fb25a0b..5fd16096687 100644 --- a/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.json +++ b/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.json @@ -1,10 +1,11 @@ { - "creation": "2013-05-01 12:13:25.000000", + "apply_user_permissions": 1, + "creation": "2013-05-01 12:13:25", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.921522", "modified_by": "Administrator", "module": "Accounts", "name": "Bank Clearance Summary", diff --git a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.json b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.json index 3da22e6a137..fd0639b8394 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.json +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.json @@ -1,11 +1,12 @@ { "add_total_row": 0, - "creation": "2013-04-30 18:30:21.000000", + "apply_user_permissions": 1, + "creation": "2013-04-30 18:30:21", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.926502", "modified_by": "Administrator", "module": "Accounts", "name": "Bank Reconciliation Statement", diff --git a/erpnext/accounts/report/budget_variance_report/budget_variance_report.json b/erpnext/accounts/report/budget_variance_report/budget_variance_report.json index 592ee6957ce..0c31f45af63 100644 --- a/erpnext/accounts/report/budget_variance_report/budget_variance_report.json +++ b/erpnext/accounts/report/budget_variance_report/budget_variance_report.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-18 12:56:36.000000", + "apply_user_permissions": 1, + "creation": "2013-06-18 12:56:36", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.971175", "modified_by": "Administrator", "module": "Accounts", "name": "Budget Variance Report", diff --git a/erpnext/accounts/report/customer_account_head/customer_account_head.json b/erpnext/accounts/report/customer_account_head/customer_account_head.json index c60f5940b1a..972c3aaec03 100644 --- a/erpnext/accounts/report/customer_account_head/customer_account_head.json +++ b/erpnext/accounts/report/customer_account_head/customer_account_head.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-03 16:17:34.000000", + "apply_user_permissions": 1, + "creation": "2013-06-03 16:17:34", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.993419", "modified_by": "Administrator", "module": "Accounts", "name": "Customer Account Head", diff --git a/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.json b/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.json index bb3dc647c9a..4b6a1f2b5b0 100644 --- a/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.json +++ b/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-07-30 17:28:49", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.009640", + "modified": "2014-06-03 07:18:17.034953", "modified_by": "Administrator", "module": "Accounts", "name": "Delivered Items To Be Billed", diff --git a/erpnext/accounts/report/general_ledger/general_ledger.json b/erpnext/accounts/report/general_ledger/general_ledger.json index 59ac1a58d52..af2095d45d2 100644 --- a/erpnext/accounts/report/general_ledger/general_ledger.json +++ b/erpnext/accounts/report/general_ledger/general_ledger.json @@ -1,10 +1,11 @@ { - "creation": "2013-12-06 13:22:23.000000", + "apply_user_permissions": 1, + "creation": "2013-12-06 13:22:23", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.072046", "modified_by": "Administrator", "module": "Accounts", "name": "General Ledger", diff --git a/erpnext/accounts/report/gross_profit/gross_profit.json b/erpnext/accounts/report/gross_profit/gross_profit.json index 12293bc86a7..81e0aaf925e 100644 --- a/erpnext/accounts/report/gross_profit/gross_profit.json +++ b/erpnext/accounts/report/gross_profit/gross_profit.json @@ -1,10 +1,11 @@ { - "creation": "2013-02-25 17:03:34.000000", + "apply_user_permissions": 1, + "creation": "2013-02-25 17:03:34", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.077022", "modified_by": "Administrator", "module": "Accounts", "name": "Gross Profit", diff --git a/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.json b/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.json index f37db79de89..4df24d80249 100644 --- a/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.json +++ b/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-06-05 15:37:30.000000", + "apply_user_permissions": 1, + "creation": "2013-06-05 15:37:30", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.113416", "modified_by": "Administrator", "module": "Accounts", "name": "Item-wise Purchase Register", diff --git a/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.json b/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.json index 4dffc714c92..9b47d4fa5ad 100644 --- a/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.json +++ b/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-05-13 17:50:55.000000", + "apply_user_permissions": 1, + "creation": "2013-05-13 17:50:55", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.123848", "modified_by": "Administrator", "module": "Accounts", "name": "Item-wise Sales Register", diff --git a/erpnext/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.json b/erpnext/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.json index 5d75bdc3ffd..93c1b9f2a7c 100644 --- a/erpnext/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.json +++ b/erpnext/accounts/report/ordered_items_to_be_billed/ordered_items_to_be_billed.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-02-21 14:26:44", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.120371", + "modified": "2014-06-03 07:18:17.197631", "modified_by": "Administrator", "module": "Accounts", "name": "Ordered Items To Be Billed", diff --git a/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.json b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.json index a717ff5372c..c668d19955a 100644 --- a/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.json +++ b/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-12-02 17:06:37.000000", + "apply_user_permissions": 1, + "creation": "2013-12-02 17:06:37", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.207997", "modified_by": "Administrator", "module": "Accounts", "name": "Payment Period Based On Invoice Date", diff --git a/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.json b/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.json index 26d199b1e58..08231b4f442 100644 --- a/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.json +++ b/erpnext/accounts/report/purchase_invoice_trends/purchase_invoice_trends.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-13 18:46:55.000000", + "apply_user_permissions": 1, + "creation": "2013-06-13 18:46:55", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.239496", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice Trends", diff --git a/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.json b/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.json index c343c754a67..e3a658e5c7a 100644 --- a/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.json +++ b/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.json @@ -1,11 +1,12 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-05-28 15:54:16", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.166593", + "modified": "2014-06-03 07:18:17.244501", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Order Items To Be Billed", diff --git a/erpnext/accounts/report/purchase_register/purchase_register.json b/erpnext/accounts/report/purchase_register/purchase_register.json index 592f4101b53..6c5bc306fca 100644 --- a/erpnext/accounts/report/purchase_register/purchase_register.json +++ b/erpnext/accounts/report/purchase_register/purchase_register.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-04-29 16:13:11.000000", + "apply_user_permissions": 1, + "creation": "2013-04-29 16:13:11", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.265444", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Register", diff --git a/erpnext/accounts/report/received_items_to_be_billed/received_items_to_be_billed.json b/erpnext/accounts/report/received_items_to_be_billed/received_items_to_be_billed.json index 3756acd54fe..50d16ed4d7b 100644 --- a/erpnext/accounts/report/received_items_to_be_billed/received_items_to_be_billed.json +++ b/erpnext/accounts/report/received_items_to_be_billed/received_items_to_be_billed.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-07-30 18:35:10", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.176404", + "modified": "2014-06-03 07:18:17.275594", "modified_by": "Administrator", "module": "Accounts", "name": "Received Items To Be Billed", diff --git a/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.json b/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.json index 768c0876eac..13b9a20b134 100644 --- a/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.json +++ b/erpnext/accounts/report/sales_invoice_trends/sales_invoice_trends.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-13 18:44:21.000000", + "apply_user_permissions": 1, + "creation": "2013-06-13 18:44:21", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.291463", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice Trends", 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 430e50d2e32..4ac7dbcf037 100644 --- a/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.json +++ b/erpnext/accounts/report/sales_partners_commission/sales_partners_commission.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-05-06 12:28:23", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.188121", + "modified": "2014-06-03 07:18:17.302063", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Partners Commission", diff --git a/erpnext/accounts/report/sales_register/sales_register.json b/erpnext/accounts/report/sales_register/sales_register.json index 703d903f509..3781f44cbbb 100644 --- a/erpnext/accounts/report/sales_register/sales_register.json +++ b/erpnext/accounts/report/sales_register/sales_register.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-04-23 18:15:29.000000", + "apply_user_permissions": 1, + "creation": "2013-04-23 18:15:29", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.317451", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Register", diff --git a/erpnext/accounts/report/supplier_account_head/supplier_account_head.json b/erpnext/accounts/report/supplier_account_head/supplier_account_head.json index d973c8a1743..72730f0e1a7 100644 --- a/erpnext/accounts/report/supplier_account_head/supplier_account_head.json +++ b/erpnext/accounts/report/supplier_account_head/supplier_account_head.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-04 12:56:17.000000", + "apply_user_permissions": 1, + "creation": "2013-06-04 12:56:17", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.353489", "modified_by": "Administrator", "module": "Accounts", "name": "Supplier Account Head", diff --git a/erpnext/buying/report/item_wise_purchase_history/item_wise_purchase_history.json b/erpnext/buying/report/item_wise_purchase_history/item_wise_purchase_history.json index 33099f3b10f..950ecbab01c 100644 --- a/erpnext/buying/report/item_wise_purchase_history/item_wise_purchase_history.json +++ b/erpnext/buying/report/item_wise_purchase_history/item_wise_purchase_history.json @@ -1,11 +1,12 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-05-03 14:55:53", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.060149", + "modified": "2014-06-03 07:18:17.103261", "modified_by": "Administrator", "module": "Buying", "name": "Item-wise Purchase History", diff --git a/erpnext/buying/report/purchase_order_trends/purchase_order_trends.json b/erpnext/buying/report/purchase_order_trends/purchase_order_trends.json index e33c657e336..c91bae31f95 100644 --- a/erpnext/buying/report/purchase_order_trends/purchase_order_trends.json +++ b/erpnext/buying/report/purchase_order_trends/purchase_order_trends.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-13 18:45:01.000000", + "apply_user_permissions": 1, + "creation": "2013-06-13 18:45:01", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.255067", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order Trends", diff --git a/erpnext/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.json b/erpnext/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.json index c3e8f174618..4d22b2d8b21 100644 --- a/erpnext/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.json +++ b/erpnext/buying/report/requested_items_to_be_ordered/requested_items_to_be_ordered.json @@ -1,11 +1,12 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-05-13 16:10:02", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.180305", + "modified": "2014-06-03 07:18:17.280960", "modified_by": "Administrator", "module": "Buying", "name": "Requested Items To Be Ordered", diff --git a/erpnext/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.json b/erpnext/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.json index a929a300520..c9fd7256cb5 100644 --- a/erpnext/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.json +++ b/erpnext/buying/report/supplier_addresses_and_contacts/supplier_addresses_and_contacts.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-10-09 10:38:40", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.218629", + "modified": "2014-06-03 07:18:17.358554", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Addresses and Contacts", diff --git a/erpnext/home/doctype/feed/feed.py b/erpnext/home/doctype/feed/feed.py index 91b1590d333..789ae1515b3 100644 --- a/erpnext/home/doctype/feed/feed.py +++ b/erpnext/home/doctype/feed/feed.py @@ -40,5 +40,5 @@ def get_permission_query_conditions(): return "(" + " or ".join(conditions) + ")" -def has_permission(doc): - return frappe.has_permission(doc.doc_type, "read", doc.doc_name) +def has_permission(doc, user): + return frappe.has_permission(doc.doc_type, "read", doc.doc_name, user=user) diff --git a/erpnext/hr/report/employee_birthday/employee_birthday.json b/erpnext/hr/report/employee_birthday/employee_birthday.json index 5839d01c614..703388fc17c 100644 --- a/erpnext/hr/report/employee_birthday/employee_birthday.json +++ b/erpnext/hr/report/employee_birthday/employee_birthday.json @@ -1,10 +1,11 @@ { - "creation": "2013-05-06 17:56:03.000000", + "apply_user_permissions": 1, + "creation": "2013-05-06 17:56:03", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.045541", "modified_by": "Administrator", "module": "HR", "name": "Employee Birthday", diff --git a/erpnext/hr/report/employee_information/employee_information.json b/erpnext/hr/report/employee_information/employee_information.json index 113b849f875..1620cab94d1 100644 --- a/erpnext/hr/report/employee_information/employee_information.json +++ b/erpnext/hr/report/employee_information/employee_information.json @@ -1,11 +1,12 @@ { + "apply_user_permissions": 1, "creation": "2013-05-06 18:43:53", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", "json": "{\"filters\":[],\"columns\":[[\"name\",\"Employee\"],[\"employee_number\",\"Employee\"],[\"date_of_joining\",\"Employee\"],[\"branch\",\"Employee\"],[\"department\",\"Employee\"],[\"designation\",\"Employee\"],[\"gender\",\"Employee\"],[\"status\",\"Employee\"],[\"company\",\"Employee\"],[\"employment_type\",\"Employee\"],\"Employee\"],[\"reports_to\",\"Employee\"],[\"company_email\",\"Employee\"]],\"sort_by\":\"Employee.bank_ac_no\",\"sort_order\":\"desc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}", - "modified": "2014-05-13 16:08:56.013856", + "modified": "2014-06-03 07:18:17.059554", "modified_by": "Administrator", "module": "HR", "name": "Employee Information", diff --git a/erpnext/hr/report/employee_leave_balance/employee_leave_balance.json b/erpnext/hr/report/employee_leave_balance/employee_leave_balance.json index 4ffd7c89d71..d83afc2c7ed 100644 --- a/erpnext/hr/report/employee_leave_balance/employee_leave_balance.json +++ b/erpnext/hr/report/employee_leave_balance/employee_leave_balance.json @@ -1,10 +1,11 @@ { - "creation": "2013-02-22 15:29:34.000000", + "apply_user_permissions": 1, + "creation": "2013-02-22 15:29:34", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.066168", "modified_by": "Administrator", "module": "HR", "name": "Employee Leave Balance", diff --git a/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.json b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.json index 5f55fee5b52..7d13381154f 100644 --- a/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.json +++ b/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.json @@ -1,11 +1,12 @@ { "add_total_row": 0, - "creation": "2013-05-13 14:04:03.000000", + "apply_user_permissions": 1, + "creation": "2013-05-13 14:04:03", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.181332", "modified_by": "Administrator", "module": "HR", "name": "Monthly Attendance Sheet", diff --git a/erpnext/hr/report/monthly_salary_register/monthly_salary_register.json b/erpnext/hr/report/monthly_salary_register/monthly_salary_register.json index 51b8e2c21c2..d32e71e6ffc 100644 --- a/erpnext/hr/report/monthly_salary_register/monthly_salary_register.json +++ b/erpnext/hr/report/monthly_salary_register/monthly_salary_register.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-05-07 18:09:42.000000", + "apply_user_permissions": 1, + "creation": "2013-05-07 18:09:42", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.187018", "modified_by": "Administrator", "module": "HR", "name": "Monthly Salary Register", diff --git a/erpnext/manufacturing/report/completed_production_orders/completed_production_orders.json b/erpnext/manufacturing/report/completed_production_orders/completed_production_orders.json index 6189c773321..b4a7e357243 100644 --- a/erpnext/manufacturing/report/completed_production_orders/completed_production_orders.json +++ b/erpnext/manufacturing/report/completed_production_orders/completed_production_orders.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-08-12 12:44:27", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:55.966140", + "modified": "2014-06-03 07:18:16.977800", "modified_by": "Administrator", "module": "Manufacturing", "name": "Completed Production Orders", diff --git a/erpnext/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.json b/erpnext/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.json index 48a605d79c8..cf539036b5e 100644 --- a/erpnext/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.json +++ b/erpnext/manufacturing/report/issued_items_against_production_order/issued_items_against_production_order.json @@ -1,11 +1,12 @@ { "add_total_row": 0, + "apply_user_permissions": 1, "creation": "2013-05-03 17:48:46", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.043867", + "modified": "2014-06-03 07:18:17.082436", "modified_by": "Administrator", "module": "Manufacturing", "name": "Issued Items Against Production Order", diff --git a/erpnext/manufacturing/report/open_production_orders/open_production_orders.json b/erpnext/manufacturing/report/open_production_orders/open_production_orders.json index 6bfd57f18ab..d780098474e 100644 --- a/erpnext/manufacturing/report/open_production_orders/open_production_orders.json +++ b/erpnext/manufacturing/report/open_production_orders/open_production_orders.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-08-12 12:32:30", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.114923", + "modified": "2014-06-03 07:18:17.192207", "modified_by": "Administrator", "module": "Manufacturing", "name": "Open Production Orders", diff --git a/erpnext/manufacturing/report/production_orders_in_progress/production_orders_in_progress.json b/erpnext/manufacturing/report/production_orders_in_progress/production_orders_in_progress.json index 0457ed91c61..933f519891f 100644 --- a/erpnext/manufacturing/report/production_orders_in_progress/production_orders_in_progress.json +++ b/erpnext/manufacturing/report/production_orders_in_progress/production_orders_in_progress.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-08-12 12:43:47", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.132651", + "modified": "2014-06-03 07:18:17.223807", "modified_by": "Administrator", "module": "Manufacturing", "name": "Production Orders in Progress", diff --git a/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.json b/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.json index 1be419a6287..2cdaf6bf60d 100644 --- a/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.json +++ b/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.json @@ -1,10 +1,11 @@ { - "creation": "2013-04-03 11:27:52.000000", + "apply_user_permissions": 1, + "creation": "2013-04-03 11:27:52", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.019543", "modified_by": "Administrator", "module": "Projects", "name": "Daily Time Log Summary", diff --git a/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.json b/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.json index b0553838b03..f88050832dd 100644 --- a/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.json +++ b/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-06-03 17:37:41", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.136451", + "modified": "2014-06-03 07:18:17.229116", "modified_by": "Administrator", "module": "Projects", "name": "Project wise Stock Tracking", diff --git a/erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.json b/erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.json index 29b47c8fbb3..30b5d8478c7 100644 --- a/erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.json +++ b/erpnext/selling/report/available_stock_for_packing_items/available_stock_for_packing_items.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-21 13:40:05.000000", + "apply_user_permissions": 1, + "creation": "2013-06-21 13:40:05", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.914298", "modified_by": "Administrator", "module": "Selling", "name": "Available Stock for Packing Items", diff --git a/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.json b/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.json index b04e5dad255..599d0aa13d1 100644 --- a/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.json +++ b/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-11-28 14:58:06.000000", + "apply_user_permissions": 1, + "creation": "2013-11-28 14:58:06", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.000242", "modified_by": "Administrator", "module": "Selling", "name": "Customer Acquisition and Loyalty", diff --git a/erpnext/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.json b/erpnext/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.json index 0c61ca77f8e..9bde272c611 100644 --- a/erpnext/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.json +++ b/erpnext/selling/report/customer_addresses_and_contacts/customer_addresses_and_contacts.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2012-10-04 18:45:27", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.003913", + "modified": "2014-06-03 07:18:17.006732", "modified_by": "Administrator", "module": "Selling", "name": "Customer Addresses And Contacts", diff --git a/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.json b/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.json index 04b662e119a..fe53574e237 100644 --- a/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.json +++ b/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-07 12:27:07.000000", + "apply_user_permissions": 1, + "creation": "2013-06-07 12:27:07", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.013590", "modified_by": "Administrator", "module": "Selling", "name": "Customers Not Buying Since Long Time", diff --git a/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.json b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.json index f6197923d67..2b6b53776af 100644 --- a/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.json +++ b/erpnext/selling/report/item_wise_sales_history/item_wise_sales_history.json @@ -1,12 +1,13 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-05-23 17:42:24", "disabled": 0, "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.064069", + "modified": "2014-06-03 07:18:17.118681", "modified_by": "Administrator", "module": "Selling", "name": "Item-wise Sales History", diff --git a/erpnext/selling/report/lead_details/lead_details.json b/erpnext/selling/report/lead_details/lead_details.json index 67ba1e82857..0edec21a073 100644 --- a/erpnext/selling/report/lead_details/lead_details.json +++ b/erpnext/selling/report/lead_details/lead_details.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-10-22 11:58:16", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.072166", + "modified": "2014-06-03 07:18:17.139224", "modified_by": "Administrator", "module": "Selling", "name": "Lead Details", diff --git a/erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.json b/erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.json index 821bee90079..de035426170 100644 --- a/erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.json +++ b/erpnext/selling/report/pending_so_items_for_purchase_request/pending_so_items_for_purchase_request.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-06-21 16:46:45", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.128682", + "modified": "2014-06-03 07:18:17.213215", "modified_by": "Administrator", "module": "Selling", "name": "Pending SO Items For Purchase Request", diff --git a/erpnext/selling/report/quotation_trends/quotation_trends.json b/erpnext/selling/report/quotation_trends/quotation_trends.json index 6be53acf477..22fac116822 100644 --- a/erpnext/selling/report/quotation_trends/quotation_trends.json +++ b/erpnext/selling/report/quotation_trends/quotation_trends.json @@ -1,11 +1,12 @@ { "add_total_row": 0, - "creation": "2013-06-07 16:01:16.000000", + "apply_user_permissions": 1, + "creation": "2013-06-07 16:01:16", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.270656", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Trends", diff --git a/erpnext/selling/report/sales_order_trends/sales_order_trends.json b/erpnext/selling/report/sales_order_trends/sales_order_trends.json index cb08af1c124..bea04a11656 100644 --- a/erpnext/selling/report/sales_order_trends/sales_order_trends.json +++ b/erpnext/selling/report/sales_order_trends/sales_order_trends.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-13 18:43:30.000000", + "apply_user_permissions": 1, + "creation": "2013-06-13 18:43:30", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.296606", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order Trends", diff --git a/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.json b/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.json index 6c45ba9f8d5..f2127cbfc59 100644 --- a/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.json +++ b/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-21 12:14:15.000000", + "apply_user_permissions": 1, + "creation": "2013-06-21 12:14:15", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.307079", "modified_by": "Administrator", "module": "Selling", "name": "Sales Person Target Variance Item Group-Wise", diff --git a/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.json b/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.json index 4ecba96f60c..dabf6048417 100644 --- a/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.json +++ b/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-05-03 11:31:05.000000", + "apply_user_permissions": 1, + "creation": "2013-05-03 11:31:05", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.312328", "modified_by": "Administrator", "module": "Selling", "name": "Sales Person-wise Transaction Summary", diff --git a/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.json b/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.json index b03bb023998..c7b85a362f6 100644 --- a/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.json +++ b/erpnext/selling/report/territory_target_variance_item_group_wise/territory_target_variance_item_group_wise.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-21 12:15:00.000000", + "apply_user_permissions": 1, + "creation": "2013-06-21 12:15:00", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.369052", "modified_by": "Administrator", "module": "Selling", "name": "Territory Target Variance Item Group-Wise", diff --git a/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.json b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.json index e79ca823e6a..b70e6504b1c 100644 --- a/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.json +++ b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-04 11:03:47.000000", + "apply_user_permissions": 1, + "creation": "2013-06-04 11:03:47", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:16.931839", "modified_by": "Administrator", "module": "Stock", "name": "Batch-Wise Balance History", diff --git a/erpnext/stock/report/delivery_note_trends/delivery_note_trends.json b/erpnext/stock/report/delivery_note_trends/delivery_note_trends.json index ccedc4b255a..e8953d48984 100644 --- a/erpnext/stock/report/delivery_note_trends/delivery_note_trends.json +++ b/erpnext/stock/report/delivery_note_trends/delivery_note_trends.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-13 18:42:11.000000", + "apply_user_permissions": 1, + "creation": "2013-06-13 18:42:11", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.040345", "modified_by": "Administrator", "module": "Stock", "name": "Delivery Note Trends", diff --git a/erpnext/stock/report/item_prices/item_prices.json b/erpnext/stock/report/item_prices/item_prices.json index cf0dde26a44..16b3a3ff266 100644 --- a/erpnext/stock/report/item_prices/item_prices.json +++ b/erpnext/stock/report/item_prices/item_prices.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-05 11:43:30.000000", + "apply_user_permissions": 1, + "creation": "2013-06-05 11:43:30", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.087582", "modified_by": "Administrator", "module": "Stock", "name": "Item Prices", diff --git a/erpnext/stock/report/item_shortage_report/item_shortage_report.json b/erpnext/stock/report/item_shortage_report/item_shortage_report.json index 7bc4991ee8b..b87a415962e 100644 --- a/erpnext/stock/report/item_shortage_report/item_shortage_report.json +++ b/erpnext/stock/report/item_shortage_report/item_shortage_report.json @@ -1,11 +1,12 @@ { + "apply_user_permissions": 1, "creation": "2013-08-20 13:43:30", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", "json": "{\"filters\":[[\"Bin\",\"projected_qty\",\"<\",\"0\"]],\"columns\":[[\"warehouse\",\"Bin\"],[\"item_code\",\"Bin\"],[\"actual_qty\",\"Bin\"],[\"ordered_qty\",\"Bin\"],[\"planned_qty\",\"Bin\"],[\"reserved_qty\",\"Bin\"],[\"projected_qty\",\"Bin\"]],\"sort_by\":\"Bin.projected_qty\",\"sort_order\":\"asc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}", - "modified": "2014-05-13 16:08:56.050421", + "modified": "2014-06-03 07:18:17.092713", "modified_by": "Administrator", "module": "Stock", "name": "Item Shortage Report", diff --git a/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json b/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json index 702a8d54e55..d05a6a60104 100644 --- a/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json +++ b/erpnext/stock/report/item_wise_price_list_rate/item_wise_price_list_rate.json @@ -1,11 +1,12 @@ { + "apply_user_permissions": 1, "creation": "2013-09-25 10:21:15", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", "json": "{\"filters\":[[\"Item Price\",\"price_list\",\"like\",\"%\"],[\"Item Price\",\"item_code\",\"like\",\"%\"]],\"columns\":[[\"name\",\"Item Price\"],[\"price_list\",\"Item Price\"],[\"item_code\",\"Item Price\"],[\"item_name\",\"Item Price\"],[\"item_description\",\"Item Price\"],[\"ref_rate\",\"Item Price\"],[\"buying\",\"Item Price\"],[\"selling\",\"Item Price\"],[\"currency\",\"Item Price\"]],\"sort_by\":\"Item Price.modified\",\"sort_order\":\"desc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}", - "modified": "2014-05-13 16:08:56.055750", + "modified": "2014-06-03 07:18:17.097955", "modified_by": "Administrator", "module": "Stock", "name": "Item-wise Price List Rate", diff --git a/erpnext/stock/report/items_to_be_requested/items_to_be_requested.json b/erpnext/stock/report/items_to_be_requested/items_to_be_requested.json index 7f3f18fe216..463d2e2fb84 100644 --- a/erpnext/stock/report/items_to_be_requested/items_to_be_requested.json +++ b/erpnext/stock/report/items_to_be_requested/items_to_be_requested.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-08-20 15:08:10", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.068356", + "modified": "2014-06-03 07:18:17.128918", "modified_by": "Administrator", "module": "Stock", "name": "Items To Be Requested", diff --git a/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.json b/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.json index 36cbcaa0879..c13f65a033b 100644 --- a/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.json +++ b/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-07 12:47:22.000000", + "apply_user_permissions": 1, + "creation": "2013-06-07 12:47:22", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.134165", "modified_by": "Administrator", "module": "Stock", "name": "Itemwise Recommended Reorder Level", diff --git a/erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.json b/erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.json index 575643193d6..45acab5e72d 100644 --- a/erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.json +++ b/erpnext/stock/report/material_requests_for_which_supplier_quotations_are_not_created/material_requests_for_which_supplier_quotations_are_not_created.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-08-09 12:20:58", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.108408", + "modified": "2014-06-03 07:18:17.174642", "modified_by": "Administrator", "module": "Stock", "name": "Material Requests for which Supplier Quotations are not created", diff --git a/erpnext/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.json b/erpnext/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.json index df7e7dac652..97746498742 100644 --- a/erpnext/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.json +++ b/erpnext/stock/report/ordered_items_to_be_delivered/ordered_items_to_be_delivered.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-02-22 18:01:55", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.124684", + "modified": "2014-06-03 07:18:17.202885", "modified_by": "Administrator", "module": "Stock", "name": "Ordered Items To Be Delivered", diff --git a/erpnext/stock/report/purchase_in_transit/purchase_in_transit.json b/erpnext/stock/report/purchase_in_transit/purchase_in_transit.json index 9d972baefcb..7ef63d4a9dc 100644 --- a/erpnext/stock/report/purchase_in_transit/purchase_in_transit.json +++ b/erpnext/stock/report/purchase_in_transit/purchase_in_transit.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-05-06 12:09:05", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.160127", + "modified": "2014-06-03 07:18:17.234173", "modified_by": "Administrator", "module": "Stock", "name": "Purchase In Transit", diff --git a/erpnext/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.json b/erpnext/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.json index def0e7f4bf2..b83734ca1c1 100644 --- a/erpnext/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.json +++ b/erpnext/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.json @@ -1,11 +1,12 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-02-22 18:01:55", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.171953", + "modified": "2014-06-03 07:18:17.249961", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Order Items To Be Received", diff --git a/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.json b/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.json index cd564ef72a4..be1835f0388 100644 --- a/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.json +++ b/erpnext/stock/report/purchase_receipt_trends/purchase_receipt_trends.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-13 18:45:44.000000", + "apply_user_permissions": 1, + "creation": "2013-06-13 18:45:44", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.260182", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt Trends", diff --git a/erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json b/erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json index 6cf2dbfff06..865a2a640e1 100644 --- a/erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json +++ b/erpnext/stock/report/requested_items_to_be_transferred/requested_items_to_be_transferred.json @@ -1,11 +1,12 @@ { "add_total_row": 1, + "apply_user_permissions": 1, "creation": "2013-05-13 16:23:05", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.184249", + "modified": "2014-06-03 07:18:17.286074", "modified_by": "Administrator", "module": "Stock", "name": "Requested Items To Be Transferred", diff --git a/erpnext/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.json b/erpnext/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.json index 0fe951248a2..1c4547adaf5 100644 --- a/erpnext/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.json +++ b/erpnext/stock/report/serial_no_service_contract_expiry/serial_no_service_contract_expiry.json @@ -1,11 +1,12 @@ { + "apply_user_permissions": 1, "creation": "2013-01-14 10:52:58", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", "json": "{\"filters\":[[\"Serial No\",\"status\",\"=\",\"Delivered\"]],\"columns\":[[\"name\",\"Serial No\"],[\"item_code\",\"Serial No\"],[\"amc_expiry_date\",\"Serial No\"],[\"maintenance_status\",\"Serial No\"],[\"delivery_document_no\",\"Serial No\"],[\"customer\",\"Serial No\"],[\"customer_name\",\"Serial No\"],[\"item_name\",\"Serial No\"],[\"description\",\"Serial No\"],[\"item_group\",\"Serial No\"],[\"brand\",\"Serial No\"]],\"sort_by\":\"Serial No.amc_expiry_date\",\"sort_order\":\"asc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}", - "modified": "2014-05-13 16:08:56.191909", + "modified": "2014-06-03 07:18:17.322563", "modified_by": "Administrator", "module": "Stock", "name": "Serial No Service Contract Expiry", diff --git a/erpnext/stock/report/serial_no_status/serial_no_status.json b/erpnext/stock/report/serial_no_status/serial_no_status.json index 6a816a9d04c..ecfa3a06691 100644 --- a/erpnext/stock/report/serial_no_status/serial_no_status.json +++ b/erpnext/stock/report/serial_no_status/serial_no_status.json @@ -1,11 +1,12 @@ { + "apply_user_permissions": 1, "creation": "2013-01-14 10:52:58", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", "json": "{\"sort_by\": \"Serial No.name\", \"sort_order\": \"desc\", \"sort_by_next\": \"\", \"filters\": [], \"sort_order_next\": \"desc\", \"columns\": [[\"name\", \"Serial No\"], [\"item_code\", \"Serial No\"], [\"warehouse\", \"Serial No\"], [\"status\", \"Serial No\"], [\"item_name\", \"Serial No\"], [\"description\", \"Serial No\"], [\"item_group\", \"Serial No\"], [\"brand\", \"Serial No\"], [\"purchase_document_no\", \"Serial No\"], [\"purchase_date\", \"Serial No\"], [\"customer\", \"Serial No\"], [\"customer_name\", \"Serial No\"], [\"purchase_rate\", \"Serial No\"], [\"delivery_document_no\", \"Serial No\"], [\"delivery_date\", \"Serial No\"], [\"supplier\", \"Serial No\"], [\"supplier_name\", \"Serial No\"]]}", - "modified": "2014-05-13 16:08:56.195987", + "modified": "2014-06-03 07:18:17.327622", "modified_by": "Administrator", "module": "Stock", "name": "Serial No Status", diff --git a/erpnext/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.json b/erpnext/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.json index a4fb63c0579..a3aa56769f2 100644 --- a/erpnext/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.json +++ b/erpnext/stock/report/serial_no_warranty_expiry/serial_no_warranty_expiry.json @@ -1,11 +1,12 @@ { + "apply_user_permissions": 1, "creation": "2013-01-14 10:52:58", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", "json": "{\"filters\":[[\"Serial No\",\"status\",\"=\",\"Delivered\"]],\"columns\":[[\"name\",\"Serial No\"],[\"item_code\",\"Serial No\"],[\"warranty_expiry_date\",\"Serial No\"],[\"warranty_period\",\"Serial No\"],[\"maintenance_status\",\"Serial No\"],[\"purchase_document_no\",\"Serial No\"],[\"purchase_date\",\"Serial No\"],[\"supplier\",\"Serial No\"],[\"supplier_name\",\"Serial No\"],[\"delivery_document_no\",\"Serial No\"],[\"delivery_date\",\"Serial No\"],[\"customer\",\"Serial No\"],[\"customer_name\",\"Serial No\"],[\"item_name\",\"Serial No\"],[\"description\",\"Serial No\"],[\"item_group\",\"Serial No\"],[\"brand\",\"Serial No\"]],\"sort_by\":\"Serial No.warranty_expiry_date\",\"sort_order\":\"asc\",\"sort_by_next\":\"\",\"sort_order_next\":\"asc\"}", - "modified": "2014-05-13 16:08:56.212125", + "modified": "2014-06-03 07:18:17.332902", "modified_by": "Administrator", "module": "Stock", "name": "Serial No Warranty Expiry", diff --git a/erpnext/stock/report/stock_ageing/stock_ageing.json b/erpnext/stock/report/stock_ageing/stock_ageing.json index af8b9c37e4e..44fec7294f7 100644 --- a/erpnext/stock/report/stock_ageing/stock_ageing.json +++ b/erpnext/stock/report/stock_ageing/stock_ageing.json @@ -1,10 +1,11 @@ { - "creation": "2013-12-02 17:09:31.000000", + "apply_user_permissions": 1, + "creation": "2013-12-02 17:09:31", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.338033", "modified_by": "Administrator", "module": "Stock", "name": "Stock Ageing", diff --git a/erpnext/stock/report/stock_ledger/stock_ledger.json b/erpnext/stock/report/stock_ledger/stock_ledger.json index da2056ef607..da49acb2fbe 100644 --- a/erpnext/stock/report/stock_ledger/stock_ledger.json +++ b/erpnext/stock/report/stock_ledger/stock_ledger.json @@ -1,10 +1,11 @@ { - "creation": "2013-11-29 17:08:23.000000", + "apply_user_permissions": 1, + "creation": "2013-11-29 17:08:23", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.343291", "modified_by": "Administrator", "module": "Stock", "name": "Stock Ledger", diff --git a/erpnext/stock/report/stock_projected_qty/stock_projected_qty.json b/erpnext/stock/report/stock_projected_qty/stock_projected_qty.json index 2b6be03329a..27b85f64f93 100644 --- a/erpnext/stock/report/stock_projected_qty/stock_projected_qty.json +++ b/erpnext/stock/report/stock_projected_qty/stock_projected_qty.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-12-04 18:21:56.000000", + "apply_user_permissions": 1, + "creation": "2013-12-04 18:21:56", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.348468", "modified_by": "Administrator", "module": "Stock", "name": "Stock Projected Qty", diff --git a/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.json b/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.json index ff495d94bf0..f529942c98b 100644 --- a/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.json +++ b/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.json @@ -1,11 +1,12 @@ { "add_total_row": 1, - "creation": "2013-11-29 15:45:39.000000", + "apply_user_permissions": 1, + "creation": "2013-11-29 15:45:39", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:27.000000", + "modified": "2014-06-03 07:18:17.363951", "modified_by": "Administrator", "module": "Stock", "name": "Supplier-Wise Sales Analytics", diff --git a/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.json b/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.json index c91906f54e4..f911956111a 100644 --- a/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.json +++ b/erpnext/stock/report/warehouse_wise_stock_balance/warehouse_wise_stock_balance.json @@ -1,10 +1,11 @@ { - "creation": "2013-06-05 11:00:31.000000", + "apply_user_permissions": 1, + "creation": "2013-06-05 11:00:31", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-03-07 15:30:28.000000", + "modified": "2014-06-03 07:18:17.384923", "modified_by": "Administrator", "module": "Stock", "name": "Warehouse-Wise Stock Balance", diff --git a/erpnext/support/report/maintenance_schedules/maintenance_schedules.json b/erpnext/support/report/maintenance_schedules/maintenance_schedules.json index c40f0eb373c..2be74461264 100644 --- a/erpnext/support/report/maintenance_schedules/maintenance_schedules.json +++ b/erpnext/support/report/maintenance_schedules/maintenance_schedules.json @@ -1,10 +1,11 @@ { + "apply_user_permissions": 1, "creation": "2013-05-06 14:25:21", "docstatus": 0, "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-05-13 16:08:56.075964", + "modified": "2014-06-03 07:18:17.144598", "modified_by": "Administrator", "module": "Support", "name": "Maintenance Schedules",