Skip to content

Elementos de Set de Agrupaciones de Cuentas

  • Tipo de Nodo “Header”: No está vinculado a un account_group, sino que es un nodo que agrupa a otros nodos.
  • Tipo de Nodo “Account Group”: Está vinculado a un account_group y es un nodo que tiene hijos Account.
  • reporting_lineage: Es una cadena que representa la jerarquía del nodo en el árbol, en formato texto. Ejemplo: Balance/Activos/Activos Corrientes.

id | bigint | | not null | nextval(‘account_group_set_items_id_seq’::regclass) created_at | timestamp(0) without time zone | | | updated_at | timestamp(0) without time zone | | | account_group_set_id | bigint | | not null | parent_id | bigint | | | order_hint | integer | | not null | 0

reporting_lineage | character varying(255) | | | node_type | character varying(255) | | not null | account_group_id | bigint | | | name | character varying(255) | | |