feat: receipt (#176)
* feat: receipt #173 * chore: clean up --------- Co-authored-by: nwpptrs <jay02499@gmail.com> Co-authored-by: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
This commit is contained in:
parent
1cdc2bd4cc
commit
2b758e57f8
8 changed files with 638 additions and 3 deletions
|
|
@ -115,6 +115,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: '/Invoice',
|
||||
component: () => import('pages/10_invoice/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/receipt',
|
||||
name: 'receipt',
|
||||
component: () => import('pages/13_receipt/MainPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -168,6 +173,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'CreditNoteView',
|
||||
component: () => import('pages/11_credit-note/FormPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/receipt/:id',
|
||||
name: 'receiptform',
|
||||
component: () => import('pages/13_receipt/MainPage.vue'),
|
||||
},
|
||||
|
||||
// Always leave this as last one,
|
||||
// but you can also remove it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue