Professional Gold Exchange & Jewellery Management App
Download APK Β· Features Β· Tech Stack Β· Setup
Latest Release β Android APK
Install the APK directly on your Android device. No Play Store required.
KR Gold is a full-featured business management app built for Kanaparthi Ramesh Jewellers and Works, Jagtial, Telangana. It streamlines gold exchange operations β from order creation to customer billing β all from a mobile device.
Whether you're managing walk-in orders, tracking pending dues, or sharing bills on WhatsApp, KR Gold keeps your jewellery business running smoothly.
- Real-time gold rates β 24K, Thulam, and per 10g
- Today's order count, active orders, and pending dues
- Upcoming delivery alerts
- Create gold exchange orders with full ornament details
- Order status workflow:
Draft β Pending β Approved β In Progress β Completed - Bulk ornament requests per order
- PDF receipt generation
- One-tap WhatsApp bill sharing
- Customer directory with phone/name search
- Full order history and balance tracking
- Direct call & WhatsApp integration from the app
- Monthly and date-range sales reports
- Payment receipts and customer statement views
- Export to CSV/JSON for accounting
- Ornament photos organized per customer
- Duplicate detection & bulk delete
- Firebase Storage backed
- Configure shop info, gold rates, wastage & labour charges
- UPI & WhatsApp payment setup
- Data export and archive tools
| Layer | Technology |
|---|---|
| Framework | React Native + Expo (v54) |
| Language | TypeScript |
| Navigation | Expo Router (file-based) |
| Backend | Firebase (Firestore, Auth, Storage) |
| Auth | Email/Password + Google Sign-In |
| expo-print + expo-sharing | |
| Build | EAS Build (Expo Application Services) |
- Node.js β₯ 18
- Expo CLI (
npm install -g expo-cli) - Firebase project with Firestore, Auth, and Storage enabled
git clone https://github.com/Chintucode/kr-gold-mobile.git
cd kr-gold-mobile
npm install
npx expo startScan the QR code with Expo Go on your Android device.
# Install EAS CLI
npm install -g eas-cli
# Login and build
eas login
eas build --platform android --profile previewkr-gold-mobile/
βββ app/ # Screens (Expo Router)
β βββ (tabs)/ # Tab navigation
β β βββ index.tsx # Dashboard
β β βββ orders.tsx # Order list & management
β β βββ new-order.tsx # Create/edit orders
β β βββ reports.tsx # Financial reports
β β βββ customers.tsx # Customer directory
β β βββ gallery.tsx # Photo gallery
β β βββ settings.tsx # App settings
β βββ login.tsx # Authentication
β βββ _layout.tsx # Root layout
βββ components/ # Reusable UI components
βββ lib/ # Firebase, auth, state logic
βββ hooks/ # Custom React hooks
βββ constants/ # Theme, colors, layout
βββ assets/ # Icons, images, splash
Coming soon
Chintu β github.com/Chintucode
Built for Kanaparthi Ramesh Jewellers and Works, Jagtial, Telangana.
Made with β€οΈ using React Native & Firebase