index
:
openbills
master
Server for web based libre billing software
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-04-06
added FirmName to user
v0.6.1
Vidhu Kant Sharma
2024-04-05
added functionality to get logged in user's data
v0.6.0
Vidhu Kant Sharma
2024-04-05
validating username upon account creation
v0.5.0
Vidhu Kant Sharma
2024-04-05
moved some validator logic and common structs to util package
Vidhu Kant Sharma
2023-12-04
added endpoint to get an invoice's items only
v0.4.0
Vidhu Kant Sharma
2023-12-04
added API route to get drafts only
v0.3.0
Vidhu Kant Sharma
2023-12-03
setting invoice number as 1 if no invoices exist
v0.2.1
Vidhu Kant Sharma
2023-12-03
auto-generate invoice number
v0.2.0
Vidhu Kant Sharma
2023-12-03
replaced production_mode with debug_mode in config file
v0.1.0
Vidhu Kant Sharma
2023-12-02
add customer contact info to invoice
v0.0.14
Vidhu Kant Sharma
2023-10-09
checking user while adding and removing invoice items
v0.0.13
Vidhu Kant Sharma
2023-10-09
added route to add items to invoice
v0.0.12
Vidhu Kant Sharma
2023-10-05
added invoice route (barebones)
v0.0.11
Vidhu Kant Sharma
2023-10-04
added basic token refreshing
v0.0.10
Vidhu Kant Sharma
2023-09-10
actually hashing and comparing passwords (not empty strings)
v0.0.9
Vidhu Kant Sharma
2023-09-10
using better error messages for 409 Conflict
v0.0.8
Vidhu Kant Sharma
2023-09-10
validating email upon user sign up
v0.0.7
Vidhu Kant Sharma
2023-09-09
logging in with either username or email
v0.0.6
Vidhu Kant Sharma
2023-09-03
deleting addresses upon customer deletion
v0.0.5
Vidhu Kant Sharma
2023-09-03
validating phone number and website
v0.0.4
Vidhu Kant Sharma
2023-09-03
validating email addresses
v0.0.3
Vidhu Kant Sharma
2023-09-03
moved contact details to customer model for simplicity
Vidhu Kant Sharma
2023-09-03
validating config file
v0.0.2
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
v0.0.1
Vidhu Kant Sharma