Tolerance (定义发票允差)
(N) AP > Setup > Invoice > Tolerance (定义发票允差)
这里只对价格进行了设置,其他保持了默认。
To set tolerance levels for your invoices:
In the Invoice Tolerances Template window, select the check box for each tolerance you want to
enforce, and enter tolerance levels for your purchase order matching transactions. Enter all
amounts in your ledger currency.
• Name. Enter a unique name for the invoice tolerance template.
• Description. The description of the invoice tolerance template.
• Type. Choose either Goods or Services. Goods represent quantity based tolerances and
Services represents amount based tolerances.
• Maximum/Quantity Ordered. Enter either the percent or quantity difference above
purchase order shipment line quantity ordered that you allow suppliers to invoice.
Payables Invoice Validation checks the quantity billed against the quantity ordered
without taking price into consideration. Enter a Maximum Quantity Ordered tolerance
only if most of your purchase orders are for the same relative value.
• Maximum/Quantity Received. Enter either the percent or quantity difference above
purchase order shipment line quantity received that you allow suppliers to invoice.
Payables Invoice Validation checks the quantity billed against the quantity received
without taking price into consideration. Enter a Maximum Quantity Received quantity
tolerance only if most of your purchase orders are for the same relative value.
• Price. The percentage difference above purchase order shipment line unit price that you
allow suppliers to invoice.
• Exchange Rate Amount. The amount of variance you allow between an invoice amount
and the amount of the purchase order shipment to which it is matched. Payables
compares the ledger currency of each, based on the invoice and purchase order
exchange rates, respectively. Enter a value in this field only if you enter foreign currency
invoices in Payables.
• Shipment Amount. The amount of variance you allow between all invoice amounts (in
transaction currency) matched to a shipment and the amount of the purchase order
shipment. Payables Invoice Validation applies the Maximum Shipment Amount hold if
the match exceeds the tolerance.
• Total Amount. The total amount of variance you allow for both the Exchange Rate
Amount variance and the Shipment Amount combined. If you do not use foreign
currency, do not enter a value in this field.
Note: For the greatest control over your foreign currency invoices, you may choose to enter a
Total Amount tolerance that is less than the total of your Shipment Amount and Exchange Rate
Amount tolerances. For example, if your foreign currency invoice match is within the individual
Exchange Rate Amount and Shipment Amount tolerances, you still may want Payables to prevent
payment of the invoice because the exchange rate variance combined with the shipment amount
variance, while within their individual tolerances, exceed your desired Total Amount tolerance.
Tolerance (定义发票允差)的更多相关文章
- AP_AP系列 - 相关设定的简述(概念)
2014-07-08 Created By BaoXinjian
- FI配置清单-概要
1.编辑公司代码 T-Code:OX02 路径:IMG >企业结构Enterprise >定义Definition >财务会计 Financial Accounting>编辑, ...
- svm使用的一般步骤
LIBSVM 使用的一般步骤是:1)准备数据集,转化为 LIBSVM支持的数据格式 :[label] [index1]:[value1] [index2]:[value2] ...即 [l类别标号] ...
- Topology and Geometry in OpenCascade-Edge
Topology and Geometry in OpenCascade-Edge eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法(BRep),并结合程序说明O ...
- 第十篇 PO核心功能及流程详解
详见链接:http://bbs.erp100.com/thread-272866-1-1.html1. P2P lifecycleP2P是procure to pay的缩写,p2p循环值得就是采购到付 ...
- QM04-生产中的QM
集成的计划 生产过程中的生产工序和检验工序逐渐变得更为相互依赖或者说被组合在一起.从而使来自生产和质量检验领域的工作小组共同创建工艺流程. 检验工序 可以把QM检验特性集成到生产计划(PP)模块的工作 ...
- EBS中的采购单据状态及其控制
李 颖 (济南钢铁股份有限公司 装备部,山东 济南 250101) 摘 要:介绍了Oracle Purchasing模块中采购单据的管理与控制,结合实例,分析了各状态下可采取的控制活动及控制活 ...
- EBS採购模块中的高速接收和高速接收事务
EBS採购模块中的高速接收和高速接收事务 (版权声明.本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处.否则请与本人联系,违者必究) 高速功能是一个高速输入收货和接收事务的方法. 在收货 ...
- unity5.x中的关节和布料
关节 布料 关节 铰链关节(Hinge Joint):将两个物体以链条的形式绑在一起,当力量过大超过链条的固定力矩时,两个物体就会产生相互的拉力. 固定关节(Fixed Joint): ...
随机推荐
- cocos2d-x实战 C++卷 学习笔记--第4章 使用菜单
前言: 菜单中包含菜单项,菜单项类是 MenuItem ,每个菜单项都有三个基本状态:正常.选中和禁止. (MenuItem)菜单分类: (文本菜单)MenuItemLabel : MenuItemA ...
- 第27条:使用“class-continuation分类”隐藏实现细节
Objective-C动态消息系统(参见第11条)的工作方式决定了其不可能实现真正的私有方法或私有实例变量. 匿名分类的特点: 与普通的分类不同,它必须定义在其所接续的那个类的实现文件里. 唯一能声明 ...
- Python 问题集
1.问题:打开Python的IDLE(集成开发环境/Integrated DeveLopment Environment) 然后在Python的shell中做如下动作时: >>>py ...
- Codevs 1535 封锁阳光大学
1535 封锁阳光大学 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 钻石 Diamond 题目描述 Description 曹是一只爱刷街的老曹,暑假期间,他每天都欢快地在阳光大 ...
- 结构型模式——Bridge(未完成)
1.意图 将抽象部分与它的实现部分分离,使它们都可以独立地变化.
- 每天一个linux命令(1):more命令
more命令,功能类似 cat ,cat命令是整个文件的内容从上到下显示在屏幕上. more会以一页一页的显示方便使用者逐页阅读,而最基本的指令就是按空白键(space)就往下一页显示,按 b 键就会 ...
- 由Double类型数据到数据的格式化包java.text
需求:Double类型数据截取操作保留两位小数 解决方案: java.text.DecimalFormat df =new java.text.DecimalFormat("#.00&quo ...
- PHP5.3后在本机运行很慢的解决方法
方法一:这是因为PHP 5.3在面对数据库配置信息中的“localhost”会犹豫,因此直接把这个地址改名为“127.0.0.1”,这个IP是IPv4下面的本地网络地址,实际作用和“localhost ...
- web页面背景色控制
有一道题要实现输入rgb数值,实现更换页面背景色的功能,如下图所示: 答案: <html> <head> <script type="text/javascri ...
- Unity3D--学习太空射击游戏制作(二)
步骤三:创建主角 游戏的主角是一艘太空飞船,我们将使用一个飞船模型作为游戏的主角,并赋予他一个脚本,控制他的运动,游戏体的组件必须依赖于脚本才能运行. 01:在Project窗口找到Player.fb ...