proto rename for migrating profile to a new year
This commit is contained in:
Binary file not shown.
@@ -476,11 +476,11 @@ pub struct OpeningBalanceAccountMapping {
|
||||
#[prost(string, tag = "14")]
|
||||
pub created_by_user_id: ::prost::alloc::string::String,
|
||||
}
|
||||
/// A predecessor account still holding value that no mapping carries into the
|
||||
/// target period. Closing the target period drops these balances silently, so
|
||||
/// each one is either an account left to map or one deliberately closed out.
|
||||
/// A portion of a predecessor account's value that no mapping carries into the
|
||||
/// target period. Closing the target period drops this value, so each entry must
|
||||
/// either be covered by a broader mapping or deliberately closed out.
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct UnmappedSourceAccount {
|
||||
pub struct UnmappedSourceBalance {
|
||||
#[prost(int64, tag = "1")]
|
||||
pub source_period_id: i64,
|
||||
#[prost(string, tag = "2")]
|
||||
@@ -491,9 +491,11 @@ pub struct UnmappedSourceAccount {
|
||||
>,
|
||||
#[prost(string, tag = "4")]
|
||||
pub currency: ::prost::alloc::string::String,
|
||||
/// Signed balance uses the debit-positive convention, and is never zero.
|
||||
/// Signed portion not covered by a mapping, using the debit-positive
|
||||
/// convention. This is never zero and may be less than the account's
|
||||
/// aggregate closing balance when descendants are mapped separately.
|
||||
#[prost(string, tag = "5")]
|
||||
pub closing_balance: ::prost::alloc::string::String,
|
||||
pub unmapped_balance: ::prost::alloc::string::String,
|
||||
#[prost(enumeration = "OpeningBalanceStatus", tag = "6")]
|
||||
pub status: i32,
|
||||
}
|
||||
@@ -506,7 +508,7 @@ pub struct ListOpeningBalanceAccountsResponse {
|
||||
/// mapping only, which happens when the predecessor belongs to another
|
||||
/// profile or when the period has at least one mapping of its own.
|
||||
#[prost(message, repeated, tag = "2")]
|
||||
pub unmapped_source_accounts: ::prost::alloc::vec::Vec<UnmappedSourceAccount>,
|
||||
pub unmapped_source_balances: ::prost::alloc::vec::Vec<UnmappedSourceBalance>,
|
||||
}
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
|
||||
#[repr(i32)]
|
||||
|
||||
Reference in New Issue
Block a user