Hi
The problem is a number of warehouses with files in boxes the boxes are owned by different departments, a department can of course own more than one box.
Against a box we have meta data, normally something like
Description
Date for Destruction
Cost Code
ID
No more than 10 pieces of meta data.
Against a file we have pretty much the same
Person
Date for Destruction
Description (255 text)
ID
Box
Name
Surname
Date of Birth
Location in warehouse
Again no more than 10 pieces
Now some of these files have been scanned as tiff some as pdf, and the paper may or may not exist anymore.
Currently users have to search at least two systems one holding the physical indexes in the warehouse and one of their electronic copies. In reality there are many electronic indexes as many departments have their own electronic document store (a bunch of CD?s).
For the physical warehouse I have a database with three main tables department, box, file and the meta data against each within that table.
So I was thinking would it be a good idea and could I achieve it with Alfresco to convert my three tables into spaces for departments (with attributes) spaces for a boxes (with attributes) and a document for a file, if the file existed it would be a tiff or a pdf, if it did not exist it would be an empty document as a placeholder for the physical file (again with attributes)
Documents are normally searched for either via ID, Surname, or something in description, but users who have electronic archives would like to be able to search across and within the documents themselves (when text based pdfs). The ID?s are not unique and a list is returned and the user browses to find what they think might be the best match.
I am not at all married to the notion of index documents, but it felt right (with no experience granted).
There are too many physical documents to import and the departments have differing budgets so some could be scanned but not all of the so I am always going to have to consider physical paper documents.
If everything can be put into alfresco then great, I am guessing we would just have entries that contained zero length files and meta data pointing to what they are and where they are located in the warehouses.
Hopefully this explains my problem in more detail.
Regards
Peter