RPA ROI Calculator Pro Documentation · v2.0.0
A professional Django application for calculating, visualizing, and reporting Return on Investment for Robotic Process Automation (RPA) initiatives.
unzip RPA-ROI-Calculator-Pro.zip
cd RPA-ROI-Calculator
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Open http://127.0.0.1:8000
Docker (recommended)
docker-compose up --build -d
docker-compose exec web python manage.py migrate
docker-compose exec web python manage.py createsuperuser
docker-compose exec web python manage.py collectstatic --noinput
Manual Deployment
.env with production values (DEBUG=False, PostgreSQL URL)gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3Core Calculator - Real-time ROI calculation, 8 key metrics (Monthly Savings, Annual Savings, ROI %, Time Saved, Payback, Break-Even, FTEs Saved, NPV), implementation complexity auto-rating.
FTE Savings - Full-Time Equivalent employees freed up by automation. Configurable staffing inputs.
Multi-Year Projections - 1 to 5 year configurable projection period. NPV with adjustable discount rate.
Sensitivity Analysis - Interactive sliders for Transactions, Time Saved, Error Reduction. Tornado chart showing variable impact. Worst/best case values.
Process Templates - 10 pre-built templates across 6 categories (Finance, HR, IT, Operations, Customer Service, Compliance).
Reports & Exports - PDF, CSV, and Excel with professional formatting. Report download history.
User Experience - Full dark mode, responsive design, 8-page built-in help center.
Per-user preference for EUR, USD, or GBP. Affects all displays, charts, and exported reports.
Set your license key in .env:
LICENSE_KEY=RPAROI-XXXX-XXXX-XXXX-XXXX
Without a key the app runs in demo mode (all features work, but shows a demo indicator).
/help/Product: RPA ROI Calculator Pro
Type: Digital Product
Version: 2.0.0
Updated: Apr 14, 2026