aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display/ItemsDisplay.js
AgeCommit message (Collapse)Author
2021-06-26ported and changed order in ItemsDisplayMikunoNaka
2021-06-25Changed the way all the values are calculated for stabilityMikunoNaka
2021-06-10added sgst, cgst, igst support instead of GST as a wholeMikunoNaka
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-18Added HSN supportMikunoNaka
2021-04-17color coded ItemsDisplayMikunoNaka
2021-04-17added a way to see the total cost and number of items in ItemsDisplayMikunoNaka
2021-04-17designed DisplayItem and ItemsDisplay so it now renders a pretty tableMikunoNaka
2021-04-17now data is properly being passed from AddNewItemForm to ItemsDisplay which ↵MikunoNaka
properly renders it
2021-04-16Now the data is being pass correctly from AddNewItemForm to ItemDisplay but ↵MikunoNaka
I need to work on processing the data
2021-04-16using useState to update array of items to be added in the invoice nowMikunoNaka