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
/
server
/
database
Age
Commit message (
Collapse
)
Author
2021-06-24
Multiple minor bug fixes and convert more compnents to TS
MikunoNaka
2021-06-24
switching to typescript
MikunoNaka
2021-06-15
fixed some errors in SelectClientForm
MikunoNaka
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-05-03
the people api now also gives the ID of the client
MikunoNaka
2021-05-02
defined (working) api route to register a new client/person
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
added more columns for gst, category and brand of product
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