From 9c3ffc79f95e96d036ba43cab98673f109b273fc Mon Sep 17 00:00:00 2001 From: Heather Kusmierz Date: Thu, 18 Jun 2026 19:33:06 -0400 Subject: [PATCH] feat: adjust Farm COA inv adj and account types --- test_utils/fixtures/farm_coa.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_utils/fixtures/farm_coa.json b/test_utils/fixtures/farm_coa.json index 3a28c90..8ba4c74 100644 --- a/test_utils/fixtures/farm_coa.json +++ b/test_utils/fixtures/farm_coa.json @@ -38,7 +38,8 @@ }, "Loans and Advances (Assets)": { "Employee Advances": { - "account_number": "1610" + "account_number": "1610", + "account_type": "Payable" }, "account_number": "1600" }, @@ -118,7 +119,7 @@ "account_type": "Expenses Included In Valuation", "account_number": "5118" }, - "Inventory Adjustment": { + "Inventory Write Off": { "account_type": "Stock Adjustment", "account_number": "5119" },