Import invoices
I would like to be able to import invoices (created by my shopping cart) into Accounts Receivables. It doesn't have to be individual items just an invoice total and GST. The only other required info would be invoice number, customer number and date. Preferably as a .CSV or .XLS.
This feature has already been implemented in the unstable gnucash version and will appear in GnuCash 2.6. It is marked as an optional feature though, so its availability will depend on how your version of GnuCash is built.
-
Marcus Wolschon commented
404 The requested URL /docs/guide/python-import-invoices.html was not found on this server.
-
Admin[Deleted User] (Admin, GnuCash) commented
There already is an invoice import module. See
http://code.gnucash.org/docs/guide/python-import-invoices.html
It needs a little work to format your data to the correct format and you need to add the line
(gnc:module-load "gnucash/plugins/bi_import" 0)
to your config.user file in order for gnucash to load the module.