mirror of
https://github.com/tsahbazoglu/fms.git
synced 2026-04-25 15:05:52 +03:00
No description
| architect | ||
| common | ||
| constants | ||
| converter | ||
| datamodel | ||
| factory | ||
| fgtpswd | ||
| fms-ear | ||
| fms-ejb | ||
| fms-war | ||
| logger | ||
| notification | ||
| outsider | ||
| page | ||
| pivot | ||
| service | ||
| table | ||
| util | ||
| workflow | ||
| .gitignore | ||
| LICENSE | ||
| pom.xml | ||
| README.adoc | ||
: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/. ----