From 53875c54ffe059c32d52b9ee60795d56f95473b1 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:37:33 +0100 Subject: [PATCH] fix: test records of Item Tax Template --- .../item_tax_template/test_records.json | 142 ++++++++---------- 1 file changed, 64 insertions(+), 78 deletions(-) diff --git a/erpnext/accounts/doctype/item_tax_template/test_records.json b/erpnext/accounts/doctype/item_tax_template/test_records.json index 4d9537d4b89..2d12127fbb4 100644 --- a/erpnext/accounts/doctype/item_tax_template/test_records.json +++ b/erpnext/accounts/doctype/item_tax_template/test_records.json @@ -1,79 +1,65 @@ [ - { - "doctype": "Item Tax Template", - "title": "_Test Account Excise Duty @ 10", - "company": "_Test Company", - "taxes": [ - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 10, - "tax_type": "_Test Account Excise Duty - _TC" - } - ] - }, - { - "doctype": "Item Tax Template", - "title": "_Test Account Excise Duty @ 12", - "company": "_Test Company", - "taxes": [ - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 12, - "tax_type": "_Test Account Excise Duty - _TC" - } - ] - }, - { - "doctype": "Item Tax Template", - "title": "_Test Account Excise Duty @ 15", - "company": "_Test Company", - "taxes": [ - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 15, - "tax_type": "_Test Account Excise Duty - _TC" - } - ] - }, - { - "doctype": "Item Tax Template", - "title": "_Test Account Excise Duty @ 20", - "company": "_Test Company", - "taxes": [ - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 20, - "tax_type": "_Test Account Excise Duty - _TC" - } - ] - }, - { - "doctype": "Item Tax Template", - "title": "_Test Item Tax Template 1", - "company": "_Test Company", - "taxes": [ - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 5, - "tax_type": "_Test Account Excise Duty - _TC" - }, - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 10, - "tax_type": "_Test Account Education Cess - _TC" - }, - { - "doctype": "Item Tax Template Detail", - "parentfield": "taxes", - "tax_rate": 15, - "tax_type": "_Test Account S&H Education Cess - _TC" - } - ] - } -] + { + "doctype": "Item Tax Template", + "title": "_Test Account Excise Duty @ 10", + "company": "_Test Company", + "taxes": [ + { + "tax_rate": 10, + "tax_type": "_Test Account Excise Duty - _TC" + } + ] + }, + { + "doctype": "Item Tax Template", + "title": "_Test Account Excise Duty @ 12", + "company": "_Test Company", + "taxes": [ + { + "tax_rate": 12, + "tax_type": "_Test Account Excise Duty - _TC" + } + ] + }, + { + "doctype": "Item Tax Template", + "title": "_Test Account Excise Duty @ 15", + "company": "_Test Company", + "taxes": [ + { + "tax_rate": 15, + "tax_type": "_Test Account Excise Duty - _TC" + } + ] + }, + { + "doctype": "Item Tax Template", + "title": "_Test Account Excise Duty @ 20", + "company": "_Test Company", + "taxes": [ + { + "tax_rate": 20, + "tax_type": "_Test Account Excise Duty - _TC" + } + ] + }, + { + "doctype": "Item Tax Template", + "title": "_Test Item Tax Template 1", + "company": "_Test Company", + "taxes": [ + { + "tax_rate": 5, + "tax_type": "_Test Account Excise Duty - _TC" + }, + { + "tax_rate": 10, + "tax_type": "_Test Account Education Cess - _TC" + }, + { + "tax_rate": 15, + "tax_type": "_Test Account S&H Education Cess - _TC" + } + ] + } +] \ No newline at end of file