Shop Manager is a simple Android application for managing shop invoices. It allows you to add products with their price and GST, easily search for products, add them to the cart, and generate invoices seamlessly.
- Automatic GST Calculation – GST is automatically applied based on product details.
- Invoice Printing – Generate and print invoices directly from the app.
- Completely Offline – No internet connection required, all data is stored locally using Room Database.
- Product Management – Add, edit, and manage products with ease.
- Smart Search – Quickly search for products to add them to the cart.
- Cart Management – Modify quantities and finalize purchases efficiently.
- Clone the repository:
git clone https://github.com/yourusername/shop-manager.git
- Open the project in Android Studio.
- Build and run the project on an emulator or a physical device.
- Android API Level 21+
- TargetSDK 35
- Kotlin support
- XML UI with View Bindings
- Add your products in the product management section.
- Use the search functionality to find products and add them to the cart.
- Adjust quantities as needed.
- Generate and print invoices with automatically calculated GST.
This is a sample project and is not recommended for real-world business use.







