total = toCurrency(total); total2 = toCurrency(total*7/100); total3 = total+total2;
function allamount(){ numitems=document.getElementById('tbl_sitems').rows.length-1; itemsqty = document.getElementsByName('itemsqty[]'); itemstax = document.getElementsByName('itemstax[]'); itemstotaltax = document.getElementsByName('itemstotaltax[]'); itemsuprice = document.getElementsByName('itemsuprice[]'); itemsprice = document.getElementsByName('itemsprice[]'); itemsprice2 = document.getElementsByName('itemsprice2[]'); itemstotalprice = document.getElementsByName('itemstotalprice[]'); var tax = 0; var total = 0; for(i=0;i<numitems;i++){ iqty = parseInt(itemsqty[i].value); //Items quantity tip = iqty*toCurrency(parseFloat(itemsprice2[i].value)); //Calculate total item price titax = iqty*toCurrency(parseFloat(itemsuprice[i].value))*toCurrency(parseFloat(itemstax[i].value)/100); //Calculate total item tax tax += titax; total += tip; itemstotaltax[i].value = toCurrency(titax); itemstotalprice[i].value = toCurrency(tip); } total = toCurrency(total); total2 = toCurrency(total*7/100); total3 = total+total2; tax = toCurrency(tax); var subtotal = toCurrency(total-tax); document.getElementById('vtax').value=tax; document.getElementById('vattt').value=total2; document.getElementById('vtotal').value=total3; document.getElementById('vtotal2').focus(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง