2017.10.30 Epicor -ERP
1 公司新用ERP系统,做使用培训,mark。。。
This course reviews the project management flow in the Epicor application. Topics include phase entries, project
analysis to analyze costs, and project progress monitoring.
Project management allows you to organize and plan the manufacture of projects that need to be controlled at different levels. Project management enables you to create, monitor, and complete complex manufacturing projects successfully. Upon successful completion of this course, you will be able to:
• Create work breakdown structure (WBS) phases.
• Define milestones to create project billing.
• Assign related jobs, sales orders, and quotes to a project.
• Use the Build Project Analysis process to analyze project costs and performance.
• Use Revenue Recognition to recognize project costs and revenue.
• Bill for projects.
2 Project Creation
1. From the New menu, select New Project.
2. In the Project ID field, enter XXX - KneeImplant (where XXX are your initials).
3. In the Description field, enter XXX - Knee Implant Development (where XXX are your initials).
4. In the Start Date field, select the date two months ago.
This is the date when the first phase will began.
5. In the End Date field, select today's date.
The project is planned to be completed within the two months period.
6. Click Save.
7. Navigate to the Contract > Detail sheet.
8. In the Customer field, enter BERLINMED and press Tab.
9. In the Total Contract Value field, enter 45,500.00.
10. In the Contract Start Date field, select the date two months ago.
11. In the Invoicing Method field, verify Customer Shipment displays.
This is the default invoicing method that you will use for this project.
12. In the Revenue Recognition Method field, verify Manual displays.
This is the default revenue recognition method you will use for this project.
13. Click Save.

The Project Costs sheet provides an overview of the costs for the entire project. Similar to the WBS Phase Costs sheet, the only fields available for input are the Budget and Manual CTC columns. Estimated costs are broken out by material, material burden, labor, burden, and subcontract operations carried by the manufacturing details of the linked job(s). As time and costs are reported against this project, they display in the Actual column.
3Review Revenue Recognition
Revenue Recognition displays the costs and revenue produced to-date by the project. You can decide what revenue you want to recognize based on the specified parameters. When the Epicor application generates journals, it uses the general ledger accounts associated with the sales category and product group codes for the sales order assigned to the project.
1. From the Actions menu, select Revenue Recognition. Revenue Recognition displays.
2. In the Cost of Sales Recognition pane, in the To be Recognized column, verify the following values display:
The To Be Recognized column displays the amounts for Labor, Burden, Subcontract, Material, Material Burden, and Other Direct Cost (ODC). You have the option to manually recognize the cost of sales (COS)
amounts differently from what the Epicor application suggests. This same concept applies to Revenue Recognition.

2017.10.30 Epicor -ERP的更多相关文章
- [软件工程基础]2017.10.30 第三次 Scrum 会议
决议 游心与李煦通沟通生成报告脚本问题,并调试相应代码 李煦通部署服务器,并做一定安全检查 石奇川设计实验流程和题库前端页面 王嘉睿爵测试网站基本流程,提出关于用户体验方面的建议 刘子渊阅读代码,为机 ...
- 2017/10 冲刺NOIP集训记录:暁の水平线に胜利を刻むのです!
前几次集训都没有记录每天的点滴……感觉缺失了很多反思的机会. 这次就从今天开始吧!不能懈怠,稳步前进! 2017/10/1 今天上午进行了集训的第一次考试…… 但是这次考试似乎是近几次我考得最渣的一次 ...
- 第18次Scrum会议(10/30)【欢迎来怼】
一.小组信息 队名:欢迎来怼小组成员队长:田继平成员:李圆圆,葛美义,王伟东,姜珊,邵朔,冉华 小组照片 二.开会信息 时间:2017/10/30 17:19~17:38,总计19min.地点:东北师 ...
- gnuWin32-mini-2016.10.30
2016-10-28 04:48 1,017,856 awk.exe ver 4.1.4 2016-10-29 00:26 77,312 bc.exe ver 1.06 2016-10-30 01:4 ...
- 背水一战 Windows 10 (30) - 控件(文本类): AutoSuggestBox
[源码下载] 背水一战 Windows 10 (30) - 控件(文本类): AutoSuggestBox 作者:webabcd 介绍背水一战 Windows 10 之 控件(文本类) AutoSug ...
- 2016.10.30 NOIP模拟赛 day2 PM 整理
满分:300分 直接全部爆零,真的是很坑啊! 10.30的题目+数据:链接:http://pan.baidu.com/s/1jHXLace 密码:i784 T1: 题目中的难点就是每次折叠的点可能应经 ...
- 九月 26, 2017 10:18:14 上午 com.sun.jersey.server.impl.application.RootResourceUriRules <init> 严重: The ResourceConfig instance does not contain any root resource classes.
Tomcat启动错误:九月 26, 2017 10:18:14 上午 com.sun.jersey.server.impl.application.RootResourceUriRules <i ...
- 10.30 正睿停课训练 Day12
目录 2018.10.30 正睿停课训练 Day12 A 强军战歌(DP 树状数组 容斥) B 当那一天来临(思路) C 假如战争今天爆发(贪心) 考试代码 B C 2018.10.30 正睿停课训练 ...
- Adobe Audition CC 2017 (10.0)安装教程
Adobe Audition CC 2017 (10.0)安装教程 注:下载地址在文章末尾 第一步:首先请将电脑的网络断开,很简单:禁用本地连接或者拔掉网线,这样就可以免除登录Creative Clo ...
随机推荐
- vim 设置 颜色值
编辑~/.vimrc文件,添加 set t_Co=8 t_Co即terminal Color之意 注意,将 t_Co 设置为256 (或8以外的所有值) 时,mark 的显示不是很正常.
- android 6 (API 23) 及更高版本 面向 NDK 开发者的 Android 变更
Android N 已经出来,有了好大的变化,对于我们开发者来说,最大的影响莫过于**NDK**相关东西. 以下是在中国谷歌开发者社区看到的.里面有好多的变化,欢迎大家来讨论. 发布人:开发顾问 Dm ...
- Python Network Programming
@1: 同步网络编程(也就是阻塞方式) 同步网络编程一次只能连接一个客户端. Server端: import socket def debugPrint(name, value): print(&qu ...
- ES6的十个新特性
这里只讲 ES6比较突出的特性,因为只能挑出十个,所以其他特性请参考官方文档: /** * Created by zhangsong on 16/5/20. */// ***********Nu ...
- python16_day14【jQuery】
一.作用域 1.作用域例一 <script> var str = "global"; //AO1 AO1.str function t(age){ console.lo ...
- Linux Shell编程第5章——文件的排序、合并和分割
目录 sort命令 sort命令的基本用法 uniq命令 join命令 cut命令 paste命令 split命令 tr命令 tar命令 sort命令 sort命令是Linux系统一种排序工具,它将输 ...
- PHP范例注册审核
<body> <h1>注册</h1> <form action="zcchuli.php" method="post" ...
- OPNET 安装运行问题总结
OPNET作为专业级网络仿真软件,其强大的功能使其在多个领域有广泛的应用.“越强大的软件,安装越闹心”,OPNET就是这样一款安装和运行的都很闹心的软件,这里简单转载和记录我安装OPNET和使用中的问 ...
- adas--智能驾驶辅助系统
先进驾驶辅助系统(Advanced Driver AssistantSystem),简称ADAS,是利用安装于车上的各式各样的传感器(可侦测光.热.压力等变数), 在第一时间收集车内外的环境数据, 进 ...
- 反射_获取字段的Description信息
var memInfo = enumType.GetType().GetMember(enumType.ToString()); var attributes = memInfo[0].GetCust ...