Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0024469 | Openbravo ERP | 07. Sales management | public | 2013-08-01 09:34 | 2013-08-02 10:32 |
Reporter | naiaramartinez | ||||
Assigned To | ioritzCia | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | naiaramartinez | ||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | Production - Confirmed Stable | ||||
Regression date | 2012-10-29 | ||||
Regression introduced in release | |||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/main/rev/4f75ce8264e2 [^] | ||||
Triggers an Emergency Pack | No | ||||
Summary | 0024469: Drop down list in 'actions regarding document' is not showing correct options when processing a payment | ||||
Description | The options in the drop down list that is shown in the pop up when processing a payment, are not correct. | ||||
Steps To Reproduce | Configure in Financial Account 'Cuenta Banco' - payment method 'transfenrecia' Payment in: do not check automatic deposit Payment out: check automatic withdrawn Go to Sales invoice window and create an invoice. Complete it. Add a payment in for 'Cuenta de Banco' and 'Transferencia'. Process the payment. Notice that in the pop-up, in 'action regading docuement' you can only see: 'Process Received Payment(s) and Deposit'. It is not correct. Drop down list should show: 'Process Received Payment(s) and Deposit' and ''Process Received Payment(s)'. | ||||
Proposed Solution | Actual code: boolean forcedFinancialAccountTransaction = finAccPaymentMethod.isAutomaticDeposit() || finAccPaymentMethod.isAutomaticWithdrawn(); Proposed code: boolean forcedFinancialAccountTransaction = isReceipt ? finAccPaymentMethod.isAutomaticDeposit() : finAccPaymentMethod.isAutomaticWithdrawn(); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-08-01 09:34 | naiaramartinez | New Issue | |||
2013-08-01 09:34 | naiaramartinez | Assigned To | => ioritzCia | ||
2013-08-01 09:34 | naiaramartinez | Modules | => Core | ||
2013-08-01 09:34 | naiaramartinez | OBNetwork customer | => No | ||
2013-08-01 09:34 | naiaramartinez | Triggers an Emergency Pack | => No | ||
2013-08-01 09:35 | naiaramartinez | Regression level | => Production - Confirmed Stable | ||
2013-08-01 09:35 | naiaramartinez | Regression date | => 2012-10-29 | ||
2013-08-01 09:35 | naiaramartinez | Regression introduced by commit | => https://code.openbravo.com/erp/devel/main/rev/4f75ce8264e2 [^] | ||
2013-08-01 09:39 | naiaramartinez | Proposed Solution updated | |||
2013-08-01 10:16 | hgbot | Checkin | |||
2013-08-01 10:16 | hgbot | Note Added: 0060455 | |||
2013-08-01 10:16 | hgbot | Status | new => resolved | ||
2013-08-01 10:16 | hgbot | Resolution | open => fixed | ||
2013-08-01 10:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/bde9178f9f824708933aa8c50cd58c63ff29da99 [^] | ||
2013-08-01 17:51 | hudsonbot | Checkin | |||
2013-08-01 17:51 | hudsonbot | Note Added: 0060465 | |||
2013-08-02 10:32 | naiaramartinez | Review Assigned To | => naiaramartinez | ||
2013-08-02 10:32 | naiaramartinez | Note Added: 0060481 | |||
2013-08-02 10:32 | naiaramartinez | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|