feat: application configuration completed flag.

This commit is contained in:
Ahmed Bouhuolia
2020-09-28 16:28:58 +02:00
parent d3d772f735
commit f035c7f10a
4 changed files with 92 additions and 18 deletions

View File

@@ -5,12 +5,12 @@ export default {
{
key: 'name',
type: 'string',
configure: true,
config: true,
},
{
key: 'base_currency',
type: 'string',
configure: true,
config: true,
},
{
key: 'industry',
@@ -23,22 +23,22 @@ export default {
{
key: 'fiscal_year',
type: 'string',
configure: true,
// config: true,
},
{
key: 'language',
type: 'string',
configure: true,
config: true,
},
{
key: 'time_zone',
type: 'string',
configure: true,
// config: true,
},
{
key: 'date_format',
type: 'string',
configure: true,
// config: true,
},
],
};