open-contracting / credere-backend

A tool that facilitates the participation of Micro, Small, and Medium businesses (MSMEs) in the Colombian public procurement market.
https://credere.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Include new borrower size type for non SMEs suppliers #298

Closed yolile closed 4 weeks ago

yolile commented 1 month ago

E.g.:

    BorrowerSize.MICRO: "0 to 10",
    BorrowerSize.SMALL: "11 to 50",
    BorrowerSize.MEDIUM: "51 to 200",
    BorrowerSize.BIG: "+200"

Remember to keep in sync with MSME_TYPES_NAMES in credere-frontend