conversions5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
package komp_ac.accounting;
|
||||
|
||||
import "ecb.proto";
|
||||
import "exchange_rates.proto";
|
||||
|
||||
// Mutable informational journals. A journal may contain only debits, only
|
||||
// credits, or any non-zero balance. Balance is reported but never enforced.
|
||||
@@ -167,7 +167,7 @@ message JournalLineInput {
|
||||
string description = 4;
|
||||
// Empty uses previous publication and ECB. Set this per line when the
|
||||
// accountant needs a different rule, a saved custom rate, or a one-off rate.
|
||||
optional komp_ac.ecb.ExchangeRateSelection exchange_rate_selection = 5;
|
||||
optional komp_ac.exchange_rates.ExchangeRateSelection exchange_rate_selection = 5;
|
||||
}
|
||||
|
||||
message CloseJournalRequest {
|
||||
|
||||
Reference in New Issue
Block a user