Auto-commit

This commit is contained in:
Away 2025-08-04 10:48:02 +00:00
parent bab7576b23
commit 3a62c5834f
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"actions": [],
"allow_rename": 1,
"creation": "2025-08-04 14:47:33.216880",
"default_view": "List",
"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": "509.1 Vergi \u00f6d\u0259yicisi il \u0259rzind\u0259 tam f\u0259aliyy\u0259t g\u00f6st\u0259rdiyi halda:\n510 Vergi m\u0259c\u0259ll\u0259sinin 199.21-ci madd\u0259sin\u0259 \u0259sas\u0259n azald\u0131lmal\u0131 \u0259mlak vergisinin m\u0259bl\u0259\u011fi",
"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 14:47:33.216880",
"modified_by": "Administrator",
"module": "Taxes Az",
"name": "Property tax return Emlak vergi hesablamasi 6ci cedvel",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC",
"states": []
}

View File

@ -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 PropertytaxreturnEmlakvergihesablamasi6cicedvel(Document):
pass