update cargo type form from rate, update carton info and form

This commit is contained in:
tzw
2024-09-25 21:49:09 +06:30
parent 1be18c08a9
commit 02e079c514
51 changed files with 1407 additions and 643 deletions

View File

@@ -9,6 +9,8 @@ const privilege_collection = "privileges";
const markets_collection = "markets";
const carton_sizes_collection = "carton_sizes";
const shipment_type_collection = "shipment_types";
const shipment_consignee_collection = "shipment_consignees";
const shipment_port_collection = "ports";
const packages_collection = "packages";
const messages_collection = "messages";
@@ -91,6 +93,7 @@ const shipment_courier_dropoff = "Courier drop off";
//Carton types
const carton_from_packages = "For packages";
const carton_mix_carton = "For cartons (Mix carton)";
const mix_carton = "Mix carton";
const carton_from_cartons = "From cartons";
const carton_from_shipments = "From shipments";
@@ -100,7 +103,7 @@ const carton_mix_box = "Mix box";
// carton Size
const standardCarton = "Standard carton size";
const customCarton = "Custom size";
const packageCartion = "Package";
const packageCarton = "Package";
//Mix types
const mix_delivery = "Mix Delivery";
@@ -140,9 +143,9 @@ const payment_confirmed_status = "confirmed";
const payment_canceled_status = "canceled";
//Delivery types
const delivery_caton = "Delivery";
const pickup_carton = "Pick-up";
const delivery_caton = "delivery";
const pickup_carton = "pickup";
// bill
const billToSender = "Bill to sender";
const billToConsignee = "Bill to consignee";
const billToSender = "sender";
const billToConsignee = "consignee";