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. Tomcat的URL中文乱码解决以及传输优化

    默认的tomcat容器如果直接使用get方式在url中传中文时,传到后台接收会是乱码. 乱码问题 原因: tomcat默认的在url传输时是用iso8859-1编码. 解决方案一: 在使用get传输参 ...

  2. Linux作为路由器(一)

    前言:Linux主机可以作为路由器使用,利用路由转发功能实现不同网络内的主机能够相互通信,利用iptables的SNAT功能来实现企业内网主机访问互联网,下面做个小的实验. 实验环境:VM (1)路由 ...

  3. LocationActivity

    package com.baidu.location.demo; import com.baidu.baidulocationdemo.R;import com.baidu.location.BDLo ...

  4. dp之多维背包hdu4501

    思路:将v1,v2,k都当作一种体积,每种物品只能取一次,求max....... 反思:以前写背包,由于只有一个体积,所以习惯性的在for中,就所取的最小值限制,而在这次,因为这里导致wa了,具体是因 ...

  5. 在N个元素的数组中获取K个元素的所有组合问题

    可以写循环,也可以用模块. 百度许久找到一个博客 http://blog.sina.com.cn/s/blog_4a0824490101f1kc.html 详细介绍了Algorithm::Combin ...

  6. iphone 6plus 下app里的状态栏和界面会被放大的问题//以及设置APP闪屏页/APP图标流程

    //设置APP闪屏页/APP图标流程如下 2.6Plus界面显示变大以及APP图标变大是由于上面图片的AppIcon以及LaunchImage造成的,主要是由于找不到对应的3x图片,或者改3x图片尺寸 ...

  7. C语言 · 素数求和

    算法提高 素数求和   时间限制:1.0s   内存限制:256.0MB      问题描述 输入一个自然数n,求小于等于n的素数之和 样例输入 2 样例输出 2 数据规模和约定 测试样例保证 2 & ...

  8. MyEclipse SVN 下面切换用户的解决方案

    configuration\org.eclipse.core.runtime\.keyring 删除MyEclipse下面的文件. 或者修改服务器端的用户密码.

  9. scala实现彩票算法

    scala实现彩票算法 (1)具体实现代码如下: package hw1 import scala.util.control._ /** * @author BIGDATA */ object Cp ...

  10. hdu 1595 find the longest of the shortest(dijstra + 枚举)

    http://acm.hdu.edu.cn/showproblem.php?pid=1595 大致题意: 给一个图.让输出从中删除随意一条边后所得最短路径中最长的. . 思路: 直接枚举每条边想必是不 ...