From a82a707280f443f4da9db9ff5780d8890f14cfcc Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Tue, 19 Aug 2025 13:45:36 +0400 Subject: [PATCH] added new groups --- taxes_az/fixtures/item_group.json | 38 ++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/taxes_az/fixtures/item_group.json b/taxes_az/fixtures/item_group.json index 51e2144..7e29400 100644 --- a/taxes_az/fixtures/item_group.json +++ b/taxes_az/fixtures/item_group.json @@ -278,5 +278,41 @@ "name": "Gips, gəc - ton", "parent_item_group": "Faydalı qazıntılar", "taxes": [] + }, + { + "docstatus": 0, + "doctype": "Item Group", + "image": null, + "is_group": 1, + "is_standard": 1, + "item_group_defaults": [], + "item_group_name": "İdman, mərc və lotoreya oyunları", + "name": "İdman, mərc və lotoreya oyunları", + "parent_item_group": "Bütün Element Qrupları", + "taxes": [] + }, + { + "docstatus": 0, + "doctype": "Item Group", + "image": null, + "is_group": 0, + "is_standard": 1, + "item_group_defaults": [], + "item_group_name": "İdman və mərc oyunları", + "name": "İdman və mərc oyunları", + "parent_item_group": "İdman, mərc və lotoreya oyunları", + "taxes": [] + }, + { + "docstatus": 0, + "doctype": "Item Group", + "image": null, + "is_group": 0, + "is_standard": 1, + "item_group_defaults": [], + "item_group_name": "Lotoreya oyunları", + "name": "Lotoreya oyunları", + "parent_item_group": "İdman, mərc və lotoreya oyunları", + "taxes": [] } -] +] \ No newline at end of file