HTML invoicing app producing PDF invoices for freelancers. Configuration file allows entities to offer standard lines and rates for freelancers not used to providing invoices.
Find a file
Claude 2795a593ef
Add footer with copyright, links, and optional About modal
Footer shows: © 2026 Kristian Benestad • docs.benestad.net • kbenestad/invoice
and an About link when cfg.about is defined.

Clicking About opens a modal with a title, markdown-rendered body (via
marked.js from CDN), and a close button — all defined per language in
config.yml under the `about` key. Remove the section to hide the link.

Language switch updates the footer link title and the modal content.
Esc key closes the modal.

https://claude.ai/code/session_0151QtsUhzXmgzEhSvXG2SDt
2026-06-01 18:11:12 +00:00
app Add footer with copyright, links, and optional About modal 2026-06-01 18:11:12 +00:00
docs Add user, admin, dev documentation and CLAUDE.md 2026-05-24 18:25:19 +00:00
CLAUDE.md Add bidirectional FX rate entry 2026-06-01 17:56:18 +00:00
LICENSE Create LICENSE 2026-05-27 11:58:20 +07:00
README.md Initial commit 2026-05-18 23:16:11 +07:00

invoice

HTML invoicing app producing PDF invoices for freelancers. Configuration file allows entities to offer standard lines and rates for freelancers not used to providing invoices.