+ ledger account ownerRef

This commit is contained in:
Stephan D
2026-01-22 00:38:05 +01:00
parent eb4e7bc06a
commit 62ff96b90e
31 changed files with 69 additions and 47 deletions

View File

@@ -57,6 +57,7 @@ message LedgerAccount {
google.protobuf.Timestamp created_at = 10;
google.protobuf.Timestamp updated_at = 11;
common.describable.v1.Describable describable = 12;
string owner_ref = 13;
}
// A single posting line (mirrors your PostingLine model)
@@ -70,7 +71,7 @@ message PostingLine {
message CreateAccountRequest {
string organization_ref = 1;
string owner_ref = 2;
string owner_ref = 2;
string account_code = 3;
AccountType account_type = 4;
string currency = 5;