aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵MikunoNaka
completely broken rn
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
2021-04-30filled the sample database with placeholdersMikunoNaka
2021-04-30updating the items list on runtime + fixed at least 3 bugs emerged due to thatMikunoNaka
2021-04-30fixed RegisterItemForm not showing/hidingMikunoNaka
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-27Updated READMEMikunoNaka
2021-04-27licenced the software with MITMikunoNaka
2021-04-26modified the colorscheme now it looks pogMikunoNaka
2021-04-26Minor styling + fixed the calculation of discount and taxes and added new ↵MikunoNaka
calculations
2021-04-26minor ui changesMikunoNaka
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 ↵MikunoNaka
each product
2021-04-18created a server to just serve the static appMikunoNaka
2021-04-18fixed AddNewItemForm stylingMikunoNaka
2021-04-18Bug Fix: now the total price of an item is the multiple of it's unit price ↵MikunoNaka
and quantity like it should be
2021-04-18Added HSN supportMikunoNaka
2021-04-17color coded ItemsDisplayMikunoNaka
2021-04-17added a way to see the total cost and number of items in ItemsDisplayMikunoNaka