meldestelle/frontend/features/billing-feature
Stefan Mogeritsch b2e6158328 feat(billing-feature): introduce billing module with Money class, calculation logic, and DI setup
- Added `Money` value class for precise monetary operations.
- Implemented `BillingCalculator` to handle fee calculations, including ÖTO-compliant contributions and prize distribution rules.
- Created `BillingModule` for dependency injection using Koin.
- Integrated `billing-feature` into the desktop shell and project dependencies.
- Introduced `TurnierWizardV2` and `VeranstalterAuswahlV2` screens with improved UI and billing synchronization support.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-30 16:38:29 +02:00
..
src/commonMain/kotlin/at/mocode/frontend/features/billing feat(billing-feature): introduce billing module with Money class, calculation logic, and DI setup 2026-03-30 16:38:29 +02:00
build.gradle.kts feat(billing-feature): introduce billing module with Money class, calculation logic, and DI setup 2026-03-30 16:38:29 +02:00