Hi,
I’ve bumped into an issue with the export of my reconciliation Continuity Letter (WCO package from the Marketplace, so this can happen with any customer).
It seems that all detail texts of any style made by Silverfin, have this coding in them (I’ve edited only the relevant info):
{::group}
{{ account_or_text.rendered_template }}
{:/group}
These tags make sure details of a reconciliation are grouped.
The group-tags then work with the following code in any Silverfin-template:
{% nic %}
{:/group}
{::group}
{% endnic %}
where-ever you need them in a reconciliation (to group parts of a detail).
However, if you create a blank style (instead of copying from an existing style), then the style does not have any detail text (rather, it seems to fall back on some hard coding that does not have those group-tags).
So if we update our Continuity letter with those group-tags (which are needed to hold certain parts of the text together), it will only work if the detail text has those group-tags. But that’s not really an option as our customers look for just an export of the letter, without the title or kind of detail (see below marked in green).
It is a letter so most users just want the letter to be exported as it is.
My request is: if there is no detail text (so if the export falls back on some hard coded detail text), can those group-tags be added in the background?
This way, I don’t have to worry which style our customers will use, as I can just implement the group-tags like this in our letter:
{% nic %}
{:/group}
{::group}
{% endnic %}
which is why we prefer to let the customer create a blank style, that gets rid of eg. the title of the template being exported too (it’s the default text that adds those titles and “Fiscale toelichting”).
If not possible, that would mean Silverfin support needs to create styles for every customer who uses our package (as we cannot alter export styles or offer them in a Marketplace package ) And I think that cannot be the goal, right?
It makes sense to us, that all exports work with those group-tags (unless it is a style with some custom made detail text of course).
It’s either that, or it should be made possible to add a style into a Marketplace package (which also wouldn’t be a bad thing).
Can you please update us on this matter? Or do we need to contact our contact as this relates to the Marketplace?