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
/
Items
Age
Commit message (
Expand
)
Author
2021-08-08
somehow created a search bar
MikunoNaka
2021-08-08
added support for Item Brand and Category
MikunoNaka
2021-07-08
polished how POST requests work on both front and back end
MikunoNaka
2021-07-03
fixed datepicker bleeding through floating menu
MikunoNaka
2021-07-02
Bug fix: the GST reset button appearing when item was added
MikunoNaka
2021-07-02
added reset buttons to the form
MikunoNaka
2021-06-27
Bug Fix: Discount not being calculated for every item but only one
MikunoNaka
2021-06-26
Using types in RegisterItemForm now
MikunoNaka
2021-06-26
Storing HSN as string now
MikunoNaka
2021-06-25
Ported SummaryDisplay to tsx
MikunoNaka
2021-06-25
Changed the way all the values are calculated for stability
MikunoNaka
2021-06-24
Multiple minor bug fixes and convert more compnents to TS
MikunoNaka
2021-06-24
switching to typescript
MikunoNaka
2021-06-11
cleaned up some code and fixed formatter for the client name/address
MikunoNaka
2021-06-10
added sgst, cgst, igst support instead of GST as a whole
MikunoNaka
2021-05-05
Bug Fix: now the app won't crash if there are no saved items in DB
MikunoNaka
2021-05-05
made the code less error prone and more oriented towards the functional paradigm
MikunoNaka
2021-05-05
fixed broken API routes and css glitch in form
MikunoNaka
2021-05-03
added some features and many bugs to DocumentInfoForm
MikunoNaka
2021-05-02
fixed errors and added new incomplete form to register a new client
MikunoNaka
2021-05-02
organised the Form components into more directories
MikunoNaka