feat: pan and tax withholding category fields for customer

This commit is contained in:
Saqib Ansari
2021-01-27 16:59:36 +05:30
parent 6f718a31f0
commit 58250aac10

View File

@@ -16,6 +16,8 @@
"customer_name", "customer_name",
"gender", "gender",
"customer_type", "customer_type",
"pan",
"tax_withholding_category",
"default_bank_account", "default_bank_account",
"lead_name", "lead_name",
"image", "image",
@@ -210,7 +212,8 @@
"fieldtype": "Link", "fieldtype": "Link",
"ignore_user_permissions": 1, "ignore_user_permissions": 1,
"label": "Represents Company", "label": "Represents Company",
"options": "Company" "options": "Company",
"unique": 1
}, },
{ {
"depends_on": "represents_company", "depends_on": "represents_company",
@@ -479,13 +482,25 @@
"fieldname": "dn_required", "fieldname": "dn_required",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Allow Sales Invoice Creation Without Delivery Note" "label": "Allow Sales Invoice Creation Without Delivery Note"
},
{
"fieldname": "pan",
"fieldtype": "Data",
"label": "PAN"
},
{
"fieldname": "tax_withholding_category",
"fieldtype": "Link",
"label": "Tax Withholding Category",
"options": "Tax Withholding Category"
} }
], ],
"icon": "fa fa-user", "icon": "fa fa-user",
"idx": 363, "idx": 363,
"image_field": "image", "image_field": "image",
"index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2020-03-17 11:03:42.706907", "modified": "2021-01-27 12:54:57.258959",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Customer", "name": "Customer",