Audit modifiche

Consulta le modifiche registrate dai trigger database. Gli intervalli data/ora sono interpretati come orario italiano Europe/Rome.

Azzera filtri
Filtro record attivo: codice prodotto #158
2 eventi mostrati · offset 0Ordinati dal più recente
QuandoAzioneTabellaRecordContestoSintesi modifiche
05/06/26, 13:46:43Inserimentoplan_assignments4605app interna · app · magic_plan_confirm · magic_plan:2026-06-08:2026-06-12
id: ∅ → 4605; date: ∅ → 2026-06-11; notes: ∅ → Auto-generato (Ordine #371); shift: ∅ → T1; +10 altri campi
Dettagli before/after
Diff
{
  "id": {
    "new": 4605,
    "old": null
  },
  "date": {
    "new": "2026-06-11",
    "old": null
  },
  "notes": {
    "new": "Auto-generato (Ordine #371)",
    "old": null
  },
  "shift": {
    "new": "T1",
    "old": null
  },
  "status": {
    "new": "planned",
    "old": null
  },
  "machine_id": {
    "new": 23,
    "old": null
  },
  "operator_id": {
    "new": 27,
    "old": null
  },
  "scrap_by_type": {
    "new": null,
    "old": null
  },
  "setup_minutes": {
    "new": null,
    "old": null
  },
  "assignment_type": {
    "new": "production",
    "old": null
  },
  "product_code_id": {
    "new": 117,
    "old": null
  },
  "planned_quantity": {
    "new": 158,
    "old": null
  },
  "produced_quantity": {
    "new": null,
    "old": null
  },
  "setup_from_product_code_id": {
    "new": null,
    "old": null
  }
}
Prima
null
Dopo
{
  "id": 4605,
  "date": "2026-06-11",
  "notes": "Auto-generato (Ordine #371)",
  "shift": "T1",
  "status": "planned",
  "machine_id": 23,
  "operator_id": 27,
  "scrap_by_type": null,
  "setup_minutes": null,
  "assignment_type": "production",
  "product_code_id": 117,
  "planned_quantity": 158,
  "produced_quantity": null,
  "setup_from_product_code_id": null
}
27/05/26, 12:44:59Modificaproduct_codes158
throughput_per_shift: 8 → 60
Dettagli before/after
Diff
{
  "throughput_per_shift": {
    "new": 60,
    "old": 8
  }
}
Prima
{
  "id": 158,
  "code": "VPF003080340",
  "notes": null,
  "active": true,
  "customer": "MARVAL",
  "flow_type": "assembly",
  "description": "SPACER L163",
  "short_label": null,
  "raw_material_id": 57,
  "packaging_quantity": 1,
  "production_flow_id": 2,
  "assembly_throughput": null,
  "throughput_per_shift": 8,
  "external_treatment_status": "none",
  "inventory_source_warehouse": null,
  "inventory_destination_warehouse": null
}
Dopo
{
  "id": 158,
  "code": "VPF003080340",
  "notes": null,
  "active": true,
  "customer": "MARVAL",
  "flow_type": "assembly",
  "description": "SPACER L163",
  "short_label": null,
  "raw_material_id": 57,
  "packaging_quantity": 1,
  "production_flow_id": 2,
  "assembly_throughput": null,
  "throughput_per_shift": 60,
  "external_treatment_status": "none",
  "inventory_source_warehouse": null,
  "inventory_destination_warehouse": null
}