AENZBi is a mobile business management and POS system built with React Native. It allows real-time sales invoice transactions and stock movement transactions, synchronized with an external endpoint using POST method and Bearer token authentication.
- Real-time sales invoice transactions
- Real-time stock movement transactions
- Bearer token authentication
- Integration with external endpoints
- Node.js
- npm
- React Native CLI
- Java Development Kit (JDK) for Android development
-
Clone the repository
git clone https://github.com/allyelvis/aenzbi-app.git cd aenzbi-app
-
Install dependencies
npm install
-
Place your AENZBi logo
Place your logo image in the
assets/images
directory. Ensure it is namedlogo.png
. -
Run the app
npx react-native run-android # For Android npx react-native run-ios # For iOS (requires macOS)
AENZBiApp/
│
├── assets/
│ └── images/
│ └── logo.png
│
├── modules/
│ ├── initSales.js
│ └── initStock.js
│
├── screens/
│ ├── HomeScreen.js
│ ├── SalesScreen.js
│ └── StockScreen.js
│
├── App.js
├── runner.js
├── index.js
├── package.json
└── README.md
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact us at itsupport@aenzbi.bi.