Skip to content

Commit

Permalink
Add duration and other configs. Change lots value/minimalStep
Browse files Browse the repository at this point in the history
  • Loading branch information
smithumble committed Sep 4, 2024
1 parent ff0b11f commit 6a1cdbe
Show file tree
Hide file tree
Showing 23 changed files with 423 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": false,
"tenderComplainRegulation": 3,
"qualificationComplainDuration": 0,
"awardComplainDuration": 5,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 0
},
"data": {
"features": [
Expand Down Expand Up @@ -160,6 +168,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -233,10 +251,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThreshold",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -268,10 +282,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
30 changes: 20 additions & 10 deletions procedure_tools/data/aboveThreshold.lcc/2000_tender_create.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": false,
"tenderComplainRegulation": 3,
"qualificationComplainDuration": 0,
"awardComplainDuration": 5,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 0
},
"data": {
"awardCriteria": "lifeCycleCost",
Expand Down Expand Up @@ -115,6 +123,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -188,10 +206,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThreshold",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -223,10 +237,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
30 changes: 20 additions & 10 deletions procedure_tools/data/aboveThreshold/2000_tender_create.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": false,
"tenderComplainRegulation": 3,
"qualificationComplainDuration": 0,
"awardComplainDuration": 5,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 0
},
"data": {
"items": [
Expand Down Expand Up @@ -114,6 +122,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -187,10 +205,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThreshold",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -222,10 +236,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": true,
"tenderComplainRegulation": 4,
"qualificationComplainDuration": 5,
"awardComplainDuration": 10,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 20
},
"data": {
"features": [
Expand Down Expand Up @@ -193,6 +201,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -285,10 +303,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThresholdEU",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -324,10 +338,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
30 changes: 20 additions & 10 deletions procedure_tools/data/aboveThresholdEU.lcc/2000_tender_create.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": true,
"tenderComplainRegulation": 4,
"qualificationComplainDuration": 5,
"awardComplainDuration": 10,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 20
},
"data": {
"awardCriteria": "lifeCycleCost",
Expand Down Expand Up @@ -148,6 +156,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -240,10 +258,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThresholdEU",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -279,10 +293,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
30 changes: 20 additions & 10 deletions procedure_tools/data/aboveThresholdEU/2000_tender_create.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": true,
"tenderComplainRegulation": 4,
"qualificationComplainDuration": 5,
"awardComplainDuration": 10,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 20
},
"data": {
"items": [
Expand Down Expand Up @@ -147,6 +155,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -239,10 +257,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThresholdEU",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -278,10 +292,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
"hasTenderComplaints": true,
"hasAwardComplaints": true,
"hasCancellationComplaints": true,
"restricted": false
"restricted": false,
"hasValueEstimation": true,
"hasQualificationComplaints": false,
"tenderComplainRegulation": 4,
"qualificationComplainDuration": 0,
"awardComplainDuration": 10,
"cancellationComplainDuration": 10,
"clarificationUntilDuration": 3,
"qualificationDuration": 0
},
"data": {
"features": [
Expand Down Expand Up @@ -193,6 +201,16 @@
}
}
],
"value": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"minimalStep": {
"amount": 0,
"currency": "UAH",
"valueAddedTaxIncluded": true
},
"lots": [
{
"description": "Опис Лот №1",
Expand Down Expand Up @@ -285,10 +303,6 @@
"type": "financing"
}
],
"minimalStep": {
"amount": 10,
"currency": "UAH"
},
"procurementMethodType": "aboveThresholdUA",
"mode": "test",
"procuringEntity": {
Expand Down Expand Up @@ -320,10 +334,6 @@
"endDate": "{{ from_now_iso(days=30) }}"
},
"title": "Тестовий опис предмету закупівлі у заголовку тендеру (created with procedure_tools)",
"title_en": "Procurement item test description in procedure title (created with procedure_tools)",
"value": {
"amount": 500,
"currency": "UAH"
}
"title_en": "Procurement item test description in procedure title (created with procedure_tools)"
}
}
Loading

0 comments on commit 6a1cdbe

Please sign in to comment.