feat: payment receive and made form.

This commit is contained in:
Ahmed Bouhuolia
2020-11-05 12:16:28 +02:00
parent 1738a333c7
commit 69e7612b62
42 changed files with 1100 additions and 750 deletions

View File

@@ -280,14 +280,14 @@ export default [
{
path: `/payment-receive/:id/edit`,
component: LazyLoader({
loader: () => import('containers/Sales/PaymentReceive/PaymentReceives'),
loader: () => import('containers/Sales/PaymentReceive/PaymentReceiveFormPage'),
}),
breadcrumb: 'Edit',
},
{
path: `/payment-receive/new`,
component: LazyLoader({
loader: () => import('containers/Sales/PaymentReceive/PaymentReceives'),
loader: () => import('containers/Sales/PaymentReceive/PaymentReceiveFormPage'),
}),
breadcrumb: 'New Payment Receive',
},