Powered by Monitrix Corporate Services
Customer Portal
अपने solar project का status track करें, invoice download करें, और referral earnings देखें।
अपना registered mobile number और OTP enter करें
RS
Ramesh Singh

📊 Welcome back, Ramesh ji!

3 kW
Installed Capacity
🌞
1,847
Units Generated (month)
💰
₹78,000
Subsidy Received
🤝
₹6,500
Referral Earned
⚡ Project Status
3kW On-Grid Solar System — PM Suryaghar
📍 Fatehabad, Haryana📅 Started: Jan 15, 2025Ref: ST-2025-001
In Progress
75% Complete — Net Metering in progress
🚀 Quick Actions
💬 WhatsApp Help

⚡ My Solar Project

3kW On-Grid Solar System — PM Suryaghar Yojana
📍 Village Fatehabad, Haryana 📅 Booked: Jan 10, 2025 🔢 Ref: ST-2025-001 🔋 Waaree Panels + Growatt Inverter
In Progress — 75%
System Size
3 kW On-Grid
Solar Panels
Waaree 400W × 8
Inverter
Growatt 3kW On-Grid
Subsidy Claimed
₹78,000 ✅
Net Meter Status
Applied — Pending
Expected Completion
Feb 28, 2025
📋 Activity Log

🌞 Energy Generation

Monthly Generation — 2025
1,847
Units This Month
₹2,216
Bill Saved
9,240
Total Units (YTD)
☀️ Max: 72.4 units/day (June) 💰 Total Savings: ₹11,088 🌿 CO₂ Offset: 3.2 tonnes

🧾 Invoices & Receipts

💡 All invoices include GST. For any billing query, contact: info@mymonitrix.com or 9996102301

🤝 Referral Dashboard

₹6,500
Total Earned
₹2,500 pending payout
3
Total Referrals
2
Converted
₹4,000
Paid Out
💰 Commission Structure
Project TypeCommissionPayment Time
Residential Solar (₹50K–₹1L)₹2,000After installation
Residential Solar (₹1L–₹2L)₹4,000After installation
Commercial Solar (₹2L–₹5L)₹8,000After 50% payment
Agricultural / Solar Pump₹5,000After installation
Industrial Solar (5kW+)₹15,000–₹25,000On project completion
📋 Referral History
📤 Share करें
💬 WhatsApp 📘 Facebook

🔧 Service Request

