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
Age
Commit message (
Expand
)
Author
2021-05-05
fixed broken API routes and css glitch in form
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-30
filled the sample database with placeholders
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
licenced the software with MIT
MikunoNaka
2021-04-26
FINALLY THE BACKEND AND FRONT END ARE TALKING NOW
MikunoNaka
2021-04-26
implemented basic api for server to send items in JSON
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