aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)Author
14 hoursmoved shipping address and billing address to the customers table itselfv0.20.0Vidhu Kant Sharma
27 hoursremoved useless user fields and functions, added rolesv0.19.0Vidhu Kant Sharma
30 hoursUpdate READMEVidhu Kant Sharma
30 hoursRemoved Brand and added BrandName and Category as item fieldsv0.18.0Vidhu Kant Sharma
30 hoursrenamed customer.ShippingAddresses to customer.ShippingAddressv0.17.2Vidhu Kant Sharma
30 hourschanged /info response structurev0.17.1Vidhu Kant Sharma
31 hoursremoved per-user itemsv0.17.0Vidhu Kant Sharma
32 hoursallowing duplicate fields in customers, doesn't matter that muchv0.16.0Vidhu Kant Sharma
32 hoursonly using one shipping addressv0.15.0Vidhu Kant Sharma
34 hoursproperly deleting shipping addresses on customer editv0.14.0Vidhu Kant Sharma
2 daysusing gorm full save associations to also save the billing addressv0.13.2Vidhu Kant Sharma
2 daysBug fix: phone validation error when editing a clientv0.13.1Vidhu Kant Sharma
2 daysproperly editing customer detailsv0.13.0Vidhu Kant Sharma
2 daysbug fix where refreshing wasn't workingv0.12.1Vidhu Kant Sharma
2 daysadded refresh token versioningv0.12.0Vidhu Kant Sharma
2 daysincrement version numberv0.11.1Vidhu Kant Sharma
2 daysFixed customer/validators.go trying to read customer.Name not customer.FirmNameVidhu Kant Sharma
2 daysChanged 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
2024-04-05moved some validator logic and common structs to util packageVidhu 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-03moved contact details to customer model for simplicityVidhu Kant Sharma
2023-09-03validating config fileVidhu Kant Sharma
2023-09-03changed error message for brand not found when creating itemVidhu Kant Sharma
2023-09-03user can only access data generated by the same user nowVidhu Kant Sharma
2023-09-03different brands and items for different usersVidhu Kant Sharma
2023-09-03added pretty startup messagesVidhu Kant Sharma