The e-invoice.be Peppol SDK provides convenient access to the e-invoice.be REST API from applications written in Java. The REST API documentation can be found on api.e-invoice.be. Javadocs are ...
This repository implements a simple invoice generation system (client, server, UI, DB, PDF/text export). This README focuses on the reports that the project produces or should produce — an A-to-Z ...
Built a small Invoice API to keep my Java muscle memory sharp. It escalated… a bit What started as "just a CRUD" turned into: * Spring Boot API with clean domain modeling * JWT authentication + ...