b. arvekram.de Developers

Changelog

v1.0 — REST API + Webhooks

2026-05-16 CURRENT
  • REST API v1 covering customers, invoices, receipts, projects, time entries, bank transactions
  • Sanctum-based personal access tokens with audit log
  • Signed webhooks (HMAC-SHA256) with 5x exponential-backoff retry
  • Developer portal with quickstart + endpoint reference

v0.9 — Projects + time tracking + bank import

2026-05-16
  • Projects with budget, hourly rate, colour
  • Time tracking with live timer, manual entry, weekly aggregate
  • Multi-currency via ECB rates (Frankfurter API)
  • MT940 import with auto-match against open invoices
  • KMD CSV export for e-MTA upload

v0.8 — Admin + notifications + recurring

2026-05-15
  • Admin backend for support tickets (cross-tenant)
  • Email notifications for ticket replies and invoice sends
  • Recurring invoices with cron generator
  • Generic invoice CSV import + line-item CSV export
  • Peppol BIS Billing 3.0 / e-invoice XML export

v0.7 — Mollie instead of Stripe

2026-05-15
  • Mollie integration: SEPA, card, bank transfer, PayPal
  • Hosted checkout + signed webhooks
  • Stripe Cashier removed entirely

Planned