Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/ocds_negotiation_extension
https://github.com/openprocurement/ocds_negotiation_extension
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/ocds_negotiation_extension
- Owner: openprocurement
- License: apache-2.0
- Created: 2019-01-23T12:37:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T12:39:24.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T11:35:21.234Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Negotiation
The extension shows info about cause of negotiations in tender.
## Overview
The fields introduced by this extension are:
- `tender/cause` - The cause of negotiations. See Article 35 of the Law of Ukraine "On Public Procurement".
Required for openprocurement.limited. It should be string value.
- `tender/causeDescription` - The reasoning behind usage of negotiations.
Required for openprocurement.limited. It should be string value.
# Example
The following extract illustrates these properties in use within the `tender` block.
```
{
"tender": {
"id": "d014500a9769491a81f3f1cecc1004f3",
"cause": "noCompetition",
"causeDescription": "Умова застосування переговорної процедури закупівлі відповідно до п.2 статті 35 Закону України \"Про публічні закупівлі\"\r\nВідсутність конкуренції (у тому числі з технічних причин) щодо розподілу та передачі електричної енергії (єдиний можливий постачальник – природній монополіст ПрАТ «Волиньобленерго») на відповідному ринку, внаслідок чого договір про закупівлю може бути укладено лише з одним постачальником, за відсутності при цьому альтернативи.\r\n\r\n- Копія ліцензії на передачу електроенергії місцевими електричними мережами та копія ліцензії на постачання за регульованим тарифом\r\n- копія Статуту ПрАТ «Волиньобленерго»\r\n- копія витягу з ЄДРПОУ\r\n- копія свідоцтва про державну реєстрацію юридичної особи.\r\n\r\n\r\n",
}
}
```