【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 ...
随机推荐
- C语言变参问题
C++中有函数重载这种方法,以供我们调用时要可以不确定实参的个数,其实 C 语言也可以,而且更高明! 我们在stdio.h 中可以看到 printf() 函数的原型: int printf(char ...
- 记一次hadoop datanode进程问题分析
症状:datanode进程还在,但是在web ui接口发现该节点已经被置为dead节点.监测datanode进程日志,开始时一直狂刷很忙,后来停止刷新日志. 分析datanode进程日志,发现如下一些 ...
- 边工作边刷题:70天一遍leetcode: day 73
Read N Characters Given Read4 I/II 要点:这题的要点就是搞清楚几个变量的内在逻辑:只有buffer是整4 bytes的.而client要读的bytes(需求)和实际上 ...
- 解密TDE加密数据库
1 找到加密的数据库,new query 2 执行sql 语句:ALTER DATABASE database_name SET ENCRYPTION OFF; DROP DATABASE ENCR ...
- opencv3.1 + opencv_contrib编译记事(win7下)
折腾了好几天,终于把opencv3.1加上一个额外的包opencv_contrib编译好了.(总体来说编译opencv就是填坑!!!) 最后我编译成功的是mingw版本的.也就是结合了Qt4.7+cm ...
- 2014 Super Training #1 F Passage 概率DP
原题: HDU 3366 http://acm.hdu.edu.cn/showproblem.php?pid=3366 本来用贪心去做,怎么都WA,后来看网上原来是一个DP题. 首先按P/Q来做排 ...
- Android网络之数据解析----使用Google Gson解析Json数据
[声明] 欢迎转载,但请保留文章原始出处→_→ 生命壹号:http://www.cnblogs.com/smyhvae/ 文章来源:http://www.cnblogs.com/smyhvae/p/4 ...
- mantis安装
curl -O http://jaist.dl.sourceforge.net/project/mantisbt/mantis-stable/1.2.19/mantisbt-1.2.19.tar.gz ...
- android初学问题集
1. Manifest中的Application tag用途? 2. java中的组件设计模型是指什么? 3. java Bean是指什么? 4. Proxy-Stub设计模式又指的是什么? 有要的网 ...
- jquery的children方法和css3选择器配合使用
$(".pid").children("ul:nth-child(2)");//获取拥有pid类元素下的第二个ul元素 $(".pid"). ...