aboutsummaryrefslogtreecommitdiff
path: root/server/database
AgeCommit message (Collapse)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-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-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-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-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