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).
- 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
- Rust
- Actix.rs (web framework)
- Diesel (DB connection, ORM)
- Serde (JSON [de]?serialization)
- Printpdf (PDF generation)
The MySQL (MariaDB) was used as a DB server.
- Vue.js (basic framework)
- Vuetify (components)
- Vue Router (pages routing)
- Vuex (state handling)
- Vue Snotify (notifications)
- Axios (AJAX loading)