conversions5
This commit is contained in:
@@ -51,6 +51,13 @@ pub struct PostTableDefinitionRequest {
|
||||
/// to this one when they reach the ledger.
|
||||
#[prost(string, tag = "8")]
|
||||
pub accounting_currency: ::prost::alloc::string::String,
|
||||
/// Compiled direct-rate provider selected when the profile is created.
|
||||
/// Currently only "ecb" is available, and it requires EUR accounting.
|
||||
#[prost(string, tag = "11")]
|
||||
pub rate_source_id: ::prost::alloc::string::String,
|
||||
/// Append-only foreign currencies initially enabled for this profile.
|
||||
#[prost(string, repeated, tag = "12")]
|
||||
pub foreign_currencies: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
/// When true, the table is stored once in the global physical schema and is
|
||||
/// visible from every profile. profile_name and accounting_currency are ignored.
|
||||
#[prost(bool, tag = "9")]
|
||||
|
||||
Reference in New Issue
Block a user