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
  • #1079

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

SUE/SUD items isn't passed to awards/contracts

Summary: described in title

STR:

  1. Go to /api/procedures endpoint
  2. Create procedure with next body:
{
     "sellingMethod": "subsoil-english-fast",
    "auctionPeriod": {
        "startDate": "2021-04-11T21:50:00+00:00"
    },
    "title": {
        "uk_UA": "Аукціон з продажу надр",
        "en_US": "Nadra uaction"
    },
    "description": {
        "uk_UA": "Аукціон з продажу надр",
        "en_US": "Nadra uaction"
    },
    "accessDetails": {
        "uk_UA": "Порядок та можливий час ознайомлення з лотом",
        "en_US": "Auction access details"
    },
    "sellingEntity": {
        "identifier": {
            "id": "38960413",
            "scheme": "UA-EDR",
            "legalName": {
                "uk_UA": "ЕДРОУ",
                "en_US": "EDRPOU"
            }
        },
        "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"
            }
        },
        "contactPoint": {
            "name": {
                "uk_UA": "Адміністратор",
                "en_US": "Admin"
            },
            "telephone": "+380123456789",
            "faxNumber": "+380123456789",
            "email": "admin@example.com"
        }
    },
    "x_documentRequirements": {
        "uk_UA": "Вимоги до оформлення документів",
        "en_US": "Document requirements"
    },
    "value": {
        "currency": "UAH",
        "amount": 1000.3434
    },

    "discount": {
        "discount": false
    },
    "previousAuctionId": "UA-PS-1999-12-12-000000-0",
    "tenderAttempts": 2,
    "guarantee": {
        "currency": "UAH",
        "amount": 34343434.343
    },
    "items": [
        {
            "description": {
                "uk_UA": "Чорнозем",
                "en_US": "Black soil"
            },
            "classification": {
                "scheme": "CAV",
                "id": "09300000-2"
            },
            "additionalClassifications": [
                {
                    "scheme": "subsoilUsageType",
                    "id": "08"
                },
                {
                    "scheme": "subsoilUsageType",
                    "id": "09"
                },
                {
                    "scheme": "subsoilUsageType",
                    "id": "09"
                }
            ],
            "unit": {
                "code": "H87"
            },
            "quantity": 900,
            "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"
                }
            }
        }
    ],
    "leaseDuration": "P2Y11M",
    "registrationFee": {
        "currency": "UAH",
        "valueAddedTaxIncluded": false
    },
    "minimalStep": {
        "currency": "UAH",
        "amount": 10
    }
}
  1. Wait rectification
  2. Make 2 bids, make them active
  3. Wait auction finished
  4. Upload doc to award, make active
  5. Upload doc to contract
  6. Update contract with next body:
{
    "contractNumber": "Required field",
        "dateSigned": "2020-01-01T16:20:00.000000Z",
        "title": {"uk_UA":"asas"},
        "description": {"uk_UA":"sdsd"},
        "contractTime": { 
        "dateFrom":"2021-01-04T16:20:00.000000Z",
        "dateTill": "2021-01-04T16:20:00.000000Z"
},
"contractTotalValue": {
       "currency": "UAH",
    "amount": 3000
},
"datePaid": "2021-01-04T16:20:00.000000Z"
}
  1. Change contract status to 'active'

Procedure example: id - 60736e0a2f2b17e0a68db9cd

Actual result: not passed

Expected result: should be passed

Assignee
Assign to
Time tracking