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

LotResult EED fileds are missing in the generated pdf #1086

Open
tompeeszter opened this issue Dec 9, 2024 · 1 comment
Open

LotResult EED fileds are missing in the generated pdf #1086

tompeeszter opened this issue Dec 9, 2024 · 1 comment
Assignees
Labels
efx-toolkit Related to the EFX Toolkit Java library view-templates Related to EFX view templates (/view-templates SDK folder). visualisation Related to notice visualisation.

Comments

@tompeeszter
Copy link

We are implementing the new EED fileds according to SDK 1.13.0.

Despite the fact that all EED (both LOT and LotResult) fields are filled in according to the existing rules, the data associated with the fields do not appear in the generated pdf.

              <efac:StrategicProcurement>
                <efac:StrategicProcurementInformation>
                  <efac:ProcurementDetails>
                    <efbc:AssetCategoryCode listName="energy-efficiency-item">el-mo-vsd</efbc:AssetCategoryCode>
                    <efbc:LegalFrameworkCode listName="energy-efficiency-basis">eed-spec</efbc:LegalFrameworkCode>
                    <efac:AssetMetric>
                      <efbc:AssetMetricCode listName="metric-type">nrg-sav-yr</efbc:AssetMetricCode>
                      <efbc:AssetMetricNumeric>12111</efbc:AssetMetricNumeric>
                    </efac:AssetMetric>
                    <efac:AssetMetric>
                      <efbc:AssetMetricCode listName="metric-type">nrg-con-yr</efbc:AssetMetricCode>
                      <efbc:AssetMetricNumeric>121</efbc:AssetMetricNumeric>
                    </efac:AssetMetric>
                    <efac:StrategicProcurementStatistics>
                      <efbc:StatisticsNumeric>8</efbc:StatisticsNumeric>
                    </efac:StrategicProcurementStatistics>
                  </efac:ProcurementDetails>
                </efac:StrategicProcurementInformation>

We have noticed the issue in notice subtype 29.
According to29.efx, the data sould appear in section 6.1.4.

I send you an xml example.

Could you please invetigate the issue?

Thanks in advance!
notice.pdf
ted.txt

@pdonohoe pdonohoe self-assigned this Dec 9, 2024
@YvesJo YvesJo added view-templates Related to EFX view templates (/view-templates SDK folder). visualisation Related to notice visualisation. labels Dec 9, 2024
@pdonohoe
Copy link
Contributor

Thanks for pointing out this issue. There is a bug in the EFX code which causes this, but to fix it requires a change to the EFX toolkit. This is unlikely to be changed until January.

@pdonohoe pdonohoe added the efx-toolkit Related to the EFX Toolkit Java library label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
efx-toolkit Related to the EFX Toolkit Java library view-templates Related to EFX view templates (/view-templates SDK folder). visualisation Related to notice visualisation.
Projects
None yet
Development

No branches or pull requests

3 participants