Age | Commit message (Expand) | Author |
2021-08-08 | added support for Item Brand and Category | MikunoNaka |
2021-08-08 | Added better support for saving client data | MikunoNaka |
2021-08-08 | half-cleaned the way saving invoices works | MikunoNaka |
2021-07-12 | Added support for more client details in server | MikunoNaka |
2021-07-08 | Added basic functionality to send the invoice data to server | MikunoNaka |
2021-07-05 | Deleted all the User API routes, planning to make openbills single-user | MikunoNaka |
2021-07-02 | working on the form info like date and stuff | MikunoNaka |
2021-06-26 | Storing HSN as string now | MikunoNaka |
2021-06-24 | Multiple minor bug fixes and convert more compnents to TS | MikunoNaka |
2021-06-24 | switching to typescript | MikunoNaka |
2021-06-15 | fixed some errors in SelectClientForm | MikunoNaka |
2021-06-13 | seperated the router into another module | MikunoNaka |
2021-06-13 | minor bug fix | MikunoNaka |
2021-06-13 | implement API route for users | MikunoNaka |
2021-06-11 | cleaned up some code and fixed formatter for the client name/address | MikunoNaka |
2021-05-03 | the people api now also gives the ID of the client | MikunoNaka |
2021-05-02 | defined (working) api route to register a new client/person | MikunoNaka |
2021-05-01 | defined api group to handle DB functions regarding people/customers | MikunoNaka |
2021-05-01 | divided package database into multiple files for ease | MikunoNaka |
2021-04-30 | added more columns for gst, category and brand of product | MikunoNaka |
2021-04-28 | New Feature: Ability to register new items in the database | MikunoNaka |
2021-04-28 | implemented a small package to get items from sqlite db | MikunoNaka |
2021-04-27 | created a package to talk with a database but it only prints hello... | MikunoNaka |