aenzbi-app

AENZBiApp

Overview

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.

Features

Setup Instructions

Prerequisites

Installation

  1. Clone the repository

     git clone https://github.com/allyelvis/aenzbi-app.git
     cd aenzbi-app
    
  2. Install dependencies

     npm install
    
  3. Place your AENZBi logo

    Place your logo image in the assets/images directory. Ensure it is named logo.png.

  4. Run the app

     npx react-native run-android  # For Android
     npx react-native run-ios      # For iOS (requires macOS)
    

Project Structure

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, please contact us at support@aenzbi.com.