Issue |
Consider the following scenario in the North American version of Microsoft Business Solutions - Navision 4.0: In this scenario, the value in the Total Cost field includes both the PST and the GST. You expect the tax amount that is marked Expense/Capitalize to include only the PST because the GST part of the tax is recoverable. |
Solution |
CAUSE This problem occurs because the code that calculates the value in the Total Cost field is incorrect. Note: The code uses the values that are in the Purchase Direct Cost field and in the Total Tax Amount field to calculate the value in the Total Cost field. However, the Total Cost field is supposed to include only the part of the tax amount that is marked Expense/Capitalize.
Modify permission for the Codeunit 90 - Purch.-Post object. A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Business Solutions - Navision 4.0 service pack that contains this hotfix. You do not have to have rights to the data stores unless you have to perform data repair. To install this hotfix, change the code in the Purch.-Post (90) codeunit as follows. Existing code JobJnlLine.'Posting No. Series' := 'Posting No. Series'; Replacement code JobJnlLine.'Posting No. Series' := 'Posting No. Series'; Note Always test code fixes in a controlled environment before you apply the fixes to your production computers. Prerequisites STATUS |
Value in the Total Cost field in the Job Ledger Entries dialog box includes Tax Print
Modified on: Mon, Dec 12, 2016 at 3:13 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.