【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 ...
随机推荐
- POJ 2406 Power Strings (KMP)
Power Strings Time Limit: 3000MSMemory Limit: 65536K Total Submissions: 29663Accepted: 12387 Descrip ...
- cut
cut是一个针对行的数据选取命令 SYNOPSIS cut [OPTION]... [FILE]... OPTION -b 以字节为单位进行分割,如果是多字节的话就需要注意了 -c 以字符为单位进行分 ...
- zabbix_server 已死,但是 subsys 被锁
一开始 grant all privileges on zabbix.* to zabbix@localhost identified by 'password'; 将localhost改为ip后恢 ...
- mysql启动不成功显示The server quit without updating PID file的解决方法
上午在编译安装mysql的时候 就出现标题中的错误,经实践在第二步操作后启动成功,参考链接 链接http://linuxadministrator.pro/blog/?p=225 You may fa ...
- hadoop yarn configure
<property> <description>The minimum allocation for every container request at the RM, ...
- 【软件使用】Windows下的Objective-C集成开发环境搭建(IDE)
Objective-C是苹果软件的编程语言,想要上机学习.调试,有一个集成开发环境(IDE)方便很多.有三类方法搭建Objective-C的集成开发环境: 1) 使用苹果的平台,集成开发环境使用X ...
- 二维背包(钟神想要的)(不是DP)
[问题描述] 背包是个好东西,希望我也有.给你一个二维的背包,它的体积是? × ?.现在你有一些大小为1× 2和1×3的物品,每个物品有自己的价值.你希望往背包里面装一些物品,使得它们的价值和最大,问 ...
- 测试杂感:Bug Bash
缺陷大扫除(Bug Bash)是一项短期的全员测试活动.在微软,许多开发团队会在里程碑(milestone)的末期执行缺陷大扫除.程序员.测试员.程序经理.内部用户.市场人员在1~3天的时间窗口中,运 ...
- 【转】【C#】异常类 Exception 枚举所有类型的异常
一.基础 在C# 里,异常处理就是C# 为处理错误情况提供的一种机制.它为每种错误情况提供了定制的处理方式,并且把标识错误的代码与处理错误的代码分离开来. 对.NET类来说,一般的 异常类System ...
- C++创建对象的两种方式
C++创建对象有两种方式,在栈上创建对象(Objects on the Stack)和在堆上创建对象(Objects on the Heap). 假设我们有以下的类: #include <str ...