mod: store card & forgotten data

This commit is contained in:
Alexandro Uc Santos
2025-02-22 18:41:21 -06:00
parent 9ec7296340
commit a0b0dee7d2
5 changed files with 150 additions and 49 deletions

View File

@@ -4,8 +4,11 @@
"date": "2025-01-08T03:24:18.821Z",
"shipment_code": "ETA1010",
"product": "Maiz",
"truck-plates": "YUC9101",
"driver-name": "Alexandro Uc",
"truck_type": "Torton",
"truck_plates": "YUC9101",
"driver_name": "Alexandro Uc",
"note": "Comentario de prueba",
"weigth_load": 2000,
"company": "ALTOS"
},
{
@@ -13,8 +16,11 @@
"date": "2025-02-08T03:24:18.821Z",
"shipment_code": "ETA1010",
"product": "Maiz",
"truck-plates": "YUC9102",
"driver-name": "Jose Santos",
"truck_type": "Torton",
"truck_plates": "YUC9102",
"driver_name": "Jose Santos",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "ALTOS"
},
{
@@ -22,8 +28,11 @@
"date": "2025-02-08T01:00:57.627Z",
"shipment_code": "ETA1007",
"product": "Maiz",
"truck-plates": "YUC9102",
"driver-name": "Raul Torres",
"truck_type": "Full",
"truck_plates": "YUC9102",
"driver_name": "Raul Torres",
"note": "Comentario de prueba",
"weigth_load": 3000,
"company": "SOPAA"
},
{
@@ -31,8 +40,11 @@
"date": "2025-02-09T19:36:13.562Z",
"shipment_code": "ETA1014",
"product": "Maiz",
"truck-plates": "YUC9123",
"driver-name": "Manuel Yuc",
"truck_type": "Torton",
"truck_plates": "YUC9123",
"driver_name": "Manuel Yuc",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "USIOA"
},
{
@@ -40,8 +52,11 @@
"date": "2025-02-08T00:29:10.471Z",
"shipment_code": "ETA1021",
"product": "Maiz",
"truck-plates": "YUC9101",
"driver-name": "Alexandro Uc",
"truck_type": "Torton",
"truck_plates": "YUC9101",
"driver_name": "Alexandro Uc",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "ALTOS"
},
{
@@ -49,8 +64,11 @@
"date": "2025-02-08T02:47:28.823Z",
"shipment_code": "ETA1013",
"product": "Maiz",
"truck-plates": "YUC9120",
"driver-name": "Ramiro Alcocer",
"truck_type": "Torton",
"truck_plates": "YUC9120",
"driver_name": "Ramiro Alcocer",
"note": "Comentario de prueba",
"weigth_load": 3992,
"company": "JSKA"
},
{
@@ -58,17 +76,23 @@
"date": "2025-02-09T02:47:28.823Z",
"shipment_code": "ETA1023",
"product": "Maiz",
"truck-plates": "YUC9101",
"driver-name": "Alexandro Uc",
"truck_type": "Full Trailer",
"truck_plates": "YUC9101",
"driver_name": "Alexandro Uc",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "ALTOS"
},
{
"status": "Transit",
"date": "2025-02-08T02:47:28.823Z",
"shipment_code": "ETA1024",
"product": "Maiz",
"truck-plates": "DKS9101",
"driver-name": "Sergio Martinez",
"product": "Frijol",
"truck_type": "Torton",
"truck_plates": "DKS9101",
"driver_name": "Sergio Martinez",
"note": "Comentario de prueba",
"weigth_load": 233.20,
"company": "SILA"
},
{
@@ -76,26 +100,35 @@
"date": "2025-02-08T02:47:28.823Z",
"shipment_code": "ETA1025",
"product": "Maiz",
"truck-plates": "YUC9101",
"driver-name": "Alexandro Uc",
"truck_type": "Torton",
"truck_plates": "YUC9101",
"driver_name": "Alexandro Uc",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "ALTOS"
},
{
"status": "Loading",
"date": "2025-02-09T02:31:45.679Z",
"shipment_code": "ETA1006",
"product": "Maiz",
"truck-plates": "DLS9101",
"driver-name": "Juan Perez",
"product": "Cebada",
"truck_type": "Torton",
"truck_plates": "DLS9101",
"driver_name": "Juan Perez",
"note": "Comentario de prueba",
"weigth_load": 233.200,
"company": "SOA"
},
{
"status": "Loading",
"date": "2025-02-08T00:42:43.588Z",
"shipment_code": "ETA1022",
"product": "Maiz",
"truck-plates": "YUC9101",
"driver-name": "Alexandro Uc",
"product": "Cacahuate",
"truck_type": "Torton",
"truck_plates": "YUC9101",
"driver_name": "Alexandro Uc",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "ALTOS"
},
{
@@ -103,8 +136,11 @@
"date": "2025-02-09T00:57:26.432Z",
"shipment_code": "ETA1016",
"product": "Maiz",
"truck-plates": "DSA9101",
"driver-name": "Alexandro Uc",
"truck_type": "Caja Seca",
"truck_plates": "DSA9101",
"driver_name": "Alexandro Uc",
"note": "Comentario de prueba",
"weigth_load": 233.2,
"company": "ALTOS"
}
]