Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.83 KB

File metadata and controls

59 lines (46 loc) · 1.83 KB

Milestone Documents

Do not use this extension. Use existing fields, instead: tender.documents, awards.documents, contracts.documents or contracts.implementation.documents. You can indicate the milestone to which a document relates through the document's title, description and documentType.

Example

During the implementation of a contract, the buyer sets milestones that the supplier needs to meet. Each of these milestones can have an associated document that offers more details about the met milestone: for example, a consultancy report:

{
  "contracts": [
    {
      "id": "CO-40002-18-166811",
      "awardID": "354469-jorge-augusto-zarate-leiva-1",
      "implementation": {
        "milestones": [
          {
            "id": "fcrMXKIb3/o=",
            "title": "Informe de Consultoria",
            "type": "reporting",
            "dueDate": "2020-02-13T00:00:00-04:00",
            "dateMet": "2020-02-14T00:00:00-04:00",
            "status": "met",
            "documents": [
              {
                "id": "QQ1cjJZ82Rk=",
                "url": "https://www.contrataciones.gov.py/documentos/download/contrato_detalle_entregable/vki7v5RKGrA%253D",
                "datePublished": "2020-02-17T13:38:25-04:00",
                "language": "es",
                "title": "informe_n__13_1581957505348.pdf",
                "format": "application/pdf"
              }
            ]
          }
        ]
      }
    }
  ]
}

Issues

Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.

Changelog

v1.1.5

  • Review normative and non-normative words

v1.1.4

  • Update extension.json for Extension Explorer

v1.1.3

  • Use Apache 2.0 License
  • Add tests and tidy code