Skip to content
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

Question regarding to 'Information about European Union funds' #1037

Open
tompeeszter opened this issue Oct 7, 2024 · 2 comments
Open

Question regarding to 'Information about European Union funds' #1037

tompeeszter opened this issue Oct 7, 2024 · 2 comments
Assignees
Labels
view-templates Related to EFX view templates (/view-templates SDK folder).

Comments

@tompeeszter
Copy link

tompeeszter commented Oct 7, 2024

We noticed the following issue.

According to one contract we send 3 EU funds:

  • BT-722 Contract EU Funds Programme = 'AGR'
    BT-5011 Contract EU Funds Financing Identifier = 'BT-5011 Contract EU Funds Financing Identifier /1'
    BT-6110 Contract EU Funds Details = 'BT-6110 Contract EU Funds Details /1'

  • BT-722 Contract EU Funds Programme = 'AMIF'
    BT-5011 Contract EU Funds Financing Identifier = 'BT-5011 Contract EU Funds Financing Identifier /2'
    BT-6110 Contract EU Funds Details = 'BT-6110 Contract EU Funds Details /2'

  • BT-722 Contract EU Funds Programme = 'AGR'
    BT-5011 Contract EU Funds Financing Identifier = 'BT-5011 Contract EU Funds Financing Identifier /3'
    BT-6110 Contract EU Funds Details = 'BT-6110 Contract EU Funds Details /3'

In xml it looks like:

 <efac:SettledContract>
              <cbc:ID schemeName="contract">CON-0001</cbc:ID>
              <cbc:AwardDate>2024-09-19+02:00</cbc:AwardDate>
              <cbc:IssueDate>2024-09-25+02:00</cbc:IssueDate>
              <cbc:Title languageID="HUN">megnevezés (szerződés)</cbc:Title>
              <cbc:URI>https:///hu/szerzodesLista?eljarasAzon=EKR000078492024</cbc:URI>
              <efac:ContractReference>
                <cbc:ID>1</cbc:ID>
              </efac:ContractReference>
              <efac:LotTender>
                <cbc:ID schemeName="tender">TEN-1546</cbc:ID>
              </efac:LotTender>
              <efac:Funding>
                <efbc:FinancingIdentifier>BT-5011 Contract EU Funds Financing Identifier /1</efbc:FinancingIdentifier>
                <cbc:FundingProgramCode listName="eu-programme">AGR</cbc:FundingProgramCode>
                <cbc:Description languageID="HUN">BT-6110 Contract EU Funds Details /1</cbc:Description>
              </efac:Funding>
              <efac:Funding>
                <efbc:FinancingIdentifier>BT-5011 Contract EU Funds Financing Identifier /2</efbc:FinancingIdentifier>
                <cbc:FundingProgramCode listName="eu-programme">AMIF</cbc:FundingProgramCode>
                <cbc:Description languageID="HUN">BT-6110 Contract EU Funds Details /2</cbc:Description>
              </efac:Funding>
              <efac:Funding>
                <efbc:FinancingIdentifier>BT-5011 Contract EU Funds Financing Identifier /3</efbc:FinancingIdentifier>
                <cbc:FundingProgramCode listName="eu-programme">AGR</cbc:FundingProgramCode>
                <cbc:Description languageID="HUN">BT-6110 Contract EU Funds Details /3</cbc:Description>
              </efac:Funding>
</efac:SettledContract>

Although we send the EU fundings separately en xml they appear on the the pdf concated. Moreover if we send a program more than once with different financing identifier it appears on the pdf only once. As a result we can't decide which ones (BT-722, BT-5011, BT-6110) belong to each other. We use SDK 1.11.1 (it works the same in SDK 1.7.2).

image

Is this an intened visualisation or is it a fault?
Could you please investigate the issue?

Thanks in advance!

@pdonohoe pdonohoe self-assigned this Oct 7, 2024
@pdonohoe
Copy link
Contributor

pdonohoe commented Oct 7, 2024

Thank you for your question. Unfortunately, this is a fault in EFX1 that cannot be fixed. This fault will be corrected in EFX2, but we do not have a date for when EFX2 will be released.

@tompeeszter
Copy link
Author

Thanks a lot for the answer!

@YvesJo YvesJo added the view-templates Related to EFX view templates (/view-templates SDK folder). label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
view-templates Related to EFX view templates (/view-templates SDK folder).
Projects
None yet
Development

No branches or pull requests

3 participants