I have some code https://github.com/EvansMike/pycash/tree/master/goods_invoice that I was experimenting with to print invoices. It uses the python bindings through GnuCash so should work with any backend, at least for invoices. It doesn't work (as is) anymore as MtGox no longer exists and the QR code part is just for BitCoin, but that basics of how to get information out of GnuCash and use a template to produce out may be be of use. Only tested in Linux.
Mike E On Tue, 24 Apr 2018 04:56:47 +0000 Justin Phelps <jus...@onitato.com> wrote: > On Mon, Apr 23, 2018 at 9:15 PM Sébastien de Menten <sdemen...@gmail.com> > wrote: > > > With some python skills, you could use piecash ( > > http://piecash.readthedocs.io/en/master/) to build you own reports and > > export them in the best format for your needs. > > We are working to support gnucash 3.0, the current version support gnucash > > 2.6. > > > > On Mon, Apr 23, 2018, 23:26 Justin Phelps <jus...@onitato.com> wrote: > > > >> I'm hoping there's a command line method for generating reports from a > >> gnucash file. I want to script a series of daily, weekly, and monthly > >> reports that are automatically emailed to certain people. I can achieve > >> the > >> scheduling and emailing from my server, but having some way to get this > >> data out from gnucash without clicking through the interface would be > >> really useful. > >> > >> How would you approach this challenge? > >> > > _______________________________________________ > >> gnucash-user mailing list > >> gnucash-user@gnucash.org > >> To update your subscription preferences or to unsubscribe: > >> https://lists.gnucash.org/mailman/listinfo/gnucash-user > >> If you are using Nabble or Gmane, please see > >> https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > >> ----- > >> Please remember to CC this list on all your replies. > >> You can do this by using Reply-To-List or Reply-All. > >> > > > I certainly know more Python than Scheme at this point, so the piecash > tools seems promising. Does it support the XML style file, or just the SQL > based solutions? > _______________________________________________ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.