- Receipt generation and printing
- Pooja management system
- Backup functionality
- SQLite database for offline storage
- Auto-update capability
- Works completely offline
- Secure and reliable data management
- Go to the Releases page
- Download the latest version's installer (
SIMS TRS Setup x.x.x.exe) - Run the installer
- Choose your installation directory when prompted
- Launch SIMS TRS from:
- Desktop shortcut
- Start Menu
- Installation directory
The application will automatically check for and notify you about updates.
- Windows 10 or later
- At least 512MB RAM
- 200MB free disk space
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto launch the development version
npm start— Launch in development modenpm run build— Create development buildnpm run dist— Create distribution package
- Context Isolation enabled
- Node Integration disabled
- Secure IPC communication
- Local SQLite database
- Automatic updates via GitHub releases
If you encounter any issues, please:
- Check the Issues page
- Create a new issue if your problem isn't already reported
The application automatically checks for updates on startup. When an update is available:
- You'll receive a notification
- Choose to download and install
- The app will restart automatically to apply the updateeipt System)
A comprehensive desktop application for managing temple receipts and poojas.
- Uses Electron’s latest stable version
- Secure:
contextIsolation: true,nodeIntegration: false - Loads
src/index.htmlas the startup page - Includes
main.js(main process) andpreload.js(safe IPC exposure) - Folder structure:
/src,/db,/assets,/css,/js - No network dependencies; all assets are local
npm start— Launch the Electron appnpm run build— (No build step required for this skeleton)
- Run
npm installto install Electron locally. - Run
npm startto launch the app.
Replace placeholder files and folders as needed for your project.