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. 每日英语:Hong Kong Lifestyle Strains City's Resources

    Hong Kong's rapacious consumption and waste production is straining its natural resources and could ...

  2. vue打包空白,图片没加载,背景颜色没有渲染出来-配置秘诀

    找到config文件夹下的index.js文件修改一下位置 看清楚是 build(上边还有个dev 是开发环境下的配置,不需要改动)下的 assetsPublicPath :将‘/’改为‘./’ 在c ...

  3. 关于 \t 水平制表符 Horizontal Tab (TAB)

    今天在学learn python the hard way ex26修改的时候,有一个关于\t的问题,下面分别为代码以及输出结果: 1 poem = """ 2 \tTh ...

  4. java 从数据库取值反射给变量

    在 javaweb开发中,往往一些通用的属性都定义到常量类中,而常量类中的常量又怎么赋初始值呢,可以再配置文件,可以直接赋值,可以在webstart的时候从数据库查询出来数据赋值 从数据库查询数据出来 ...

  5. 用C#写一个多进程监控自动关机工具

    因为据说某server开着就很贵,所以我们跑完测试的job后就要赶紧关机才行,但是测试的job要跑很久,过程中又不需要干什么,所以就得有个守家的,有时候会走很晚.如果有一个自动化关机的工具就好了,当指 ...

  6. vim复制粘贴常用命令

    在Windows下我们习惯的操作,复制单个字符,复制单行多行,删除单行多行,在linux的vim中操作如下: G(shift+g+g):跳到文档尾 g+g:跳转到文档首 home键:光标移动到行首 e ...

  7. 多核CPU上python多线程并行的一个假象

    GIL 与 Python 线程的纠葛 GIL 是什么东西?它对我们的 python 程序会产生什么样的影响?我们先来看一个问题.运行下面这段 python 程序,CPU 占用率是多少? # 请勿在工作 ...

  8. ajax的datatype选项的值

    jquery ajax方法 1."xml":返回 XML 文档,可用 jQuery 处理. 2."html"::返回纯文本 HTML 信息:包含的 script ...

  9. Android实例-ImageList与Image的应用

    procedure TForm1.Button1Click(Sender: TObject);var  oSizeF: TSizeF;beginoSizeF.cx:=10;//发现这个值小了会增加马赛 ...

  10. Red Hat快捷键操作

    Red Hat快捷键操作 .使用虚拟控制台 登录后按“Alt+F2”键可以看到“login:”提示符, 这就是第二个虚拟控制台. 一般新安装的Linux有四个虚拟控制台, 可以用“Alt+F1”到“A ...