Песочница: JOSARFLOR

Intent ID: 14

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (5278009.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "145-9981 7594",
  "items": [
    {
      "boxes": 1,
      "length": "60",
      "variety": "Hermosa",
      "category": "Roses",
      "quantity": 150,
      "box_number": "3206893",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 60.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Nina",
      "category": "Roses",
      "quantity": 200,
      "box_number": "3206893",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 80.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Alba",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3206904",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3206904",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 175,
      "box_number": "3206904",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 52.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Phoenix",
      "category": "Roses",
      "quantity": 100,
      "box_number": "3206904",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 40.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3206904",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 11.25
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 350,
      "box_number": "3206909",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 105.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 450,
      "box_number": "3206912",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 135.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Alba",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207226",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Amsterdam",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207226",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.35,
      "box_marking": "0.5",
      "total_price": 17.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Enchantment",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207226",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 11.25
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 150,
      "box_number": "3207226",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.55,
      "box_marking": "0.5",
      "total_price": 82.5
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Hermosa",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207226",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Explorer",
      "category": "Roses",
      "quantity": 350,
      "box_number": "3207227",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.55,
      "box_marking": "0.5",
      "total_price": 192.5
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Explorer",
      "category": "Roses",
      "quantity": 350,
      "box_number": "3207228",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.55,
      "box_marking": "0.5",
      "total_price": 192.5
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Champagnier",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Free Spirit",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Mondial",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Pink Floyd",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Shimmer",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Silantoi",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Vintage",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Wild Esperance",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.55,
      "box_marking": "0.5",
      "total_price": 27.5
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Yuyi Gardens",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207229",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Dragonfly",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Free Spirit",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Marzipan",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Polar Star",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Shimmer",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Star Platinum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Yuyi Gardens",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207235",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Dragonfly",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Free Spirit",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Marzipan",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Polar Star",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Shimmer",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Star Platinum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Yuyi Gardens",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207236",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Dragonfly",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Free Spirit",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Marzipan",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Polar Star",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Shimmer",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Star Platinum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Yuyi Gardens",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207237",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Bumblebee",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Dragonfly",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Free Spirit",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Polar Star",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Shimmer",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Star Platinum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Yuyi Gardens",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207239",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Be Sweet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Enchantment",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pandora",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pink Floyd",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sweetness",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207247",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Be Sweet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Enchantment",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pandora",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pink Floyd",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sweetness",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207248",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Be Sweet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Enchantment",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pandora",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pink Floyd",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sweetness",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207249",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Barista",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Be Sweet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Carnelian",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Enchantment",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moonstone",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pandora",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pink Floyd",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Playa Blanca",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Violet Hill",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3207260",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "Hot Explorer",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207297",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.5,
      "box_marking": "0.5",
      "total_price": 25.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Mondial",
      "category": "Roses",
      "quantity": 300,
      "box_number": "3207297",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 120.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 350,
      "box_number": "3207299",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.6,
      "box_marking": "0.5",
      "total_price": 210.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 250,
      "box_number": "3207420",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 75.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 150,
      "box_number": "3207420",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 60.0
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Candlelight",
      "category": "Roses",
      "quantity": 175,
      "box_number": "3207447",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.35,
      "box_marking": "0.5",
      "total_price": 61.25
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 75,
      "box_number": "3207447",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 30.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Frutteto",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207447",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.33,
      "box_marking": "0.5",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207447",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.33,
      "box_marking": "0.5",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Nina",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3207447",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.33,
      "box_marking": "0.5",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 300,
      "box_number": "3207450",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 120.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 225,
      "box_number": "3207451",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 56.25
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 175,
      "box_number": "3207451",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 52.5
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 175,
      "box_number": "3207452",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.2,
      "box_marking": "0.5",
      "total_price": 35.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 250,
      "box_number": "3207452",
      "plantation": "Ishigto Entrada a Moderna Alimentos",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 62.5
    }
  ],
  "country": "ECUADOR",
  "summary": {
    "total_boxes": 23,
    "total_stems": 9125,
    "total_amount": 3130.0
  },
  "supplier": "Ishigto Entrada a Moderna Alimentos",
  "invoice_date": "27-02-2026",
  "invoice_number": "5278009",
  "processing_report": {
    "notes": "Тип инвойса: Групповые коробки. Обнаружено 23 физических коробок. Notice: NOTE: A CREDIT WILL NOT BE ACCEPTED UNLESS WE HAVE A CLAIM WITHIN 24 HOURS AFTER THE SHIPMENT HAS ARRIVED TO THE PORT OF DESTINATION. IF AN INVOICE HAS NOT BEEN PAID WITHIN 30 DAYS THERE WILL BE A 35% SURCHARGE TO COVER A COSTS AND/OR COLLECTION FEEDS.",
    "status": "ok",
    "sum_boxes": 23,
    "sum_stems": 9125,
    "sum_amount": 3130.0,
    "items_count": 107,
    "discrepancies": [],
    "expected_boxes": 23,
    "expected_stems": 9125,
    "expected_amount": 3130.0
  }
}
Результат (Pass 2)
Report: ok
items=104, boxes=16/16, stems=7000/7000, amount=2021.25/2021.25
notes: Тип инвойса: Групповые коробки. Обнаружено 16 физических коробок. NOTE: A CREDIT WILL NOT BE ACCEPTED UNLESS WE HAVE A CLAIM WITHIN 24 HOURS AFTER THE SHIPMENT HAS ARRIVED TO THE PORT OF DESTINATION. IF AN INVOICE HAS NOT BEEN PAID WITHIN 30 DAYS THERE WILL BE A 35% SURCHARGE TO COVER A COSTS AND/OR COLLECTION FEEDS.
{
  "awb": "369-9832 3934",
  "items": [
    {
      "boxes": 1,
      "length": "70",
      "variety": "Hot Explorer",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171663",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.5,
      "box_marking": "0.5",
      "total_price": 25.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Mondial",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171663",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 250,
      "box_number": "3171663",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 75.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 450,
      "box_number": "3171664",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 112.5
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Hermosa",
      "category": "Roses",
      "quantity": 150,
      "box_number": "3171665",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 60.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Nina",
      "category": "Roses",
      "quantity": 200,
      "box_number": "3171665",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 80.0
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Candlelight",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.35,
      "box_marking": "0.5",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 75,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Frutteto",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.33,
      "box_marking": "0.5",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.33,
      "box_marking": "0.5",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Nina",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.33,
      "box_marking": "0.5",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 175,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.2,
      "box_marking": "0.5",
      "total_price": 35.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3171666",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.25,
      "box_marking": "0.5",
      "total_price": 6.25
    },
    {
      "boxes": 1,
      "length": "40",
      "variety": "Vendela",
      "category": "Roses",
      "quantity": 500,
      "box_number": "3171667",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.2,
      "box_marking": "0.5",
      "total_price": 100.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 450,
      "box_number": "3171668",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 135.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 450,
      "box_number": "3171669",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 135.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "Alba",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171670",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3171670",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 22.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Fortune",
      "category": "Roses",
      "quantity": 175,
      "box_number": "3171670",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.3,
      "box_marking": "0.5",
      "total_price": 52.5
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Phoenix",
      "category": "Roses",
      "quantity": 100,
      "box_number": "3171670",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.4,
      "box_marking": "0.5",
      "total_price": 40.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3171670",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.45,
      "box_marking": "0.5",
      "total_price": 11.25
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Altamira",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tiffany",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197610",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Altamira",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tiffany",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197611",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Altamira",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tiffany",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197612",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Altamira",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tiffany",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197613",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Quicksand",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tiffany",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197881",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Quicksand",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197882",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Quicksand",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197884",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Cotton X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Full Monty",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Kahala",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Momentum",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Moody Blues",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "New Face",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Pinky Promise",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Queen´s Crown",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Quicksand",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Secret Garden",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Sunset X- Pression",
      "category": "Roses",
      "quantity": 50,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "Tibet",
      "category": "Roses",
      "quantity": 25,
      "box_number": "3197885",
      "plantation": "TRADE HOUSE AZALIA",
      "unit_price": 0.28,
      "box_marking": "0.5",
      "total_price": 7.0
    }
  ],
  "country": "ECUADOR",
  "summary": {
    "total_boxes": 16,
    "total_stems": 7000,
    "total_amount": 2021.25
  },
  "supplier": "TRADE HOUSE AZALIA",
  "invoice_date": "11-02-2026",
  "invoice_number": "5276833",
  "processing_report": {
    "notes": "Тип инвойса: Групповые коробки. Обнаружено 16 физических коробок. NOTE: A CREDIT WILL NOT BE ACCEPTED UNLESS WE HAVE A CLAIM WITHIN 24 HOURS AFTER THE SHIPMENT HAS ARRIVED TO THE PORT OF DESTINATION. IF AN INVOICE HAS NOT BEEN PAID WITHIN 30 DAYS THERE WILL BE A 35% SURCHARGE TO COVER A COSTS AND/OR COLLECTION FEEDS.",
    "status": "ok",
    "sum_boxes": 16,
    "sum_stems": 7000,
    "sum_amount": 2021.25,
    "items_count": 104,
    "discrepancies": [],
    "expected_boxes": 16,
    "expected_stems": 7000,
    "expected_amount": 2021.25
  }
}
История (последние 20)
ID Файл Дата
51 5276833.pdf 2026-02-25 07:25:54.915874+00:00 Excel
50 5276833.pdf 2026-02-25 07:01:55.369636+00:00 Excel
49 5276833.pdf 2026-02-25 06:10:14.993552+00:00 Excel
48 5276833.pdf 2026-02-25 05:51:56.112759+00:00 Excel
47 5276833.pdf 2026-02-25 05:48:12.853972+00:00 Excel
46 5276833.pdf 2026-02-25 03:45:51.650866+00:00 Excel
45 5276833.pdf 2026-02-25 03:38:03.416966+00:00 Excel
44 5277359 (1) (1).pdf 2026-02-25 02:05:30.461947+00:00 Excel
35 5277359 (1).pdf 2026-02-24 05:31:53.777704+00:00 Excel
34 5277359 (1).pdf 2026-02-24 04:52:37.464367+00:00 Excel
33 5277359.pdf 2026-02-23 17:41:41.727732+00:00 Excel
32 5277359.pdf 2026-02-23 17:31:05.910752+00:00 Excel
30 5277359.pdf 2026-02-23 17:27:25.896150+00:00 Excel
11 5277346 (1).pdf 2026-02-23 12:15:15.205183+00:00 Excel