Age | Commit message (Expand) | Author |
2021-07-08 | polished how POST requests work on both front and back end | MikunoNaka |
2021-07-07 | styled and added basic functionality to TransportForm | MikunoNaka |
2021-07-07 | create basic menu for adding transport info | MikunoNaka |
2021-07-05 | Deleted all the User API routes, planning to make openbills single-user | MikunoNaka |
2021-07-03 | fixed datepicker bleeding through floating menu | MikunoNaka |
2021-07-03 | Added datepicker with custom css | MikunoNaka |
2021-07-02 | Bug fix: the GST reset button appearing when item was added | MikunoNaka |
2021-07-02 | added reset buttons to the form | MikunoNaka |
2021-07-02 | working on the form info like date and stuff | MikunoNaka |
2021-06-27 | Fixed DisplayItem and now really big decimal numbers don't show up | MikunoNaka |
2021-06-27 | Bug Fix: Discount not being calculated for every item but only one | MikunoNaka |
2021-06-26 | ported and changed order in ItemsDisplay | MikunoNaka |
2021-06-26 | Fixed and styled ClientInfoDisplay | MikunoNaka |
2021-06-26 | Ported SelectClientForm to TS | MikunoNaka |
2021-06-26 | Using types in RegisterItemForm now | MikunoNaka |
2021-06-26 | Storing HSN as string now | MikunoNaka |
2021-06-26 | Converted RegisterItemForm to TS and fix bugs, added more functionality to su... | MikunoNaka |
2021-06-25 | Adapted the UI for mobile (table incomplete) | MikunoNaka |
2021-06-25 | converted all the smaller files to tsx | MikunoNaka |
2021-06-25 | Ported SummaryDisplay to tsx | MikunoNaka |
2021-06-25 | Changed the way all the values are calculated for stability | 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 | Using react-router to switch pages | MikunoNaka |
2021-06-15 | created new Home Page | MikunoNaka |
2021-06-15 | distributed different router functions into different files | MikunoNaka |
2021-06-15 | Merge branch 'main' of github.com:MikunoNaka/openbills Update Readme | MikunoNaka |
2021-06-15 | fixed some errors in SelectClientForm | MikunoNaka |
2021-06-13 | Update README.md | Vidhu Kant Sharma |
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-06-10 | added sgst, cgst, igst support instead of GST as a whole | MikunoNaka |
2021-05-11 | implemented very basic form to select Client | MikunoNaka |
2021-05-05 | Bug Fix: now the app won't crash if there are no saved items in DB | MikunoNaka |
2021-05-05 | made the code less error prone and more oriented towards the functional paradigm | MikunoNaka |
2021-05-05 | fixed broken API routes and css glitch in form | MikunoNaka |
2021-05-03 | fixed warnings occouring due to abscence of <tbody> | MikunoNaka |
2021-05-03 | fixed warnings occouring due to Header.js | MikunoNaka |
2021-05-03 | added a form to manipulate some data about the document and the client info | MikunoNaka |
2021-05-03 | the people api now also gives the ID of the client | MikunoNaka |
2021-05-03 | added some features and many bugs to DocumentInfoForm | MikunoNaka |
2021-05-03 | now adding new themes/colorschemes is easier and cleaner | MikunoNaka |
2021-05-03 | new css theme! | MikunoNaka |
2021-05-02 | fixed errors and added new incomplete form to register a new client | MikunoNaka |
2021-05-02 | defined (working) api route to register a new client/person | MikunoNaka |
2021-05-02 | organised the Form components into more directories | MikunoNaka |
2021-05-02 | added back the menu buttons on RegisterItemForm now it works | MikunoNaka |
2021-05-02 | organised css and rewrote some css for more consistency | MikunoNaka |