Openbravo Issue Tracking System - Localization Pack: Spain |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044802 | Localization Pack: Spain | SPLP 3.0 | public | 2020-08-12 16:54 | 2020-09-11 08:24 |
|
Reporter | shuehner | |
Assigned To | Mery Anelo | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0044802: org.openbravo.module.finactvalidator.es has 2 old-style callouts not yet refactored to extend SimpleCallout |
Description | FNACTV_BPBankAccountValidation & FNACTV_BankAccountValidation callouts
are 2 of the few ones left over not not refactored to be SimpleCallout (issue 36067 refactored every supported module except a few one).
Apart of the refactor both callouts seem to still use a feature ("EXECUTE" command) not working for many years as indicated here:
https://gitlab.com/openbravo/product/openbravo/-/blob/master/modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java#L1585 [^]
Probably that should be fixed or cleaned up as well when this issue is being worked on |
Steps To Reproduce | product/mods/org.openbravo.module.finactvalidator.es/src/org/openbravo/module/finactvalidator/es/erpCommon/ad_callout/FNACTV_BPBankAccountValidation.java: resultado.append("var respuesta = new Array(");
product/mods/org.openbravo.module.finactvalidator.es/src/org/openbravo/module/finactvalidator/es/erpCommon/ad_callout/FNACTV_BPBankAccountValidation.java: .append("var respuesta = new Array(new Array('EXECUTE', \"initiali>
product/mods/org.openbravo.module.finactvalidator.es/src/org/openbravo/module/finactvalidator/es/erpCommon/ad_callout/FNACTV_BankAccountValidation.java: resultado.append("var respuesta = new Array(");
product/mods/org.openbravo.module.finactvalidator.es/src/org/openbravo/module/finactvalidator/es/erpCommon/ad_callout/FNACTV_BankAccountValidation.java: .append("var respuesta = new Array(new Array('EXECUTE', \"initialize>
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | design defect | 0044795 | | new | Triage Omni OMS | Openbravo ERP | Tracking issue to refactor remaining old callouts to extend SimpleCallout |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-08-12 16:54 | shuehner | New Issue | |
2020-08-12 16:54 | shuehner | Assigned To | => Jorge Bravo |
2020-08-12 16:54 | shuehner | Relationship added | blocks 0044795 |
2020-08-17 12:41 | shuehner | Note Added: 0122097 | |
2020-08-27 15:48 | Jorge Bravo | Assigned To | Jorge Bravo => Mery Anelo |
2020-09-10 02:18 | Mery Anelo | Note Added: 0122892 | |
2020-09-10 02:18 | Mery Anelo | Status | new => scheduled |
2020-09-10 16:18 | hgbot | Note Added: 0122925 | |
2020-09-11 08:24 | hgbot | Resolution | open => fixed |
2020-09-11 08:24 | hgbot | Status | scheduled => closed |
2020-09-11 08:24 | hgbot | Note Added: 0122942 | |
2020-09-11 08:24 | hgbot | Note Added: 0122943 | |
2020-09-11 08:24 | hgbot | Note Added: 0122944 | |
2020-09-11 08:24 | hgbot | Note Added: 0122945 | |
2020-09-11 08:24 | hgbot | Note Added: 0122946 | |
2020-09-11 08:24 | hgbot | Note Added: 0122947 | |
Notes |
|
|
EXECUTE action of callouts is obsolete and does not work for many years. That part of the callout should be reviewed and fixed while working on this also.
Note that this is in codepath trying to support old 2.50 style UI. So probably that could be just removed as no longer required. |
|
|
|
Before starting configure both callouts. See the following link: http://wiki.openbravo.com/wiki/Projects:FinAccValidatorSpain [^]
Plan Test:
- Login as F&B Internation Group Admin
- For FNACTV_BPBankAccountValidation callout:
- Go to Business Partner window
- Select "Bank Account" tab
- Put a value in the "Generic Account No." field and see that the messages are correct.
- For FNACTV_BankAccountValidation callout:
- Go to Financial Account window
- Create a new account
- Make sure the account "Type" is "Bank", the "Bank Account Format" is "Use Spain".
- Fill in the fields in the "Bank Account Format" group and make sure that the callout returns correct warning messages in case the fields are wrong. |
|
|
(0122925)
|
hgbot
|
2020-09-10 16:18
|
|
|
|
(0122942)
|
hgbot
|
2020-09-11 08:24
|
|
|
|
(0122943)
|
hgbot
|
2020-09-11 08:24
|
|
|
|
(0122944)
|
hgbot
|
2020-09-11 08:24
|
|
|
|
(0122945)
|
hgbot
|
2020-09-11 08:24
|
|
|
|
(0122946)
|
hgbot
|
2020-09-11 08:24
|
|
|
|
(0122947)
|
hgbot
|
2020-09-11 08:24
|
|
|