var fDesc=new Array(); fDesc[0] = "AccStar is a neat-simple-but-powerful, easy-to-use, full-featured accounting system. AccStar simplifies your business operation regardless of the business size. AccStar provides a robust feature set designed to meet even the most demanding processing needs. With powerful analysis, reporting and customization.
Features:
- Dual language, can be any language supported by windows. Add new language easily.
- Multi-location inventory.
- Manage serial number, lot number, two unit of measure, color and size stocks.
- User friendly, one navigation for every windows.
- No locked-popup windows.
- Flexible account structure, with unlimited sub account.
- View posted and un-posted general ledger entries.
- Complete, customizable reporting. No need to buy additional software to produce reports.
- Multicurrency support. Currency Revaluation at month-end or year-end.
- Flexible trial balance and Profit and Loss statement, you can specify the data period by day or year. You can modify report format by just drag and drop fields
- Powerful POS System.
- Reprint outstanding stock, account receivable or account payable.
- Unlimited price level, last price on each customer also support
- Sales Commission with vary conditions.
- Cancel posted Purchase order or Sales orders."; 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 = ''; } }