Audit modifiche
Consulta le modifiche registrate dai trigger database. Gli intervalli data/ora sono interpretati come orario italiano Europe/Rome.
50 eventi mostrati · offset 250Ordinati dal più recente
| Quando | Azione | Tabella | Record | Contesto | Sintesi modifiche |
|---|---|---|---|---|---|
| 22/05/26, 16:03:24 | Modifica | inventory_balances | 788 | app interna · csv_import · consuntivo_posting · assignment:2571 | quantity: 121 → 318; updated_at: 2026-05-22T11:42:19.092 → 2026-05-22T14:03:24.532 Dettagli before/afterDiff {
"quantity": {
"new": 318,
"old": 121
},
"updated_at": {
"new": "2026-05-22T14:03:24.532",
"old": "2026-05-22T11:42:19.092"
}
}Prima {
"id": 788,
"quantity": 121,
"warehouse": "semi_finished",
"updated_at": "2026-05-22T11:42:19.092",
"product_code_id": 102
}Dopo {
"id": 788,
"quantity": 318,
"warehouse": "semi_finished",
"updated_at": "2026-05-22T14:03:24.532",
"product_code_id": 102
} |
| 22/05/26, 16:03:24 | Inserimento | inventory_movements | 2850 | app interna · csv_import · consuntivo_posting · assignment:2571 | id: ∅ → 2850; reason: ∅ → production_output; metadata: ∅ → ∅; reference: ∅ → assignment:2571; +5 altri campi Dettagli before/afterDiff {
"id": {
"new": 2850,
"old": null
},
"reason": {
"new": "production_output",
"old": null
},
"metadata": {
"new": null,
"old": null
},
"reference": {
"new": "assignment:2571",
"old": null
},
"warehouse": {
"new": "semi_finished",
"old": null
},
"occurred_at": {
"new": "2026-05-22T14:03:24.522",
"old": null
},
"scrap_by_type": {
"new": {
"workedCasting": 9
},
"old": null
},
"quantity_delta": {
"new": 197,
"old": null
},
"product_code_id": {
"new": 102,
"old": null
}
}Prima null Dopo {
"id": 2850,
"reason": "production_output",
"metadata": null,
"reference": "assignment:2571",
"warehouse": "semi_finished",
"occurred_at": "2026-05-22T14:03:24.522",
"scrap_by_type": {
"workedCasting": 9
},
"quantity_delta": 197,
"product_code_id": 102
} |
| 22/05/26, 16:03:24 | Modifica | raw_material_balances | 7 | app interna · csv_import · consuntivo_posting · assignment:2571 | quantity: 95 → -111; updated_at: 2026-05-22T14:03:24.09 → 2026-05-22T14:03:24.515 Dettagli before/afterDiff {
"quantity": {
"new": -111,
"old": 95
},
"updated_at": {
"new": "2026-05-22T14:03:24.515",
"old": "2026-05-22T14:03:24.09"
}
}Prima {
"id": 7,
"quantity": 95,
"warehouse": "raw",
"updated_at": "2026-05-22T14:03:24.09",
"raw_material_id": 3
}Dopo {
"id": 7,
"quantity": -111,
"warehouse": "raw",
"updated_at": "2026-05-22T14:03:24.515",
"raw_material_id": 3
} |
| 22/05/26, 16:03:24 | Inserimento | raw_material_movements | 1743 | app interna · csv_import · consuntivo_posting · assignment:2571 | id: ∅ → 1743; reason: ∅ → production_consumption; metadata: ∅ → {"scrapByType":{"workedCasting":9}}; reference: ∅ → assignment:2571; +4 altri campi Dettagli before/afterDiff {
"id": {
"new": 1743,
"old": null
},
"reason": {
"new": "production_consumption",
"old": null
},
"metadata": {
"new": {
"scrapByType": {
"workedCasting": 9
}
},
"old": null
},
"reference": {
"new": "assignment:2571",
"old": null
},
"warehouse": {
"new": "raw",
"old": null
},
"occurred_at": {
"new": "2026-05-22T14:03:24.508",
"old": null
},
"quantity_delta": {
"new": -206,
"old": null
},
"raw_material_id": {
"new": 3,
"old": null
}
}Prima null Dopo {
"id": 1743,
"reason": "production_consumption",
"metadata": {
"scrapByType": {
"workedCasting": 9
}
},
"reference": "assignment:2571",
"warehouse": "raw",
"occurred_at": "2026-05-22T14:03:24.508",
"quantity_delta": -206,
"raw_material_id": 3
} |
| 22/05/26, 16:03:24 | Inserimento | plan_assignments | 2571 | — | id: ∅ → 2571; date: ∅ → 2026-05-13; notes: ∅ → ∅; shift: ∅ → T2; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2571,
"old": null
},
"date": {
"new": "2026-05-13",
"old": null
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": "T2",
"old": null
},
"status": {
"new": "completed",
"old": null
},
"machine_id": {
"new": 15,
"old": null
},
"operator_id": {
"new": 28,
"old": null
},
"scrap_by_type": {
"new": {
"workedCasting": 9
},
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "production",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": 197,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2571,
"date": "2026-05-13",
"notes": null,
"shift": "T2",
"status": "completed",
"machine_id": 15,
"operator_id": 28,
"scrap_by_type": {
"workedCasting": 9
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 197,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:42:29 | Inserimento | plan_assignments | 2475 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2475; date: ∅ → 2026-05-28; notes: ∅ → Auto-generato (Ordine #322); shift: ∅ → T2; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2475,
"old": null
},
"date": {
"new": "2026-05-28",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #322)",
"old": null
},
"shift": {
"new": "T2",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 38,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 3,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2475,
"date": "2026-05-28",
"notes": "Auto-generato (Ordine #322)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 38,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 3,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:42:29 | Inserimento | plan_assignments | 2474 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2474; date: ∅ → 2026-05-27; notes: ∅ → Auto-generato (Ordine #322); shift: ∅ → T2; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2474,
"old": null
},
"date": {
"new": "2026-05-27",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #322)",
"old": null
},
"shift": {
"new": "T2",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 37,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 28,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2474,
"date": "2026-05-27",
"notes": "Auto-generato (Ordine #322)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 37,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:42:29 | Inserimento | plan_assignments | 2427 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2427; date: ∅ → 2026-05-26; notes: ∅ → Auto-generato (Ordine #296); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2427,
"old": null
},
"date": {
"new": "2026-05-26",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #296)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 18,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 14,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2427,
"date": "2026-05-26",
"notes": "Auto-generato (Ordine #296)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 18,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 14,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:42:29 | Inserimento | plan_assignments | 2426 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2426; date: ∅ → 2026-05-25; notes: ∅ → Auto-generato (Ordine #296); shift: ∅ → T2; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2426,
"old": null
},
"date": {
"new": "2026-05-25",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #296)",
"old": null
},
"shift": {
"new": "T2",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 38,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 28,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2426,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #296)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 38,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:42:29 | Inserimento | plan_assignments | 2425 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2425; date: ∅ → 2026-05-25; notes: ∅ → Auto-generato (Ordine #296); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2425,
"old": null
},
"date": {
"new": "2026-05-25",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #296)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 26,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 28,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2425,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #296)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 26,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:42:29 | Inserimento | plan_assignments | 2376 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2376; date: ∅ → 2026-05-25; notes: ∅ → Auto-generato (Ordine #256); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2376,
"old": null
},
"date": {
"new": "2026-05-25",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #256)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 36,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 20,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2376,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #256)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 36,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 20,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:35:42 | Cancellazione | plan_assignments | 2349 | — | id: 2349 → ∅; date: 2026-05-27 → ∅; notes: Auto-generato (Ordine #322) → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2349
},
"date": {
"new": null,
"old": "2026-05-27"
},
"notes": {
"new": null,
"old": "Auto-generato (Ordine #322)"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "planned"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 20
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": 3
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2349,
"date": "2026-05-27",
"notes": "Auto-generato (Ordine #322)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 20,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 3,
"produced_quantity": null,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 15:35:42 | Cancellazione | plan_assignments | 2348 | — | id: 2348 → ∅; date: 2026-05-27 → ∅; notes: Auto-generato (Ordine #322) → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2348
},
"date": {
"new": null,
"old": "2026-05-27"
},
"notes": {
"new": null,
"old": "Auto-generato (Ordine #322)"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "planned"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 31
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": 28
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2348,
"date": "2026-05-27",
"notes": "Auto-generato (Ordine #322)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 31,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 15:35:42 | Cancellazione | plan_assignments | 2303 | — | id: 2303 → ∅; date: 2026-05-26 → ∅; notes: Auto-generato (Ordine #296) → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2303
},
"date": {
"new": null,
"old": "2026-05-26"
},
"notes": {
"new": null,
"old": "Auto-generato (Ordine #296)"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "planned"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 24
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": 14
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2303,
"date": "2026-05-26",
"notes": "Auto-generato (Ordine #296)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 24,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 14,
"produced_quantity": null,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 15:35:42 | Cancellazione | plan_assignments | 2302 | — | id: 2302 → ∅; date: 2026-05-25 → ∅; notes: Auto-generato (Ordine #296) → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2302
},
"date": {
"new": null,
"old": "2026-05-25"
},
"notes": {
"new": null,
"old": "Auto-generato (Ordine #296)"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "planned"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 45
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": 28
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2302,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #296)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 45,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 15:35:42 | Cancellazione | plan_assignments | 2301 | — | id: 2301 → ∅; date: 2026-05-25 → ∅; notes: Auto-generato (Ordine #296) → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2301
},
"date": {
"new": null,
"old": "2026-05-25"
},
"notes": {
"new": null,
"old": "Auto-generato (Ordine #296)"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "planned"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 41
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": 28
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2301,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #296)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 41,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 15:35:42 | Cancellazione | plan_assignments | 2252 | — | id: 2252 → ∅; date: 2026-05-25 → ∅; notes: Auto-generato (Ordine #256) → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2252
},
"date": {
"new": null,
"old": "2026-05-25"
},
"notes": {
"new": null,
"old": "Auto-generato (Ordine #256)"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "planned"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 31
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": 20
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2252,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #256)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 31,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 20,
"produced_quantity": null,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 15:22:15 | Inserimento | plan_assignments | 2349 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2349; date: ∅ → 2026-05-27; notes: ∅ → Auto-generato (Ordine #322); shift: ∅ → T2; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2349,
"old": null
},
"date": {
"new": "2026-05-27",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #322)",
"old": null
},
"shift": {
"new": "T2",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 20,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 3,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2349,
"date": "2026-05-27",
"notes": "Auto-generato (Ordine #322)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 20,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 3,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:22:15 | Inserimento | plan_assignments | 2348 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2348; date: ∅ → 2026-05-27; notes: ∅ → Auto-generato (Ordine #322); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2348,
"old": null
},
"date": {
"new": "2026-05-27",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #322)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 31,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 28,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2348,
"date": "2026-05-27",
"notes": "Auto-generato (Ordine #322)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 31,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:22:15 | Inserimento | plan_assignments | 2303 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2303; date: ∅ → 2026-05-26; notes: ∅ → Auto-generato (Ordine #296); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2303,
"old": null
},
"date": {
"new": "2026-05-26",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #296)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 24,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 14,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2303,
"date": "2026-05-26",
"notes": "Auto-generato (Ordine #296)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 24,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 14,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:22:15 | Inserimento | plan_assignments | 2302 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2302; date: ∅ → 2026-05-25; notes: ∅ → Auto-generato (Ordine #296); shift: ∅ → T2; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2302,
"old": null
},
"date": {
"new": "2026-05-25",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #296)",
"old": null
},
"shift": {
"new": "T2",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 45,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 28,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2302,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #296)",
"shift": "T2",
"status": "planned",
"machine_id": null,
"operator_id": 45,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:22:15 | Inserimento | plan_assignments | 2301 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2301; date: ∅ → 2026-05-25; notes: ∅ → Auto-generato (Ordine #296); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2301,
"old": null
},
"date": {
"new": "2026-05-25",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #296)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 41,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 28,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2301,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #296)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 41,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 28,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 15:22:15 | Inserimento | plan_assignments | 2252 | app interna · app · magic_plan_confirm · magic_plan:2026-05-25:2026-05-29 | id: ∅ → 2252; date: ∅ → 2026-05-25; notes: ∅ → Auto-generato (Ordine #256); shift: ∅ → T1; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": 2252,
"old": null
},
"date": {
"new": "2026-05-25",
"old": null
},
"notes": {
"new": "Auto-generato (Ordine #256)",
"old": null
},
"shift": {
"new": "T1",
"old": null
},
"status": {
"new": "planned",
"old": null
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": 31,
"old": null
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": "assembly",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"planned_quantity": {
"new": 20,
"old": null
},
"produced_quantity": {
"new": null,
"old": null
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima null Dopo {
"id": 2252,
"date": "2026-05-25",
"notes": "Auto-generato (Ordine #256)",
"shift": "T1",
"status": "planned",
"machine_id": null,
"operator_id": 31,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": 20,
"produced_quantity": null,
"setup_from_product_code_id": null
} |
| 22/05/26, 14:55:41 | Cancellazione | plan_assignments | 1606 | — | id: 1606 → ∅; date: 2026-04-03 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2221 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1606
},
"date": {
"new": null,
"old": "2026-04-03"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2221"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 15
},
"operator_id": {
"new": null,
"old": 25
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 99
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 102
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1606,
"date": "2026-04-03",
"notes": "Import storico consuntivo 2026 - riga Google Form #2221",
"shift": "T1",
"status": "completed",
"machine_id": 15,
"operator_id": 25,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 99,
"planned_quantity": null,
"produced_quantity": 102,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:41 | Cancellazione | plan_assignments | 1504 | — | id: 1504 → ∅; date: 2026-03-30 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2087 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1504
},
"date": {
"new": null,
"old": "2026-03-30"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2087"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 23
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 22
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1504,
"date": "2026-03-30",
"notes": "Import storico consuntivo 2026 - riga Google Form #2087",
"shift": "T2",
"status": "completed",
"machine_id": null,
"operator_id": 23,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 22,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:41 | Cancellazione | plan_assignments | 1496 | — | id: 1496 → ∅; date: 2026-03-30 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2076 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1496
},
"date": {
"new": null,
"old": "2026-03-30"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2076"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 18
},
"operator_id": {
"new": null,
"old": 22
},
"scrap_by_type": {
"new": null,
"old": {
"processing": 2
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 147
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 102
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1496,
"date": "2026-03-30",
"notes": "Import storico consuntivo 2026 - riga Google Form #2076",
"shift": "T2",
"status": "completed",
"machine_id": 18,
"operator_id": 22,
"scrap_by_type": {
"processing": 2
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 147,
"planned_quantity": null,
"produced_quantity": 102,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:41 | Cancellazione | plan_assignments | 1485 | — | id: 1485 → ∅; date: 2026-03-30 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2064 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1485
},
"date": {
"new": null,
"old": "2026-03-30"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2064"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 20
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 58
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1485,
"date": "2026-03-30",
"notes": "Import storico consuntivo 2026 - riga Google Form #2064",
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 20,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 58,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:36 | Cancellazione | plan_assignments | 1676 | — | id: 1676 → ∅; date: 2026-04-09 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2315 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1676
},
"date": {
"new": null,
"old": "2026-04-09"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2315"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 26
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 70
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1676,
"date": "2026-04-09",
"notes": "Import storico consuntivo 2026 - riga Google Form #2315",
"shift": "T2",
"status": "completed",
"machine_id": null,
"operator_id": 26,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 70,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:30 | Cancellazione | plan_assignments | 1791 | — | id: 1791 → ∅; date: 2026-04-17 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2512 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1791
},
"date": {
"new": null,
"old": "2026-04-17"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2512"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 21
},
"operator_id": {
"new": null,
"old": 25
},
"scrap_by_type": {
"new": null,
"old": {
"processing": 5
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 189
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 102
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1791,
"date": "2026-04-17",
"notes": "Import storico consuntivo 2026 - riga Google Form #2512",
"shift": "T1",
"status": "completed",
"machine_id": 21,
"operator_id": 25,
"scrap_by_type": {
"processing": 5
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 189,
"planned_quantity": null,
"produced_quantity": 102,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:30 | Cancellazione | plan_assignments | 1780 | — | id: 1780 → ∅; date: 2026-04-17 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2495 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1780
},
"date": {
"new": null,
"old": "2026-04-17"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2495"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 14
},
"operator_id": {
"new": null,
"old": 38
},
"scrap_by_type": {
"new": null,
"old": {
"processing": 2
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 47
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1780,
"date": "2026-04-17",
"notes": "Import storico consuntivo 2026 - riga Google Form #2495",
"shift": "T2",
"status": "completed",
"machine_id": 14,
"operator_id": 38,
"scrap_by_type": {
"processing": 2
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 47,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:30 | Cancellazione | plan_assignments | 1774 | — | id: 1774 → ∅; date: 2026-04-17 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2483 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1774
},
"date": {
"new": null,
"old": "2026-04-17"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2483"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 14
},
"operator_id": {
"new": null,
"old": 26
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 22
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1774,
"date": "2026-04-17",
"notes": "Import storico consuntivo 2026 - riga Google Form #2483",
"shift": "T1",
"status": "completed",
"machine_id": 14,
"operator_id": 26,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 22,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:30 | Cancellazione | plan_assignments | 1773 | — | id: 1773 → ∅; date: 2026-04-17 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2482 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1773
},
"date": {
"new": null,
"old": "2026-04-17"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2482"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 26
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 70
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1773,
"date": "2026-04-17",
"notes": "Import storico consuntivo 2026 - riga Google Form #2482",
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 26,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 70,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:30 | Cancellazione | plan_assignments | 1762 | — | id: 1762 → ∅; date: 2026-04-16 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2469 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1762
},
"date": {
"new": null,
"old": "2026-04-16"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2469"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 14
},
"operator_id": {
"new": null,
"old": 38
},
"scrap_by_type": {
"new": null,
"old": {
"processing": 7
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 70
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1762,
"date": "2026-04-16",
"notes": "Import storico consuntivo 2026 - riga Google Form #2469",
"shift": "T2",
"status": "completed",
"machine_id": 14,
"operator_id": 38,
"scrap_by_type": {
"processing": 7
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 70,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:24 | Cancellazione | plan_assignments | 1864 | — | id: 1864 → ∅; date: 2026-04-23 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2626 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1864
},
"date": {
"new": null,
"old": "2026-04-23"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2626"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 34
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 70
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1864,
"date": "2026-04-23",
"notes": "Import storico consuntivo 2026 - riga Google Form #2626",
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 34,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 70,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:24 | Cancellazione | plan_assignments | 1858 | — | id: 1858 → ∅; date: 2026-04-23 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2616 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1858
},
"date": {
"new": null,
"old": "2026-04-23"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2616"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 17
},
"operator_id": {
"new": null,
"old": 37
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 135
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 102
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1858,
"date": "2026-04-23",
"notes": "Import storico consuntivo 2026 - riga Google Form #2616",
"shift": "T1",
"status": "completed",
"machine_id": 17,
"operator_id": 37,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 135,
"planned_quantity": null,
"produced_quantity": 102,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:24 | Cancellazione | plan_assignments | 1847 | — | id: 1847 → ∅; date: 2026-04-22 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2597 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1847
},
"date": {
"new": null,
"old": "2026-04-22"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2597"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 15
},
"operator_id": {
"new": null,
"old": 20
},
"scrap_by_type": {
"new": null,
"old": {
"processing": 2
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 70
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1847,
"date": "2026-04-22",
"notes": "Import storico consuntivo 2026 - riga Google Form #2597",
"shift": "T2",
"status": "completed",
"machine_id": 15,
"operator_id": 20,
"scrap_by_type": {
"processing": 2
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 70,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:24 | Cancellazione | plan_assignments | 1801 | — | id: 1801 → ∅; date: 2026-04-20 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2526 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1801
},
"date": {
"new": null,
"old": "2026-04-20"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2526"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 29
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 73
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1801,
"date": "2026-04-20",
"notes": "Import storico consuntivo 2026 - riga Google Form #2526",
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 29,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 73,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:17 | Cancellazione | plan_assignments | 1963 | — | id: 1963 → ∅; date: 2026-04-30 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2784 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1963
},
"date": {
"new": null,
"old": "2026-04-30"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2784"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 24
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 150
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1963,
"date": "2026-04-30",
"notes": "Import storico consuntivo 2026 - riga Google Form #2784",
"shift": "T2",
"status": "completed",
"machine_id": null,
"operator_id": 24,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 150,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:17 | Cancellazione | plan_assignments | 1948 | — | id: 1948 → ∅; date: 2026-04-29 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2761 → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1948
},
"date": {
"new": null,
"old": "2026-04-29"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2761"
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 15
},
"operator_id": {
"new": null,
"old": 34
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 246
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1948,
"date": "2026-04-29",
"notes": "Import storico consuntivo 2026 - riga Google Form #2761",
"shift": "T2",
"status": "completed",
"machine_id": 15,
"operator_id": 34,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 246,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:17 | Cancellazione | plan_assignments | 1912 | — | id: 1912 → ∅; date: 2026-04-27 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2698 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1912
},
"date": {
"new": null,
"old": "2026-04-27"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2698"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 23
},
"operator_id": {
"new": null,
"old": 25
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 118
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 102
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1912,
"date": "2026-04-27",
"notes": "Import storico consuntivo 2026 - riga Google Form #2698",
"shift": "T1",
"status": "completed",
"machine_id": 23,
"operator_id": 25,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 118,
"planned_quantity": null,
"produced_quantity": 102,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:08 | Cancellazione | plan_assignments | 1978 | — | id: 1978 → ∅; date: 2026-05-04 → ∅; notes: Import storico consuntivo 2026 - riga Google Form #2804 → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 1978
},
"date": {
"new": null,
"old": "2026-05-04"
},
"notes": {
"new": null,
"old": "Import storico consuntivo 2026 - riga Google Form #2804"
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 29
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 60
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 1978,
"date": "2026-05-04",
"notes": "Import storico consuntivo 2026 - riga Google Form #2804",
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 29,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 60,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:02 | Cancellazione | plan_assignments | 2152 | — | id: 2152 → ∅; date: 2026-05-14 → ∅; notes: ∅ → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2152
},
"date": {
"new": null,
"old": "2026-05-14"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 41
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 53
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2152,
"date": "2026-05-14",
"notes": null,
"shift": "T2",
"status": "completed",
"machine_id": null,
"operator_id": 41,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 53,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:02 | Cancellazione | plan_assignments | 2141 | — | id: 2141 → ∅; date: 2026-05-14 → ∅; notes: ∅ → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2141
},
"date": {
"new": null,
"old": "2026-05-14"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 36
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 32
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2141,
"date": "2026-05-14",
"notes": null,
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 36,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 32,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:02 | Cancellazione | plan_assignments | 2136 | — | id: 2136 → ∅; date: 2026-05-14 → ∅; notes: ∅ → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2136
},
"date": {
"new": null,
"old": "2026-05-14"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 15
},
"operator_id": {
"new": null,
"old": 36
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 8
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2136,
"date": "2026-05-14",
"notes": null,
"shift": "T1",
"status": "completed",
"machine_id": 15,
"operator_id": 36,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 8,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:02 | Cancellazione | plan_assignments | 2109 | — | id: 2109 → ∅; date: 2026-05-13 → ∅; notes: ∅ → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2109
},
"date": {
"new": null,
"old": "2026-05-13"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 15
},
"operator_id": {
"new": null,
"old": 28
},
"scrap_by_type": {
"new": null,
"old": {
"workedCasting": 9
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 197
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2109,
"date": "2026-05-13",
"notes": null,
"shift": "T2",
"status": "completed",
"machine_id": 15,
"operator_id": 28,
"scrap_by_type": {
"workedCasting": 9
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 197,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:55:02 | Cancellazione | plan_assignments | 2110 | — | id: 2110 → ∅; date: 2026-05-13 → ∅; notes: ∅ → ∅; shift: T2 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2110
},
"date": {
"new": null,
"old": "2026-05-13"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T2"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 41
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 23
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2110,
"date": "2026-05-13",
"notes": null,
"shift": "T2",
"status": "completed",
"machine_id": null,
"operator_id": 41,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 23,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:54:47 | Cancellazione | plan_assignments | 2220 | — | id: 2220 → ∅; date: 2026-05-20 → ∅; notes: ∅ → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2220
},
"date": {
"new": null,
"old": "2026-05-20"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": null
},
"operator_id": {
"new": null,
"old": 34
},
"scrap_by_type": {
"new": null,
"old": null
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "assembly"
},
"product_code_id": {
"new": null,
"old": 102
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 9
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2220,
"date": "2026-05-20",
"notes": null,
"shift": "T1",
"status": "completed",
"machine_id": null,
"operator_id": 34,
"scrap_by_type": null,
"setup_minutes": null,
"assignment_type": "assembly",
"product_code_id": 102,
"planned_quantity": null,
"produced_quantity": 9,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:54:47 | Cancellazione | plan_assignments | 2175 | — | id: 2175 → ∅; date: 2026-05-18 → ∅; notes: ∅ → ∅; shift: T1 → ∅; +10 altri campi Dettagli before/afterDiff {
"id": {
"new": null,
"old": 2175
},
"date": {
"new": null,
"old": "2026-05-18"
},
"notes": {
"new": null,
"old": null
},
"shift": {
"new": null,
"old": "T1"
},
"status": {
"new": null,
"old": "completed"
},
"machine_id": {
"new": null,
"old": 18
},
"operator_id": {
"new": null,
"old": 22
},
"scrap_by_type": {
"new": null,
"old": {
"workedCasting": 2
}
},
"setup_minutes": {
"new": null,
"old": null
},
"assignment_type": {
"new": null,
"old": "production"
},
"product_code_id": {
"new": null,
"old": 147
},
"planned_quantity": {
"new": null,
"old": null
},
"produced_quantity": {
"new": null,
"old": 102
},
"setup_from_product_code_id": {
"new": null,
"old": null
}
}Prima {
"id": 2175,
"date": "2026-05-18",
"notes": null,
"shift": "T1",
"status": "completed",
"machine_id": 18,
"operator_id": 22,
"scrap_by_type": {
"workedCasting": 2
},
"setup_minutes": null,
"assignment_type": "production",
"product_code_id": 147,
"planned_quantity": null,
"produced_quantity": 102,
"setup_from_product_code_id": null
}Dopo null |
| 22/05/26, 14:26:27 | Inserimento | orders | 378 | app interna · csv_import · orders_import · orders_import:269 | id: ∅ → 378; status: ∅ → confirmed; customer: ∅ → MAN; quantity: ∅ → 140; +4 altri campi Dettagli before/afterDiff {
"id": {
"new": 378,
"old": null
},
"status": {
"new": "confirmed",
"old": null
},
"customer": {
"new": "MAN",
"old": null
},
"quantity": {
"new": 140,
"old": null
},
"delivery_date": {
"new": "2026-06-25",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"current_stage_id": {
"new": null,
"old": null
},
"produced_quantity": {
"new": 0,
"old": null
}
}Prima null Dopo {
"id": 378,
"status": "confirmed",
"customer": "MAN",
"quantity": 140,
"delivery_date": "2026-06-25",
"product_code_id": 102,
"current_stage_id": null,
"produced_quantity": 0
} |
| 22/05/26, 14:26:27 | Inserimento | orders | 351 | app interna · csv_import · orders_import · orders_import:269 | id: ∅ → 351; status: ∅ → confirmed; customer: ∅ → MAN; quantity: ∅ → 70; +4 altri campi Dettagli before/afterDiff {
"id": {
"new": 351,
"old": null
},
"status": {
"new": "confirmed",
"old": null
},
"customer": {
"new": "MAN",
"old": null
},
"quantity": {
"new": 70,
"old": null
},
"delivery_date": {
"new": "2026-06-22",
"old": null
},
"product_code_id": {
"new": 102,
"old": null
},
"current_stage_id": {
"new": null,
"old": null
},
"produced_quantity": {
"new": 0,
"old": null
}
}Prima null Dopo {
"id": 351,
"status": "confirmed",
"customer": "MAN",
"quantity": 70,
"delivery_date": "2026-06-22",
"product_code_id": 102,
"current_stage_id": null,
"produced_quantity": 0
} |