Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.25 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.25 KB

Introduction

Document collector is made for document organization. All date are saved on RDS Postgres on AWS exept files itself for the sake of speed, they are saved per request on local shared server. It can be replaced with E3 service as well. Idea of the app is to be installed on any computer and ultiemtly will be connected to the same DB.

Main window

At main window all documents are listed and categorized. Documents can be filtered per document type, language and date of creation. There is a search bar as well which shows results on typing. Every column can be sorted.

image

New document

Document number is created automatically. First two letters are document type then two digit current year and at the end 3 digit incremental part.

image

New revision

To create new revision, it is necessery to select document to which new revision will be added and browse for the document.

image

Note: due to privacy of Amazon RDS, these lines are deleted.