mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: Edit make journal entries.
This commit is contained in:
@@ -66,6 +66,15 @@ export default [
|
||||
text: 'Make Journal Entry'
|
||||
},
|
||||
|
||||
{
|
||||
path: `${BASE_URL}/accounting/manual-journal/:id`,
|
||||
name: 'dashboard.manual.journal.edit',
|
||||
component: LazyLoader({
|
||||
loader: () =>
|
||||
import('containers/Dashboard/Accounting/MakeJournalEntriesPage')
|
||||
}),
|
||||
},
|
||||
|
||||
// Items
|
||||
{
|
||||
path: `${BASE_URL}/items/list`,
|
||||
|
||||
Reference in New Issue
Block a user