Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012558Openbravo ERPZ. Otherspublic2010-03-04 07:522010-12-09 15:59
sureshbabu 
mirurita 
highmajoralways
closedfixed 
30
2.50 
2.502.50 
Advanced Payables and Receivables Mngmt
No
0012558: When Actual payment field is filled through Calculator, then in the Grid table Payment fields are not getting field with amount
When Actual payment field is filled through Calculator, then in the Grid table Payment fields are not getting field with respective amounts
Login with user having access to Openbravo admin role
Navigate to Sales invoice window (Sales Management || Transactions || Sales Invoice || Header)
Click “New” to create a new record
Then Select

• BP: Millman Ltd.

And verify the below details are getting filled automatically, once the user selects the BP

• Price List: General Sales
• Currency: EUR
• Form of Payment: Money Order
• Payment Terms: Immediate

Change the payment Terms field from Immediate to “One Month”

    
Navigate to “Lines” tab
Click “New” to create new line item details

• Product: Hammer
• Qty: 10
• Net unit Price: 5.80
• Tax: VAT 16%

Move back to “Header” tab
Verify the amount details

• Total Net Amount: 58.00
• Total Gross Amount: 67.28

Click “Complete” button
“Process Completed Successfully” message appears


Move to Payment tab, and verify one line with a due date

Line 1: Due date: 05/04/2010 and Amount: 67.28

Move to Payment Plan tab and verify the schedule event appears

Line 1: Due date: 05/04/2010 and Expected Amount: 67.28

Then move back to header tab and click “Add Payments From Invoice” button

In Actual Payment field click the calculator icon and enter the enter invoice amount 67.28

Amount 67.28 rightly assigned to Actual payment field

But the issue is, when you check, Payment field is still blank

Expected result: Payment field should be filled with 67.28
Payment field should be filled with 67.28
Advance Rec & Payables
jpg Actual payment field is filled through Calculator, then in the table Payment fields are not getting field..JPG (200,998) 2010-03-04 07:52
https://issues.openbravo.com/file_download.php?file_id=2305&type=bug
jpg
Issue History
2010-03-04 07:52sureshbabuNew Issue
2010-03-04 07:52sureshbabuFile Added: Actual payment field is filled through Calculator, then in the table Payment fields are not getting field..JPG
2010-03-04 07:52sureshbabuTag Attached: Advance Rec & Payables
2010-03-05 16:29gorkaionStatusnew => acknowledged
2010-03-12 19:06gorkaionAssigned To => mirurita
2010-05-07 12:37hgbotCheckin
2010-05-07 12:37hgbotNote Added: 0027043
2010-05-07 12:37hgbotStatusacknowledged => resolved
2010-05-07 12:37hgbotResolutionopen => fixed
2010-05-07 12:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/8967e674908958da9157db820fd4c0876f92c27f [^]
2010-05-07 12:43miruritaNote Added: 0027044
2010-05-07 20:36sureshbabuNote Added: 0027063
2010-05-07 20:36sureshbabuStatusresolved => closed
2010-05-07 20:36sureshbabuFixed in Version => 2.50
2010-12-09 15:59anonymoussf_bug_id0 => 3133042

Notes
(0027043)
hgbot   
2010-05-07 12:37   
Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: 8967e674908958da9157db820fd4c0876f92c27f
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Fri May 07 12:36:28 2010 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/8967e674908958da9157db820fd4c0876f92c27f [^]

Fixes issue 12558: onchange() not launched from calculator

---
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
M src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.html
M src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.html
---
(0027044)
mirurita   
2010-05-07 12:43   
Make Payment || Add Payment details
- Calculator button now is hidden.
- The onchange method is launched when updating the amount through calculator.

Receive Payment || Add Payment details
- The onchange method is launched when updating the amount through calculator.

Sales/Purchase invoice || Add Payment
- The onchange method is launched when updating the amount through calculator.
(0027063)
sureshbabu   
2010-05-07 20:36   
Tested working fine