renamed report to land tax
This commit is contained in:
parent
e0f39d96f1
commit
cc63adb04e
|
|
@ -1,4 +1,4 @@
|
|||
frappe.query_reports["Property Tax Report"] = {
|
||||
frappe.query_reports["Land Tax Report"] = {
|
||||
"filters": [
|
||||
{
|
||||
"fieldname": "company",
|
||||
|
|
@ -13,11 +13,11 @@
|
|||
"modified": "2025-11-20 15:07:22.265683",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Taxes Az",
|
||||
"name": "Property Tax Report",
|
||||
"name": "Land Tax Report",
|
||||
"owner": "Administrator",
|
||||
"prepared_report": 0,
|
||||
"ref_doctype": "Asset",
|
||||
"report_name": "Property Tax Report",
|
||||
"report_name": "Land Tax Report",
|
||||
"report_type": "Script Report",
|
||||
"roles": [
|
||||
{
|
||||
|
|
@ -128,7 +128,7 @@ def get_assets(filters):
|
|||
|
||||
|
||||
def get_tax_articles_mapping():
|
||||
"""Маппинг налоговых статей для Property Tax к полям"""
|
||||
"""Маппинг налоговых статей для Land Tax к полям"""
|
||||
return {
|
||||
"Vergi Məcəlləsinin 207.3-cü maddəsinə əsasən Sənaye, yaxud texnologiyalar parklarının rezidenti olan hüquqi şəxsin sənaye, yaxud texnologiyalar parklarında istifadə etdikləri torpaqlara görə": "vm_207_3",
|
||||
"Vergi Məcəlləsinin 207.4-cü maddəsinə əsasən Sənaye, yaxud texnologiyalar parklarının idarəedici təşkilatı və ya operatorunun sənaye, yaxud texnologiyalar parklarının ərazisində istifadə etdiyi torpaqlara görə": "vm_207_4",
|
||||
Loading…
Reference in New Issue