The screenshots of english language version collabration web application which is as following:

Include Android app(Native App -> Cordova Web App), window popup notification, responsive UI(Designed by myself),Ajax UE, dynamic permission engine(It can control html element block, url route, web Api), Message(Base on SingnalR, push the notification to Web Applicatoin Page,Winform Popup Dialog,Android App), Workflow Engine(As the message the task can be pushed to Web Applicatoin Page,Winform Popup Dialog,Android App), self and share calendar, multiple language support and so on.

It will be free to download, use and update, Win-Win is our belief.

When you need customization or you benefit from the web application you can donate to me.

1. Sign in page

2. Desktop navigation page(use SignalR to push the message to web page, android client, window popup client real time, you can see the UI of android in Chinese version)

3. Send message page(The online status is green when the user is online, you can see the "SupperAdmin" is online now)

4. Receive message

5. Calendar

6. Edit User

7. Workflow

8. Permssion

9. CRM Module

10. Mobile Responsive UI

Chinese language version, mobile app and workflow designer please visit the following link:

http://www.cnblogs.com/pangxiaoliang/p/collaboration.html

1. CollabrationWebApplication.zip is web application.
You should set the connectstring of nhibernate.xml first!
2. LogAnalyzer.zip is log analyzer.
You should open System.log at the root directory of the web application to find out
what is the issue occurs. (Log show the Class -> the Method -> the line with pdb file
and exception stack, you can find the bug immediately and report to me)
3. WindowsMonitor.zip is the monitor client of windows OS.
It will popup a dialog when get the message or task.
4. WorkflowDesigner.zip is the designer of the workflow.
You can design the workflow by yourself.
5. AndroidMonitor.zip is the monitor client of android OS.
It will show in notifycation bar of android when get the message or task. (Not upload now, you can ask me to get the apk file)

Free download to use:

Beta Version

Collabration Web Application Screenshot(English Language) Free download now!的更多相关文章

  1. You may receive an exception when you browse a .NET Framework 2.0 ASP.NET Web application

    SYMPTOMS When you browse a Microsoft .NET Framework 2.0 ASP.NET Web application, you may receive one ...

  2. Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques

    Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques Jan 04, 2017, Vers ...

  3. ModSecurity web application firewall (WAF) Research

    catalog . 引言 . OWASP ModSecurity Core Rule Set (CRS) Project . Installation mod_security for Apache ...

  4. WEB Application Development Integrator : 应用设置

    1.1.       系统安装 应用 Oracle EBS WEB Application Development Integrator WEB ADI在Oracle EBS 11.5.10.* 版本 ...

  5. Web Application Vulnerablities

    1. File inclusion berfoe start this caption  i make a conclusion for install third-part as follow I ...

  6. [Windows Azure] Adding Sign-On to Your Web Application Using Windows Azure AD

    Adding Sign-On to Your Web Application Using Windows Azure AD 14 out of 19 rated this helpful - Rate ...

  7. WEB APPLICATION PENETRATION TESTING NOTES

    此文转载 XXE VALID USE CASE This is a nonmalicious example of how external entities are used: <?xml v ...

  8. Creating an API-Centric Web Application[转]

    Creating an API-Centric Web Application 转自 http://hub.tutsplus.com/tutorials/creating-an-api-centric ...

  9. ASP.NET Core:CMD命令行+记事本 创建Console程序和Web Application

    今天看了Scott关于ASP.NET Core的介绍视频,发现用命令行一步一步新建项目.添加Package.Restore.Build.Run 执行的实现方式,更让容易让我们了解.NET Core的运 ...

随机推荐

  1. 每日英语:China's New Anti-Graft Website: A Tale of Tigers, Flies and Bath Tubs

    With considerable fanfare, China's anti-graft squad has rolled out a brand new website in the ongoin ...

  2. SQL中AND与OR的优先级

    突然发现,把基础给忘了,AND的优先级大于OR,试验如下: Oracle --Y ; --Y ) ; --No value ); 附,Oracle文档: http://docs.oracle.com/ ...

  3. vs2010静态链接Qt

    先按照这个帖子弄好静态库 http://www.cnblogs.com/rollenholt/articles/2518642.html 注意原文中config那一步最后一个"-" ...

  4. dvwa 源码分析(一) --- setup.php分析

    我们分析的第一个文件是setup.php,也是程序的安装文件. <?php define( 'DVWA_WEB_PAGE_TO_ROOT', '' ); require_once DVWA_WE ...

  5. phpexcel导出乱码

    在输出到浏览器时,要在head前加ob_end_clean();参考此文, ob_end_clean(); header('Content-Type: application/vnd.ms-excel ...

  6. Redis学习之(二)java运用

    都1.首先,如果要在java运用的话,就需要引入对应的jar包 https://pan.baidu.com/s/1Hu1mUX5XoE_HmUEFlU3XBg 2.还有一点注意的就是,我在使用JDK8 ...

  7. 【转】【Unity】实现全局管理类的几种方式

    本文原作者未知,转载自:http://blog.csdn.net/ycl295644/article/details/42458477 如何在Unity中实现全局管理类?由于Unity脚本的运行机制和 ...

  8. ansible 的user模块

    user模块与group模块 user模块是请求的是useradd, userdel, usermod三个指令,goup模块请求的是groupadd, groupdel, groupmod 三个指令. ...

  9. android ndk opencv jni 编译集成

    OpenCV (Open Source Computer Vision Library) https://docs.opencv.org/2.4/doc/tutorials/introduction/ ...

  10. tp-03 模板显示

    方式模板:$this->display(); 每当建立一个控制器  都要在view建立一个名字相对应的文件夹   在建立相对于的页面.