apvn support like accounting groups
This commit is contained in:
Submodule client-gui2 updated: ae4725144b...a3be524109
@@ -311,6 +311,8 @@ message ColumnDefinition {
|
|||||||
// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
|
// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
|
||||||
// TIME (timezone-free time of day)
|
// TIME (timezone-free time of day)
|
||||||
// MONEY (= unconstrained NUMERIC; currency is declared below)
|
// 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;
|
// ACCOUNTING (creates schema-managed name, account, debit, and credit fields;
|
||||||
// account always selects a row from the profile's managed ledger_accounts table;
|
// account always selects a row from the profile's managed ledger_accounts table;
|
||||||
// name is limited to 10 characters and one stored row contributes
|
// name is limited to 10 characters and one stored row contributes
|
||||||
|
|||||||
Binary file not shown.
@@ -270,6 +270,8 @@ pub struct ColumnDefinition {
|
|||||||
/// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
|
/// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
|
||||||
/// TIME (timezone-free time of day)
|
/// TIME (timezone-free time of day)
|
||||||
/// MONEY (= unconstrained NUMERIC; currency is declared below)
|
/// 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;
|
/// ACCOUNTING (creates schema-managed name, account, debit, and credit fields;
|
||||||
/// account always selects a row from the profile's managed ledger_accounts table;
|
/// account always selects a row from the profile's managed ledger_accounts table;
|
||||||
/// name is limited to 10 characters and one stored row contributes
|
/// name is limited to 10 characters and one stored row contributes
|
||||||
|
|||||||
2
server
2
server
Submodule server updated: 83300228fd...0e77b31835
Reference in New Issue
Block a user