index
:
openbills
master
Server for Libre Billing Software
Vidhu Kant Sharma
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
20 hours
using gorm full save associations to also save the billing address
HEAD
v0.13.2
master
Vidhu Kant Sharma
20 hours
Bug fix: phone validation error when editing a client
v0.13.1
Vidhu Kant Sharma
20 hours
properly editing customer details
v0.13.0
Vidhu Kant Sharma
22 hours
added refresh token versioning
v0.12.0
Vidhu Kant Sharma
22 hours
increment version number
v0.11.1
Vidhu Kant Sharma
23 hours
Changed customer's Name field to FirmName
v0.11.0
Vidhu Kant Sharma
2024-07-13
update dependences
Vidhu Kant Sharma
2024-07-09
added logo/signature upload routes
Vidhu Kant Sharma
2024-07-09
added custom fields support
Vidhu Kant Sharma
2024-07-09
added invoice note
Vidhu Kant Sharma
2024-07-07
added additional firm details printed on invoice
Vidhu Kant Sharma
2024-04-06
added FirmName to user
Vidhu Kant Sharma
2024-04-05
added functionality to get logged in user's data
Vidhu Kant Sharma
2024-04-05
validating username upon account creation
Vidhu Kant Sharma
2023-12-04
added endpoint to get an invoice's items only
Vidhu Kant Sharma
2023-12-04
added API route to get drafts only
Vidhu Kant Sharma
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
validating config file
Vidhu Kant Sharma
2023-09-03
added pretty startup messages
Vidhu Kant Sharma
2023-09-03
added JWT authorization middleware
Vidhu Kant Sharma
2023-09-02
added sign-in
Vidhu Kant Sharma
2023-09-02
first commit
Vidhu Kant Sharma