Песочница: QUALISA

Intent ID: 16

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (5568784.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "PC603008145",
  "items": [
    {
      "boxes": 1,
      "length": "50",
      "variety": "ALL 4 LOVE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO1",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CHRISTA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO2",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FANCY DREAMS",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO3",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FLIRTY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO4",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 150,
      "box_number": "OOO5",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 45.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO6",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.38,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FRUTTETO",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO7",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "KAHALA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO8",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.4,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "NINA",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "OOO9",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.45,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PALOMA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO10",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PROUD",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO11",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "V.I.PINK",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO12",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ALL 4 LOVE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO13",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "BARISTA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO14",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "BE SWEET",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO15",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO16",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.5,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 12.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CHRISTA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO17",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CREAM SHIMMER",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO18",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ESPERANCE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO19",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FANCY DREAMS",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO20",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FELICITY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO21",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FRUTTETO",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO22",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PALOMA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO23",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PROUD",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO24",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SECRET GARDEN",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO25",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SWEET UNIQUE",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "OOO26",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "V.I.PINK",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO27",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "VENDELA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO28",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "BE SWEET",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO29",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO30",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CREAM SHIMMER",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO31",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FAITH",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO32",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FANCY DREAMS",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO33",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FELICITY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO34",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FRUTTETO",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO35",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FULL MONTY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO36",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "GERALDINE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO37",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MAGIC TIMES",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO38",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MOODY BLUES",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO39",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MOONSTONE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO40",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "NAUTICA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO41",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PALOMA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO42",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PROUD",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO43",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "RED PARIS",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO44",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "TABATHA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO45",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "VENDELA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "OOO46",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 400,
      "box_number": "OOO47",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 120.0
    }
  ],
  "country": "Kyrgyzstan",
  "summary": {
    "total_boxes": 4.0,
    "total_stems": 1750.0,
    "total_amount": 541.0
  },
  "supplier": "OOO TRADE HOUSE AZALIA",
  "invoice_date": "03/11/2026",
  "invoice_number": "5568784",
  "processing_report": {
    "notes": "Гибридный инвойс. Обнаружены MIXED BOX группы и individual box.",
    "status": "ok",
    "sum_boxes": 47,
    "sum_stems": 1750,
    "sum_amount": 541.0,
    "items_count": 47,
    "discrepancies": [
      "Расхождение в общем количестве коробок: подсчитано 47, ожидалось 4."
    ],
    "expected_boxes": 4.0,
    "expected_stems": 1750.0,
    "expected_amount": 541.0
  }
}
Результат (Pass 2)
Report: ok
items=41, boxes=4/4, stems=1700.0/1700, amount=534.0/534.0
notes: Тип инвойса: Гибридный. 4 физических коробок обнаружено. Проблем при извлечении не обнаружено.
{
  "awb": "PC602020704",
  "items": [
    {
      "boxes": 1,
      "length": "50",
      "variety": "BARISTA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CANCUN",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.5,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 12.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "COUNTRY HOME",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MOODY BLUES",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "NAUTICA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ORANGE ENIGMA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SHIMMER",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SNOW BLISS",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SWEET UNIQUE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SWEET UNIQUE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "TABATHA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "V.I.PINK",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "VENDELA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344938",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CANCUN",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CHRISTA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "COUNTRY HOME",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FREE SPIRIT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "HIGH & MAGIC",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "HOTSPOT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MOONSTONE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "NOVIA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PHOENIX",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PINK X-PRESSION",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PRINCESS CROWN",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "QUEEN'S CROWN",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "RED PARIS",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ROSITA VENDELA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "VENDELA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344596",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 3 (120*45*35)",
      "total_price": 7.5
    },
    {
      "boxes": 16,
      "length": "50",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 400,
      "box_number": "5195711",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 120.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 15.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 125,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.38,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 47.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "KAHALA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.4,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MOODY BLUES",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "NINA",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.45,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "QUEEN BERRY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "QUEEN'S CROWN",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SHIMMER",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SWEET BEAT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SWEET UNIQUE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "VENDELA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "5344996",
      "plantation": "OOO TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "HB 2 (120*35*35)",
      "total_price": 7.5
    }
  ],
  "country": "Kyrgyzstan",
  "summary": {
    "total_boxes": 4,
    "total_stems": 1700,
    "total_amount": 534.0
  },
  "supplier": "OOO TRADE HOUSE AZALIA",
  "invoice_date": "02/18/2026",
  "invoice_number": "5566249",
  "processing_report": {
    "notes": "Тип инвойса: Гибридный. 4 физических коробок обнаружено. Проблем при извлечении не обнаружено.",
    "status": "ok",
    "sum_boxes": 4,
    "sum_stems": 1700.0,
    "sum_amount": 534.0,
    "items_count": 41,
    "discrepancies": [],
    "expected_boxes": 4,
    "expected_stems": 1700,
    "expected_amount": 534.0
  }
}
История (последние 20)
ID Файл Дата
42 5566249 (1).pdf 2026-02-24 11:22:19.780563+00:00 Excel
39 5566249.pdf 2026-02-24 05:37:57.569509+00:00 Excel
31 5566249.pdf 2026-02-23 17:28:03.256296+00:00 Excel
10 5565281 (1).pdf 2026-02-23 08:52:36.315765+00:00 Excel
9 5565281 (1).pdf 2026-02-23 08:25:16.492811+00:00 Excel
8 5565281 (1).pdf 2026-02-23 08:13:32.849690+00:00 Excel
7 5565281.pdf 2026-02-23 06:53:13.646963+00:00 Excel
6 5565281.pdf 2026-02-23 06:53:10.991855+00:00 Excel
5 5565281.pdf 2026-02-23 06:52:19.638963+00:00 Excel
4 5565281.pdf 2026-02-23 03:55:40.038146+00:00 Excel
3 5565281.pdf 2026-02-23 03:50:41.557780+00:00 Excel
2 5565281.pdf 2026-02-23 03:46:13.735552+00:00 Excel
1 5565281.pdf 2026-02-23 03:35:43.822763+00:00 Excel