Skip to content

Redmine plugin to manage clients, providers, invoices and payments. Imports and exports invoices in PDF, UBL or facturae.

License

Notifications You must be signed in to change notification settings

ohthehugemanatee/haltr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haltr - Hackers don't do books

  • Create invoices
  • Recurring invoices
  • Send PDF invoices
  • Talk to Bank accounts

about facturae

INSTALL

  • Download Haltr plugin using git
cd <Redmine root dir>/vendor/plugins
git clone git://github.com/descala/haltr.git
  • Install necessary gems
cd haltr
bundle install
cd <Redmine root dir>
rake gems:install
  • Apply the database changes
cd <Redmine root dir>
rake db:migrate_plugins RAILS_ENV='production'
  • Clone iso_countries on Haltr's vendor/plugins folder
cd <Redmine root dir>
cd vendor/plugins/haltr/vendor/plugins
git clone https://github.com/koke/iso_countries.git
  • poppler-utils package and chronic gem are required to receive PDF invoices by mail.

About

Redmine plugin to manage clients, providers, invoices and payments. Imports and exports invoices in PDF, UBL or facturae.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.5%
  • JavaScript 24.5%