Skip to content

Our Fee Calculator calculates monthly fees and applies discounts for multiple swimmers

License

Notifications You must be signed in to change notification settings

Chester-le-Street-ASC/Monthly-Fee-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chester-le-Street ASC Monthly Fee Calculator

Our Fee Calculator calculates monthly fees and applies discounts for multiple swimmers

Why do we need this tool?

If you have multiple swimmers, we apply discounts, in order of the cost for each swimmer - Highest cost recieving lowest discounts. This tool makes it easy to calculate your monthly fee, with discounts applied.

What happens straight out of the box?

  1. The first two swimmers (ordered by fee, high to low) get no discount.
  2. Swimmer 3 gets a 20% discount.
  3. Swimmer 4 and up gets a 40% discount.

You can adapt this programme to your own needs by modifying some if statements. If you're not in the know with PHP, get the lowdown from their docs.

Some things you'll need to deal with

index.php and result.php include header.php and footer.php files which are not part of this repository. You'll need to create files called header.php and footer.php and add the nessecary HTML5 <head>, <body and <footer> stuff, including compiled Bootstrap 4 CSS and JS, unless you'll be using your own CSS.

Feel free to use this project however you like, just remember it's licenced under the Apache Licence.

About

Our Fee Calculator calculates monthly fees and applies discounts for multiple swimmers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages