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
/
Display
Age
Commit message (
Expand
)
Author
2021-09-13
moved interfaces to new folder
MikunoNaka
2021-08-29
Fixed SummaryDisplayTR
MikunoNaka
2021-08-29
styled SubmitButton and making it disappear when invalid
MikunoNaka
2021-08-29
Moved submit button to SummaryDisplay
MikunoNaka
2021-06-27
Fixed DisplayItem and now really big decimal numbers don't show up
MikunoNaka
2021-06-26
ported and changed order in ItemsDisplay
MikunoNaka
2021-06-26
Fixed and styled ClientInfoDisplay
MikunoNaka
2021-06-25
Adapted the UI for mobile (table incomplete)
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-15
fixed some errors in SelectClientForm
MikunoNaka
2021-06-10
added sgst, cgst, igst support instead of GST as a whole
MikunoNaka
2021-05-11
implemented very basic form to select Client
MikunoNaka
2021-05-05
made the code less error prone and more oriented towards the functional paradigm
MikunoNaka
2021-05-03
fixed warnings occouring due to abscence of <tbody>
MikunoNaka
2021-05-03
added a form to manipulate some data about the document and the client info
MikunoNaka
2021-05-03
now adding new themes/colorschemes is easier and cleaner
MikunoNaka
2021-05-01
using node-sass directly instead of using sassc
MikunoNaka
2021-04-27
licenced the software with MIT
MikunoNaka
2021-04-26
modified the colorscheme now it looks pog
MikunoNaka
2021-04-26
Minor styling + fixed the calculation of discount and taxes and added new cal...
MikunoNaka
2021-04-26
minor ui changes
MikunoNaka
2021-04-25
added functionality to calculate the price after applying the discount on eac...
MikunoNaka
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