Skip to content

JavaFX based application for documents organisation connected on AWS RDS Postgres

Notifications You must be signed in to change notification settings

aleksat90/documentation_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JavaFX based application for documents organisation connected on AWS RDS Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages