Notice: Undefined index: user_id in /home/staffi7/wm.staff-india.com/inc/header.php on line 69

Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/staffi7/wm.staff-india.com/inc/header.php on line 73

Error: Could not retrieve Internal Task details.

HR Manager | Staff-India

Notice: Undefined index: user_id in /home/staffi7/wm.staff-india.com/inc/top_nav.php on line 5

Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/staffi7/wm.staff-india.com/inc/top_nav.php on line 9

Error: Could not retrieve Internal Task details.

Task Details

Task 9 - order tracking

Assigned To:
  1. Nigel (nigel.pi@staff-india.com)
Assign By Admin On 2024-06-17
100%
Deadline:- 19 Days Over from Deadline. You Have Missed The Deadline 19 Days Ago

Task Details :-

Nigel,

 

for every order that is uploaded... we need to keep record of the histoy of what will happen to this order.... we call this order tracking.

 

This will be a new table you will create called "Order_Tracking", currently it will have these column:


Order ID - this is primary key from orders

DateTime - need to keep track when the order was updated

Status - this will the update of the order depending on different cases we will do later..
The first case we know already... which is "Order has been uploaded" - so you can ADD this as a new entry into the Order_Tracking when user confirm "upload data"

the second case we know alerady... which is "AWB Bills created" - so you can add this when user clicks created AWB and the pdf is downloaded successfully.

 

So this will be a table with multiple rows for each order... each time something new is updated for teh order.

 

the table screenshot shows what it will look like.

 

We will show the tracking for the orders later on anotehr task.

 

Attach File :-

File: 1

Download

Task Current Status :-

Task Complete

Task QA

Selected File:
Drag Your File Here
Or Click Here to pick

Comments  (1)

    Nigel 14-06-2024 15:16:00

    Done