...
3 APR 2023 - VERSION 3.1.3/4
Issue/Request | Type | User Guide | Jira Ticket | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
un_payment = CONTRACT AMT - payment_amt any insert or update in PSL or Invoice table, will update inv_amt or payment_amt in phy_trade table when dropdown list in PSL or invoice table, BE do calculate un_inv_amt or un_payment_amt, if it is close to 0, we filter out. coz those contract already fully settled. be careful purchase, sales of contract and credit, debit of payment and invoice. sign is important here FE need to keep update un_inv_amt or un_payment_amt if any contract selected before saving. un payment amt should = contract AMT is payment_amt is empty. coz un_payment_amt = contract_amt - payment_amt(payment_amt from db) contract_amt should be contract qty x price, which should be calculated in BE when select. In 5 conditions FE should change the un payment in dropdown list of contract (before save): 1: Assign contract no to PSL 2: change the contract no (from A to B ) 3: Delete the contract no 4: delete row with contract no 5: change psl amt with contract no
| Enhancement |
| |||||||||||||||||||||||||||||||||
2. New Physical Trades -
2、default:Unassigned,show all PSL or invoice without contract no
1: Assign contract no to PSL 2: change the contract no (from A to B ) 3: Delete the contract no 4: delete row with contract no 5: change psl amt with contract no | Enhancement |
| |||||||||||||||||||||||||||||||||
3. Demurrage Claims Table - In demurrage claims table, add a sentence to show how many rows have been updated when saved so user can tell immediately if more rows have been updated unintentionally | Enhancement |
|
...