New Service Request
AMC, cleaning, inspection या repair के लिए request करें
📋 Previous Service Requests
Panel Cleaning
Dec 15, 2024 • Ref: SVC-2024-003
✅ Completed
Annual Maintenance Check
Oct 5, 2024 • Ref: SVC-2024-001
✅ Completed
// Demo user data const DEMO_USERS={ '9876543210':{otp:'1234',name:'Ramesh Singh',initials:'RS',refCode:'RS9876'} }; function doLogin(){ const mob=document.getElementById('loginMobile').value.trim(); const otp=document.getElementById('loginOTP').value.trim(); const err=document.getElementById('loginError'); if(DEMO_USERS[mob]&&DEMO_USERS[mob].otp===otp){ const u=DEMO_USERS[mob]; err.style.display='none'; document.getElementById('loginWrap').style.display='none'; document.getElementById('portalWrap').style.display='block'; document.getElementById('userAvatar').textContent=u.initials; document.getElementById('userName').textContent=u.name; document.getElementById('welcomeName').textContent=u.name.split(' ')[0]; document.getElementById('refLinkDisplay').textContent=`https://solartrix.in/?ref=${u.refCode}&utm_source=referral`; initPortal(); } else { err.style.display='block'; } } function logout(){ document.getElementById('portalWrap').style.display='none'; document.getElementById('loginWrap').style.display='flex'; document.getElementById('loginMobile').value=''; document.getElementById('loginOTP').value=''; } function showTab(name,btn){ document.querySelectorAll('.tab-panel').forEach(p=>p.classList.remove('active')); document.querySelectorAll('.tab-btn').forEach(b=>b.classList.remove('active')); document.getElementById('tab-'+name).classList.add('active'); btn.classList.add('active'); } function initPortal(){ buildSteps('dashSteps',4); buildSteps('projStepsFull',4); buildActivityLog(); buildEnergyChart(); buildInvoices(); buildRefHistory(); } const STEPS=[ {label:'Survey\nDone',icon:'📋'}, {label:'Installation\nDone',icon:'🔧'}, {label:'Subsidy\nApplied',icon:'📄'}, {label:'Net Meter\nPending',icon:'⚡'}, {label:'Complete',icon:'✅'} ]; function buildSteps(elId,currentIdx){ const el=document.getElementById(elId); if(!el)return; el.innerHTML=STEPS.map((s,i)=>`
${i
${s.label}
`).join(''); } function buildActivityLog(){ const logs=[ {date:'Feb 20, 2025',msg:'Net Meter application submitted to UHBVN. Expected: 15 days.',type:'info'}, {date:'Feb 15, 2025',msg:'Solar installation completed! System is live.',type:'success'}, {date:'Feb 12, 2025',msg:'Subsidy of ₹78,000 applied on PM Suryaghar portal.',type:'success'}, {date:'Jan 20, 2025',msg:'Material delivered: 8× Waaree 400W panels + Growatt 3kW inverter.',type:'info'}, {date:'Jan 15, 2025',msg:'Technical sanction received from UHBVN.',type:'success'}, {date:'Jan 10, 2025',msg:'Project booked. Site survey completed.',type:'info'}, ]; document.getElementById('activityLog').innerHTML=logs.map(l=>`
${l.type==='success'?'✅':'ℹ️'}
${l.msg}
${l.date}
`).join(''); } function buildEnergyChart(){ const months=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']; const vals=[980,1120,1450,1620,1800,2240,2190,2050,1840,1620,1240,1050]; const max=Math.max(...vals); document.getElementById('energyChart').innerHTML=vals.map((v,i)=>`
${v<1000?v:(v/1000).toFixed(1)+'k'}
${months[i]}
`).join(''); } function buildInvoices(){ const invs=[ {num:'INV-ST-2025-001',desc:'3kW Solar System Installation — Phase 1',date:'Jan 15, 2025',amount:'₹85,000',status:'paid',type:'Installation'}, {num:'INV-ST-2025-002',desc:'Balance Payment — System Completion',date:'Feb 15, 2025',amount:'₹42,000',status:'paid',type:'Installation'}, {num:'INV-ST-2025-003',desc:'Annual Maintenance Contract (AMC) — 5 Years',date:'Feb 20, 2025',amount:'₹15,000',status:'paid',type:'AMC'}, {num:'INV-ST-2024-001',desc:'Site Survey & Documentation Charges',date:'Jan 10, 2025',amount:'₹2,000',status:'paid',type:'Survey'}, ]; document.getElementById('invoiceList').innerHTML=invs.map(inv=>`
🧾
${inv.num}
${inv.desc} • ${inv.date} • ${inv.type}
${inv.amount} ${inv.status==='paid'?'✅ Paid':'⏳ Pending'}
`).join(''); } function buildRefHistory(){ const refs=[ {name:'Suresh Kumar',village:'Fatehabad',date:'Feb 5, 2025',project:'3kW Residential',comm:'₹4,000',status:'approved'}, {name:'Manpreet Singh',village:'Sirsa',date:'Jan 20, 2025',project:'2kW Residential',comm:'₹2,000',status:'approved'}, {name:'Priyanka Devi',village:'Hisar',date:'Mar 1, 2025',project:'Site Survey Booked',comm:'₹2,500',status:'pending'}, ]; document.getElementById('refHistoryList').innerHTML=refs.map(r=>`
${r.name} — ${r.village}
${r.project} • ${r.date}
${r.status==='approved'?'✅ Paid':'⏳ Pending'} ${r.comm}
`).join(''); } function downloadInvoice(num){ showNotif('📥 Downloading '+num+'... (PDF generation होगी production में)'); // Production: window.open('/api/invoices/'+num+'/pdf') } function copyRefLink(){ const link=document.getElementById('refLinkDisplay').textContent; navigator.clipboard.writeText(link).then(()=>showNotif('✅ Referral link copied!')); } function submitService(){ showNotif('✅ Service request submitted! 24 hours में callback मिलेगा।'); } function showNotif(msg){ const t=document.getElementById('notifToast'); t.textContent=msg;t.classList.add('show'); setTimeout(()=>t.classList.remove('show'),3000); } // Allow Enter key on log