You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

一个 用户界面 是一个应用的前端用户界面. 最终用户通过用户界面使用系统.
一个应用可以包含 1 个或多个用户界面. 用户界面可以使用不同的主题, 包含不同的菜单页面,例如表单, 列表, 报表, 图形, HTML等内容.

 

表单 用于提交,获取/显示数据信息.

有许多现成的表单元素可用, 从简单的文本字段到复杂的表单表格.

在样例应用 HR Expenses Claim 应用中, 以普通员工 (Cat) 登录,并点击 New Expenses Claim 查看表单详情. 填写表单并点击 完成 提交表单.

 

数据列表 (或简称 列表 ) 以清单表格方式显示报告数据, 并提供分页, 排序, 筛选和导出功能.

退出系统以 Cat  的经理 Clark登录, 然后点击 Approver Inbox 菜单. 页面呈现一个任务列表, 在此样例中,Clark将看到来自 Cat 的申请.


The task created shows a workflow process in action, where a task is routed to the appropriate person.

The process may also involve integration to external systems such as sending emails or updating external databases. 

As Clark, click on the Approve Claim link to view and approve Cat's submission.


The HR Expenses Claim App demonstrates a process driven app. To see a different type of app in action, launch the Simple CRM in the App Center. This app is focused on data management, providing a no-frills approach to manage accounts, contacts, opportunities and cases.

 

 

 

  • No labels