aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
AgeCommit message (Collapse)Author
27 hoursincrement version numberv0.11.1Vidhu Kant Sharma
27 hoursChanged customer's Name field to FirmNamev0.11.0Vidhu Kant Sharma
2024-07-13update dependencesVidhu Kant Sharma
2024-07-09added logo/signature upload routesVidhu Kant Sharma
2024-07-09added custom fields supportVidhu Kant Sharma
2024-07-09added invoice noteVidhu Kant Sharma
2024-07-07added additional firm details printed on invoiceVidhu Kant Sharma
2024-04-06added FirmName to userVidhu Kant Sharma
2024-04-05added functionality to get logged in user's dataVidhu Kant Sharma
2024-04-05validating username upon account creationVidhu Kant Sharma
2023-12-04added endpoint to get an invoice's items onlyVidhu Kant Sharma
2023-12-04added API route to get drafts onlyVidhu Kant Sharma
2023-12-03setting invoice number as 1 if no invoices existVidhu Kant Sharma
2023-12-03auto-generate invoice numberVidhu Kant Sharma
2023-12-03replaced production_mode with debug_mode in config fileVidhu Kant Sharma
2023-12-02add customer contact info to invoiceVidhu Kant Sharma
2023-10-09checking user while adding and removing invoice itemsVidhu Kant Sharma
2023-10-09added route to add items to invoiceVidhu Kant Sharma
2023-10-05added invoice route (barebones)Vidhu Kant Sharma
2023-10-04added basic token refreshingVidhu Kant Sharma
2023-09-10actually hashing and comparing passwords (not empty strings)Vidhu Kant Sharma
2023-09-10using better error messages for 409 ConflictVidhu Kant Sharma
2023-09-10validating email upon user sign upVidhu Kant Sharma
2023-09-09logging in with either username or emailVidhu Kant Sharma
2023-09-03deleting addresses upon customer deletionVidhu Kant Sharma
2023-09-03validating phone number and websiteVidhu Kant Sharma
2023-09-03validating email addressesVidhu Kant Sharma
2023-09-03validating config fileVidhu Kant Sharma
2023-09-03added pretty startup messagesVidhu Kant Sharma
2023-09-03added JWT authorization middlewareVidhu Kant Sharma
2023-09-02added sign-inVidhu Kant Sharma
2023-09-02first commitVidhu Kant Sharma