sztrelcsikzoltan / WPFSalesTaxCalculator

Sales tax calculator for shopping baskets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPFSalesTaxCalculator

Sales tax calculator for shopping baskets

This user-friendly WPF application is able to calculate and output the sales tax calculation for different products. It contains 3 sample baskets, and it can calculate new product baskets as well. You enter the amount, name and net price for each product, and the solution calculates gross price for each item, as well as the total sales taxes and total price. In addition, you can send the results into a .txt file or into a .pdf file.

Extra features:

  • you do not need to type in the content of any sample basket – just click on the corresponding button and the basket content will be displayed immediately; of course the user may choose to type in the content of any basket, or change it
  • you can change any shopping basket and generate the results for them
  • the changes are stored in memory, you can reuse the changed baskets
  • this applies also for the new basket
  • you can any time reset the baskets and use their original content
  • the application calculates the total price for any product if you provide an amount of more than 1; therefore, the price should always be indicated for 1 unit
  • you can add a huge amount of products into a basket, and you can scroll through them in both the input and output boxes

A few images about the application:

Input and output screen for sample shopping basket 1:

sample basket 1

Input and output screen for sample shopping basket 2:

sample basket 2

Input and output screen for sample shopping basket 3:

sample basket 3

Input and output screen for a new shopping basket (with various amount of products):

new shopping basket

Save to txt file dialog:

save to txt file dialog

Txt file output for sample basket 3:

txt file output for sample basket 3

Save to pdf file dialog:

save to pdf file dialog

Pdf file output for sample basket 3:

pdf file output for sample basket 3

Installation settings

installation settings

Installation progress

installation progress

Installation complete

installation complete

Installation files

installation files

About

Sales tax calculator for shopping baskets


Languages

Language:C# 100.0%