zoukankan      html  css  js  c++  java
  • SO and PO numbers

    1.      Number Sequence

    In Axapta, all the order numbers for the deferent types are set by number sequence in basic module. There is an important option of number sequence create.

    The checked continuous means the number sequence will be keep continuous always. If the former order are deleted or missed, system will try to find the missing number and reuse it. The right moment for finding is always occurs after the clean up.

    The operation for cleaning up can be done manually or automatically.

    2.      Business requirement

    In Haldex, from requirement of business audit, we should set all the numbers for PO and SO continuous, the deleted numbers should not be used again.

    3.      Solution

    In Axapta, we can set number sequences of the PO and SO with checked continuous. In parameters of the modules of Sales ledger and purchase ledger, we can keep the voided orders, so the deleted orders can be inquired, the deleted number cannot be used again. Use the following path to find the deleted information.

    1、    Deleted SO: Sales Ledger-> inquiries->history->Voided sales order

    2、    Deleted PO: Purchase Ledger-> inquiries ->history->Voided purchase order

     


  • 相关阅读:
    Tomcat虚拟目录的映射方式
    Linux常用命令
    java断点调试
    破解MyEclipse
    JS判断浏览器
    css3 box-sizing详解。
    this-使用call . apply
    this-内部函数
    this-对象方法调用
    this-纯函数
  • 原文地址:https://www.cnblogs.com/acloudy/p/1773754.html
Copyright © 2011-2022 走看看