feat: add models fields labels.

This commit is contained in:
Ahmed Bouhuolia
2020-10-17 19:11:51 +02:00
parent 078098c593
commit bd2ce7ccee
7 changed files with 86 additions and 7 deletions

View File

@@ -45,4 +45,14 @@ export default {
// config: true,
},
],
manual_journals: [
{
key: 'journal_number_next',
type: 'number',
},
{
key: 'journal_number_prefix',
type: 'string',
},
]
};