-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46132 from frappe/version-15-hotfix
chore: release v15
- Loading branch information
Showing
9 changed files
with
84 additions
and
182 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
234 changes: 57 additions & 177 deletions
234
erpnext/projects/doctype/projects_settings/projects_settings.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,189 +1,69 @@ | ||
{ | ||
"allow_copy": 0, | ||
"allow_guest_to_view": 0, | ||
"allow_import": 0, | ||
"allow_rename": 0, | ||
"beta": 0, | ||
"creation": "2018-02-21 16:42:13.882879", | ||
"custom": 0, | ||
"docstatus": 0, | ||
"doctype": "DocType", | ||
"document_type": "", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"actions": [], | ||
"creation": "2018-02-21 16:42:13.882879", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"timesheet_sb", | ||
"ignore_workstation_time_overlap", | ||
"ignore_user_time_overlap", | ||
"ignore_employee_time_overlap", | ||
"fetch_timesheet_in_sales_invoice" | ||
], | ||
"fields": [ | ||
{ | ||
"allow_bulk_edit": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"fieldname": "timesheet_sb", | ||
"fieldtype": "Section Break", | ||
"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": "Timesheets", | ||
"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 | ||
}, | ||
"fieldname": "timesheet_sb", | ||
"fieldtype": "Section Break", | ||
"label": "Timesheets" | ||
}, | ||
{ | ||
"allow_bulk_edit": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"default": "0", | ||
"fieldname": "ignore_workstation_time_overlap", | ||
"fieldtype": "Check", | ||
"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": "Ignore Workstation Time Overlap", | ||
"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 | ||
}, | ||
"default": "0", | ||
"fieldname": "ignore_workstation_time_overlap", | ||
"fieldtype": "Check", | ||
"label": "Ignore Workstation Time Overlap" | ||
}, | ||
{ | ||
"allow_bulk_edit": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"default": "0", | ||
"fieldname": "ignore_user_time_overlap", | ||
"fieldtype": "Check", | ||
"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": "Ignore User Time Overlap", | ||
"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 | ||
}, | ||
"default": "0", | ||
"fieldname": "ignore_user_time_overlap", | ||
"fieldtype": "Check", | ||
"label": "Ignore User Time Overlap" | ||
}, | ||
{ | ||
"allow_bulk_edit": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"columns": 0, | ||
"default": "0", | ||
"fieldname": "ignore_employee_time_overlap", | ||
"fieldtype": "Check", | ||
"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": "Ignore Employee Time Overlap", | ||
"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 | ||
"default": "0", | ||
"fieldname": "ignore_employee_time_overlap", | ||
"fieldtype": "Check", | ||
"label": "Ignore Employee Time Overlap" | ||
}, | ||
{ | ||
"default": "0", | ||
"fieldname": "fetch_timesheet_in_sales_invoice", | ||
"fieldtype": "Check", | ||
"label": "Fetch Timesheet in Sales Invoice" | ||
} | ||
], | ||
"has_web_view": 0, | ||
"hide_heading": 0, | ||
"hide_toolbar": 0, | ||
"idx": 0, | ||
"image_view": 0, | ||
"in_create": 0, | ||
"is_submittable": 0, | ||
"issingle": 1, | ||
"istable": 0, | ||
"max_attachments": 0, | ||
"modified": "2018-02-21 16:42:42.357209", | ||
"modified_by": "Administrator", | ||
"module": "Projects", | ||
"name": "Projects Settings", | ||
"name_case": "", | ||
"owner": "Administrator", | ||
], | ||
"issingle": 1, | ||
"links": [], | ||
"modified": "2025-02-25 22:48:03.164862", | ||
"modified_by": "Administrator", | ||
"module": "Projects", | ||
"name": "Projects Settings", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"amend": 0, | ||
"apply_user_permissions": 0, | ||
"cancel": 0, | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 0, | ||
"if_owner": 0, | ||
"import": 0, | ||
"permlevel": 0, | ||
"print": 1, | ||
"read": 1, | ||
"report": 0, | ||
"role": "System Manager", | ||
"set_user_permissions": 0, | ||
"share": 1, | ||
"submit": 0, | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"print": 1, | ||
"read": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
} | ||
], | ||
"quick_entry": 1, | ||
"read_only": 0, | ||
"read_only_onload": 0, | ||
"show_name_in_global_search": 0, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"track_changes": 1, | ||
"track_seen": 0 | ||
], | ||
"quick_entry": 1, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [], | ||
"track_changes": 1 | ||
} |
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
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