Skip to content

Example: Simultaneous supply / Cascade framework agreement #888

@yolile

Description

@yolile

In Paraguay, the lots have their own information, like:

  • If the lots allows simultaneous Supply of the items
  • the delivery address of the lot
  • the minimum value of the lot
  • if the lot is part of an open contract and what type of open contract (open amounts or open quantites )

So, it is proposed to add a "details" field, as the one that exist for parties, to add all these details about the lots in Paraguay.

                "lots": [
                    {
                        "id": "1",
                        "title": "Lote Total",
                        "status": "active",
                        "value": {
                            "currency": "PYG"
                        },
                        "details": {
                            "simultaneousSupply": False,
                            "isOpenContract": True,
                            "openContractType": "Por Monto"
                            "minValue": {
                                "currency": "PYG",
                                "amount": 500000
                            },
                            "deliveryAddress": {
                                "streetAddress": "Escriba un lugar de entrega"
                            }
                          }
                    }
                ]

Lot example: https://contrataciones.gov.py/licitaciones/convocatoria/359472-servicio-transmision-vivo-redes-sociales-eventos-organizados-rectorado-una-1.html#itemSolicitados

cc @duncandewhurst

Metadata

Metadata

Assignees

No one assigned

    Labels

    Focus - ExamplesRelating to examples in the guidance

    Type

    No type

    Projects

    Status

    Backlog: Examples

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions