Песочница: TESSACORPORATION

Intent ID: 17

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (90727926.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "145-9981 7653",
  "items": [
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CABARET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FULL MONTY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGE CRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SHIMMER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CABARET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGE CRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK FLOYD",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "RED PANTHER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIFFANY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CABARET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MAGIC TIMES",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGE CRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK FLOYD",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- 1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CREAM X- PRESSION",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FLIRTY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FULL MONTY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "GREEN ROMANCE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "HOTSPOT",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "LOLA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "NENA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "OPALA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SWEET UNIQUE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E1",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA- E2",
      "unit_price": 0.5,
      "box_marking": "HB XL 2",
      "total_price": 25.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "LIMONADA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESSA- E2",
      "unit_price": 0.5,
      "box_marking": "HB XL 2",
      "total_price": 50.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "NINA",
      "category": "Flowers",
      "quantity": 125,
      "box_number": "1",
      "plantation": "TESSA- E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 50.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CHERRY BRANDY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ESPERANCE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "KAHALA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "NENA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK FLOYD",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PLAYA BLANCA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "POMAROSA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PROUD",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- F",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "BE SWEET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "BORN BEAUTY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CREAM X- PRESSION",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FULL MONTY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MANDALA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PHOENIX",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "POMAROSA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "QUEEN BERRY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "QUICKSAND",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SWEET CAKE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "V.I. PINK",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA- P",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    }
  ],
  "country": "Kyrgyz Republic (Kyrgyzstan)",
  "summary": {
    "total_boxes": 6,
    "total_stems": 2450,
    "total_amount": 975.0
  },
  "supplier": "TOO QAZAQ IMEX /SOCIEDAD DE RESPONSABILIDAD LIMITADA",
  "invoice_date": "",
  "invoice_number": "",
  "processing_report": {
    "notes": "Тип инвойса: составной. Обнаружено 6 физических коробок. Были проблемы с выравниванием колонок (смещение для описания сорта в некоторых строках). Раскрытие мультибокса не применялось, так как это вариант 1 (одна физическая коробка со смешанными сортами). Каждая строка-деталь = 1 item с boxes=1.",
    "status": "warning",
    "sum_boxes": 6,
    "sum_stems": 2450,
    "sum_amount": 975.0,
    "items_count": 66,
    "discrepancies": [
      "Total stems calculated (2450) does not match expected from rule (700).",
      "Total amount calculated (975.00) does not match expected from rule (320.00).",
      "Rows 78-88 had a column shift for variety and subsequent data (variety in col 5 instead of col 4)."
    ],
    "expected_stems": 700,
    "expected_amount": 320.0
  }
}
Результат (Pass 2)

  
История (последние 20)
ID Файл Дата