aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display
AgeCommit message (Expand)Author
2021-08-29Moved submit button to SummaryDisplayMikunoNaka
2021-06-27Fixed DisplayItem and now really big decimal numbers don't show upMikunoNaka
2021-06-26ported and changed order in ItemsDisplayMikunoNaka
2021-06-26Fixed and styled ClientInfoDisplayMikunoNaka
2021-06-25Adapted the UI for mobile (table incomplete)MikunoNaka
2021-06-25Ported SummaryDisplay to tsxMikunoNaka
2021-06-25Changed the way all the values are calculated for stabilityMikunoNaka
2021-06-15fixed some errors in SelectClientFormMikunoNaka
2021-06-10added sgst, cgst, igst support instead of GST as a wholeMikunoNaka
2021-05-11implemented very basic form to select ClientMikunoNaka
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-03added a form to manipulate some data about the document and the client infoMikunoNaka
2021-05-03now adding new themes/colorschemes is easier and cleanerMikunoNaka
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 cal...MikunoNaka
2021-04-26minor ui changesMikunoNaka
2021-04-25added functionality to calculate the price after applying the discount on eac...MikunoNaka
2021-04-18Bug Fix: now the total price of an item is the multiple of it's unit price an...MikunoNaka
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 p...MikunoNaka
2021-04-16Now the data is being pass correctly from AddNewItemForm to ItemDisplay but I...MikunoNaka
2021-04-16using useState to update array of items to be added in the invoice nowMikunoNaka