> On May 9, 2025, at 11:15 AM, Mihai DEMIAN <mihai.dem...@easyea.ro> wrote:
> 
> Hello,
> continuing an old topic, I parsed the Romanian e-Invoice example through 
> Guile using a very simple script file.
> Both the script and the output file are attached.
> So, what do I with it?
> Any suggestions, guidance?
> Thank you.

If the goal is to get GnuCash to create e-invoices I think you’ve wasted your 
time. You need to create report generating code analogous to the html*.scm 
files in https://github.com/Gnucash/gnucash/tree/stable/gnucash/report/ then 
adapt the invoice report to use your new code to generate the e-invoice.

To use it with GnuCash you need to figure out an installed location and then 
modify your GNC_CONFIG_HOME/config_user.scm to load your new report. See 
https://wiki.gnucash.org/wiki/Custom_Reports#Load_the_report_from_a_user_account
 for how to do that; you may find the rest of that page helpful to explain the 
process for creating a custom report.

Regards,
John Ralls

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to