Skip to content

jendakol/faktury

Repository files navigation

Faktury

Czech term for 'invoices'

A very simple web app (web UI + backend) for management of small entrepreneurs invoices.

The app is in very early development stage, don't expect too much from it (yet).

Feature set

  • Register yourself as an entrepreneur (fill in you details)
  • Create set of your business contacts
  • Create an invoice for specified contact, add rows with a name, price, count
  • Generate a PDF file for the invoice
  • View stats for your business
  • Customizable PDF layout
  • Period summary for accounting
  • Internationalized

Main/interesting used technologies

Backend

The MySQL (MariaDB) was used as a DB server.

Frontend