mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat(FinancialReports): add alert cost compute transactions is running.
This commit is contained in:
@@ -66,6 +66,8 @@ const CLASSES = {
|
||||
PREFERENCES_PAGE_INSIDE_CONTENT_CURRENCIES: 'preferences-page__inside-content--currencies',
|
||||
PREFERENCES_PAGE_INSIDE_CONTENT_ACCOUNTANT: 'preferences-page__inside-content--accountant',
|
||||
|
||||
FINANCIAL_REPORT_INSIDER: 'dashboard__insider--financial-report',
|
||||
|
||||
...Classes,
|
||||
CARD: 'card',
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export default [
|
||||
{ path: 'invoices/new', name: 'Sale invoice' },
|
||||
{ path: 'bill//new', name: 'Purchase invoice' },
|
||||
{ path: 'bills//new', name: 'Purchase invoice' },
|
||||
{ path: 'make-journal-entry', name: 'Manual journal' },
|
||||
{ path: 'expenses/new', name: 'Expense' },
|
||||
{ path: 'customers/new', name: 'Customer' },
|
||||
|
||||
Reference in New Issue
Block a user