User should be able to capture the actual amount and system should calculate miscellaneous cost by subtracting contract cost and actual amount.

Issue No: AP-1955
Created 12/8/2015 4:30:51 PM
Type Feature
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 16.1
Description * In the grid, after the column total , add 2 new columns * Difference and actual amount. * This columns should be hidden by default but if people want to use them they could add them.     Why we need to do this?   So as an example there is a purchase contract and the payment is to made.The invoice value is 75,000 but for this contract bank also charges $250, so the total payable becomes 75,250. User does not want to manually create 2 invoices. when he creates voucher for this contract, system populates the total amount as 75000 (contract qty X price), user will manually enter the actual amount as 7250 and the difference between the 2 has to be computed by the application and placed in the difference column.   Complexity- User wants us to process a new voucher for the difference amount. So the difference in amount has to be associated with an item type.   we can enhance the company setup master such that user gets to select a default item for the difference. The same item can be displayed in the voucher screen in the grid (probably next to the amount -difference).