Песочница: TESSACORPORATION

Intent ID: 17

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (90736531.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "145-99817690",
  "items": [
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 25.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CANDLELIGHT",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.7,
      "box_marking": "HB XL 1",
      "total_price": 70.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "CORAL REEF",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 12.5
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 50.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "LOLA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.6,
      "box_marking": "HB XL 1",
      "total_price": 15.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MAGIC TIMES",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESSA-3",
      "unit_price": 0.6,
      "box_marking": "QB 3",
      "total_price": 60.0
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 200,
      "box_number": "1",
      "plantation": "TESSA-E1",
      "unit_price": 0.7,
      "box_marking": "HB XL 2",
      "total_price": 140.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-E1",
      "unit_price": 0.6,
      "box_marking": "HB XL 2",
      "total_price": 30.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FULL MONTY",
      "category": "Flowers",
      "quantity": 200,
      "box_number": "1",
      "plantation": "TESSA-E2",
      "unit_price": 0.5,
      "box_marking": "HB",
      "total_price": 100.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "MANDALA",
      "category": "Flowers",
      "quantity": 200,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 100.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "NINA",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 35.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALSTRO PINKALICE",
      "category": "Flowers",
      "quantity": 220,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.28,
      "box_marking": "HBALSTRO",
      "total_price": 61.6
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROSNOW TIME",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITECONCORDE",
      "category": "Flowers",
      "quantity": 30,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 9.6
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITEHIMALAYA",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 12.8
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITELUZON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITEMISTRAL",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITEWHISTLER",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROSNOW TIME",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 12.8
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITECONCORDE",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 6.4
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITEHIMALAYA",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 12.8
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITEMISTRAL",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITEWHISTLER",
      "category": "Flowers",
      "quantity": 30,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 9.6
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITEWINTERFELL",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "QBALSTRO",
      "total_price": 12.8
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO BICOLOURBOHEMIAN",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO BICOLOUR SWEETHEART",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROCREAM CHAMPAGNE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO GREEN LIMELIGHT",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO HOT PINK CASANOVA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO HOT PINK LUCIA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO LAVENDERANTARIS",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO LAVENDER GALAXY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO ORANGECINNAMON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO ORANGE PARTY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO ORANGE SAVANNA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PEACH CANYON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PINK ALICE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PINK STRATUS",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PURPLE AARON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PURPLE AMATISTA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO RED ROMANCE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITE HIMALAYA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITE MISTRAL",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "BICOLOR BOHEMIAN",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO BICOLOUR SWEETHEART",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO CREAM DIRTY DANCING",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO GREEN LIMELIGHT",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO HOT PINK CASANOVA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO HOT PINK LUCIA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO ORANGE PARTY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO ORANGE SAVANNA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PEACH CANYON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PINK ALICE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PURPLE AARON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PURPLE CLEO",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO PURPLE MARACANA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO RED ROMANCE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO RED TESTAROSSA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITE HIMALAYA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITE WHISTLER",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITE WINTERFELL",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 6.4
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO BICOLOR BOHEMIAN",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO BICOLOUR STRAWBERRY SNOW",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO BICOLOUR SWEETHEART",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROCREAMCHAMPAGNE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROCREAMDIRTYDANCING",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROGREENLIMELIGHT",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROHOTPINKCASANOVA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROHOTPINKINTENZEDARK PINK",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROHOTPINKLUCIA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROORANGECINNAMON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROORANGEORANGESA V ANNA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROP EACHCANYON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROPURPLEAARON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROPURPLEMARACANA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROREDROMANCE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROREDTESTAROSSA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITEHIMALAYA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROYELLOWBADALONA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROYELLOWCANARY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROYELLOWSUNNY LADY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSAPS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROBICOLOURBOHEMIAN",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROBICOLOURHOTPEPPER",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROBICOLOURANDALUSIA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROBICOLOURPIERROT",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROBICOLOURSTRAWBERRYSNOW",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROBICOLOURSWEETHEART",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROCREAMCHAMPAGNE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROCREAMDIDTYDANCING",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROHOTPINKCASANOVA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROHOTPINKINTENZEDARK PINK",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROHOTPINKLUCIA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROORANGECINNAMON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROORANGEGYPSY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROPURPLECLEO",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROPURPLEMARACANA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROREDRED QUEEN",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROREDTESTAROSSA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITEHIMALAYA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROWHITEWINTER FELL",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTROYELLOWSUNNY LADY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESS APS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROBICOLOUR BALI",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROBICOLOURSWEETHEART",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROCREAMCHAMPAGNE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROCREAMDIDTYDANCING",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROGREENLIMELIGHT",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROHOTPINKCASANOVA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROHOTPINKLUCIA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROLAVENDERANTARIS",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROLAVENDERFLORENTINA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTROORANGEPARTY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO ORANGE SAVANNA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO PEACH CANYON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO PINK ELEGANCE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO PURPLE AARON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO PURPLE LA BONITA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO PURPLE POMPEII",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO RED TESTAROSSA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO WHITE MISTRAL",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO YELLOW SUNNY LADY",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "80",
      "variety": "ALSTRO YELLOW VOYAGER",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.36,
      "box_marking": "HBALSTRO",
      "total_price": 3.6
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO RED",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 32.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 12.8
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO WHITE WHISTLER",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 3.2
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "ALSTRO",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.32,
      "box_marking": "HBALSTRO",
      "total_price": 16.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "WHITE",
      "category": "Flowers",
      "quantity": 200,
      "box_number": "1",
      "plantation": "TESSA-PS2",
      "unit_price": 0.4,
      "box_marking": "HBALSTRO",
      "total_price": 80.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "NINA",
      "category": "Flowers",
      "quantity": 200,
      "box_number": "1",
      "plantation": "TESSA-R2",
      "unit_price": 0.4,
      "box_marking": "HB",
      "total_price": 80.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "CANDLELIGHT",
      "category": "Flowers",
      "quantity": 200,
      "box_number": "1",
      "plantation": "TESSA-S",
      "unit_price": 0.8,
      "box_marking": "HB XXL1",
      "total_price": 160.0
    }
  ],
  "country": "Kyrgyz Republic(Kyrgyzstan)",
  "summary": {
    "total_boxes": 10,
    "total_stems": 3270,
    "total_amount": 1427.1
  },
  "supplier": "TOO QAZAQ IMEX/SOCIEDAD DERESPONSABILIDAD LIMITADA",
  "invoice_date": "",
  "invoice_number": "",
  "processing_report": {
    "notes": "Invoice type: А (составные коробки). 10 unique physical boxes were identified. No multi-box unrolling was applied. Several detail rows had empty variety descriptions, which were recorded as empty strings.",
    "status": "warning",
    "sum_boxes": 10,
    "sum_stems": 3270,
    "sum_amount": 1427.1,
    "items_count": 87,
    "discrepancies": [
      "Item (row 20) has quantity/price but no variety. Empty variety for box 1.",
      "Calculated total_boxes (10) does not match expected total_boxes from 'TOTALS' row (16)."
    ],
    "expected_boxes": 16,
    "expected_stems": 3270,
    "expected_amount": 1427.1
  }
}
Результат (Pass 2)

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