General clean up and improvements.
This commit is contained in:
@@ -97,6 +97,8 @@ export interface Journal {
|
||||
journal_location_code?: null|string;
|
||||
journal_location_name?: null|string;
|
||||
|
||||
journal_entry_count?: null|number;
|
||||
|
||||
// A key value list of the entries
|
||||
journal_entry_kv?: null|key_val;
|
||||
journal_entry_li?: null|[];
|
||||
|
||||
Reference in New Issue
Block a user