(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. PHP JQuery Json

    PHP: echo Json_encode($result); Jquery: $.get( 'process.php', {'p1':'aa','p2':'dd', 'data_type':'jso ...

  2. ### MATLAB - CUDA

    MATLAB下使用CUDA. #@author: gr #@date: 2014-04-08 #@email: forgerui@gmail.com 一. Matlab & C 1. 概念 M ...

  3. C#基于AE组件二次开发常见问题

    由于本人从事的是在.net平台下进行GIS的二次开发,所以第一篇博文就说一下:我最近在项目中出现的常见的问题,如果能够给大家增加一点点便利,也是我的荣幸,如果大家对于这次博文有什么意见和建议,欢迎大家 ...

  4. GDI+中发生一般性错误(转载)

    在开发.NET应用中,使用 System.Drawing.Image.Save 方法而导致“GDI+ 中发生一般性错误”的发生,通常有以下三种原因:1. 相应的帐户没有写权限.解决方法:赋予 NETW ...

  5. 07_Java8新增的Lambda表达式

    [Lambda表达式概述] Lambda表达式支持将代码块作为方法参数,Lambda表达式允许将使用简洁的代码来创建只有一个抽象方法的接口的实例.(这种接口称为函数式接口) [入门实例] packag ...

  6. C++ txt文档读取

    void readfile(string filepath){ ifstream myfile; if (!myfile) { cout << "打开文件出错!"; e ...

  7. MSBuild could not create or connect to a task host with runtime "CLR2" and architecture "x86".

    vs2010 and vs2012 are installed on target machine. Build c# project using vs2010, following error oc ...

  8. [翻译][MVC 5 + EF 6] 11:实现继承

    原文:Implementing Inheritance with the Entity Framework 6 in an ASP.NET MVC 5 Application 1.选择继承映射到数据库 ...

  9. OpenCV2学习笔记05:矩阵翻转

    对图像进行翻转或旋转可以使用cv::flip()函数,可以实现将一个二维矩阵沿X轴.Y轴或者同时沿XY轴翻转.函数原型如下: C++: void flip(InputArray src, Output ...

  10. Windows Phone 8 开发初体验

    Windows Phone 8 是当前除了Android.IPhone之外,第3大智能手机运行平台.作为微软技术的忠实fans,一直关注和跟进微软技术的最新进展.这里就给大家简单介绍一下,如何进行Wi ...