Hi Yves
Perhaps you remember my earlier post about the
structured communication
that needs to be printed on every invoice. You already answered that this is possible:
Hmm you can add this number by creating a new booking placeholders (e.g. MAT_BOOKING_STRUCTURED_COM) using plugins or modifying the code, that isn't very complicated, should be minutes for any programer.
To answer your question... I was trying to achieve a
quick implementation for testing this structured communication, before doing the actual implementation with a new booking placeholder.
You said that this implementation can be easily done by either changing the code, or
creating a plugin.
(1) I guess if it comes to future
Matukio updates and maintainability, it's better to use a plugin instead of messing around in the code?
(2) Is this a
Matukio plugin, or a Joomla plugin?
(3) Can you provide (a link to) some
guidelines or further info for doing the implementation please?
(4) If you want, I can post the
php snippet for the creation of the structured communication. Like you already said, it's a rather small amount of code... Just a couple of lines.
Best regards
Imre
Ps:
- For those interested, I tried using
Sourcerer
that enables you to write PHP code directly through (one of) the Joomla editor(s). Works perfectly in Joomla articles, but not in Matukio.
- On the other hand, it seems that other extensions like
Articles Anywhere
and
Tabs
can be used directly into Matukio. Might be interesting for those looking for a nice way to structure longer content...