-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: cleanup doctype descriptions (#39637) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit 6b8f046) # Conflicts: # erpnext/accounts/doctype/accounts_settings/accounts_settings.json # erpnext/accounts/doctype/fiscal_year/fiscal_year.json # erpnext/stock/doctype/item_price/item_price.json # erpnext/stock/doctype/stock_settings/stock_settings.json * chore: fix conflicts --------- Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
- Loading branch information
1 parent
d785c6c
commit aebb0c7
Showing
13 changed files
with
123 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
226 changes: 65 additions & 161 deletions
226
erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,173 +1,77 @@ | ||
{ | ||
"allow_copy": 0, | ||
"allow_import": 0, | ||
"allow_rename": 0, | ||
"autoname": "field:distribution_id", | ||
"beta": 0, | ||
"creation": "2013-01-10 16:34:05", | ||
"custom": 0, | ||
"description": "**Monthly Distribution** helps you distribute the Budget/Target across months if you have seasonality in your business.", | ||
"docstatus": 0, | ||
"doctype": "DocType", | ||
"editable_grid": 0, | ||
"engine": "InnoDB", | ||
"actions": [], | ||
"autoname": "field:distribution_id", | ||
"creation": "2013-01-10 16:34:05", | ||
"description": "Helps you distribute the Budget/Target across months if you have seasonality in your business.", | ||
"doctype": "DocType", | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"distribution_id", | ||
"fiscal_year", | ||
"percentages" | ||
], | ||
"fields": [ | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"description": "Name of the Monthly Distribution", | ||
"fieldname": "distribution_id", | ||
"fieldtype": "Data", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 1, | ||
"in_standard_filter": 0, | ||
"label": "Distribution Name", | ||
"length": 0, | ||
"no_copy": 0, | ||
"oldfieldname": "distribution_id", | ||
"oldfieldtype": "Data", | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 0, | ||
"remember_last_selected_value": 0, | ||
"report_hide": 0, | ||
"reqd": 1, | ||
"search_index": 0, | ||
"set_only_once": 0, | ||
"unique": 0 | ||
}, | ||
"description": "Name of the Monthly Distribution", | ||
"fieldname": "distribution_id", | ||
"fieldtype": "Data", | ||
"in_list_view": 1, | ||
"label": "Distribution Name", | ||
"oldfieldname": "distribution_id", | ||
"oldfieldtype": "Data", | ||
"reqd": 1, | ||
"unique": 1 | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"fieldname": "fiscal_year", | ||
"fieldtype": "Link", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 1, | ||
"in_list_view": 1, | ||
"in_standard_filter": 1, | ||
"label": "Fiscal Year", | ||
"length": 0, | ||
"no_copy": 0, | ||
"oldfieldname": "fiscal_year", | ||
"oldfieldtype": "Select", | ||
"options": "Fiscal Year", | ||
"permlevel": 0, | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"read_only": 0, | ||
"remember_last_selected_value": 0, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 1, | ||
"set_only_once": 0, | ||
"unique": 0 | ||
}, | ||
"fieldname": "fiscal_year", | ||
"fieldtype": "Link", | ||
"in_filter": 1, | ||
"in_list_view": 1, | ||
"in_standard_filter": 1, | ||
"label": "Fiscal Year", | ||
"oldfieldname": "fiscal_year", | ||
"oldfieldtype": "Select", | ||
"options": "Fiscal Year", | ||
"search_index": 1 | ||
}, | ||
{ | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"fieldname": "percentages", | ||
"fieldtype": "Table", | ||
"hidden": 0, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_filter": 0, | ||
"in_list_view": 0, | ||
"in_standard_filter": 0, | ||
"label": "Monthly Distribution Percentages", | ||
"length": 0, | ||
"no_copy": 0, | ||
"oldfieldname": "budget_distribution_details", | ||
"oldfieldtype": "Table", | ||
"options": "Monthly Distribution Percentage", | ||
"permlevel": 0, | ||
"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, | ||
"unique": 0 | ||
"fieldname": "percentages", | ||
"fieldtype": "Table", | ||
"label": "Monthly Distribution Percentages", | ||
"oldfieldname": "budget_distribution_details", | ||
"oldfieldtype": "Table", | ||
"options": "Monthly Distribution Percentage" | ||
} | ||
], | ||
"hide_heading": 0, | ||
"hide_toolbar": 0, | ||
"icon": "fa fa-bar-chart", | ||
"idx": 1, | ||
"image_view": 0, | ||
"in_create": 0, | ||
|
||
"is_submittable": 0, | ||
"issingle": 0, | ||
"istable": 0, | ||
"max_attachments": 0, | ||
"modified": "2016-11-21 14:54:35.998761", | ||
"modified_by": "Administrator", | ||
"module": "Accounts", | ||
"name": "Monthly Distribution", | ||
"name_case": "Title Case", | ||
"owner": "Administrator", | ||
], | ||
"icon": "fa fa-bar-chart", | ||
"idx": 1, | ||
"links": [], | ||
"modified": "2024-01-30 13:57:55.802744", | ||
"modified_by": "Administrator", | ||
"module": "Accounts", | ||
"name": "Monthly Distribution", | ||
"naming_rule": "By fieldname", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"amend": 0, | ||
"apply_user_permissions": 0, | ||
"cancel": 0, | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 0, | ||
"if_owner": 0, | ||
"import": 0, | ||
"is_custom": 0, | ||
"permlevel": 0, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Accounts Manager", | ||
"set_user_permissions": 0, | ||
"share": 1, | ||
"submit": 0, | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Accounts Manager", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
}, | ||
{ | ||
"amend": 0, | ||
"apply_user_permissions": 0, | ||
"cancel": 0, | ||
"create": 0, | ||
"delete": 0, | ||
"email": 0, | ||
"export": 0, | ||
"if_owner": 0, | ||
"import": 0, | ||
"is_custom": 0, | ||
"permlevel": 2, | ||
"print": 0, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Accounts Manager", | ||
"set_user_permissions": 0, | ||
"share": 0, | ||
"submit": 0, | ||
"write": 0 | ||
"permlevel": 2, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Accounts Manager" | ||
} | ||
], | ||
"quick_entry": 0, | ||
"read_only": 0, | ||
"read_only_onload": 0, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"track_seen": 0 | ||
], | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.