aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2021-08-08added support for Item Brand and CategoryMikunoNaka
2021-08-08Added better support for saving client dataMikunoNaka
2021-08-08half-cleaned the way saving invoices worksMikunoNaka
2021-07-12Added support for more client details in serverMikunoNaka
2021-07-08Added basic functionality to send the invoice data to serverMikunoNaka
2021-07-08polished how POST requests work on both front and back endMikunoNaka
2021-07-05Deleted all the User API routes, planning to make openbills single-userMikunoNaka
2021-07-02working on the form info like date and stuffMikunoNaka
2021-06-26Storing HSN as string nowMikunoNaka
2021-06-24Multiple minor bug fixes and convert more compnents to TSMikunoNaka
2021-06-24switching to typescriptMikunoNaka
2021-06-15distributed different router functions into different filesMikunoNaka
2021-06-15fixed some errors in SelectClientFormMikunoNaka
2021-06-13seperated the router into another moduleMikunoNaka
2021-06-13minor bug fixMikunoNaka
2021-06-13implement API route for usersMikunoNaka
2021-06-11cleaned up some code and fixed formatter for the client name/addressMikunoNaka
2021-05-05fixed broken API routes and css glitch in formMikunoNaka
2021-05-03the people api now also gives the ID of the clientMikunoNaka
2021-05-02defined (working) api route to register a new client/personMikunoNaka
2021-05-01defined api group to handle DB functions regarding people/customersMikunoNaka
2021-05-01divided package database into multiple files for easeMikunoNaka
2021-04-30added more columns for gst, category and brand of productMikunoNaka
2021-04-30filled the sample database with placeholdersMikunoNaka
2021-04-28styled the RegisterItemForm properly and introduced like 20 bugsMikunoNaka
2021-04-28New Feature: Ability to register new items in the databaseMikunoNaka
2021-04-28implemented a small package to get items from sqlite dbMikunoNaka
2021-04-27created a package to talk with a database but it only prints hello...MikunoNaka
2021-04-27licenced the software with MITMikunoNaka
2021-04-26FINALLY THE BACKEND AND FRONT END ARE TALKING NOWMikunoNaka
2021-04-26implemented basic api for server to send items in JSONMikunoNaka
2021-04-25added functionality to calculate the price after applying the discount on eac...MikunoNaka
2021-04-18created a server to just serve the static appMikunoNaka