Skip to content

balazs630/Gross-Net-Calculator

Repository files navigation

Gross-Net-Calculator

Simple gross ↔️ net calculator written in Swift.

Main application:

Preferences menu:

Prebuilt copies can be downloaded from the project releases page.


Done:

  • Convert Gross<->Net on keypress and calculate the vat
  • Settings window for vatrate and currency
  • Read/write vatrate and currency using UserDefaults
  • Formatters for the textfields to prevent incorrect input from the user
  • Hungarian and English localisation
  • XCTests to verify the calculations