aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-04-30now the gst changes with the item's default gstMikunoNaka
2021-04-30updating the items list on runtime + fixed at least 3 bugs emerged due to thatMikunoNaka
2021-04-30fixed RegisterItemForm not showing/hidingMikunoNaka
2021-04-28styled the RegisterItemForm properly and introduced like 20 bugsMikunoNaka
2021-04-28New Feature: Ability to register new items in the databaseMikunoNaka
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-26FINALLY THE BACKEND AND FRONT END ARE TALKING NOWMikunoNaka
2021-04-25added functionality to calculate the price after applying the discount on ↵MikunoNaka
each product
2021-04-18created a server to just serve the static appMikunoNaka
2021-04-18fixed AddNewItemForm stylingMikunoNaka
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
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
2021-04-16implemented a way for AddNewItemForm and BillingPage to talk to each other ↵MikunoNaka
and share data
2021-04-16added validation to AddNewItemFormMikunoNaka
2021-04-16fixed the naming scheme and made the AddNewItemForm more smarterMikunoNaka
2021-04-15tweaked the site for basic mobile useMikunoNaka
2021-04-15laid out the BillingForm elements in a sexy wayMikunoNaka
2021-04-15Added more basic functionality for BillingFormMikunoNaka
2021-04-14now the products are passed in as props in JSON formatMikunoNaka
2021-04-14Played around with formsMikunoNaka
2021-03-29Changed directory structer a but (?)MikunoNaka
2021-03-27laid out some very basic components, the tile component still needs to be ↵MikunoNaka
worked upon
2021-03-27rendered a simple non-functional menu/navbarMikunoNaka
2021-03-26first commit, doesn't do anything yetMikunoNaka
2021-03-26Initialize project using Create React AppVidhu Kant Sharma