This commit is contained in:
marshal
2026-06-14 15:59:52 +03:00
parent c03d0ef3ab
commit 484151d909
25 changed files with 1097 additions and 2952 deletions

View File

@@ -50,7 +50,7 @@ const CONTAINER_TYPES = [
const DEMO_BOOKINGS = [
{
reference: "BKG-CONT-001",
reference: "BKG_CONT_001",
containerCode: "40FT",
quantity: 20,
totalWeightTons: 500,
@@ -61,7 +61,7 @@ const DEMO_BOOKINGS = [
paymentStatus: "PAID",
},
{
reference: "BKG-CONT-002",
reference: "BKG_ONT_02",
containerCode: "20FT",
quantity: 10,
totalWeightTons: 300,
@@ -72,7 +72,7 @@ const DEMO_BOOKINGS = [
paymentStatus: "PAID",
},
{
reference: "BKG-CONT-003",
reference: "BKG_ONT_03",
containerCode: "40FT",
quantity: 15,
totalWeightTons: 450,
@@ -83,7 +83,7 @@ const DEMO_BOOKINGS = [
paymentStatus: "PAID",
},
{
reference: "BKG-CONT-007",
reference: "BKG_ONT_07",
containerCode: "20FT",
quantity: 6,
totalWeightTons: 180,
@@ -94,7 +94,7 @@ const DEMO_BOOKINGS = [
paymentStatus: "PAID",
},
{
reference: "BKG-CONT-008",
reference: "BKG_ONT_08",
containerCode: "40FT",
quantity: 4,
totalWeightTons: 120,
@@ -105,7 +105,7 @@ const DEMO_BOOKINGS = [
paymentStatus: "PAID",
},
{
reference: "BKG-CONT-009",
reference: "BKG_ONT_09",
containerCode: "20FT",
quantity: 5,
totalWeightTons: 110,
@@ -116,7 +116,7 @@ const DEMO_BOOKINGS = [
paymentStatus: "PAID",
},
{
reference: "BKG-CONT-004",
reference: "BKG_ONT_04",
containerCode: "40FT",
quantity: 12,
totalWeightTons: 360,
@@ -124,10 +124,10 @@ const DEMO_BOOKINGS = [
destinationCode: "DIRE_DAWA",
scheduledDate: "2026-06-20T08:00:00.000Z",
status: "PAID",
paymentStatus: "PAID",
paymentStatus: "PAID"
},
{
reference: "BKG-CONT-005",
reference: "BKG_ONT_05",
containerCode: "20FT",
quantity: 8,
totalWeightTons: 160,
@@ -372,7 +372,7 @@ export class DemoBookingsSeeder {
companyId: company.id,
status: demoBooking.status,
scheduledDate: new Date(demoBooking.scheduledDate),
totalAmount: 0,
totalAmount: 2,
paymentStatus: demoBooking.paymentStatus,
contractType: "NEW",
serviceTypeId: serviceType.id,
@@ -386,7 +386,7 @@ export class DemoBookingsSeeder {
shippingLineId: null,
cargoTotalWeightVgm: demoBooking.totalWeightTons,
isHazardous: false,
paymentCurrency: "USD",
paymentCurrency: "ETB",
allowConsolidation: false,
priorityScore: 0,
versionNumber: 1,