Releases: rguziy/billcore
Releases · rguziy/billcore
v1.2.0: Improved Billing History & Summaries
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
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
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 binary000001_create_schema.up.sql— database schemademo_data.sql— sample data to get started
Quick start
See README for Docker and manual setup instructions.