【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 ...
随机推荐
- iBus
0.闲言 闲来无事,重新玩玩Ubuntu,于是先把Ubuntu13.04删了(为什么是13.04?我也不知道)翻出14.04U盘安装,还算顺利,就是不知道为什么DiskGenius为什么一直提示分区表 ...
- nginx 平滑升级tengine
wget http://tengine.taobao.org/download/tengine-1.5.1.tar.gz //下载Tengine1.5.1版本 tar zxvf tengine-1. ...
- Reading WebSites
oracle http://www.eygle.com/archives/2006/02/the_sun_repays_industriously.html 蕃茄土豆: https://pomotod ...
- codeforces 709E E. Centroids(树形dp)
题目链接: E. Centroids time limit per test 4 seconds memory limit per test 512 megabytes input standard ...
- Android数据存储(一)----SharedPreferences详解
一.Android数据的存储方式: Android系统一共提供了四种数据存储方式.分别是:SharePreference.SQLite.Content Provider和File:此外还有一种网络存储 ...
- Java Executor并发框架(二)剖析ThreadPoolExecutor运行过程
上一篇从整体上介绍了Executor接口,从上一篇我们知道了Executor框架的最顶层实现是ThreadPoolExecutor类,Executors工厂类中提供的newScheduledThrea ...
- eclipse的使用-------Text File Encoding没有GBK选项的设置
eclipse的使用-------Text File Encoding没有GBK选项的设置 2013-12-25 09:48:06 标签:java myeclipse使用 有一个项目是使用GBK编码的 ...
- Spring MVC之cookies跟session 数据绑定
在我最早接触web开发的中学时代,学习的asp技术对于session的概念其实很清楚 Session("username")="张三"下次要用的时候,直接用se ...
- yum报错:Error: xz compression not available
测试服务器(centos6.5)经过一段时间的折腾,有一天在上面进行yum操作时突然出现下面的报错: Error: xz compression not available 最后经过一番排查,发现原因 ...
- POJ 3974 Palindrome
D - Palindrome Time Limit:15000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Sub ...