WOS_V2.2.1 Release

Releasing Time: 2022.11.17

New Feature:

  • Support generate a manifest for orders when Package of those orders need generate manifest

1.Add “Scan Pallet ID(Require same courier company)/Shipment ID” in Pallet List scan column, add “Delivery Address” , “Phone number” and “Remark” column under the shipment information, add Generate Manifest button which is next to Shipment Confirm button at Arrange Shipment page.

2. When user scanned Pallet ID at Arrange Shipment page, then system will check whether the courier company is MUJI;

If the courier company is MUJI,
then system will display the data of “Delivery Address” and “Phone number” the “Remark”,
and the data of “Delivery Address”,”Phone number” and “Remark” can be altered

If the courier company is not MUJI,
then the “Delivery Address”,”Phone number” and “Remark” column is empty
and the data of “Delivery Address”,”Phone number” and “Remark”can be altered

3. When user click Generate Manifest button,then system will check whether all Pallets are closed in this shipment,

if some pallets are not closed in this shipment

then system will not allow to generate manifest and will give some reminder as “Pallet [XXXX] has not closed, pls check and alter.”

4. When user click Generate Manifest button,

if all pallets are closed in this shipment,

then system will generate a shipment ID for those Pallet ID which have been sorted, such as the shipment ID is Shipment A

And Then the shipment ID(Shipment A) will be displayed in Shipment Information under the Arrange Shipment model

shippment id 的命名规则:SP+timestamp(timestamp精确到ms), such as ShipmentID: SP20221104173125303,

at the same time system will generate a manifest for those Pallet ID which have been sorted and the manifest is PDF format for users to download, and the data of “Delivery Address” and “Phone number” and “Remark” will be display in the generated manifest.

5. If user want to add/delete palletIds for shipment which is not confirmed,

user can scan the shipment ID(Shipment A) or palletId under this Shipment A at Arrange Shipment page,

then system will check whether this shipment(Shipment A) has been confirmed,

if the shipment has been confirmed, then system should give some reminder as “Current shipment has been confirm, pls check and try again.”

if the shipment has not been confirmed, then the shipment information will be display in arrange shipment page

5.1 When user want to add new pallet to this shipment(Shipment A),

then user can counite scan new Pallet ID to associate with Shipment A,

the system will check whether this pallet has been associate with another shipment or current Shipment A,

1)If this pallet has been associated with another shipment

then system will give some reminder as “Invalid number,the current Pallet is already bound to the other manifest.”

2)If this pallet has not been associated with another shipment but associated with current Shipment A,

then system will give some reminder as “Invalid number,the current Pallet is already bound to the current manifest.”

3)If this pallet has not been associated with another shipment or current Shipment A,

then system will allow add this pallet to Shipment A,and then the system will update pallet and package info inside this shipment.

5.2 When user want to delete pallet in this shipment(Shipment A)

then user can click ‘remove’ to delete from Shipment A,and then the system will update pallet and package info inside this shipment

6. After user add/delete palletIds for shipment,

6.1 If user click Generate Manifest button,

then system will check whether all Pallets are closed in this shipment,

if some pallet are not closed in this shipment,
then system will give some reminder as “Pallet XXXX has not closed, pls check and alter.”;

if all pallets are closed in this shipment,then system will re-generate a manifest for those Pallet ID,and the manifest is PDF format for users to download;

6.2 When user click the Shipment Confirm button,

then system will check whether the manifest is the lastest,

  • Set photograph function to optional in Shipment Confirm model

When user scan some pallet ID and click the Shipment Confirm button in arrange shipment, then system will not constraint users to upload pictures or take photos and can allow the user to confirm shipment.

  • Add Shipment ID column in Sort to Ship Pallet List

1.When user enter the page of Sort to Ship –> Pallet List

Then can view the Shipment ID column in Criteria and Query Result

2.When user enter Shipment ID in Criteria Shipment ID column and click search

Then system will display the Pallet info associated with this Shipment ID in Query Result And the Shipment ID is also displayed in Query Result

If the Shipment ID is wrong, system should give corresponding message to indicate no result found

User can also search Pallet according to other columns,system will display the Pallet info with Shipment ID (if any) in Query Result

3.When user want to check Pallet Detail Information and double click Pallet ID in Query Result

Then system will display corrsponding Pallet Detail information And can view the Shipment ID column in Shipment information

  • Support download Shipment Report (Manifest) in report Model

When input the Shipment ID in criteria and set the Report output Format as PDF

If the Shipmen ID is exist

Then system will generate a Shipment Report (Manifest) and format as PDF

If the Shipmen ID is error

Then system will give corresponding prompt with message as “This shipments ID is not exist.”