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

PDF visualisation question (labels without data) #1032

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

PDF visualisation question (labels without data) #1032

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

Comments

@tompeeszter
Copy link

We have noticed the following issue.

In the TED xml we don't send the following fields but the labels appear on the TED pdf.
The fileds are:

  • BT-734-Lot (<cbc:Name languageID="HUN">...</cbc:Name>)
  • BT-543-Lot (<cbc:CalculationExpression languageID="HUN">...</cbc:CalculationExpression>)
  • BT-733-Lot (<cbc:Description languageID="HUN">...</cbc:Description>)
  • BT-728-Lot (<cbc:Description languageID="HUN">...</cbc:Description>)

Example:
XML AWARDING TERMS:

<cac:AwardingTerms>
        <cac:AwardingCriterion>
          <cac:SubordinateAwardingCriterion>
            <ext:UBLExtensions>
              <ext:UBLExtension>
                <ext:ExtensionContent>
                  <efext:EformsExtension>
                    <efac:AwardCriterionParameter>
                      <efbc:ParameterCode listName="number-weight">poi-exa</efbc:ParameterCode>
                      <efbc:ParameterNumeric>100</efbc:ParameterNumeric>
                    </efac:AwardCriterionParameter>
                  </efext:EformsExtension>
                </ext:ExtensionContent>
              </ext:UBLExtension>
            </ext:UBLExtensions>
            <cbc:AwardingCriterionTypeCode listName="award-criterion-type">quality</cbc:AwardingCriterionTypeCode>
            <cbc:Description languageID="HUN">Súly teszt</cbc:Description>
          </cac:SubordinateAwardingCriterion>
          <cac:SubordinateAwardingCriterion>
            <ext:UBLExtensions>
              <ext:UBLExtension>
                <ext:ExtensionContent>
                  <efext:EformsExtension>
                    <efac:AwardCriterionParameter>
                      <efbc:ParameterCode listName="number-fixed">fix-tot</efbc:ParameterCode>
                      <efbc:ParameterNumeric>100</efbc:ParameterNumeric>
                    </efac:AwardCriterionParameter>
                  </efext:EformsExtension>
                </ext:ExtensionContent>
              </ext:UBLExtension>
            </ext:UBLExtensions>
            <cbc:AwardingCriterionTypeCode listName="award-criterion-type">price</cbc:AwardingCriterionTypeCode>
            <cbc:Description languageID="HUN">Rögzített teszt</cbc:Description>
          </cac:SubordinateAwardingCriterion>
        </cac:AwardingCriterion>
      </cac:AwardingTerms>

PDF:

image

XML - PLACE OF PERFORMANCE:

      <cac:RealizedLocation>
        <cac:Address>
          <cbc:StreetName>123456</cbc:StreetName>
          <cbc:CityName>Valami</cbc:CityName>
          <cbc:PostalZone>3456</cbc:PostalZone>
          <cac:Country>
            <cbc:IdentificationCode listName="country">AGO</cbc:IdentificationCode>
          </cac:Country>
        </cac:Address>
      </cac:RealizedLocation>

PDF:
image

Could you please check whether is it OK or not?
We use SDK 1.11.1. We did't noticed it while using SDK 1.7.

Thanks in advance!

@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