-
Notifications
You must be signed in to change notification settings - Fork 81
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 #6 from anandbaburajan/rename_process_asset_classi…
…fication chore: rename process_asset_classification
- Loading branch information
Showing
17 changed files
with
225 additions
and
207 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
152 changes: 76 additions & 76 deletions
152
lending/loan_management/doctype/days_past_due_log/days_past_due_log.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,78 +1,78 @@ | ||
{ | ||
"actions": [], | ||
"creation": "2023-04-26 17:07:40.828226", | ||
"default_view": "List", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"loan", | ||
"posting_date", | ||
"days_past_due", | ||
"process_asset_classification" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "loan", | ||
"fieldtype": "Link", | ||
"label": "Loan", | ||
"options": "Loan", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "posting_date", | ||
"fieldtype": "Date", | ||
"label": "Posting Date", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "days_past_due", | ||
"fieldtype": "Int", | ||
"label": "Days Past Due", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "process_asset_classification", | ||
"fieldtype": "Link", | ||
"label": "Process Asset Classification", | ||
"options": "Process Asset Classification", | ||
"read_only": 1 | ||
} | ||
], | ||
"in_create": 1, | ||
"links": [], | ||
"modified": "2023-05-18 13:54:43.543481", | ||
"modified_by": "Administrator", | ||
"module": "Loan Management", | ||
"name": "Days Past Due Log", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Loan Manager", | ||
"share": 1, | ||
"write": 1 | ||
} | ||
], | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [] | ||
"actions": [], | ||
"creation": "2023-04-26 17:07:40.828226", | ||
"default_view": "List", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"loan", | ||
"posting_date", | ||
"days_past_due", | ||
"process_loan_asset_classification" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "loan", | ||
"fieldtype": "Link", | ||
"label": "Loan", | ||
"options": "Loan", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "posting_date", | ||
"fieldtype": "Date", | ||
"label": "Posting Date", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "days_past_due", | ||
"fieldtype": "Int", | ||
"label": "Days Past Due", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "process_loan_asset_classification", | ||
"fieldtype": "Link", | ||
"label": "Process Loan Asset Classification", | ||
"options": "Process Loan Asset Classification", | ||
"read_only": 1 | ||
} | ||
], | ||
"in_create": 1, | ||
"links": [], | ||
"modified": "2023-08-25 15:37:21.206963", | ||
"modified_by": "Administrator", | ||
"module": "Loan Management", | ||
"name": "Days Past Due Log", | ||
"owner": "Administrator", | ||
"permissions": [ | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "System Manager", | ||
"share": 1, | ||
"write": 1 | ||
}, | ||
{ | ||
"create": 1, | ||
"delete": 1, | ||
"email": 1, | ||
"export": 1, | ||
"print": 1, | ||
"read": 1, | ||
"report": 1, | ||
"role": "Loan Manager", | ||
"share": 1, | ||
"write": 1 | ||
} | ||
], | ||
"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.