feat: ensure organization tenant configured.

This commit is contained in:
Ahmed Bouhuolia
2020-09-28 13:30:50 +02:00
parent 9f315ca657
commit d3d772f735
19 changed files with 140 additions and 76 deletions

View File

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