conversions5

This commit is contained in:
Filipriec
2026-08-23 15:50:03 +02:00
parent af7016e4c7
commit 0c33d1fa5c
20 changed files with 1197 additions and 845 deletions

View File

@@ -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 {