Files
bigcapital/client/src/common/quickNewOptions.js
2021-01-19 12:23:05 +02:00

9 lines
450 B
JavaScript

export default [
{ path: 'invoices/new', name: 'Sale invoice', label: 'Ctrl+Shift+I' },
{ path: 'bill//new', name: 'Purchase invoice',label:'Ctrl+Shift+B' },
{ path: 'make-journal-entry', name: 'Manual journal', label: 'Ctrl+Shift+M' },
{ path: 'expenses/new', name: 'Expense', label: 'Ctrl+Shift+X' },
{ path: 'customers/new', name: 'Customer', label: 'Ctrl+Shift+C' },
{ path: 'vendors/new', name: 'Vendor', label: 'Ctrl+Shift+V' },
];