This desktop application uses Vite, Electron, React, TypeScript, and TailwindCSS to manage the inventory of a warehouse. It allows storing information about individuals, materials, jobs, as well as tracking transactions that describe when an individual withdraws a material, the quantity withdrawn, and the job to which it is allocated.
https://github.com/osoyinas/simple-inventory/assets/99898902/5ad91f8f-7d83-4e2d-8186-5d2d304addc8
Make sure you have the following tools installed before getting started:
To install the desktop app, watch out the latest release . Or you can do it manually following the next steps:
Clone the Repository
git clone https://github.com/osoyinas/simple-inventory.git
cd simple-inventory
Install Dependencies
npm install
Run the Application in Development Mode
npm run dev
This will start the application in development mode.
Build the Application for Production
npm run build
This will generate an installer for the application on any platform.
Register Individuals, Materials, Projects, and Transactions
Use the application interface to register individuals, materials, projects, or jobs, and keep track of transactions.
Perform Material Withdrawal Transactions
Record transactions to describe when an individual withdraws a material, the quantity withdrawn, and the project to which it is allocated.
Visualize and Manage the Inventory
Utilize visualization and search functionalities to efficiently manage and track the warehouse inventory.
Feel free to customize the information based on your specific application details. If you have any further questions or need additional assistance, let me know!