index
:
openbills-legacy
main
Open source browser based invoicing software for standalone clients
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2021-04-18
Bug 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-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 ↵
MikunoNaka
properly renders it
2021-04-16
Now the data is being pass correctly from AddNewItemForm to ItemDisplay but ↵
MikunoNaka
I need to work on processing the data
2021-04-16
using useState to update array of items to be added in the invoice now
MikunoNaka
2021-04-16
implemented a way for AddNewItemForm and BillingPage to talk to each other ↵
MikunoNaka
and share data
2021-04-16
added validation to AddNewItemForm
MikunoNaka
2021-04-16
fixed the naming scheme and made the AddNewItemForm more smarter
MikunoNaka
2021-04-15
tweaked the site for basic mobile use
MikunoNaka
2021-04-15
laid out the BillingForm elements in a sexy way
MikunoNaka
2021-04-15
Added more basic functionality for BillingForm
MikunoNaka
2021-04-14
now the products are passed in as props in JSON format
MikunoNaka
2021-04-14
Played around with forms
MikunoNaka
2021-03-29
Changed directory structer a but (?)
MikunoNaka
2021-03-27
laid out some very basic components, the tile component still needs to be ↵
MikunoNaka
worked upon
2021-03-27
rendered a simple non-functional menu/navbar
MikunoNaka
2021-03-26
first commit, doesn't do anything yet
MikunoNaka
2021-03-26
Initialize project using Create React App
Vidhu Kant Sharma