0

At the company I work for, we have an intranet that provides employees with access to a wide variety of documents. These documents fall into several categories and subcategories, and each of these categories have their own web page. Below is one such page (each of the links shown will link to a similar view for that category):

http://img16.imageshack.us/img16/9800/dmss.jpg

We currently store each document as a file on the web server and hand-code links to these documents whenever we need to add a new document. This is tedious and error-prone, and it also means we lack any sort of security for accessing these documents. I began looking into document management systems (like KnowledgeTree and OpenKM), however, none of these systems seem to provide a categorized view like in the preview above.

My question is ... does anyone know of any Document Management System that allow for the type of flexibility we currently have with hand-coding links to our documents into various webpages (major and minor , while also providing security, ease of use, and (less important) version control? Or do you think I'd be better off developing such a system from scratch?

gnat
  • 6,213
  • 108
  • 53
  • 73
cmptrgeekken
  • 8,052
  • 3
  • 29
  • 35

5 Answers5

1

If you are trying to categorize the files or folders in the document management system, That's not a difficult task. You only need to access to admin panel to maintain the folders or categorize the folders enter image description here

In Laserfiche, You can easily categorize your folders regarding the departments and can also be subcategorized them

0

We also faced a similar problem. However version control was more on our priority and we did look into many solutions in and around. We found Globodox extremely easy to install and use and more important the support team was absolutely fantastic

Rahul
  • 1
0

My question is ... does anyone know of any Document Management System that allow for the type of flexibility we currently have with hand-coding links to our documents into various webpages (major and minor , while also providing security, ease of use, and (less important) version control? Or do you think I'd be better off developing such a system from scratch?

Well there are companies that make a living selling doc management software. Anything you can get off the shelf is going to be a huge time saver, and its going to be better than anything you could reasonably develop by hand.

I've used a few systems:

Sharepoint: although I hear some people don't like it, I didn't either ;)

HyperOffice worked really well for my company of around 150 employees and has all the features you describe.

Current company uses Confluence, I like it :) But its probably one of those tools whose pricetag isn't worth it, especially if you're only using a subset of its features like doc management.

I haven't used it, but one guy I know raves about Alfresco, a free and open source doc management system. I looked at its website, seems simple enough to use.

Community
  • 1
  • 1
Juliet
  • 80,494
  • 45
  • 196
  • 228
0

Try Mayan EDMS, it's Django based, and open source, used it as a base and build the custom features you wish on top of it.

Code location: https://gitlab.com/mayan-edms/mayan-edms

Homepage at: http://www.mayan-edms.com

The project is also available via PyPI at: https://pypi.python.org/pypi/mayan-edms/

Roberto Rosario
  • 1,818
  • 1
  • 17
  • 31
0

You should look into Alfresco. It's extremely extensible and provides a lot of ways of accessing the repository.

Note: click the "Developers" tab for the community edition.

Boden
  • 4,149
  • 9
  • 43
  • 56