moving from one profile to another profile
This commit is contained in:
@@ -122,7 +122,9 @@ message PostJournalRequest {
|
||||
|
||||
message JournalLineInput {
|
||||
JournalSide side = 1;
|
||||
string account_code = 2;
|
||||
// Parsed account path segments. The client owns presentation parsing; the
|
||||
// server accepts no delimiter-encoded account string.
|
||||
repeated string account_segments = 2;
|
||||
string amount = 3;
|
||||
string description = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user