index
:
openbills
master
Server for Libre Billing Software
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-12-03
setting invoice number as 1 if no invoices exist
Vidhu Kant Sharma
2023-12-03
auto-generate invoice number
Vidhu Kant Sharma
2023-12-03
replaced production_mode with debug_mode in config file
Vidhu Kant Sharma
2023-12-02
add customer contact info to invoice
Vidhu Kant Sharma
2023-10-09
checking user while adding and removing invoice items
Vidhu Kant Sharma
2023-10-09
added route to add items to invoice
Vidhu Kant Sharma
2023-10-05
added invoice route (barebones)
Vidhu Kant Sharma
2023-10-04
added basic token refreshing
Vidhu Kant Sharma
2023-09-10
actually hashing and comparing passwords (not empty strings)
Vidhu Kant Sharma
2023-09-10
using better error messages for 409 Conflict
Vidhu Kant Sharma
2023-09-10
validating email upon user sign up
Vidhu Kant Sharma
2023-09-09
logging in with either username or email
Vidhu Kant Sharma
2023-09-03
deleting addresses upon customer deletion
Vidhu Kant Sharma
2023-09-03
validating phone number and website
Vidhu Kant Sharma
2023-09-03
validating email addresses
Vidhu Kant Sharma
2023-09-03
moved contact details to customer model for simplicity
Vidhu Kant Sharma
2023-09-03
validating config file
Vidhu Kant Sharma
2023-09-03
changed error message for brand not found when creating item
Vidhu Kant Sharma
2023-09-03
user can only access data generated by the same user now
Vidhu Kant Sharma
2023-09-03
different brands and items for different users
Vidhu Kant Sharma
2023-09-03
added pretty startup messages
Vidhu Kant Sharma
2023-09-03
different customers for different users
Vidhu Kant Sharma
2023-09-03
added JWT authorization middleware
Vidhu Kant Sharma
2023-09-03
generating an access and refresh token upon login
Vidhu Kant Sharma
2023-09-03
added login with id
Vidhu Kant Sharma
2023-09-02
changed unique username error message
Vidhu Kant Sharma
2023-09-02
added sign-in
Vidhu Kant Sharma
2023-09-02
first commit
Vidhu Kant Sharma