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
Age
Commit message (
Expand
)
Author
2025-10-19
added config routes
HEAD
v0.25.0
master
Vidhu Kant Sharma
2025-10-14
formatted code
Vidhu Kant Sharma
2025-10-14
generating a new refresh token when it's close to expiry
v0.24.0
Vidhu Kant Sharma
2025-10-14
returning 'invalid quantity' error instead of 'invalid gst' in case of invali...
v0.23.1
Vidhu Kant Sharma
2025-10-14
moved item's gst % to item not its variant
v0.23.0
Vidhu Kant Sharma
2025-10-13
added item variants
v0.22.0
Vidhu Kant Sharma
2025-10-13
flattened out the invoice schema, was overengineered
Vidhu Kant Sharma
2025-10-12
formatted code
Vidhu Kant Sharma
2025-10-12
added get single item route
v0.21.0
Vidhu Kant Sharma
2025-10-12
moved shipping address and billing address to the customers table itself
v0.20.0
Vidhu Kant Sharma
2025-10-12
removed useless user fields and functions, added roles
v0.19.0
Vidhu Kant Sharma
2025-10-11
Update README
Vidhu Kant Sharma
2025-10-11
Removed Brand and added BrandName and Category as item fields
v0.18.0
Vidhu Kant Sharma
2025-10-11
renamed customer.ShippingAddresses to customer.ShippingAddress
v0.17.2
Vidhu Kant Sharma
2025-10-11
changed /info response structure
v0.17.1
Vidhu Kant Sharma
2025-10-11
removed per-user items
v0.17.0
Vidhu Kant Sharma
2025-10-11
allowing duplicate fields in customers, doesn't matter that much
v0.16.0
Vidhu Kant Sharma
2025-10-11
only using one shipping address
v0.15.0
Vidhu Kant Sharma
2025-10-11
properly deleting shipping addresses on customer edit
v0.14.0
Vidhu Kant Sharma
2025-10-10
using gorm full save associations to also save the billing address
v0.13.2
Vidhu Kant Sharma
2025-10-10
Bug fix: phone validation error when editing a client
v0.13.1
Vidhu Kant Sharma
2025-10-10
properly editing customer details
v0.13.0
Vidhu Kant Sharma
2025-10-10
bug fix where refreshing wasn't working
v0.12.1
Vidhu Kant Sharma
2025-10-10
added refresh token versioning
v0.12.0
Vidhu Kant Sharma
2025-10-10
increment version number
v0.11.1
Vidhu Kant Sharma
2025-10-10
Fixed customer/validators.go trying to read customer.Name not customer.FirmName
Vidhu Kant Sharma
2025-10-10
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
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
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
[next]