mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: ensure organization tenant configured.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user