-
Notifications
You must be signed in to change notification settings - Fork 42
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 #3596 from ONE-F-M/188120671
feat: Department wise Salary Component Account
- Loading branch information
Showing
2 changed files
with
175 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"custom_fields": [ | ||
{ | ||
"_assign": null, | ||
"_comments": null, | ||
"_liked_by": null, | ||
"_user_tags": null, | ||
"allow_in_quick_entry": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"collapsible_depends_on": null, | ||
"columns": 0, | ||
"creation": "2024-08-26 14:25:46.059132", | ||
"default": null, | ||
"depends_on": null, | ||
"description": "If left empty, will apply to all departments.", | ||
"docstatus": 0, | ||
"dt": "Salary Component Account", | ||
"fetch_from": null, | ||
"fetch_if_empty": 0, | ||
"fieldname": "custom_department", | ||
"fieldtype": "Link", | ||
"hidden": 0, | ||
"hide_border": 0, | ||
"hide_days": 0, | ||
"hide_seconds": 0, | ||
"idx": 3, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_global_search": 0, | ||
"in_list_view": 1, | ||
"in_preview": 1, | ||
"in_standard_filter": 1, | ||
"insert_after": "account", | ||
"is_system_generated": 0, | ||
"is_virtual": 0, | ||
"label": "Department", | ||
"length": 0, | ||
"link_filters": null, | ||
"mandatory_depends_on": null, | ||
"modified": "2024-08-26 14:25:46.059132", | ||
"modified_by": "Administrator", | ||
"module": null, | ||
"name": "Salary Component Account-custom_department", | ||
"no_copy": 0, | ||
"non_negative": 0, | ||
"options": "Department", | ||
"owner": "Administrator", | ||
"parent": null, | ||
"parentfield": null, | ||
"parenttype": null, | ||
"permlevel": 0, | ||
"precision": "", | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"print_width": null, | ||
"read_only": 0, | ||
"read_only_depends_on": null, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"show_dashboard": 0, | ||
"sort_options": 0, | ||
"translatable": 0, | ||
"unique": 0, | ||
"width": null | ||
} | ||
], | ||
"custom_perms": [], | ||
"doctype": "Salary Component Account", | ||
"links": [], | ||
"property_setters": [ | ||
{ | ||
"_assign": null, | ||
"_comments": null, | ||
"_liked_by": null, | ||
"_user_tags": null, | ||
"creation": "2024-08-26 14:26:30.843062", | ||
"default_value": null, | ||
"doc_type": "Salary Component Account", | ||
"docstatus": 0, | ||
"doctype_or_field": "DocType", | ||
"field_name": null, | ||
"idx": 0, | ||
"is_system_generated": 0, | ||
"modified": "2024-08-26 14:26:30.843062", | ||
"modified_by": "Administrator", | ||
"module": null, | ||
"name": "Salary Component Account-main-field_order", | ||
"owner": "Administrator", | ||
"parent": null, | ||
"parentfield": null, | ||
"parenttype": null, | ||
"property": "field_order", | ||
"property_type": "Data", | ||
"row_name": null, | ||
"value": "[\"company\", \"account\", \"custom_department\"]" | ||
} | ||
], | ||
"sync_on_migrate": 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