automatic accounting - journal name max 10 chars
This commit is contained in:
@@ -54,8 +54,9 @@ message PostJournalRequest {
|
||||
// journal is allowed to remain unbalanced.
|
||||
repeated JournalLineInput lines = 5;
|
||||
|
||||
// Required and unique within the profile when creating. Must be empty when
|
||||
// appending to an existing journal selected by journal_id.
|
||||
// Required, unique within the profile, and at most 10 characters when
|
||||
// creating. Must be empty when appending to an existing journal selected by
|
||||
// journal_id.
|
||||
string journal_name = 6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user