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 ...
随机推荐
- git发布代码到github过程和常见错误
在对git有了基本了解之后,并且常常看到很多人在github上发布代码和开源项目时,就会想如何也把自己的代码发布到github上,并能够不断的跟踪版本变化. 现在就有几个想要做的事. 一.如何把自己已 ...
- 注册tomcat为windows服务(转载)
第一部分 应用场景 需要服务器上Tomcat不显示启动窗口 需要服务器上Tomcat开机自启动 ... 第二部分 配置过程 一.修改配置文件 1 {Tomcat_HOME}/bin/service.b ...
- golang 常用的日期方法和时区的坑
import( "time" ) 1.获取当前时间 time.Now(),返回类型:time结构. 2.字符串转为日期 t, _ := time.ParseInLocation(& ...
- git 上传本地代码到远程仓库
未经允许,禁止转载! 查看哪些文件被修改过:git status 查看具体的修改内容:git diff 对新添加的文件进行添加:git add 文件名 提交修改标记:git commit -m &qu ...
- 参考MongoRepository,为接口生成bean实现注入
首先弄个注解,给代码个入口,这个就是mongo的@EnableMongoRepositories了. @Target(ElementType.TYPE) @Retention(RetentionPol ...
- Ubuntu gcc错误:对'log'等函数未定义的引用
Ubuntu gcc错误:对'log'等函数未定义的引用 a.c #include <stdio.h>#include <math.h>int main(){ float ...
- maven中使用dom4j解析、生成XML的简易方法
此片文章主要写一些关于如何在maven工程中使用dom4j来解析或生成XML的建议方法,实际可使用的写法不仅限于如下所写的样例代码.此处进攻快速入手和提供思路使用. 首先配置pom.xml中的依赖的包 ...
- PM,RD,FE,UE,UI,QA,OP,DBA,BRD,MRD,PRD,FSD全称解析
PM 项目经理( Project Manager ) 从职业角度,是指企业建立以项目经理责任制为核心,对项目实行质量.安全.进度.成本管理的责任保证体系和全面提高项目管理水平设立的重要管理 ...
- LeetCode——Fizz Buzz
LeetCode--Fizz Buzz Question Write a program that outputs the string representation of numbers from ...
- hibernate的一对多配置
首先是“一”的 Customer.java package com.xiaostudy.domain; import java.util.HashSet; import java.util.Set; ...