(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 (定义发票允差)的更多相关文章

  1. AP_AP系列 - 相关设定的简述(概念)

    2014-07-08 Created By BaoXinjian

  2. FI配置清单-概要

    1.编辑公司代码 T-Code:OX02 路径:IMG >企业结构Enterprise >定义Definition >财务会计 Financial Accounting>编辑, ...

  3. svm使用的一般步骤

    LIBSVM 使用的一般步骤是:1)准备数据集,转化为 LIBSVM支持的数据格式 :[label] [index1]:[value1] [index2]:[value2] ...即 [l类别标号] ...

  4. Topology and Geometry in OpenCascade-Edge

    Topology and Geometry in OpenCascade-Edge eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法(BRep),并结合程序说明O ...

  5. 第十篇 PO核心功能及流程详解

    详见链接:http://bbs.erp100.com/thread-272866-1-1.html1. P2P lifecycleP2P是procure to pay的缩写,p2p循环值得就是采购到付 ...

  6. QM04-生产中的QM

    集成的计划 生产过程中的生产工序和检验工序逐渐变得更为相互依赖或者说被组合在一起.从而使来自生产和质量检验领域的工作小组共同创建工艺流程. 检验工序 可以把QM检验特性集成到生产计划(PP)模块的工作 ...

  7. EBS中的采购单据状态及其控制

     李  颖 (济南钢铁股份有限公司 装备部,山东 济南 250101) 摘 要:介绍了Oracle Purchasing模块中采购单据的管理与控制,结合实例,分析了各状态下可采取的控制活动及控制活 ...

  8. EBS採购模块中的高速接收和高速接收事务

    EBS採购模块中的高速接收和高速接收事务 (版权声明.本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处.否则请与本人联系,违者必究) 高速功能是一个高速输入收货和接收事务的方法. 在收货 ...

  9. unity5.x中的关节和布料

    关节 布料 关节 铰链关节(Hinge     Joint):将两个物体以链条的形式绑在一起,当力量过大超过链条的固定力矩时,两个物体就会产生相互的拉力. 固定关节(Fixed     Joint): ...

随机推荐

  1. (八)Hibernate 映射关系

    所有项目导入对应的hibernate的jar包.mysql的jar包和添加每次都需要用到的HibernateUtil.java 第一节:Hibernate 一对一映射关系实现 1,按照主键映射: 2, ...

  2. JSP编程中常用的JavaScript技术(转载)

    1.<tronMouseOver=this.style.backgroundColor=’#FFFFFF’ onMouseOut=this.style.backgroundColor=”> ...

  3. How do I create an installation log?

    Quote from: http://www.advancedinstaller.com/user-guide/qa-log.html Windows Installer logging Window ...

  4. HttpWatch网络抓包工具的使用

    HttpWatch网络抓包工具是专为IE浏览器集成的一款网络拽包工具.   是一款强大的网页数据分析软件,是最好用的抓包工具,httpwatch可以抓到上传视屏图片的包,一般的抓包软件是抓不到的.打开 ...

  5. spring 中的<aop:advisor>和<aop:aspect>的区别

    在AOP中有几个概念: — 方面(Aspect):一个关注点的模块化,这个关注点实现可能另外横切多个对象.事务管理是J2EE应用中一个很好的横切关注点例子.方面用Spring的Advisor或拦截器实 ...

  6. java中的多线程——进度2

    package src;/*多线程总结:1,进程和线程的概念.    |--进程:    |--线程:2,jvm中的多线程体现.    |--主线程,垃圾回收线程,自定义线程.以及他们运行的代码的位置 ...

  7. JS判断上传图片格式是否正确

    <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...

  8. Git问题:Cannot update paths and switch to branch 'dev' at the same time.

    使用命令 $ git checkout -b develop origin/develop 签出远程分支,出现以下错误: fatal: Cannot update paths and switch t ...

  9. gentoo装X服务器时显卡选择

    前面装X服务器一直装不成功,每个步骤都按hand book上的进行,编译完成后,重启就是启动不了X服务器,最终才知道由于我是用的是 开源显卡nvidia,换成集成显卡inter后X启动成功,顺便说句, ...

  10. 详解MySQL中EXPLAIN解释命令(转)

    explain显示了mysql如何使用索引来处理select语句以及连接表.可以帮助选择更好的索引和写出更优化的查询语句. 使用方法,在select语句前加上explain就可以了: 如: expla ...