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 (
Collapse
)
Author
2021-08-08
added support for Item Brand and Category
MikunoNaka
2021-08-08
Added better support for saving client data
MikunoNaka
2021-08-08
half-cleaned the way saving invoices works
MikunoNaka
2021-07-12
Added support for more client details in server
MikunoNaka
2021-07-08
Added basic functionality to send the invoice data to server
MikunoNaka
2021-07-08
polished how POST requests work on both front and back end
MikunoNaka
2021-07-05
Deleted all the User API routes, planning to make openbills single-user
MikunoNaka
2021-07-02
working on the form info like date and stuff
MikunoNaka
2021-06-26
Storing HSN as string now
MikunoNaka
2021-06-24
Multiple minor bug fixes and convert more compnents to TS
MikunoNaka
2021-06-24
switching to typescript
MikunoNaka
2021-06-15
distributed different router functions into different files
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-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 ↵
MikunoNaka
each product
2021-04-18
created a server to just serve the static app
MikunoNaka