(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. echarts雷达图

    用echarts展现雷达图的定制 <!doctype html> <html> <head> <meta charset="utf-8"& ...

  2. AJAX安全-Session做Token

    个人思路,请大神看到了指点 个人理解token是防止扫号机或者恶意注册.恶意发表灌水,有些JS写的token算法,也会被抓出来被利用,个人感觉还是用会过期的Session做token更好,服务器存储, ...

  3. Javascript常见全局函数

      ØdecodeURI() 解码某个编码的 URI ØencodeURI() 把字符串编码为 URI ØdecodeURIComponent() 解码一个编码的 URI 组件 ØencodeURIC ...

  4. -----IT男生涯————初始篇

    大家好,我是kuuga,一名普通大学的在读生.其实,当时我不知道为什么会选择计算机这个学院,而且还选择了网络工程这个坑爹的专业.为什么说坑爹呢?因为几年学生生涯中编程已经占了很多时间和课程,至于我的专 ...

  5. rhel_6.x 安装mysql

    不知为何mysql的官网很难下载,本人网上找了好久,终于找到了个镜像: 特别感谢http://mirrors.sohu.com/mysql/MySQL-5.6/    ^_^ 首先下载mysql的下面 ...

  6. PHP页面中文乱码分析

    php出现出现乱码的原因:页面文件的编码方式(.html,.php等).html.head中指定浏览器的编码方式.MySql数据库传输的编码方式.Apache字符集. PHP页面中文乱码出现的原因有几 ...

  7. 大数据时代的技术hive:hive的数据类型和数据模型

    在上篇文章里,我列举了一个简单的hive操作实例,创建了一张表test,并且向这张表加载了数据,这些操作和关系数据库操作类似,我们常把hive和关系数据库进行比较,也正是因为hive很多知识点和关系数 ...

  8. JAVA程序性能分析及调优浅析

    1.性能分析本质 寻找系统的性能瓶颈(木桶理论/短板效应),并处理系统的性能瓶颈 2.性能分析主要指标负载.响应和服务器CPU\MEM等的使用率 3.性能分析主要工具 LoadRunner Visua ...

  9. 创建共享内存函数CreateFileMapping()详解

    测试创建和打开文件映射的时候老是得到"句柄无效"的错误, 仔细看了MSDN以后才发觉是函数认识不透, 这里把相关的解释翻译出来 HANDLE CreateFileMapping( ...

  10. strstr函数与strcmp函数

    1.strstr函数主要完成在一个字串中寻找另外一个字串 函数实现工程如下:摘自http://baike.baidu.com/link?url=RwrzOxs0w68j02J2uQs5u1A56bEN ...