sonicsoftware.in

Quotation Generator — Create Estimate Online

Create professional quotations in seconds with SonicBillX quotation maker.

Quotation/Estimate Details

Estimate for:
Does Quotation include Tax/GST?

#ItemQtyUnitRateAmount
1 0.00

Total: ₹ 0.00

Add your company's logo
(100×80 px)

`);win.document.close(); win.onload = () => { win.focus(); win.print(); win.close(); }; }function shareWhatsApp(){const quotation = quotationNo.value || ''; const amount = total.innerText || '0.00';const msg = `Hello,Please find your quotation details below:Quotation No: ${quotation} Total Amount: ₹ ${amount}Thank you.`;window.open( `https://wa.me/?text=${encodeURIComponent(msg)}`, '_blank' ); }function setThemeColor(color, el){ // Change theme color document.documentElement.style.setProperty('--primary', color);// Highlight selected circle document.querySelectorAll('.color-options span') .forEach(s => s.classList.remove('active'));el.classList.add('active'); }document.getElementById('logoInput')?.addEventListener('change', function(){ const file = this.files[0]; if(!file) return;const reader = new FileReader(); reader.onload = function(e){ uploadedLogoBase64 = e.target.result; }; reader.readAsDataURL(file); });document.addEventListener('blur', function(e){ if(e.target.classList.contains('rate')){ const val = parseFloat(e.target.value || 0); e.target.value = val.toFixed(2); recalc(); // update amount & totals } }, true);
Scroll to Top