mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix api global options.
This commit is contained in:
38
server/src/data/options.js
Normal file
38
server/src/data/options.js
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
export default {
|
||||
organization: [
|
||||
{
|
||||
key: 'name',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'base_currency',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'industry',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'location',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'fiscal_year',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'language',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'time_zone',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
key: 'date_format',
|
||||
type: 'string',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user