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 (
Expand
)
Author
2021-06-15
Using react-router to switch pages
MikunoNaka
2021-06-15
created new Home Page
MikunoNaka
2021-06-15
distributed different router functions into different files
MikunoNaka
2021-06-15
Merge branch 'main' of github.com:MikunoNaka/openbills Update Readme
MikunoNaka
2021-06-15
fixed some errors in SelectClientForm
MikunoNaka
2021-06-13
Update README.md
Vidhu Kant Sharma
2021-06-13
seperated the router into another module
MikunoNaka
2021-06-13
minor bug fix
MikunoNaka
2021-06-13
implement API route for users
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-11
implemented very basic form to select Client
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
fixed warnings occouring due to abscence of <tbody>
MikunoNaka
2021-05-03
fixed warnings occouring due to Header.js
MikunoNaka
2021-05-03
added a form to manipulate some data about the document and the client info
MikunoNaka
2021-05-03
the people api now also gives the ID of the client
MikunoNaka
2021-05-03
added some features and many bugs to DocumentInfoForm
MikunoNaka
2021-05-03
now adding new themes/colorschemes is easier and cleaner
MikunoNaka
2021-05-03
new css theme!
MikunoNaka
2021-05-02
fixed errors and added new incomplete form to register a new client
MikunoNaka
2021-05-02
defined (working) api route to register a new client/person
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
organised styles and updated color scheme
MikunoNaka
2021-05-01
Updated README and added a notice
MikunoNaka
2021-05-01
using node-sass directly instead of using sassc
MikunoNaka
2021-05-01
defined api group to handle DB functions regarding people/customers
MikunoNaka
2021-05-01
divided package database into multiple files for ease
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
added more columns for gst, category and brand of product
MikunoNaka
2021-04-30
filled the sample database with placeholders
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-28
implemented a small package to get items from sqlite db
MikunoNaka
2021-04-27
created a package to talk with a database but it only prints hello...
MikunoNaka
2021-04-27
Updated README
MikunoNaka
2021-04-27
licenced the software with MIT
MikunoNaka
[next]