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
Age
Commit message (
Expand
)
Author
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
2021-05-02
added back the menu buttons on RegisterItemForm now it works
MikunoNaka
2021-05-02
organised css and rewrote some css for more consistency
MikunoNaka
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 comp...
MikunoNaka
2021-05-01
updated header style now its sexy
MikunoNaka
2021-05-01
using node-sass directly instead of using sassc
MikunoNaka
2021-04-30
minor design change/bug fix
MikunoNaka
2021-04-30
Edited props for RegisterItemForm
MikunoNaka
2021-04-30
Fixed issues with empty price field
MikunoNaka
2021-04-30
cleaned the code and implemented shitty error handling
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-30
fixed RegisterItemForm not showing/hiding
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-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-26
FINALLY THE BACKEND AND FRONT END ARE TALKING NOW
MikunoNaka
2021-04-25
added functionality to calculate the price after applying the discount on eac...
MikunoNaka
2021-04-18
created a server to just serve the static app
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 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
2021-04-16
implemented a way for AddNewItemForm and BillingPage to talk to each other an...
MikunoNaka
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 wor...
MikunoNaka
2021-03-27
rendered a simple non-functional menu/navbar
MikunoNaka
2021-03-26
first commit, doesn't do anything yet
MikunoNaka
[prev]