Add line separator per order on grouped invoice

Yet another little polish for that issue:
Now I get sales invoices nicely collected, thanks to sale invoice grouping module.

Could I configure my invoice template in a manner so it inserts a line above any single order saying “your order of date :” ? - Sure, can be done by hand - but hey, we’re lazy, aren’t we? (at least I am)

Cheers,
Wolf

I guess you will have to loop over the lines grouped by origin and insert a line per origin.
The groupby is not available in the standard report context so you will have to extend it.

Thank you for your thoughts.
Unluckily, I didnt yet make any progress in the fine art of programming, so I cannot do that on my own. ):