From 8457bb2c7e813ea6f55af98220208db3628d7070 Mon Sep 17 00:00:00 2001 From: tundebabzy Date: Mon, 26 Feb 2018 08:13:41 +0100 Subject: [PATCH] change in Subscription Settings --- .../subscription_settings.json | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/subscription_settings/subscription_settings.json b/erpnext/accounts/doctype/subscription_settings/subscription_settings.json index 2fa899943c..e692158402 100644 --- a/erpnext/accounts/doctype/subscription_settings/subscription_settings.json +++ b/erpnext/accounts/doctype/subscription_settings/subscription_settings.json @@ -12,6 +12,39 @@ "editable_grid": 1, "engine": "InnoDB", "fields": [ + { + "allow_bulk_edit": 0, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "columns": 0, + "default": "1", + "description": "Number of days after invoice date has elapsed before canceling subscription or marking subscription as unpaid", + "fieldname": "grace_period", + "fieldtype": "Int", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_global_search": 0, + "in_list_view": 0, + "in_standard_filter": 0, + "label": "Grace Period", + "length": 0, + "no_copy": 0, + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "remember_last_selected_value": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "translatable": 0, + "unique": 0 + }, { "allow_bulk_edit": 0, "allow_on_submit": 0, @@ -19,7 +52,7 @@ "collapsible": 0, "columns": 0, "default": "0", - "fieldname": "cancel_invoice", + "fieldname": "cancel_after_grace", "fieldtype": "Check", "hidden": 0, "ignore_user_permissions": 0, @@ -28,7 +61,7 @@ "in_global_search": 0, "in_list_view": 0, "in_standard_filter": 0, - "label": "Cancel Invoice If Unpaid", + "label": "Cancel Invoice After Grace Period", "length": 0, "no_copy": 0, "permlevel": 0, @@ -55,7 +88,7 @@ "issingle": 1, "istable": 0, "max_attachments": 0, - "modified": "2018-02-26 06:13:37.910139", + "modified": "2018-02-26 08:12:59.168751", "modified_by": "Administrator", "module": "Accounts", "name": "Subscription Settings",