Bizdocs apps.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-02 07:57:03 +00:00
LICENSE Initial commit 2026-08-02 07:45:29 +00:00
README.md Included information about apps. 2026-08-02 07:57:03 +00:00

bizdocs

bizdocs is a collection of small apps that solve specific business problems:

  • invoice - customisable invoice generator
  • reimburse - expense forms with attached receipts
  • timesheet - timesheets with built-in business concepts (different shift or leave types, holidays, etc.)
  • dashboard - a dashboard that gives access to bizdocs apps, a common configuration file, and other custom links

All bizdocs apps are static web apps. They generate documents; the user stores them. Current version is v1, which produces PDF documents for download.

Roadmap

Version Description Status
v1 Static document generators; configurable through YAML. Available individually. RELEASED
v2 Support for File Systems Access API (Chromium-browsers only). In development
v3 bizdocs v2, but with SQLITE backend for team access. Being planned