Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Document Management Syatem

Document Management Syatem

Scheduled Pinned Locked Moved Design and Architecture
csharpdatabasesql-serversysadminbeta-testing
6 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Odd Arne
    wrote on last edited by
    #1

    Hi all, I've started designing a document management system based on SQL Server and vb .net. I find this an interesting project, why? Document management systems have grown to be too complex. What are the main subjects to cover? I want to control the document flow through a product development project, then to the production cycle and maintenance. This means avoiding a catalog structure and always looking for the latest versions of CAD data, bill of materials and so on. It would be nice to have some feedback, is this a good idea? Best regards, OAT Norway

    S R L P D 5 Replies Last reply
    0
    • O Odd Arne

      Hi all, I've started designing a document management system based on SQL Server and vb .net. I find this an interesting project, why? Document management systems have grown to be too complex. What are the main subjects to cover? I want to control the document flow through a product development project, then to the production cycle and maintenance. This means avoiding a catalog structure and always looking for the latest versions of CAD data, bill of materials and so on. It would be nice to have some feedback, is this a good idea? Best regards, OAT Norway

      S Offline
      S Offline
      Sir Dot Net
      wrote on last edited by
      #2

      Sharepoint is flexible, and, I find relatively simple to utilize and learn, plus there are TONs of examples, source code, add ons, and it's industry standard, uses SQL Server, can use .NET plugins, and more... Seems kinda like a moot effort to write your own.

      1 Reply Last reply
      0
      • O Odd Arne

        Hi all, I've started designing a document management system based on SQL Server and vb .net. I find this an interesting project, why? Document management systems have grown to be too complex. What are the main subjects to cover? I want to control the document flow through a product development project, then to the production cycle and maintenance. This means avoiding a catalog structure and always looking for the latest versions of CAD data, bill of materials and so on. It would be nice to have some feedback, is this a good idea? Best regards, OAT Norway

        R Offline
        R Offline
        Robin_Roy
        wrote on last edited by
        #3

        Yes, its a brilliant idea. On the contraty, you can check for existing technologies like MOSS or DotNetNuke or other CMS on the features they provide.

        1 Reply Last reply
        0
        • O Odd Arne

          Hi all, I've started designing a document management system based on SQL Server and vb .net. I find this an interesting project, why? Document management systems have grown to be too complex. What are the main subjects to cover? I want to control the document flow through a product development project, then to the production cycle and maintenance. This means avoiding a catalog structure and always looking for the latest versions of CAD data, bill of materials and so on. It would be nice to have some feedback, is this a good idea? Best regards, OAT Norway

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Odd Arne wrote:

          is this a good idea?

          That depends on what you're trying to achieve. There's a lot of those out there, and lots of competition means that there's a living market. You stated yourself that the current DMS-systems are too complex. Do a quick-poll on your collegues and ask them what annoys them most about the current system. Ask them what features they miss, places where people get stuck, make a list - and check it twice :) If you're looking for a fun project from which one can learn, then I'd say that you'd chosen a good candidate.

          I are Troll :suss:

          1 Reply Last reply
          0
          • O Odd Arne

            Hi all, I've started designing a document management system based on SQL Server and vb .net. I find this an interesting project, why? Document management systems have grown to be too complex. What are the main subjects to cover? I want to control the document flow through a product development project, then to the production cycle and maintenance. This means avoiding a catalog structure and always looking for the latest versions of CAD data, bill of materials and so on. It would be nice to have some feedback, is this a good idea? Best regards, OAT Norway

            P Offline
            P Offline
            puri keemti
            wrote on last edited by
            #5

            Should includes (1) Business workflow (Approval system) (2) Access Level (Permission/Role) (3) Parsing of image documents (4) Versioning control (5) download and upload of documents

            1 Reply Last reply
            0
            • O Odd Arne

              Hi all, I've started designing a document management system based on SQL Server and vb .net. I find this an interesting project, why? Document management systems have grown to be too complex. What are the main subjects to cover? I want to control the document flow through a product development project, then to the production cycle and maintenance. This means avoiding a catalog structure and always looking for the latest versions of CAD data, bill of materials and so on. It would be nice to have some feedback, is this a good idea? Best regards, OAT Norway

              D Offline
              D Offline
              David Lario
              wrote on last edited by
              #6

              I am currently going down the same path and creating project and document management database software. I started the project because our company (4 employees) would not buy typical management software which is aimed at larger projects and companies. I started using excel, then had a brief stint in Outlook then I moved to Access and I am currently evaluating the move to C++ and mySQL. Anyhow my journey so far I have done the following things: So far I have done the following: Outlook (Dont try programming with vbscript (forms for contacts, calender, tasks ...) unless you are a sucker for punishment) Synchronize routines for outlook contacts to access Rewired the outlook calendar to a timesheet program. It now synchronized with my access timesheet database. I rewired the task manager to a project manager and then ran synchronization routine through exchange server to my other workers, but I kept overloading the buffers. This pretty much convinced me to switch over to ACCESS. Document Control Created a standard document that outline the font and format that all my documents all look and feel the same. Created excel and word templates that I base my forms, letters and so forth off of. I did write a little routine for document control which helps me know which document are allowed for use with my other employees. Document Folders Decide whether your folder locations will be and whether this information will be hard wired into the program or will you created a database that will track and add this information as your company changes. I created routine to create the folder structure automatically with each new project to maintain the consistency of the work flow. One problem that I am battling with my IT is that they want my folder paths to be reduced which affects file access and backing up data. Synchronization I plan to be able to incorporate using your laptop or packaging information on your jump drive to work at home or on the road. In effect I have created addition fields in my table with reference the origin of data, which would reference the equipment and the ID number of the field of the remote table. The other thing that I am tracking is Created Date, Modified Date, and Accessed Date which is something that typical word processing documents use. I am contemplating adding more fields such as the person who created or modified or last accessed the data. It would me more used to track how bad data was entered into the main database. Search Engine With project management an

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups