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
path:
root
/
src
/
components
/
Form
/
AddNewItemForm.js
Age
Commit message (
Collapse
)
Author
2021-05-02
cleaned up the code and redesigned RegisterItemForm and added more functionality
MikunoNaka
2021-05-01
rewrote the stylesheet into something more readable. RegisterItemForm is ↵
MikunoNaka
completely broken rn
2021-05-01
using node-sass directly instead of using sassc
MikunoNaka
2021-04-30
minor design change/bug fix
MikunoNaka
2021-04-30
now the gst changes with the item's default gst
MikunoNaka
2021-04-30
updating the items list on runtime + fixed at least 3 bugs emerged due to that
MikunoNaka
2021-04-28
styled the RegisterItemForm properly and introduced like 20 bugs
MikunoNaka
2021-04-28
New Feature: Ability to register new items in the database
MikunoNaka
2021-04-27
licenced the software with MIT
MikunoNaka
2021-04-18
fixed AddNewItemForm styling
MikunoNaka
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
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-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