mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-13 11:20:31 +00:00
12 lines
236 B
TypeScript
12 lines
236 B
TypeScript
|
|
|
|
export const defaultDemoOrganizationDTO = {
|
|
name: 'BIGCAPITAL, INC',
|
|
baseCurrency: 'USD',
|
|
location: 'US',
|
|
language: 'en',
|
|
industry: 'Technology',
|
|
fiscalYear: 'march',
|
|
timezone: 'US/Central',
|
|
dateFormat: 'MM/DD/yyyy',
|
|
} |