Hi Kevin
Thanks for this extensive hero demo of a plugin.
I was able to achieve some things with it, and learn how to survive better, in general...
Still, Symfony is a long way to go.
I'm now trying to re-implement my old Indesign XML Exporter from V1.
But at this stage I think I need to ask directly, since I seem to hit a solid wall, and from the past hours of trial'n'error it seems wise:
I extended the plugin with an exporter, that I think will serve as a minimum to get Indesign XML out in the end. However I also tried the "Invoice" route, since it allows userland'ish restrictions.
- Is it true that all of the up-to-now implemented ways to do Invoice are (forced) template based?
- Is it true that everything based on
RendererInterface does require a template?
- Is
final class ServiceInvoice the place where templates-are-mandatory is hardcoded? Or where would be the place to build a hook on?
I'm not sure if there is a benefit in a template for this kind of playout, but maybe I'm wrong.
Best wishes
Manu
Hi Kevin
Thanks for this extensive hero demo of a plugin.
I was able to achieve some things with it, and learn how to survive better, in general...
Still, Symfony is a long way to go.
I'm now trying to re-implement my old Indesign XML Exporter from V1.
But at this stage I think I need to ask directly, since I seem to hit a solid wall, and from the past hours of trial'n'error it seems wise:
I extended the plugin with an exporter, that I think will serve as a minimum to get Indesign XML out in the end. However I also tried the "Invoice" route, since it allows userland'ish restrictions.
RendererInterfacedoes require a template?final class ServiceInvoicethe place where templates-are-mandatory is hardcoded? Or where would be the place to build a hook on?I'm not sure if there is a benefit in a template for this kind of playout, but maybe I'm wrong.
Best wishes
Manu