Sale Entry

Sale Entry
 
Lot Product Specification Price Qty Total Remove
(function(){ var container = document.getElementById('sale_totals_block'); if(!container) return; var fields = [ { cls: 'grand_total', placeholder: 'Total', readonly: true }, { cls: 'discount', placeholder: 'Discount', readonly: false }, { cls: 'final_total', placeholder: 'Final Amount', readonly: true }, { cls: 'paid_amount', placeholder: 'Paid Amount', readonly: false }, { cls: 'balance_amount', placeholder: 'Balance', readonly: true } ]; fields.forEach(function(f){ var input = document.createElement('input'); input.type = 'number'; input.className = f.cls; input.placeholder = f.placeholder; if(f.readonly) input.setAttribute('readonly', 'readonly'); input.style.cssText = 'padding:8px; border:1px solid #ccc; border-radius:4px; width:150px;'; container.appendChild(input); }); })();
if(!current_user_can('sales_user')){ wp_die('Access Denied'); }
Shopping Cart
  • Your cart is empty.