aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display/SummaryDisplay.js
AgeCommit message (Collapse)Author
2021-05-05made the code less error prone and more oriented towards the functional paradigmMikunoNaka
2021-05-03fixed warnings occouring due to abscence of <tbody>MikunoNaka
2021-05-01using node-sass directly instead of using sasscMikunoNaka
2021-04-27licenced the software with MITMikunoNaka
2021-04-26modified the colorscheme now it looks pogMikunoNaka
2021-04-26Minor styling + fixed the calculation of discount and taxes and added new ↵MikunoNaka
calculations
2021-04-26minor ui changesMikunoNaka
2021-04-25added functionality to calculate the price after applying the discount on ↵MikunoNaka
each product
2021-04-18Bug Fix: now the total price of an item is the multiple of it's unit price ↵MikunoNaka
and quantity like it should be
2021-04-18Added HSN supportMikunoNaka
2021-04-17color coded ItemsDisplayMikunoNaka
2021-04-17added a way to see the total cost and number of items in ItemsDisplayMikunoNaka