diff --git a/client-gui2 b/client-gui2 index ae472514..a3be5241 160000 --- a/client-gui2 +++ b/client-gui2 @@ -1 +1 @@ -Subproject commit ae4725144becf6920f4a03b976125ede2aa4863f +Subproject commit a3be5241091cf08f5442ed0b9a1795be1eeae52a diff --git a/common/proto/table_definition.proto b/common/proto/table_definition.proto index 3a03f9ec..270685d1 100644 --- a/common/proto/table_definition.proto +++ b/common/proto/table_definition.proto @@ -311,6 +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) // 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 diff --git a/common/src/proto/descriptor.bin b/common/src/proto/descriptor.bin index 83f911b8..8201bb96 100644 Binary files a/common/src/proto/descriptor.bin and b/common/src/proto/descriptor.bin differ diff --git a/common/src/proto/komp_ac.table_definition.rs b/common/src/proto/komp_ac.table_definition.rs index 8df59103..bd51620a 100644 --- a/common/src/proto/komp_ac.table_definition.rs +++ b/common/src/proto/komp_ac.table_definition.rs @@ -270,6 +270,8 @@ 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, + /// 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 diff --git a/server b/server index 83300228..0e77b318 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 83300228fd4c51fc90445fa486344965bf7dc527 +Subproject commit 0e77b31835557c87a6f72a9362282f9da6463d88