📝 Employee & Pay Info

💸 Deductions

    '+$('#psDoc').outerHTML+''); w.document.close(); w.print(); }); $('#resetBtn').addEventListener('click',()=>{ ['empName','coName','hours','rate','salary','otHours','fedRate','stateRate','ssRate','medicareRate','otherDed'] .forEach(id=>{ const el=$('#'+id); el.value = el.defaultValue; }); calc(); }); calc(); GZ.renderToolPage({ category: 'calc', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3','step4'], related: [ {icon:'💰', href:'/calc/salary-calculator.html', name:'Salary Calculator'}, {icon:'💸', href:'/calc/hourly-paycheck-calculator.html', name:'Hourly Paycheck'}, {icon:'🧾', href:'/text/invoice-template-generator.html', name:'Invoice Generator'}, {icon:'💵', href:'/calc/tax-refund-estimator.html', name:'Tax Estimator'}, ] });