var fDesc=new Array(); fDesc[0] = "Qslip maintaines customer list to speed data entry: recalls bank numbers on imported deposits, and performs auto-fill of customer name and bank number on user-entered deposits.
Features:
-Prints to pre-printed business-size deposit slips (any size that will run through a printer).
-Fully customizable list of deposit slip formats.
-Can print to double-sided, multi-column and QB Native formats.
-Printable deposit report.
-Option to print any combination of Customer Name, Memo Check Number or Bank Number on deposit slip in the Bank No. area.
-Prints on side 1: Date, Currency total, Coin total, Bank Numbers (see above) & Check Amounts, Checks total, Checks total from side 2, Sub Total, Cash Back Amount, Deposit total; plus rotated 90° Deposit total and Check count.
-Prints on side 2: Bank Numbers (see above) & Check Amounts, Checks total.
-Optional settings to print Depositor Name, Address & Account #, Bank Name & Address, plus an additional custom field on slip.
-All the above fields can be positioned anywhere on the slip, or not printed.
-Dollar and cents amounts are positioned separately.
-Spacing between characters on amounts can be set to fit in pre-printed columns/boxes, or decimal and/or thousands separator can be used.
-Separate font settings for Date, Bank No, Amounts, Depositor Info, Bank Info and Custom field."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }