gmis-logo

This is a page for -gMIS ( -吉密斯 ) --
general Management Information System.
-通用管理信息系统
-gMIS

0. What:

gMIS: A general-purpose management information system software.

It is a general Management Information System based on -GWA2 and configurable I/O.
gMIS 是一种基于 -GWA2吉娃兔( ufqi.com/dev/gwa2 ) 的通用管理信息系统软件,具有可配置的输入和输出接口。
可以在其上构建各种管理应用软件系统,如
内容管理系统(CMS),客户资源管理(CRM), 企业资源计划管理(ERP),
办公自动化系统(OA)等, 以及各种行业应用管理系统软件,如
人力资源管理系统(HR),学生管理,档案管理,旅游管理,图书管理,
商品管理及业务运营支撑系统等等。
实现零代码开发、搭建各种管理信息系统(Management Information System).

-gMIS is a -GWA2 based Management Information System (MIS) software with configurable input and output interfaces.
Various management application software systems can be built on it, such as
Content Management System (CMS), Customer Resource Management (CRM), Enterprise Resource Planning Management (ERP),
Office automation systems (OA), as well as different industry application management system softwares, such as
Human Resource Management System (HR), Student Management, Archive Management, Tourism Management, Book Management,
Commodity management and business operations support systems, etc.
With zero code development, -gMIS can build a set of management information systems (MIS) software in a minute.

Lower Costs, 较低成本; Better Productivity, 较高效率.

By: Zhenxing Liu, Shujuan Wang, Ding Xu, Shaopeng Xu, Cecil Yuan

Fig.1. An overview of gMIS
gmis

Fig.2. The flowchart of gMIS (in case of PHP)
gmis

Main Contents:

“In a demand-driven opinion, we faced increasing requests of creating enormous table-based management tools
for operation teams in years of 2005-2010 at ChinaM, an affiliate of Telstra in Beijing.
Those shared some common functions and most of them just needed to achieve basic goals (CURDLS) for a table.
So we conducted many practices to find one to meet this kind of demand, for all, forever.”

Its source code locates in -GitHub-Wadelau , and its live demo lives in -gmis .

This project has been started and pondered during the study in Univ. of Derby,
and it is based on some observations and demands from ChinaM. In the short time in Sina Corp,
it has been created from top to down and the polishing work are continuing and lasting till now.

This application has been filed by Copyright Protection Center of China, reference ID: 2015R11L514106 .

Contents/目录
A. 系统设计说明/Design Manual Sections ................................. 6
1. MIS, GWA2 and gMIS ........................................... 6
2. gTbl Class .............................................................. 7
3. Extra IO .............................................................. 11
3.1. Inline editing ........................................... 11
3.2. Input2Select ................................................ 12
3.3. Wysiwyg .................................................. 12
3.4. Dialogs ................................................... 13
3.5. TO-DO.......................................................... 13
4. Tags ................................................ 13
5. Actions ................................................. 15
6. Triggers ............................................... 17
7. Dynamic Modules ............................................ 18
8. Full-function Searching ........................................... 20
9. Security, Firewall-style Auditing........................... 20
10. To-do ...................................................... 22
10.1. Automatic Modules and Tags Setup .................... 22
10.2. API ................................................. 22
10.3. i18n................................................. 22
11. Document history.......................................... 22
B. 系统开发说明/Developers Manual Sections ............ 23
12. 导航菜单动态调整 ..................................... 23
13. 后台挂表操作 ................................................ 24
14. 字段JavaScript和CSS修饰 .......................... 25
15. 公共设施 .......................................... 26
15.1. HTTP POST ........................................ 26
15.2. 邮件发送 Send Mail ............................ 26
15.3. 字符串组件String Utilities ..................... 26
15.4. 简单路由Simplified-Routing ........................ 27
15.5. 调试Debug........................................... 27
15.6. 图片组件resize Image ............................... 27
15.7. 日期组件 Date Picker ................................ 27
16. 异步删除演示删除/Delete delay ..................... 28
17. To-do ................................................... 28
C. 升级及维护记录/Updates and Maintenances ................ 29
18. 两例inline editing的使用案例——未来可视化编辑的趋势 .... 29
19. gMIS更新–增强导航栏搜索,显示页面过滤脚本字符 .............. 30
20. gMIS主要更新201404 ...................................... 31
21. -gMIS 更新–增加“不等于”操作符 .............................. 35
22. 一例网络应用开发的bug分析 ................................. 36
23. -gMIS更新:增加input2Select功能 ....................... 38
24. -gMIS更新兼容Strict SQL Mode ........................... 41
25. -gMIS更新:增加input2Select功能(2) ........................ 42
26. -gMIS更新:增加默认主页和多层全路径 .................. 43
27. -gMIS更新:getSelectOption, getTblRotateName, 附件管理, toExecl等...... 45
28. -gMIS 更新:字符串处理,op字段及github ..................... 46
29. -gmis更新201505,增加linkfieldcopy ............. 48
30. -gMIS更新:增加input2Select功能(3) ................ 49
31. 一种debug方法的实现 ............................ 52
32. 删除确认、删除异步及删除延时,delete confirm,aysnc and delay ..... 55
33. -gMIS, -GWA2, -GTAjax 一并更新 ................. 59

1. Usage:

1.1. Please download and read, and install it.

-gMIS Installation Script .

gmis install script
1.2. Create tables for business / 根据业务需求创建数据表(待管理对象):
create tables for business
1.3. Mount tables into -gMIS / 在 -gMIS 中挂接数据表菜单:
mount tables in menu list of -gMIS
1.4. Manipulate the data of tables after reload the page / 现在可以对数据进行管理了在刷新页面菜单之后:
data list list of -gMIS
1.5. (Optional)Config the table and its fields if necessary / (选做)如有必要对数据表及其字段进行输入、输出的配置:
data list list of -gMIS

2. Download:
2.1. Manual book / 开发及使用手册: gMIS full paper.
2.1. Source code / 程序源码开源: -GitHub-Wadelau.


3. Screen shots/截图:
-gmis-menu-setting
菜单项自助设置
 

-gmis-input2select
输入变选择,即搜即得
 

-gmis-endless-embed-window
表间数据嵌套
 

-gmis-instant-menu
即时菜单
 

-gmis-powerful-navigator
多功能检索与过滤
 

-gmis-ppt-presentation
宣讲PPT
 

4. Update Blogs:
-gMIS Updates
 

5. -gMIS @ -GitHub:
-github-gmis


6. -gMIS Demo / 演示及样例系统:
-gmis-demo
http://ufqi.com/dev/gmis/gmis-demo/
账号: gmis@ufqi.com / gmispwd


7. -gMIS Licensed / 版权已注册:
gmis-copyright
It is welcome to deply -gMIS for free at you convenience. Resale is prohibited without paper's authorization.
欢迎免费使用, 欲转售,请联系作者获得授权.
自 2020年起, gMIS 吉密斯 遵循开源软件协议 Apache License 2.0.


8. 联系与支持:
wadelau@ufqi.com, wadelau@hotmail.com
QQ Group: 574413066


Back to UFQI dev.

自然域名(NatureDNS):   -gMIS , -gmis
Tips: 'Ctrl + F' to search in the page; right click and select 'Save as' can save a local copy of this page.
Technical support: wadelau at gmail.com .
Since Feb 2011