Hi,
I have built a reconciliation template with an overview over shareholders and their data. Everything works fine, but when I insert this template into a report, only blank pages are shown.
Any ideas why this is the case?
Thanks!
Hi,
I have built a reconciliation template with an overview over shareholders and their data. Everything works fine, but when I insert this template into a report, only blank pages are shown.
Any ideas why this is the case?
Thanks!
By the way, the aim here is to export this template to a PDF
Forgot to fill in the virtual account number perhaps? @Bart_Verhaeghe
Thatâs the only thing I can think ofâŚ
Hi Sven,
OK Thanks! Iâll give it a try.
Does the number have to conform to certain standards? Or is â100â good enough?
If you set â100â then it means itâll be exported as an asset-account.
If you want it as a reconciliation, better put a range that starts with â8â @Bart_Verhaeghe
Hi Sven,
We tried this with the virtual account number 800000 and it didnât work.
Is this because of the number or are there other possible explanations?
Thanks!
Hey @Bart_Verhaeghe,
Then it can only be related to the detail text of the bundle (style). Is there something like this present?
{% for account_or_text in export.selected_accounts_and_reconciliation_texts.8 %}
{% if account_or_text.is_account %}
{% if forloop.first %}
{% if new_page %}{% newpage account_or_text.preferred_orientation %}{% endif %}{% assign new_page = true %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
# <font size="16">{% t "Fiscale toelichting" %}</font>
{% else %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
{% endif %}
|------------|------15%------:+{{export.highlight_alt_bg_color}}
| <font color="{{export.highlight_alt_text_color}}"><font color="{{export.highlight_alt_text_color}}">{{ account_or_text.number }} {{ account_or_text.name }}</font></font> | <font color="{{export.highlight_alt_text_color}}">{{ account_or_text.value | currency }}</font>
{{ account_or_text.rendered_template }}
<br>
{:/group}
{% else %}
{% if forloop.first %}
{% if new_page %}{% newpage account_or_text.preferred_orientation %}{% endif %}{% assign new_page = true %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
# <font size="16">{% t "Fiscale toelichting" %}</font>
{% else %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
{% endif %}
|--------+{{export.highlight_alt_bg_color}}
|<font color="{{export.highlight_alt_text_color}}">{{ account_or_text.name }}</font>
{{ account_or_text.rendered_template }}
<br>
{:/group}
{% endif %}
{% endfor %}
you can find this in the Advanced Settings of a style (section âdetail textâ). As you can see in the code, itâll take all templates marked with the number 8
.
Could you check that perhaps?
Hi Sven,
When I go to âStylesâ, I canât find the âAdvanced settingsâ. Is there a screenshot available (or a small film) on how I can find this code?
Thanks!
Here you go @Bart_Verhaeghe:
you should be able to see that, but you need to click on a style first.
OK Thank you Sven ⌠And where can I find the detail text and the code (could you again send me a screenshot please)?
Scroll down in that page. See an example:
Sven, I looked at this and I donât think thereâs anything selected here for reconciliation templates. Could this be correct?
You need the part of âdetail textâ @Bart_Verhaeghe but it seems that weâve restricted that from regular user.
If you clicked on a style, you can change the word âeditâ in the URL to âadvancedâ and you should be able to see it. Can you try again?
Sorry for the back-and-forth
Sven,
This doesnât work. The URL is âhttps://live.getsilverfin.com/f/226/export_configurations/597/edit_template_hashâ and when I change âeditâ to âadvancedâ, I get an error âpage not foundâ.
Can you change that last part completely to âAdvancedâ?
OK, now I get the code examples:
Under detail text, Iâve got the following code (which, I think, is exactly the same as the code you mentioned before).
{% for account_or_text in export.selected_accounts_and_reconciliation_texts.8 %}
{% if account_or_text.is_account %}
{% if forloop.first %}
{% if new_page %}{% newpage account_or_text.preferred_orientation %}{% endif %}{% assign new_page = true %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
# <font size="16">Fiscale toelichting</font>
{% else %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
{% endif %}
|------------|------15%------:+{{export.highlight_alt_bg_color}}
| <font color="{{export.highlight_alt_text_color}}"><font color="{{export.highlight_alt_text_color}}">{{ account_or_text.number }} {{ account_or_text.name }}</font></font> | <font color="{{export.highlight_alt_text_color}}">{{ account_or_text.value | currency }}</font>
{{ account_or_text.rendered_template }}
<br>
{:/group}
{% else %}
{% if forloop.first %}
{% if new_page %}{% newpage account_or_text.preferred_orientation %}{% endif %}{% assign new_page = true %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
# <font size="16">Fiscale toelichting</font>
{% else %}
{% changeorientation account_or_text.preferred_orientation %}
{::group}
{% endif %}
|--------+{{export.highlight_alt_bg_color}}
|<font color="{{export.highlight_alt_text_color}}">{{ account_or_text.name }}</font>
{{ account_or_text.rendered_template }}
<br>
{:/group}
{% endif %}
{% endfor %}
You can start a chat to our Silverfin helpdesk support so we can get a link to the company where this presents itself.
That way we can investigate with an example.
So sorry for the delay in our support.
Should be fixed now by adding a virtual account number
as explained here: