No description
Find a file
2021-01-05 11:48:28 +03:00
architect set version 2020-09-25 14:55:16 +03:00
common non-functional changes 2021-01-02 22:57:27 +03:00
constants non-functional changes 2020-12-25 13:27:47 +03:00
converter PF8 upgrade 2021-01-02 23:07:11 +03:00
datamodel modify ajax functionality for rendering input file component 2021-01-05 01:29:10 +03:00
factory resolve field.defaultValue 2020-12-30 00:59:37 +03:00
fgtpswd set version 2020-09-25 14:55:16 +03:00
fms-ear set version 2020-09-25 14:55:16 +03:00
fms-ejb set version 2020-09-25 14:55:16 +03:00
fms-war modify ajax functionality for rendering input file component 2021-01-05 01:20:24 +03:00
logger set version 2020-09-25 14:55:16 +03:00
notification set version 2020-09-25 14:55:16 +03:00
outsider throws FormConfigException on config read failure 2020-12-23 00:15:22 +03:00
page force to upload required attachments 2021-01-04 11:43:21 +03:00
pivot PF8 upgrade 2021-01-02 23:07:11 +03:00
service PF8 upgrade 2021-01-02 23:07:11 +03:00
table modify ajax functionality for rendering input file component 2021-01-05 11:48:28 +03:00
util non-functional changes 2021-01-02 23:00:57 +03:00
workflow PF8 upgrade 2021-01-02 22:57:58 +03:00
.gitignore extend gitignore 2020-09-25 17:57:05 +03:00
LICENSE add license and change readme 2020-09-23 10:13:12 +03:00
pom.xml set version 2020-09-25 14:55:16 +03:00
README.adoc cleanup README 2020-10-12 16:47:15 +03:00

:toc: left
:toc-title: Content
:toclevels: 3
:sectnums:
:sectnumlevels: 3
:docinfo: shared


= FMS : Form Management System
telman şahbazoğlu <tsahbazoglu@tspb.org.tr>
v1.0.0, 2018-03-06
:title-logo-image: image::tspb_logo.png[]


== About

FMS (Form Management System) project is aimed to accelerate development and deployment process of widely used form types like registration forms, tables and pivot input.

All you need to do is accustom the configuration script file to your needs and import it to mongodb.

You will get both the data structure and Web GUI in one shot.

Check out our live project configuration files to discover all the features.

== Install

All installation process had been documented and dockerized in fms-docker repository

*link:https://github.com/tsahbazoglu/fms-docker[fms-docker^]*

== Live Site

|===
|url      | *link:http://uys.tspb.org.tr[uys.tspb.org.tr^]*
|username | DENEME_KURUM
|pswd     | 123
|===


== License

All code found in this repository is licensed under LGPL v3

----
Copyright (C) 2012-2019 Turkish Capital Market Association

http://tspb.org.tr

This file is part of Form Management System

Form Management System is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or 
(at your option) any later version.

Form Management System is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License 
along with Form Management System. If not, see http://www.gnu.org/licenses/.
----