var fDesc=new Array(); fDesc[0] = "GTC Invoicing System - Enhanced Edition is designed for SMEs to prepare sales invoice, vendor invoice, and to control inventory, account receivable and payable. To cope with compressive business environment, GTC Invoicing System supports multi location, multi currency, multi language and multi taxation. User friendly interface minimize learning time.
Features:
- Sales Invoice Entryand Sales Return Entry : user friendly data entry interface
- support multi warehouse
- support multi-currency: invoice currency can be different from default currency and exchange rate can be edited daily as per spot rate
- invoice item support service item or remark item
- support multi stock selection
- stock sales costing methods including average cost, standard cost and last purchase price, can be determined by user. The authorized user can modify the cost price for each transaction
- 3 level accumulated discounts
- last price for each customer to all stocks will be recorded and be automatically used in next transaction"; 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 = ''; } }