automatic accounting - journal name max 10 chars
This commit is contained in:
@@ -54,8 +54,9 @@ message PostJournalRequest {
|
|||||||
// journal is allowed to remain unbalanced.
|
// journal is allowed to remain unbalanced.
|
||||||
repeated JournalLineInput lines = 5;
|
repeated JournalLineInput lines = 5;
|
||||||
|
|
||||||
// Required and unique within the profile when creating. Must be empty when
|
// Required, unique within the profile, and at most 10 characters when
|
||||||
// appending to an existing journal selected by journal_id.
|
// creating. Must be empty when appending to an existing journal selected by
|
||||||
|
// journal_id.
|
||||||
string journal_name = 6;
|
string journal_name = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -170,8 +170,9 @@ 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 comes from the table)
|
// MONEY (= unconstrained NUMERIC; currency comes from the table)
|
||||||
// ACCOUNTING (creates the schema-managed name, debit, and credit columns;
|
// ACCOUNTING (creates the schema-managed name, account, debit, and credit columns;
|
||||||
// one stored row contributes one line to the profile journal)
|
// name is limited to 10 characters and one stored row contributes
|
||||||
|
// one line to the profile journal)
|
||||||
// INT
|
// INT
|
||||||
// BIGINT
|
// BIGINT
|
||||||
// DATE
|
// DATE
|
||||||
|
|||||||
Binary file not shown.
@@ -18,8 +18,9 @@ pub struct PostJournalRequest {
|
|||||||
/// journal is allowed to remain unbalanced.
|
/// journal is allowed to remain unbalanced.
|
||||||
#[prost(message, repeated, tag = "5")]
|
#[prost(message, repeated, tag = "5")]
|
||||||
pub lines: ::prost::alloc::vec::Vec<JournalLineInput>,
|
pub lines: ::prost::alloc::vec::Vec<JournalLineInput>,
|
||||||
/// Required and unique within the profile when creating. Must be empty when
|
/// Required, unique within the profile, and at most 10 characters when
|
||||||
/// appending to an existing journal selected by journal_id.
|
/// creating. Must be empty when appending to an existing journal selected by
|
||||||
|
/// journal_id.
|
||||||
#[prost(string, tag = "6")]
|
#[prost(string, tag = "6")]
|
||||||
pub journal_name: ::prost::alloc::string::String,
|
pub journal_name: ::prost::alloc::string::String,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -141,8 +141,9 @@ 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 comes from the table)
|
/// MONEY (= unconstrained NUMERIC; currency comes from the table)
|
||||||
/// ACCOUNTING (creates the schema-managed name, debit, and credit columns;
|
/// ACCOUNTING (creates the schema-managed name, account, debit, and credit columns;
|
||||||
/// one stored row contributes one line to the profile journal)
|
/// name is limited to 10 characters and one stored row contributes
|
||||||
|
/// one line to the profile journal)
|
||||||
/// INT
|
/// INT
|
||||||
/// BIGINT
|
/// BIGINT
|
||||||
/// DATE
|
/// DATE
|
||||||
|
|||||||
2
server
2
server
Submodule server updated: 549f26df70...0b6d30e814
Reference in New Issue
Block a user