apvn support like accounting groups
This commit is contained in:
Submodule client-gui2 updated: a3be524109...6b9004ef02
@@ -311,8 +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,
|
// ACCOUNT_STATEMENT_CLASS (A = assets, P = equity and liabilities,
|
||||||
// N = expenses, V = revenue)
|
// 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,7 +270,7 @@ 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,
|
/// ACCOUNT_STATEMENT_CLASS (A = assets, P = equity and liabilities,
|
||||||
/// N = expenses, V = revenue)
|
/// 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;
|
||||||
|
|||||||
2
server
2
server
Submodule server updated: 0e77b31835...8837ddbcbd
Reference in New Issue
Block a user