Auto-commit

This commit is contained in:
Away 2025-08-04 11:01:03 +00:00
parent af2777f0c6
commit fbfa514093
1 changed files with 4 additions and 4 deletions

View File

@ -587,10 +587,10 @@
"doctype": "Client Script", "doctype": "Client Script",
"dt": "Property tax return", "dt": "Property tax return",
"enabled": 1, "enabled": 1,
"modified": "2025-08-04 14:51:25.067120", "modified": "2025-08-04 15:00:15.856205",
"module": "Taxes Az", "module": "Taxes Az",
"name": "DefaultProperty tax return Emlak vergi hesablamasi 5ci cedvel", "name": "DefaultProperty tax return Emlak vergi hesablamasi 5ci cedvel",
"script": "frappe.ui.form.on('Property tax return', {\r\n onload: function(frm) {\r\n if (!frm.doc.__islocal) return; \r\n\r\n if (!frm.doc.table_ozdx) {\r\n frm.set_value('table_ozdx', []); \r\n }\r\n\r\n const default_rows = [\r\n { göstəricilər: '509.1 Vergi ödəyicisi il ərzində tam fəaliyyət göstərdiyi halda:', SahəAdı2: 'Məlumat' },\r\n { göstəricilər: '510 Vergi məcəlləsinin 199.21-ci maddəsinə əsasən azaldılmalı əmlak vergisinin məbləği', SahəAdı2: 'Məlumat' },\r\n \r\n ];\r\n\r\n default_rows.forEach(row => {\r\n frm.add_child('table_ozdx', row);\r\n });\r\n\r\n frm.refresh_field('table_ozdx'); \r\n }\r\n});", "script": "frappe.ui.form.on('Property tax return', {\r\n onload: function(frm) {\r\n if (!frm.doc.__islocal) return; \r\n\r\n if (!frm.doc.vergi_hesab_5ci) {\r\n frm.set_value('vergi_hesab_5ci', []); \r\n }\r\n\r\n const default_rows = [\r\n { göstəricilər: '509.1 Vergi ödəyicisi il ərzində tam fəaliyyət göstərdiyi halda:', SahəAdı2: 'Məlumat' },\r\n { göstəricilər: '510 Vergi məcəlləsinin 199.21-ci maddəsinə əsasən azaldılmalı əmlak vergisinin məbləği', SahəAdı2: 'Məlumat' },\r\n \r\n ];\r\n\r\n default_rows.forEach(row => {\r\n frm.add_child('vergi_hesab_5ci', row);\r\n });\r\n\r\n frm.refresh_field('vergi_hesab_5ci'); \r\n }\r\n});",
"view": "Form" "view": "Form"
}, },
{ {
@ -1335,10 +1335,10 @@
"doctype": "Client Script", "doctype": "Client Script",
"dt": "Property tax return", "dt": "Property tax return",
"enabled": 1, "enabled": 1,
"modified": "2025-08-04 14:53:19.078060", "modified": "2025-08-04 15:00:37.434620",
"module": "Taxes Az", "module": "Taxes Az",
"name": "DefaultProperty tax return Emlak vergi hesablamasi 6ci cedvel", "name": "DefaultProperty tax return Emlak vergi hesablamasi 6ci cedvel",
"script": "frappe.ui.form.on('Property tax return', {\r\n onload: function(frm) {\r\n if (!frm.doc.__islocal) return; \r\n\r\n if (!frm.doc.table_ozdx) {\r\n frm.set_value('table_ozdx', []); \r\n }\r\n\r\n const default_rows = [\r\n { göstəricilər: '511.1 Müəssisə il ərzində tam fəaliyyət göstərdiyi halda', SahəAdı2: 'Məlumat' },\r\n \r\n ];\r\n\r\n default_rows.forEach(row => {\r\n frm.add_child('table_ozdx', row);\r\n });\r\n\r\n frm.refresh_field('table_ozdx'); \r\n }\r\n});", "script": "frappe.ui.form.on('Property tax return', {\r\n onload: function(frm) {\r\n if (!frm.doc.__islocal) return; \r\n\r\n if (!frm.doc.vergi_hesab_6ci) {\r\n frm.set_value('vergi_hesab_6ci', []); \r\n }\r\n\r\n const default_rows = [\r\n { göstəricilər: '511.1 Müəssisə il ərzində tam fəaliyyət göstərdiyi halda', SahəAdı2: 'Məlumat' },\r\n \r\n ];\r\n\r\n default_rows.forEach(row => {\r\n frm.add_child('vergi_hesab_6ci', row);\r\n });\r\n\r\n frm.refresh_field('vergi_hesab_6ci'); \r\n }\r\n});",
"view": "Form" "view": "Form"
} }
] ]