【Moqui业务逻辑翻译系列】--UBPL index
h2. [UBPL Introduction]
ubpl介绍
h2. [Actor Definitions]
行为定义
h2. General Business Process Stories
通常的商业处理故事 * Marketing
市场营销
** [Product Marketer Maintains Product Information]
产品的市场营销人员维护产品信息
** [Marketer Maintains General Site Content]
市场营销人员维护通常的地址信息
** Product Market Study
有关产品市场的学习
** Advertising
广告
** Customer Tracking
顾客追踪 * Procure to Pay, Demand to Inventory
取得支付,存活需求。
** Sales Forecasting
销售前景
** Inventory Level Monitoring
存货等级监控
** [Buyer Places Purchase Order]
购买者建立购买订单
** [Accountant Receives Invoice and Sends Payment]
会计人员接受发票并且付款
** [Shipment Receiver Receives Shipment]
装货的人员收货物
** [Inventory Mover Puts Away Inventory]
库存搬运人员减少库存 ** [Shipment Receiver Receives Shipment with Packing Slip but No PO]
货运人员接收货物并打包但是没有邮政汇票
* Opportunity to Order
订购的机会
** Through Sales Representative
有销售代表的方式
*** [Sales Representative Seeks Prospects and Opportunities]
销售人员有代表性的寻找潜在顾客和销售机会
*** [Sales Representative Leads Prospects from RFQ to Sales Order]
销售人员引导潜在客户从要求报价到确认订单
*** [Customer Requests Quote from Cart]
顾客从购物车中获得报价
*** [Customer Places Order for Quote]
顾客从报价确认订单
** Customer Direct
顾客直接购买的方式
*** [Customer Finds Product]
顾客查找产品
*** [Placing Customer Adds Product to Cart]
顾客将产品加入购物车
*** [Customer Creates and Edits Account (Profile)]
顾客创建和编辑账户(概要)
*** [Placing Customer Places a Sales Order (Through CSR)]
顾客建立一个销售订单(通过客户服务代表)
*** [Placing Customer Places a Sales Order (Online Checkout)]
顾客建立一个销售订单(在线支付)
*** [Placing Customer Places a Sales Order (Through EBay)]
顾客建立一个销售的订单(通过易趣)
*** [Customer Reviews Order History and Status]
顾客复合订单历史和状态
*** [Customer Cancels Order]
顾客取消订单 * Order to Cash
订单支付
** [Company Approves Sales Order]
公司同意销售订单
** [Company Fulfills Sales Order]
公司满足销售订单
** [Accountant Sends Invoice and Receives Payment]
会计人员邮寄发票接受汇款
** [Carrier Does Not Deliver Shipment to Customer]
邮递员没有将货物投寄给顾客
** [Carrier Returns Undeliverable Shipment to Company]
邮递员将没有送达的获取返回公司 * Return Management
退回管理
** [Customer Returns Product]
顾客退回产品
** [Company Processes Return Received]
公司处理退回产品 * Warehouse Management
仓库管理
** [Inventory Mover does Stock Move]
仓库搬运人员库存移动
** [Inventory Mover Checks Physical Inventory]
仓库搬运人员检查存活 * Manufacturing
生产
* Financial Management
财务管理
** Budgeting
预算
** Internal Financial Analysis (management metrics, balanced score card)
内部财务分析(度量管理,平衡分数卡)
** External Reporting (government, investors, etc)
外部报告(政府,投资者等等) * Accounting
账单
** Financial Accounts
财务账单
** [Bank Reconciliation]
银行调解
** Periodic Reporting
定期的报告 * Work Plan to Pay
工资的工作计划
** Projects and Tasks
项目和任务
** Requests
请求
** Time and Expense Recording
时间和消费记录
** Receive and Pay Vendor/Worker Invoice
接收并支付商贩和工人的发票
** Send Client Invoice, Receive Client Payment
邮寄给顾客发票,并接收客户支付。 h2. Stories for Specific Types of Organizations
特殊组织类型的故事
* [Story of Online Retail Company]
在线零售公司的故事
* Story of Manufacturer
生产者的故事
* Story of Professional Services Company
专业服务公司的故事
* Story of Service Provider
服务提供者的故事
* Story of Service Provider Alliance
联合服务提供者的故事 h2. OAGIS Scenarios
开放应用集成规范的情景介绍
* [OAGIS Order to Cash]
开放应用集成规范从订单到支付
* [OAGIS Work to Cash]
开放应用集成规范从产品到支付
* [OAGIS Demand to Inventory]
开放应用集成规范从需求带库存
【Moqui业务逻辑翻译系列】--UBPL index的更多相关文章
- 【Moqui业务逻辑翻译系列】--UBPL Introduction同意的商业处理文库介绍
h1. UBPL Introduction 通用的商业处理文库介绍h4. Why a Universal Business Process Library? 为什么需要通用的商业处理文库? The g ...
- 【Moqui业务逻辑翻译系列】Sales Representative Seeks Prospects and Opportunities 销售代表寻找期望合作对象和机会
h1. Sales Representative Seeks Prospects and Opportunities 销售代表寻找期望合作对象和合作机会 h4. Ideas to incorporat ...
- 【Moqui业务逻辑翻译系列】Shipment Receiver Receives Shipment with Packing Slip but no PO
Shipment Receiver receives shipment. It has invoice tucked into it. Receiver records vendor name, ve ...
- 【Moqui业务逻辑翻译系列】Story of Online Retail Company 在线零售公司的故事
h1. Story of Online Retail Company 在线零售公司的故事 Someone decides to sell a product. [Product Marketer Ma ...
- 学习Git的基本业务逻辑
1,基本业务逻辑(假设针对index.html文件中内容): 1,在init版本库之前已写好开头部分:index 对index进行git init版本库: 进入到文件夹中,git init git a ...
- 翻译:使用 ASP.NET MVC 4, EF, Knockoutjs and Bootstrap 设计和开发站点 - 6 - 业务逻辑
Part 3: 设计逻辑层:核心开发 如前所述,我们的解决方案如下所示: 下面我们讨论整个应用的结构,根据应用中不同组件的逻辑相关性,分离到不同的层中,层与层之间的通讯通过或者不通过限制.分层属于架构 ...
- ASP.NET MVC+EF框架+EasyUI实现权限管理系列(4)-业务逻辑层的封装
原文:ASP.NET MVC+EF框架+EasyUI实现权限管理系列(4)-业务逻辑层的封装 ASP.NET MVC+EF框架+EasyUI实现权限管系列 (开篇) (1):框架搭建 (2) ...
- RxJava系列番外篇:一个RxJava解决复杂业务逻辑的案例
之前写过一系列RxJava的文章,也承诺过会尽快有RxJava2的介绍.无奈实际项目中还未真正的使用RxJava2,不敢妄动笔墨.所以这次还是给大家分享一个使用RxJava1解决问题的案例,希望对大家 ...
- 9.6 翻译系列:数据注解之Index特性【EF 6 Code-First系列】
原文链接:https://www.entityframeworktutorial.net/entityframework6/index-attribute-in-code-first.aspx EF ...
随机推荐
- 有关Azure存储帐号监视器中的度量值
在一次故障排错中,发现存储帐号监视器里'成功百分比'(该度量值的源选择的是blob)这个度量值始终是低于100%.引出几个问题: 1. 这个度量值所代表的意义? A: 存储基于REST协议,对服务的访 ...
- 通用cube refresh方案
通用cube refresh c# script 解决方法: 需要设置的变量如下: User::varcubename,User::varolapconnstr,User::varolapdbname ...
- Hadoop 概述
Hadoop 是 Apache 基金会下的一个开源分布式计算平台,以 HDFS 分布式文件系统 和 MapReduce 分布式计算框架为核心,为用户提供底层细节透明的分布式基础设施.目前,Hadoop ...
- uva133-S.B.S.
The Dole Queue In a serious attempt to downsize (reduce) the dole queue, The New National Green Lab ...
- <转>如何进行code review
转自: http://pm.readthedocs.org/zh_CN/latest/codereview/howto.html 如何进行code review? code reivew是保障代码质量 ...
- 程序清单 8-8 exec函数实例,a.out是程序8-9产生的可执行程序
/* ============================================================================ Name : test.c Author ...
- 关于MySql全文索引
从 Mysql 4.0 开始就支持全文索引功能,但是 Mysql 默认的最小索引长度是 4.如果是英文默认值是比较合理的,但是中文绝大部分词都是2个字符,这就导致小于4个字的词都不能被索引,全文索引功 ...
- 021医疗项目-模块二:药品目录的导入导出-介绍poi类
我们使用的是.10版本 Apache POI - the Java API for Microsoft Documents,Apache POI 是用Java编写的免费开源的跨平台的 Java API ...
- WPF:如何为程序添加splashScreen(初始屏幕)
原文:http://www.cnblogs.com/chenxizhang/archive/2010/03/25/1694606.html 官网: https://msdn.microsoft.com ...
- Windows Phone 简介
中文官网 https://dev.windowsphone.com/zh-cn Windows Phone SDK 7.1 http://www.microsoft.com/zh-cn/downloa ...