mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: Quick New Dropdown.
This commit is contained in:
8
client/src/common/quickNewOptions.js
Normal file
8
client/src/common/quickNewOptions.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default [
|
||||
{ id: 'invoices', name: 'Sale invoice' },
|
||||
{ id: 'Purchase invoice', name: 'Purchase invoice' },
|
||||
{ id: 'manual-journals', name: 'Manual journal' },
|
||||
{ id: 'expenses', name: 'Expense' },
|
||||
{ id: 'customers', name: 'Customer' },
|
||||
{ id: 'vendors', name: 'Vendor' },
|
||||
];
|
||||
Reference in New Issue
Block a user