var fDesc=new Array(); fDesc[0] = "You can use LedgerPlus as an accounting system for any organization that needs a general ledger or cashbook. With LedgerPlus all account balances are calculated dynamically so that the standard accounting reports can be created for any arbitrary date or period without the need for a period close or roll-over.
LedgerPlus, like it says in the program name, has many pluses besides Ledger. Here are some features of the LedgerPlus: automatic tax calculations, automatic depreciation (SL or DB) calculations, cashbook search function, import transactions from CSV file, attach a scanned image to each entry, barcode lookup on sale items, free-format text entry to show on invoice, and much more."; 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 = ''; } }