I would really appreciate any help on this.
I need to generate a text file (position) from within Dexterity. I read that there is a "savefile()" function, but you have to write a report and then run the report with the export option.
But I need to produce a text file, with three distinct areas: a header, then detail lines, then a trailer. For example:
HD20100315AARON015
LDINV0003400456.70
LDINV0003503456.86
LDINV0003600788.09
TR00003
There is a header section (HD) with a date and the customer number.
Then detail lines, show each invoice number with document total
And then a trailer line to show there are 3 detail lines.
How would I implement this using Dexterity?
Thank you in advance!
*This post is locked for comments