Pasal Manager
Smart Business · Better Growth
or
Pasal Manager
What is your shop called?
You can change this anytime
Switch Branch

🔏 Sahi-Chhap

Pakka Proof banaunu parchha...
Tamper-proof digital record · ~5 seconds
✅ Pakka Proof taiyar bhayo
Verifying...
Tamper-Proof Digital Record
Verifying record...
Powered by Pasal Manager · Digital Verification
🌅
Daily Morning Summary
Get a 7 AM push notification with your top debtors, yesterday's profit, and supplier dues.
🔏
Add Digital Sahi-Chhap?
Creates a tamper-proof record of this udhaar. Share as proof link with the customer.
Point camera at barcode
(function autoLoginFromReact(){ const params = new URLSearchParams(location.search); const guestParam = params.get('guest'); if(!guestParam) return; const shopName = decodeURIComponent(guestParam); let attempts = 0; const tryAutoLogin = setInterval(()=>{ attempts++; if(attempts > 50){clearInterval(tryAutoLogin); return;} if(typeof showGuestSetup === 'function' && typeof confirmGuest === 'function'){ clearInterval(tryAutoLogin); try{ showGuestSetup(); setTimeout(()=>{ const input = document.getElementById('guest-shop-input'); if(input){input.value = shopName; confirmGuest();} }, 150); }catch(e){} } }, 100); })();