mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
We have no longer svn, but 2 doxygen branches. I don't remember, when Mailman moved from www to lists.
11 lines
458 B
Plaintext
11 lines
458 B
Plaintext
The Bill Invoice importer is an optional module and needs to enabled by editing the file $HOME/.gnucash/config.user, adding the line:
|
|
|
|
(gnc:module-load "gnucash/plugins/bi_import" 0)
|
|
|
|
The example csv file must have the 22 elements for it to work.
|
|
|
|
To use the example file, create an account "Expenses:Materials General" and a Customer with owner = 000013.
|
|
|
|
More information can be found at https://code.gnucash.org/docs/C/gnucash-guide/import-invoices.html
|
|
|