Skip to content

Releases: rguziy/billcore

v1.2.0: Improved Billing History & Summaries

20 Jun 08:46

Choose a tag to compare

What's new

Features

  • Client detail page now shows payment history grouped by period (Accrued, Paid, Cancelled, Pending) instead of a flat list of individual entries
  • Calculations page period summary now includes Cancelled amount so totals always balance: Accrued = Paid + Cancelled + Pending

v1.1.0: Database Auditing & Bug Fixes

20 Jun 07:34

Choose a tag to compare

What's new

Features

  • Automated database auditing — all data mutations are now tracked with user and session context via PostgreSQL triggers

Bug Fixes

  • Fixed tariff creation when no active tariff exists for a service
  • Fixed 301 redirect loop on page reload (F5) when using Next.js static export

Upgrade notes

Run make migrate-up to apply the new audit trigger migration before starting the server.

v1.0.0: Initial Billcore release

18 Jun 15:41

Choose a tag to compare

What's new

First public release of BillCore — a lightweight billing system for utility and telecom providers.

Features

  • Client and location management
  • Service catalogue with meter support
  • Tariff history with automatic period closing
  • Billing periods and accruals
  • Role-based access (admin, manager, operator)
  • REST API + Next.js web interface
  • Docker support

What's included

  • billcore — compiled API binary
  • 000001_create_schema.up.sql — database schema
  • demo_data.sql — sample data to get started

Quick start

See README for Docker and manual setup instructions.