Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044797 | Modules | Invoices Register Book | public | 2020-08-12 16:41 | 2020-10-20 15:46 |
|
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 | 0044797: OBIRB_SE_BusinessPartnerTaxId is an old-style callout and should be refactored to use SimpleCallout |
Description | This callout is one of the few ones left over not not refactored to be SimpleCallout (issue 36067 refactored every supported module except a few one).
This bug exists in both the main module version and also in the cashvat variant and should be fixed in both. |
Steps To Reproduce | product/pmods/org.openbravo.module.invoicesregisterbook/src/org/openbravo/module/invoicesregisterbook/obirb_callouts/OBIRB_SE_BusinessPartnerTaxId.java: resultado.append("var respuesta = new Array(");
product/pmods/org.openbravo.module.invoicesregisterbook-cashvat/src/org/openbravo/module/invoicesregisterbook/obirb_callouts/OBIRB_SE_BusinessPartnerTaxId.java: resultado.append("var respuesta = new Array(");
|
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:41 | shuehner | New Issue | |
2020-08-12 16:41 | shuehner | Assigned To | => Jorge Bravo |
2020-08-12 16:41 | shuehner | Relationship added | blocks 0044795 |
2020-08-12 16:42 | shuehner | Issue cloned | 0044798 |
2020-08-12 16:44 | shuehner | Description Updated | bug_revision_view_page.php?rev_id=21483#r21483 |
2020-08-12 16:44 | shuehner | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=21485#r21485 |
2020-08-14 14:26 | Jorge Bravo | Assigned To | Jorge Bravo => Mery Anelo |
2020-08-17 12:24 | shuehner | Note Added: 0122095 | |
2020-09-05 02:45 | Mery Anelo | Status | new => scheduled |
2020-09-05 03:02 | Mery Anelo | Note Added: 0122696 | |
2020-09-10 17:02 | hgbot | Note Added: 0122929 | |
2020-09-12 00:11 | hgbot | Note Added: 0122979 | |
2020-10-19 16:16 | hgbot | Resolution | open => fixed |
2020-10-19 16:16 | hgbot | Status | scheduled => closed |
2020-10-19 16:16 | hgbot | Note Added: 0123771 | |
2020-10-19 16:16 | hgbot | Note Added: 0123772 | |
2020-10-19 16:16 | hgbot | Note Added: 0123773 | |
2020-10-19 16:16 | hgbot | Note Added: 0123774 | |
2020-10-20 15:46 | hgbot | Note Added: 0123815 | |
2020-10-20 15:46 | hgbot | Note Added: 0123816 | |
2020-10-20 15:46 | hgbot | Note Added: 0123817 | |
Notes |
|
|
When fixing this issue the ad_model_object_mapping entries are to be removed as well (not required and SimpleCallout subclasses are not servlets) |
|
|
|
Test plan:
- Login as F&B Internation Group Admin
- Create many invoices for different Business Partners
- Make sure that this selected Business Partner has the "Tax ID" field configured.
- Process and post the invoices created.
- Configure "Invoice Register Book".
- Create a new record in the "Invoice Register Book" window for the same organization selected in the invoices.
- Run the "Create" process and note that the lines related to the invoices created has been added. Check that the lines have the correct value for "Tax Id".
Also, you can try to create a line from the "Invoice Register Book" window, "Lines" tab and select a different business partner and see how this "Tax ID" field changes for the selected BP. |
|
|
(0122929)
|
hgbot
|
2020-09-10 17:02
|
|
|
|
(0122979)
|
hgbot
|
2020-09-12 00:11
|
|
|
|
(0123771)
|
hgbot
|
2020-10-19 16:16
|
|
|
|
(0123772)
|
hgbot
|
2020-10-19 16:16
|
|
|
|
(0123773)
|
hgbot
|
2020-10-19 16:16
|
|
|
|
(0123774)
|
hgbot
|
2020-10-19 16:16
|
|
|
|
(0123815)
|
hgbot
|
2020-10-20 15:46
|
|
|
|
(0123816)
|
hgbot
|
2020-10-20 15:46
|
|
|
|
(0123817)
|
hgbot
|
2020-10-20 15:46
|
|
|