start with fee calc
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m40s
CI/CD Pipeline / deploy-staging (push) Successful in 4m24s
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-01-18 22:02:44 +01:00
parent 474db1232d
commit ff795ce66c

View File

@ -62,18 +62,20 @@ async fn fees(
// Schüler -> Donau Linz
// Student -> Donau Linz
// Fördernd: 85€
// Unterstützend: 25€
// Fördernd + boat: 85€
// Unterstützend + boat: 25€
// select id, size_of_family, count_rennsport from family
// select id, size_of_family, count_rennsport, amount_boats from family
// 2-Family: 220€
// 3+-Family: 350€
// Normal: 220€
// select student+schüler, amount_boats, rennsportbeitrag where !family
// Student, Schüler: 80€
// Rennsportbeitrag: 110€
// select donaulinz, amount_boats, rennsportbeitrag where !family !student ! schüler
// Normal: 220€
// Rennsportbeitrag: 110€
// Bootsplatz: 45€
let mut context = Context::new();