feat: maintain logs of errors successfully fixed

This commit is contained in:
Gavin D'souza 2020-04-28 16:01:59 +05:30
parent 1b5eea691c
commit 640636bbcd

View File

@ -38,7 +38,9 @@
"is_day_book_data_imported", "is_day_book_data_imported",
"import_log_section", "import_log_section",
"failed_import_log", "failed_import_log",
"failed_import_preview" "fixed_errors_log",
"failed_import_preview",
"fixed_error_log_preview"
], ],
"fields": [ "fields": [
{ {
@ -220,7 +222,6 @@
"fieldname": "failed_import_log", "fieldname": "failed_import_log",
"fieldtype": "Code", "fieldtype": "Code",
"hidden": 1, "hidden": 1,
"label": "Failed Import Log",
"options": "JSON" "options": "JSON"
}, },
{ {
@ -238,10 +239,22 @@
"fieldtype": "Link", "fieldtype": "Link",
"label": "Default Round Off Account", "label": "Default Round Off Account",
"options": "Account" "options": "Account"
},
{
"default": "[]",
"fieldname": "fixed_errors_log",
"fieldtype": "Code",
"hidden": 1,
"options": "JSON"
},
{
"fieldname": "fixed_error_log_preview",
"fieldtype": "HTML",
"label": "Fixed Error Log"
} }
], ],
"links": [], "links": [],
"modified": "2020-04-22 16:01:13.718842", "modified": "2020-04-28 00:29:18.039826",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "ERPNext Integrations", "module": "ERPNext Integrations",
"name": "Tally Migration", "name": "Tally Migration",