Features
Digger intranet has more than enough features of to go round, and while separately they are not as developed as those of more pricey Intranet solutions, they give all the functionality that most mid-sized businesses would require. The base IOS package comes free of charge, with Digger making their money from selling add-ons, modifications, and even a trendy line of merchandise — ranging from branded mugs to T-shirts and even thongs. The free IOS package is missing several parts of the administration system, without which some information has to be manually entered in the database. At the time of publishing, the "Admin Pak" with all these missing features costs a reasonable $99.99. It seems that Digger have reached a good comprise between being commercial and offering open-source software.
So let's take a dive into some of the features of Intranet Open Source.
Projects
Much of the time management system revolves around projects. In defining a project, you can select which staff members will make up the team, and also at what rate they are to be paid. Disappointingly, creating a test project generates the following not-so-friendly message:
Error Occured:
Error # -2147217900 Syntax error in INSERT INTO statement.
SQL = INSERT INTO tbl_projects_budget (project_id, employeetype_id, employee_id, rate, hours)
VALUES (11, 2, 0, 115, )
Oh dear, something has clearly gone pear-shaped. The syntax error above will be obvious to anyone with SQL experience, and was caused by accidentally leaving part of a form blank (a problem which basic form validation would have solved). These kinds of errors can be ironed out by reporting them on the developer's message board. While virtually all pieces of software contain some 'bugs', you'd hope a business-critical system wouldn't suffer from these easily-solved glitches — emphasizing the importance of keeping up-to-date with new patches from the developer.
Once you've created your project (which works perfectly, providing you fill in the form correctly), there are several functions to make use of:
- Tasks: You can split your project into tasks, and delegate those tasks to members of the team. Those tasks will then automatically be added to your calendar, accessible via the front page.
- Timecards: Timecards allow an employee to record what work has been completed, and will also allow you to view a log of all of the work done for a particular client or project.
Go to page: 1 2
Printer Friendly Version