Cyberience Projects is a Web-based project management application built using the PHP CodeIgniter framework. Its main features are project and task collaboration; client Management and invoicing; user management; and time tracking. All of these features are integrated together to increase the productivity and management of your team and projects.
| Tags | Office/Business Scheduling Information Management Issue Tracking |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP SQL |
Recent releases


Changes: The project has been rebranded and completely rewritten using the PHP CodeIgniter framework. It has been reset to version 1.0.


Changes: A new interface was implemented. The Gantt chart was improved. Extensive testing hub functionality was added. A major improvement was made to the timetracking feature.


Changes: Various architectural enhancements. File upload disk space measurement. AJAX inline edit enhancements.


Changes: Wiki functionality was added. CSS style changes were made, constituting a major redesign of layout and navigation. Charts based on FusionChartsFree were added. Drag n Drop was implemented for thead, tbody, and tfoot. Checkpoints were updated from the checklist page. SQL was update for bugs. A checklist matrix bug was fixed. A file tree is displayed. Calendar bugs were fixed. An online feedback response form was added. Internet Explorer 7 compatibility bugs were fixed. A Gantt chart was added for milestones. Project history functionality was added.


Changes: A complete redesign of the layout and functionality. Enhanced usability and improvements to the interface, and some AJAX inline editing functionality.
- All comments
Recent commentsInstallation Program has a bug
The installation program has a bug it generates a insert statement, however one filed headertext got missedout and that is throwing the error.
I just added this, if the author can look into this and fix then it would be great.
INSERT INTO `cpm_settings` (unq, name, bug_status, bug_severity, bug_section, bug_type, bill_status, invoicefoot1, invoicefoot2, invoicefoot3, receiptfoot1, receiptfoot2, receiptfoot3, currencytext,headertext,footertext) VALUES (1, 'iGATE', 'Closed,Fixed,New,Open,Rejected,Reopen', '1 - Low,2 - Medium,3 - High,4 - Urgent,5 - Critical', 'Announcement,Database,Documentation,General,Interface,Other,Reception,Support', 'Announcement,Annoying,Bug Report,Content Request,Feature Request,Feedback,General,Other,Usability', 'Completed,In Progress,Invoice Due,Invoice Paid,Invoice Sent', 'Please make cheques payable to Company Name', 'or alternatively payments can be made direct to our bank as follows:', 'Bank of Anywhere, Sort Code: 00-00-00, A/C No: 00000000', 'Received with Thanks', 'If you have been satisfied with our services,', 'please recommend us to your friends, family and colleagues.', '£','Header', 'Thank you for choosing Company Name')