var fDesc=new Array(); fDesc[0] = "The program for the Service-centers on repair of radio equipment.
And not only.
Works as through the Internet and locally with base (mySQL).
For local work it is enough to establish a server on the computer and in programm to register
as a server localhost or 127.0.0.1.
Into the program enter:
Masterful (acceptance-workshop-delivery-search-returns-reports),
Spare parts (arrival-charge-write off -returns-reports),
Second-hand (purchase-completion -sale-search-reports),
Shop (arrival-sales-write off -returns-price lists-labels-reports),
Price-list (viewing-editing),
Cash (Incash-payments-Z-report-reports all operations),
Lists (typical malfunctions,constant clients,black list, IMEI-model, suppliers).
Also:
Auto detection of mark of the equipment in connection with serial number,
Flexible option templates of documents, (rtf format)
Support of a bar code in receipts and price lists, (code39)
Work with points (quantity not limited),
Each copy of the program can be adjusted as a point having set (ID),
Control system of users and priorities,
Import-export out-in Excel. (+ export in HTML).
In addition:
The editor of the Database, Note, Scheduler.
Chart-service.
Automatic Backup Bases. ( Opportunity of restoration from *.sql a file)."; 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 = ''; } }