From 169e97af029f824eac233e9ae018312b9e9754ed Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Tue, 12 May 2026 18:53:21 -0400 Subject: [PATCH] feat(nexa_coa_setup): analytic plans + seed accounts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 'Customer Project' plan (renamed from 'Project' to avoid duplicate with project module's auto-created plan) — mandatory - 'Department' plan (mandatory) — seeded with DEPT-DEV, DEPT-SALES, DEPT-ADMIN, DEPT-HOSTING - 'SR&ED Tag' plan (optional) — seeded with 7 tag values: SRED-T4-DEV-SALARY, SRED-SPECIFIED-EMPLOYEE, SRED-CONTRACTOR-CA-ARM-LENGTH, SRED-CONTRACTOR-CA-NON-ARM-LENGTH, SRED-MATERIALS-CONSUMED, SRED-OVERHEAD-PROXY-BASIS, NOT-ELIGIBLE Co-Authored-By: Claude Opus 4.7 (1M context) --- .../data/05_account_analytic_plan.xml | 19 +++++ .../data/06_account_analytic_account.xml | 69 +++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/nexa_coa_setup/data/05_account_analytic_plan.xml b/nexa_coa_setup/data/05_account_analytic_plan.xml index 7faba267..d8e84def 100644 --- a/nexa_coa_setup/data/05_account_analytic_plan.xml +++ b/nexa_coa_setup/data/05_account_analytic_plan.xml @@ -1,5 +1,24 @@ + + + + Customer Project + mandatory + + + + Department + mandatory + + + + SR&ED Tag + optional + + diff --git a/nexa_coa_setup/data/06_account_analytic_account.xml b/nexa_coa_setup/data/06_account_analytic_account.xml index 7faba267..513debf8 100644 --- a/nexa_coa_setup/data/06_account_analytic_account.xml +++ b/nexa_coa_setup/data/06_account_analytic_account.xml @@ -1,5 +1,74 @@ + + + + Development + DEPT-DEV + + + + + Sales & Marketing + DEPT-SALES + + + + + Admin & Operations + DEPT-ADMIN + + + + + Hosting Operations + DEPT-HOSTING + + + + + + T4 Dev Salary — full proxy + SRED-T4-DEV-SALARY + + + + + Specified Employee Salary — 75% cap + SRED-SPECIFIED-EMPLOYEE + + + + + Contractor CA Arm's Length — 80% eligible + SRED-CONTRACTOR-CA-ARM-LENGTH + + + + + Contractor CA Non-Arm's Length + SRED-CONTRACTOR-CA-NON-ARM-LENGTH + + + + + Materials Consumed in R&D + SRED-MATERIALS-CONSUMED + + + + + Overhead Proxy Basis (direct labour basis) + SRED-OVERHEAD-PROXY-BASIS + + + + + Not Eligible (default) + NOT-ELIGIBLE + + +