diff --git a/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/__init__.py b/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1.json b/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1.json new file mode 100644 index 0000000..cee42c7 --- /dev/null +++ b/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1.json @@ -0,0 +1,40 @@ +{ + "actions": [], + "allow_rename": 1, + "creation": "2025-08-04 12:02:18.835114", + "doctype": "DocType", + "editable_grid": 1, + "engine": "InnoDB", + "field_order": [ + "g\u00f6st\u0259ricil\u0259r", + "manatla" + ], + "fields": [ + { + "fieldname": "g\u00f6st\u0259ricil\u0259r", + "fieldtype": "Select", + "in_list_view": 1, + "label": "G\u00f6st\u0259ricil\u0259r", + "options": "503. \u018fsas v\u0259saitl\u0259rin \u00fcmumi d\u0259y\u0259ri\n503.1 Vergiy\u0259 c\u0259lb olunan \u0259sas v\u0259saitl\u0259rin d\u0259y\u0259ri\n503.1.1 Qeyri-kommersiya f\u0259aliyy\u0259tind\u0259 istifad\u0259 olunan \u0259sas v\u0259saitl\u0259rin d\u0259y\u0259ri\n503.2 Vergid\u0259n azad olunan \u0259sas v\u0259saitl\u0259rin d\u0259y\u0259ri", + "read_only": 1 + }, + { + "fieldname": "manatla", + "fieldtype": "Int", + "in_list_view": 1, + "label": "Manatla" + } + ], + "index_web_pages_for_search": 1, + "istable": 1, + "links": [], + "modified": "2025-08-04 12:02:18.835114", + "modified_by": "Administrator", + "module": "Taxes Az", + "name": "Property tax return Emlak vergi hesablamasi 3cu cedvel 1", + "owner": "Administrator", + "permissions": [], + "sort_field": "modified", + "sort_order": "DESC", + "states": [] +} \ No newline at end of file diff --git a/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1.py b/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1.py new file mode 100644 index 0000000..5fdd346 --- /dev/null +++ b/taxes_az/taxes_az/doctype/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1/property_tax_return_emlak_vergi_hesablamasi_3cu_cedvel_1.py @@ -0,0 +1,9 @@ +# Copyright (c) 2025, Jey Soft and contributors +# For license information, please see license.txt + +# import frappe +from frappe.model.document import Document + + +class PropertytaxreturnEmlakvergihesablamasi3cucedvel1(Document): + pass