Skip to content

Versiones de Plantilla de Plan de Cuentas

------------------------------+--------------------------------+-----------+----------+---------------------------------------------------------------- id | bigint | | not null | nextval(‘chart_of_account_template_versions_id_seq’::regclass) created_at | timestamp(0) without time zone | | | updated_at | timestamp(0) without time zone | | | chart_of_account_template_id | bigint | | not null | version | character varying(16) | | not null | status | character varying(255) | | not null | ‘draft’::character varying effective_from | date | | | observation | character varying(150) | | |