Skip to content

reckoning/reckoning

Repository files navigation

Reckoning

Main

Reckoning is a simple tool for invoicing

Features

  • Customer and Project Database
  • Create basic Invoices with multiple Positions
  • Generate PDFs for Invoices
  • Basic Dashboard with Current Invoices and their current states (Charged, Paid) and information about due payments.
  • Send Invoices via E-Mail to Customers
    • Mail Templates for each Customer
  • Time tracking and Import of Timesheets (beta)

Setup

Deploy

To run Reckoning on your local machine you need to install:

  • postgresql with activated hstore on the used database
  • WKHTMLTOPDF to generate Invoices

ToDo:

  • Tests

Future features

  • Project Landingpages
  • Integrations: Google Drive, Harvest Import etc.
  • Custom Logos and Colors for Invoices
  • Templates for Invoices
  • Expanses
  • ...

Contributing

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