-
Notifications
You must be signed in to change notification settings - Fork 12
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
Question on Invoice without Templates #1
Comments
Yes, all public invoice renderer are template based, but you don't have to use a template when creating the actual invoice. You can do whatever you want in your invoice renderer. The template is just the way to tell Kimai that it should use your renderer.
I don't think that I understand this question. |
I see thanks.
I saw that I cannot change the template behaviour without going into Kimai code (and didn't know I can trick it like you say), so I thought there is no way to build on the existing methods. I'll go on. Thanks |
Thanks for the note on the webhook. Extremely powerful indeed. |
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.
RendererInterface
does require a template?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
The text was updated successfully, but these errors were encountered: