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 #172
2 eventi mostrati · offset 0Ordinati dal più recente
QuandoAzioneTabellaRecordContestoSintesi modifiche
18/06/26, 13:53:26Inserimentoplan_assignments4724app interna · app · magic_plan_confirm · magic_plan:2026-06-15:2026-06-19
id: ∅ → 4724; date: ∅ → 2026-06-15; notes: ∅ → Auto-generato (Ordine #361); shift: ∅ → T2; +14 altri campi
Dettagli before/after
Diff
{
  "id": {
    "new": 4724,
    "old": null
  },
  "date": {
    "new": "2026-06-15",
    "old": null
  },
  "notes": {
    "new": "Auto-generato (Ordine #361)",
    "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
  },
  "planned_minutes": {
    "new": 100,
    "old": null
  },
  "product_code_id": {
    "new": 116,
    "old": null
  },
  "capacity_minutes": {
    "new": 450,
    "old": null
  },
  "planned_quantity": {
    "new": 172,
    "old": null
  },
  "order_allocations": {
    "new": [
      {
        "code": "SCA2001801",
        "orderId": 361,
        "quantity": 172,
        "deliveryDate": "2026-06-25",
        "productCodeId": 116,
        "productionDeadline": "2026-06-23"
      }
    ],
    "old": null
  },
  "produced_quantity": {
    "new": null,
    "old": null
  },
  "residual_capacity_minutes": {
    "new": 350,
    "old": null
  },
  "setup_from_product_code_id": {
    "new": null,
    "old": null
  }
}
Prima
null
Dopo
{
  "id": 4724,
  "date": "2026-06-15",
  "notes": "Auto-generato (Ordine #361)",
  "shift": "T2",
  "status": "planned",
  "machine_id": null,
  "operator_id": 37,
  "scrap_by_type": null,
  "setup_minutes": null,
  "assignment_type": "assembly",
  "planned_minutes": 100,
  "product_code_id": 116,
  "capacity_minutes": 450,
  "planned_quantity": 172,
  "order_allocations": [
    {
      "code": "SCA2001801",
      "orderId": 361,
      "quantity": 172,
      "deliveryDate": "2026-06-25",
      "productCodeId": 116,
      "productionDeadline": "2026-06-23"
    }
  ],
  "produced_quantity": null,
  "residual_capacity_minutes": 350,
  "setup_from_product_code_id": null
}
27/05/26, 12:44:59Modificaproduct_codes172
throughput_per_shift: 95 → 713
Dettagli before/after
Diff
{
  "throughput_per_shift": {
    "new": 713,
    "old": 95
  }
}
Prima
{
  "id": 172,
  "code": "00408547",
  "notes": null,
  "active": true,
  "customer": "DYNACAST",
  "flow_type": "direct",
  "description": "CORPO 8547",
  "short_label": null,
  "raw_material_id": 64,
  "packaging_quantity": 1,
  "production_flow_id": 1,
  "assembly_throughput": null,
  "throughput_per_shift": 95,
  "external_treatment_status": "none",
  "inventory_source_warehouse": null,
  "inventory_destination_warehouse": null
}
Dopo
{
  "id": 172,
  "code": "00408547",
  "notes": null,
  "active": true,
  "customer": "DYNACAST",
  "flow_type": "direct",
  "description": "CORPO 8547",
  "short_label": null,
  "raw_material_id": 64,
  "packaging_quantity": 1,
  "production_flow_id": 1,
  "assembly_throughput": null,
  "throughput_per_shift": 713,
  "external_treatment_status": "none",
  "inventory_source_warehouse": null,
  "inventory_destination_warehouse": null
}