Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Procedure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 131
    • Issues 131
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 25
    • Merge requests 25
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • prozorro-sale
  • Procedure
  • Issues
  • #1078

Closed
Open
Created Apr 11, 2021 by Vlad Murenko@vlad.murenkoReporter

RCE/RCD items isn't passed to awards

Summary: described in title

STR:

  1. Go to /api/procedures endpoint
  2. Create procedure with next body:
{
    "sellingMethod": "railwayCargo-english-fast",
    "auctionPeriod": {
        "startDate": "2021-04-11T21:35:33.518085+00:00"
    },
    "title": {
        "uk_UA": "Аукціон продажу послуг з використання вагонів",
        "en_US": "RailwayCargoEnglish"
    },
    "description": {
        "uk_UA": "Аукціон продажу послуг з використання вагонів",
        "en_US": "RailwayCargoEnglish"
    },
    "accessDetails": {
        "uk_UA": "Порядок та можливий час ознайомлення з лотом",
        "en_US": "Auction access details"
    },
    "sellingEntity": {
        "identifier": {
            "id": "12345678",
            "scheme": "UA-EDR",
            "legalName": {
                "uk_UA": "ЕДРПОУ",
                "en_US": "EDRPOU"
            }
        },
        "address": {
            "streetAddress": {
                "uk_UA": "Хрещатик, 45a",
                "en_US": "Khreschatyk, 45a"
            },
            "locality": {
                "uk_UA": "Київ",
                "en_US": "Kyiv"
            },
            "region": {
                "uk_UA": "Київ",
                "en_US": "Kyiv"
            },
            "postalCode": "01002",
            "countryName": {
                "uk_UA": "Україна",
                "en_US": "Ukraine"
            }
        },
        "representativeInfo": "Довіреність № 123 від 22.02.2012, дійсна до 30.03.2012/Наказ № 142 від 14.12.2019/Статут ТОВ Кульбаба від 24.07.2002",
        "contactPoint": {
            "name": {
                "uk_UA": "Україна",
                "en_US": "Ukraine"
            },
            "telephone": "+380123456789",
            "faxNumber": "+380123456789",
            "email": "admin@example.com"
        }
    },
    "previousAuctionId": "UA-PS-1122-33-44-000000-0",
    "lotId": "UA-PS-19991212-00000",
    "value": {
        "currency": "UAH",
        "amount": 1000
    },
    "tenderAttempts": 2,
    "items": [
        {
            "description": {
                "uk_UA": "Україна",
                "en_US": "Ukraine"
            },
            "classification": {
                "scheme": "CAV",
                "id": "34621100-7"
            },
            "additionalClassifications": [
                {
                    "scheme": "CPVS",
                    "id": "MA08-5"
                }
            ],
            "requestLifeTime": {
                "dateFrom": "2020-07-30T16:28:01.041+0000",
                "dateTill": "2020-07-30T16:28:01.041+0000"
            },
            "unit": {
                "code": "H87"
            },
            "quantity": 1,
            "wagonSpecies": "20",
            "loadingRestriction": "2",
            "address": {
                "streetAddress": {
                    "uk_UA": "Хрещатик, 43a",
                    "en_US": "Khreschatyk, 43a"
                },
                "locality": {
                    "uk_UA": "Київ",
                    "en_US": "Kyiv"
                },
                "region": {
                    "uk_UA": "Київ",
                    "en_US": "Kyiv"
                },
                "postalCode": "01001",
                "countryName": {
                    "uk_UA": "Україна",
                    "en_US": "Ukraine"
                }
            }
        },
        {
            "description": {
                "uk_UA": "Українqweqweа",
                "en_US": "Ukraine"
            },
            "classification": {
                "scheme": "CAV",
                "id": "34621100-7"
            },
            "additionalClassifications": [
                {
                    "scheme": "CPVS",
                    "id": "MA08-5"
                }
            ],
            "requestLifeTime": {
                "dateFrom": "2020-07-30T16:28:01.041+0000",
                "dateTill": "2020-07-30T16:28:01.041+0000"
            },
            "unit": {
                "code": "H87"
            },
            "quantity": 900,
            "wagonSpecies": "20",
            "loadingRestriction": "2",
            "address": {
                "streetAddress": {
                    "uk_UA": "Хрещатик, 43a",
                    "en_US": "Khreschatyk, 43a"
                },
                "locality": {
                    "uk_UA": "Київ",
                    "en_US": "Kyiv"
                },
                "region": {
                    "uk_UA": "Київ",
                    "en_US": "Kyiv"
                },
                "postalCode": "01001",
                "countryName": {
                    "uk_UA": "Україна",
                    "en_US": "Ukraine"
                }
            }
        }
    ],
    "discount": {
        "discount": false
    },
    "minimalStep": {
        "currency": "UAH",
        "amount": 10
    },
    "minNumberOfQualifiedBids": 2
}
  1. Make 2 bids, make them active
  2. Wait auction finishes
  3. Upload doc to award
  4. Change award status to 'active'

Procedure example: id - 60736aa42f2b17e0a68db9c1

Actual result: items not passed

Expected result: expected to be passed

Assignee
Assign to
Time tracking