multiple bugfixes from 20 Apr 2020 to 7 jan 2023
This commit is contained in:
parent
902e04c7e6
commit
63d062c4a7
122 changed files with 13163 additions and 12361 deletions
|
|
@ -207,6 +207,9 @@ import { AddNewDeviceComponent } from './dashboard/add-new-device/add-new-device
|
|||
// import { AcReportComponent } from './device-report/ac-report/ac-report.component';
|
||||
import { FuelReportComponent } from './device-report/fuel-report/fuel-report.component';
|
||||
import { NewEditDeviceComponent } from './dashboard/new-edit-device/new-edit-device.component';
|
||||
import { DeviceSettingComponent } from './device-setting/device-setting.component';
|
||||
import { UserSettingComponent } from './user-setting/user-setting.component';
|
||||
import { CurrentPositionReportComponent } from './report/report component/current-position/current-position.component';
|
||||
// import { DeviceFuelReportComponent } from './device-report/device-fuel-report/device-fuel-report.component';
|
||||
// import { DeviceSOSreportComponent } from './device-report/device-sosreport/device-sosreport.component';
|
||||
// import { TripByDeviceComponent } from './device-report/trip-by-device/trip-by-device.component';
|
||||
|
|
@ -421,6 +424,10 @@ export const router: Routes =[
|
|||
path: 'daily_report', // child route path
|
||||
component: DailyReportComponent,
|
||||
},
|
||||
{
|
||||
path: 'current_position', // child route path
|
||||
component: CurrentPositionReportComponent,
|
||||
},
|
||||
{
|
||||
path: 'daily_logs',
|
||||
component: DailyLogssComponent,
|
||||
|
|
@ -553,6 +560,8 @@ export const router: Routes =[
|
|||
{path:'FuelPrice',component:FuelPriceComponent},
|
||||
{path:'addFuelPrice',component:AddFuelPriceComponent},
|
||||
{path:'RTO_Master',component:RtoMasterComponent},
|
||||
{ path: 'device-setting', component: DeviceSettingComponent },
|
||||
{ path: 'user-setting', component: UserSettingComponent },
|
||||
// {path:'routePlanReportNew',component:NewRoutePlanReportComponent},
|
||||
{path:'routePlanReportNew',component:RoutPlanReportComponent},
|
||||
{path:'ModelMaster',component:ModelMasterComponent},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue