aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-26Using types in RegisterItemForm nowMikunoNaka
2021-06-26Storing HSN as string nowMikunoNaka
2021-06-26Converted RegisterItemForm to TS and fix bugs, added more functionality to su...MikunoNaka
2021-06-25Adapted the UI for mobile (table incomplete)MikunoNaka
2021-06-25converted all the smaller files to tsxMikunoNaka
2021-06-25Ported SummaryDisplay to tsxMikunoNaka
2021-06-25Changed the way all the values are calculated for stabilityMikunoNaka
2021-06-24Multiple minor bug fixes and convert more compnents to TSMikunoNaka
2021-06-24switching to typescriptMikunoNaka
2021-06-15Using react-router to switch pagesMikunoNaka
2021-06-15created new Home PageMikunoNaka
2021-06-15distributed different router functions into different filesMikunoNaka
2021-06-15Merge branch 'main' of github.com:MikunoNaka/openbills Update ReadmeMikunoNaka
2021-06-15fixed some errors in SelectClientFormMikunoNaka
2021-06-13Update README.mdVidhu Kant Sharma
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-06-10added sgst, cgst, igst support instead of GST as a wholeMikunoNaka
2021-05-11implemented very basic form to select ClientMikunoNaka
2021-05-05Bug Fix: now the app won't crash if there are no saved items in DBMikunoNaka
2021-05-05made the code less error prone and more oriented towards the functional paradigmMikunoNaka
2021-05-05fixed broken API routes and css glitch in formMikunoNaka
2021-05-03fixed warnings occouring due to abscence of <tbody>MikunoNaka
2021-05-03fixed warnings occouring due to Header.jsMikunoNaka
2021-05-03added a form to manipulate some data about the document and the client infoMikunoNaka
2021-05-03the people api now also gives the ID of the clientMikunoNaka
2021-05-03added some features and many bugs to DocumentInfoFormMikunoNaka
2021-05-03now adding new themes/colorschemes is easier and cleanerMikunoNaka
2021-05-03new css theme!MikunoNaka
2021-05-02fixed errors and added new incomplete form to register a new clientMikunoNaka
2021-05-02defined (working) api route to register a new client/personMikunoNaka
2021-05-02organised the Form components into more directoriesMikunoNaka
2021-05-02added back the menu buttons on RegisterItemForm now it worksMikunoNaka
2021-05-02organised css and rewrote some css for more consistencyMikunoNaka
2021-05-02cleaned up the code and redesigned RegisterItemForm and added more functionalityMikunoNaka
2021-05-01rewrote the stylesheet into something more readable. RegisterItemForm is comp...MikunoNaka
2021-05-01updated header style now its sexyMikunoNaka
2021-05-01organised styles and updated color schemeMikunoNaka
2021-05-01Updated README and added a noticeMikunoNaka
2021-05-01using node-sass directly instead of using sasscMikunoNaka
2021-05-01defined api group to handle DB functions regarding people/customersMikunoNaka
2021-05-01divided package database into multiple files for easeMikunoNaka
2021-04-30minor design change/bug fixMikunoNaka
2021-04-30Edited props for RegisterItemFormMikunoNaka
2021-04-30Fixed issues with empty price fieldMikunoNaka
2021-04-30cleaned the code and implemented shitty error handlingMikunoNaka
2021-04-30now the gst changes with the item's default gstMikunoNaka
2021-04-30added more columns for gst, category and brand of productMikunoNaka