Auto-commit
This commit is contained in:
parent
4355e8a7ef
commit
350024d11b
|
|
@ -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": []
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue