Age | Commit message (Expand) | Author |
---|---|---|
2021-04-18 | Bug Fix: now the total price of an item is the multiple of it's unit price an... | MikunoNaka |
2021-04-18 | Added HSN support | MikunoNaka |
2021-04-17 | color coded ItemsDisplay | MikunoNaka |
2021-04-17 | added a way to see the total cost and number of items in ItemsDisplay | MikunoNaka |
2021-04-17 | designed DisplayItem and ItemsDisplay so it now renders a pretty table | MikunoNaka |
2021-04-17 | now data is properly being passed from AddNewItemForm to ItemsDisplay which p... | MikunoNaka |
2021-04-16 | Now the data is being pass correctly from AddNewItemForm to ItemDisplay but I... | MikunoNaka |
2021-04-16 | using useState to update array of items to be added in the invoice now | MikunoNaka |