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 #169
2 eventi mostrati · offset 0Ordinati dal più recente
QuandoAzioneTabellaRecordContestoSintesi modifiche
18/06/26, 13:53:26Inserimentoplan_assignments4719app interna · app · magic_plan_confirm · magic_plan:2026-06-15:2026-06-19
id: ∅ → 4719; date: ∅ → 2026-06-16; notes: ∅ → Auto-generato (Ordine #359); shift: ∅ → T1; +14 altri campi
Dettagli before/after
Diff
{
  "id": {
    "new": 4719,
    "old": null
  },
  "date": {
    "new": "2026-06-16",
    "old": null
  },
  "notes": {
    "new": "Auto-generato (Ordine #359)",
    "old": null
  },
  "shift": {
    "new": "T1",
    "old": null
  },
  "status": {
    "new": "planned",
    "old": null
  },
  "machine_id": {
    "new": 25,
    "old": null
  },
  "operator_id": {
    "new": 33,
    "old": null
  },
  "scrap_by_type": {
    "new": null,
    "old": null
  },
  "setup_minutes": {
    "new": null,
    "old": null
  },
  "assignment_type": {
    "new": "production",
    "old": null
  },
  "planned_minutes": {
    "new": 281,
    "old": null
  },
  "product_code_id": {
    "new": 113,
    "old": null
  },
  "capacity_minutes": {
    "new": 450,
    "old": null
  },
  "planned_quantity": {
    "new": 211,
    "old": null
  },
  "order_allocations": {
    "new": [
      {
        "code": "MNA2002016",
        "orderId": 359,
        "quantity": 211,
        "deliveryDate": "2026-06-24",
        "productCodeId": 113,
        "productionDeadline": "2026-06-22"
      }
    ],
    "old": null
  },
  "produced_quantity": {
    "new": null,
    "old": null
  },
  "residual_capacity_minutes": {
    "new": 169,
    "old": null
  },
  "setup_from_product_code_id": {
    "new": null,
    "old": null
  }
}
Prima
null
Dopo
{
  "id": 4719,
  "date": "2026-06-16",
  "notes": "Auto-generato (Ordine #359)",
  "shift": "T1",
  "status": "planned",
  "machine_id": 25,
  "operator_id": 33,
  "scrap_by_type": null,
  "setup_minutes": null,
  "assignment_type": "production",
  "planned_minutes": 281,
  "product_code_id": 113,
  "capacity_minutes": 450,
  "planned_quantity": 211,
  "order_allocations": [
    {
      "code": "MNA2002016",
      "orderId": 359,
      "quantity": 211,
      "deliveryDate": "2026-06-24",
      "productCodeId": 113,
      "productionDeadline": "2026-06-22"
    }
  ],
  "produced_quantity": null,
  "residual_capacity_minutes": 169,
  "setup_from_product_code_id": null
}
27/05/26, 12:44:59Modificaproduct_codes169
throughput_per_shift: 114 → 855
Dettagli before/after
Diff
{
  "throughput_per_shift": {
    "new": 855,
    "old": 114
  }
}
Prima
{
  "id": 169,
  "code": "00330114",
  "notes": null,
  "active": true,
  "customer": "DYNACAST",
  "flow_type": "direct",
  "description": "CORPO 0114",
  "short_label": null,
  "raw_material_id": 62,
  "packaging_quantity": 1,
  "production_flow_id": 1,
  "assembly_throughput": null,
  "throughput_per_shift": 114,
  "external_treatment_status": "none",
  "inventory_source_warehouse": null,
  "inventory_destination_warehouse": null
}
Dopo
{
  "id": 169,
  "code": "00330114",
  "notes": null,
  "active": true,
  "customer": "DYNACAST",
  "flow_type": "direct",
  "description": "CORPO 0114",
  "short_label": null,
  "raw_material_id": 62,
  "packaging_quantity": 1,
  "production_flow_id": 1,
  "assembly_throughput": null,
  "throughput_per_shift": 855,
  "external_treatment_status": "none",
  "inventory_source_warehouse": null,
  "inventory_destination_warehouse": null
}