-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
participationFees: Payment address and payee #144
participationFees: Payment address and payee #144
Comments
Can you link the CRM issue? I can't find the discussion. |
The recommendations were made in this Google Sheet linked from this CRM issue update. The publisher originally proposed two text fields:
It's probably easiest to get the context from looking at the source system, as the publisher is scraping the data from the front-end before converting it to OCDS format. Unfortunately the system doesn't have persistent URLs, so you need to:
The above fields appear in the 'Tender Fee Details' section. |
For the EU profile, similar information is disclosed as an organization, e.g. with the role 'processContactPoint' ("A contact point dedicated to this contracting process") or 'reviewContactPoint' ("The service from which information about the review procedure can be obtained"). In this case, there could be a 'paymentContactPoint'. |
The eProcurement System of the Government of Assam also publishes the fields Example: When the EMD is to be paid online on the portal, the tender displays no information for these fields: The mapping advice for these fields is the same as it was for Himachal Pradesh: mapping feedback document as reviewed in |
FYI you can type CRM-8230 and it will autolink :) |
The Himachal Pradesh Govt Tenders Information System includes the payment address and payee for participation fees.
Payment address examples:
Jawali
Nahan
Salooni
(Names of towns in Himachal Pradesh)
Payee examples:
EXECUTIVE ENGINEER HPPWD DIVISION JAWALI
EE Nahan
Executive Engineer Salooni Division HPPWD Salooni
Modelling
Helpdesk recommended adding a
paymentAddress
property (Address
object) and apayee
property (OrganizationReference
object) to theParticipationFee
object.The text was updated successfully, but these errors were encountered: