feat: Edit make journal entries.

This commit is contained in:
Ahmed Bouhuolia
2020-04-08 17:50:35 +02:00
parent 8ba96e7343
commit 4920d5f419
16 changed files with 225 additions and 75 deletions

View File

@@ -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`,