mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-01 14:11:09 -04:00
build version 400
This commit is contained in:
@ -3,8 +3,23 @@ import * as actions from './actions'
|
||||
import * as getters from './getters'
|
||||
|
||||
const initialState = {
|
||||
companies: [],
|
||||
|
||||
selectedCompany: null,
|
||||
companies: []
|
||||
|
||||
company: null,
|
||||
|
||||
momentDateFormat: null,
|
||||
|
||||
carbonDateFormat: null,
|
||||
|
||||
item_discount: false,
|
||||
|
||||
defaultFiscalYear: null,
|
||||
|
||||
defaultTimeZone: null,
|
||||
|
||||
defaultCurrency: null,
|
||||
}
|
||||
|
||||
export default {
|
||||
@ -16,5 +31,5 @@ export default {
|
||||
|
||||
actions: actions,
|
||||
|
||||
mutations: mutations
|
||||
mutations: mutations,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user