Project

General

Profile

Bug #4748

Bug #4257: Service Driver:- Design New Architecture using node

displayWayBill restructuring using node

Added by Anupama P 12 months ago. Updated 9 months ago.

Status:
New
Priority:
Normal
Target version:
Start date:
04/22/2025
Due date:
% Done:

0%

Estimated time:
Milestone:
Backlog
Branch name:

Description

parameters.put("type", "displayWayBill");
parameters.put("iDriverId", generalFunc.getMemberId());

if (getIntent().hasExtra("eSystem")) {
parameters.put("eSystem", Utils.eSystem_Type);
}
if (getIntent().hasExtra("iOrderId")) {
parameters.put("iOrderId", getIntent().getStringExtra("iOrderId"));
}
if (getIntent().hasExtra("tripId")) {
parameters.put("tripId", getIntent().getStringExtra("tripId"));
}

Also available in: Atom PDF