Skip to content

Easy to use invoice printer for GnuCash.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

ixti/gnucash-invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GnuCash::Invoice

GnuCash invoice printer for human beings.

Installation

$ gem install gnucash-invoice

Usage

GnuCash invoice printer currently supports SQLite and the usage is dead simple. List all invoices that can be printed:

$ gnucash-invoice --dbpath /path/to/db.sqlite3

#00004 Customer A (2012-11-24)
#00005 Customer B (2012-11-24)
...

Print out invoice by it's number:

$ gnucash-invoice --dbpath /path/to/db.sqlite3 00004 > invoice-00004.html

Here's how generated invoice will look like:


Example


TODO

  • TESTS!!!
  • Fix models backend to allow specify db host:port
  • ??? Add backend for old-school XML format
  • Use currency from an account book instead of hardcoded
  • ??? Export into FreshBooks
  • Built-in several templates
  • Allow specify foot notice (using markdown)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Easy to use invoice printer for GnuCash.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published