apvn support like accounting groups

This commit is contained in:
Priec
2026-09-01 19:35:26 +02:00
parent 338346c826
commit 76ee108267
5 changed files with 5 additions and 5 deletions

View File

@@ -311,8 +311,8 @@ message ColumnDefinition {
// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
// TIME (timezone-free time of day)
// MONEY (= unconstrained NUMERIC; currency is declared below)
// STATEMENT_CLASS (A = assets, P = equity and liabilities,
// N = expenses, V = revenue)
// ACCOUNT_STATEMENT_CLASS (A = assets, P = equity and liabilities,
// N = expenses, V = revenue)
// ACCOUNTING (creates schema-managed name, account, debit, and credit fields;
// account always selects a row from the profile's managed ledger_accounts table;
// name is limited to 10 characters and one stored row contributes

Binary file not shown.

View File

@@ -270,7 +270,7 @@ pub struct ColumnDefinition {
/// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
/// TIME (timezone-free time of day)
/// MONEY (= unconstrained NUMERIC; currency is declared below)
/// STATEMENT_CLASS (A = assets, P = equity and liabilities,
/// ACCOUNT_STATEMENT_CLASS (A = assets, P = equity and liabilities,
/// N = expenses, V = revenue)
/// ACCOUNTING (creates schema-managed name, account, debit, and credit fields;
/// account always selects a row from the profile's managed ledger_accounts table;