finally I got it work! I can create tables with tasks and articles within invoice-designs using Twig. Buuuut there are two problems. The first one is this thread about.
Ah, maybe you’re not so wrong at all, David. What I didn’t recognize as a maybe connected problem is that the item-notes are prompted with it’s special
-tags. So project-header, task-time-details or special font-settings via css-style-sheets within the notes themselves won’t be recognized.
No problem, I know about my deficits in English-speaking.
What I meant is: One is creating an invoice which includes the task-table as a TWIG-coded table. It grabs the variable {{ invoice.item-note }} which contains of this string: “Just a rendom task
Some more details about this task
”.
Instead of filling the table-line with this item AND formating the string by it’s involed
-stylesheet, within the --code those stylesheets within the string won’t be shown as a formated text but as the code itself.
Had to set cellspacing-, cellpadding, border-spacing-setting for the tables to 0 and border-collapse-css-option to collapse, so the gaps will disappear.
Just some bugfixes and a nice twig-design will be ready!