var fDesc=new Array();
fDesc[0] = "Personal Accountant covers all the aspects of Accounting and Inventory Management:
-Voucher - Journal, Payment, Receipt, Credit/Debit Notes, Contra & their respective registers.
-Sales - Tax Invoice, Sale Invoice, Excise Invoice, Goods Return, Damage Goods & their respective registers & Sale Book, Pending Orders.
-Purchase - Purchase, Purchase Return with their registers & reports, Pending Orders.
-Manufacturing - Production, Rejection/Wastage, Issue, Issue Return & their complete registers & reports, Resource Management.
Other features:
-Multi Company capability
-Doesn't require prior accounting knowledge
-Doesn't require any special training
-Minimum use of mouse required
-Create an Invoice without requiring a Quote or Sales Order
-Custom Invoice and Voucher print format(We can change Invoice and Voucher print format completely as per you requirement. It costs extra)
-Support for LAN
-Data security
-Advance printing options that allows user to save reports/print outs as Word, Text, PDF, HTML Documents
-Report are designed in such a way that they require least paper
-Organizes appointment with inbuilt scheduler(Pro version)
-User friendly interfaces
-Multiple Users & their rights management
-Easy Backup/Restore options
-Define Hot Keys according to your needs
-GST enabled";
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 = '';
}
}