A tiny app to manage inventory and keep track of orders and profits.
I made this for a family member who runs her own small shop, so it would not be suitable for large scale operations, in which case you should consider a more advanced solution like Shopify or Saleor.
Google Play: https://play.google.com/store/apps/details?id=com.hoangvvo.simpleshop
- Offline-first, free forever: Backed by SQLite, allowing importing, exporting data
- Light/Dark theme
- Multi-languages (See Supported languages)
- Import and sell orders: Use Import order to keep track of Stock and Cost and Sell order to keep track of revenue
- Product price/cost can be overridden, like for the time you give discount for your lovely neighbor
- Keep track of paid and delivered status
- Calculate the revenue and profits of sold products
- Can select date range of calculation
- Rank products by revenue and profit
- Update product info and set default sell price/import cost
- Manage customers to quick fill addresses
- Clone the source code
- Run
yarn
- Set up emulator or physical devices
- Run
yarn start
andyarn android
/yarn ios
in two different terminals
- Copy
simple-shop.keystore
file back intoandroid/app
. - Update the
*****
with the keystore password inandroid/gradle.properties
. - Run
cd android && ./gradlew bundleRelease
.
See LICENSE.