mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
- fix: store expense payment date with transactions. - fix: Total assets, liabilities and equity on balance sheet. - tweaks: dashboard content and sidebar style. - fix: reset form with contact list on journal entry form. - feat: Add hints to filter accounts in financial statements.
7 lines
244 B
JavaScript
7 lines
244 B
JavaScript
export default {
|
|
SELECT_LIST_FILL_POPOVER: 'select-list--fill-popover',
|
|
SELECT_LIST_FILL_BUTTON: 'select-list--fill-button',
|
|
SELECT_LIST_TOOLTIP_ITEMS: 'select-list--tooltip-items',
|
|
|
|
FINANCIAL_SHEET_MINIMAL: 'financial-sheet--minimal'
|
|
} |