Bill Settlement Report Done (Bill Details)

TODO: Rename Bill Details Permission to Bill Settlement Report
This commit is contained in:
Amritanshu
2019-08-21 10:02:28 +05:30
parent 0f00d96dc9
commit 243c3cb280
19 changed files with 494 additions and 54 deletions

View File

@ -5,6 +5,10 @@ import {LogoutComponent} from './auth/logout/logout.component';
import {HomeComponent} from './home/home.component';
const routes: Routes = [
{
path: 'bill-settlement-report',
loadChildren: () => import('./bill-settlement-report/bill-settlement-report.module').then(mod => mod.BillSettlementReportModule)
},
{
path: 'checkout',
loadChildren: () => import('./cashier-checkout/cashier-checkout.module').then(mod => mod.CashierCheckoutModule)