Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047361
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2021-07-08 01:272021-08-02 09:56
ReporterlbressanView Statuspublic 
Assigned Torqueralta 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toadrianromero
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0047361: Error when updated Openbravo to version 20Q4.1

DescriptionThe client updated Openbravo to version 20Q4.1 and updated the "org.openbravo.retail.fiscalprinters" module to its latest version QA Apprubed 1.1.212000, which is compatible with the version of Openbravo to which they updated.

The problem is that this module refers to the TaxRate model, which no longer exists and gives an error when logging into the POS. This occurs in the file "org.openbravo.retail.fiscalprinters/web/org.openbravo.retail.fiscalprinters/js/model/FiscalTaxes.js", on line 29

      OB.Dal.find(OB.Model.TaxRate, {}, function(col, args) {
       if (col && col.length > 0) {
         _.each(col.models, function(taxRate, taxIndex) {
           me._fiscalnumbers[taxRate.id] = taxRate.get('fiscFiscalnumber');
         });
       }
     });
Steps To Reproduce1. In a standard Openbravo version 20Q4.1 environment
2. Install the module "org.openbravo.retail.fiscalprinters" version 1.1.212000
3. Loging
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0130521)
hgbot (developer)
2021-07-15 16:06

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.fiscalprinters/-/merge_requests/2 [^]
(0130543)
hgbot (developer)
2021-07-16 13:23

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.fiscalprinters [^]
Changeset: 39cf1b40a73fbb921d8c2c2f54c9371354fe7a0b
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 2021-07-15T10:03:46-04:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.fiscalprinters/-/commit/39cf1b40a73fbb921d8c2c2f54c9371354fe7a0b [^]

Fixed BUG-47361: Changed OB.Model.TaxRate by OB.App.MasterdataModels.TaxRate to retrieved the taxRate information

---
M web/org.openbravo.retail.fiscalprinters/js/model/FiscalTaxes.js
---
(0130544)
hgbot (developer)
2021-07-16 13:23

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.fiscalprinters/-/merge_requests/2 [^]

- Issue History
Date Modified Username Field Change
2021-07-08 01:27 lbressan New Issue
2021-07-08 01:27 lbressan Assigned To => Retail
2021-07-08 01:27 lbressan Resolution time => 1627423200
2021-07-08 01:27 lbressan Triggers an Emergency Pack => No
2021-07-08 17:02 rqueralta Assigned To Retail => rqueralta
2021-07-08 17:03 rqueralta Status new => scheduled
2021-07-15 16:06 hgbot Note Added: 0130521
2021-07-16 13:23 hgbot Resolution open => fixed
2021-07-16 13:23 hgbot Status scheduled => resolved
2021-07-16 13:23 hgbot Note Added: 0130543
2021-07-16 13:23 hgbot Note Added: 0130544
2021-08-02 09:56 adrianromero Review Assigned To => adrianromero
2021-08-02 09:56 adrianromero Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker