var fDesc=new Array(); fDesc[0] = "1C:Enterprise is directly competitive with SAP and Microsoft Dynamics. In contrast to them 1C:Enterprise has open price policy, better rapid application development and inexpensive solutions.


Main Features:

- customer relationship management (CRM);
- private/public sector accounting and accounting in non-profit organizations;
- accounting and reporting for private entrepreneurs;
- payroll calculation and HR management;
- sales and warehouse;
- manufacturing;
- financial planning;
- report consolidation;
- and other.

Requirements:

Supported operating systems:
- Windows Server 2008
- Windows Server 2003
- Windows Server 2000
- Windows Vista
- Windows XP
- Windows 2000
- Debian GNU/Linux 4.0
- ALT Linux 2.4
- ASP Linux 11
- Red Hat Enterprise Linux 4 update 4
- Fedora Core 6
- Fedora Core 5
- Fedora Core 4
Supported Relational Database Management Systems:
- 1C:Enterprise (non DBMS file mode)
- SQL Server 2008
- SQL Server 2005
- SQL Server 2000 SP4
- PostgreSQL 8.3.3
- PostgreSQL 8.2.4
- PostgreSQL 8.1.5
- IBM DB2 Express-C 9.5
- IBM DB2 Express-C 9.1
- Oracle Database (1C:Enterprise 8.2)"; 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 = ''; } }