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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049308
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo Localizations] Localization Italymajoralways2022-05-12 13:132022-05-24 09:35
ReporterXABIER_AGUADOView Statuspublic 
Assigned Toigor_trebol 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Regression introduced in release
Summary

0049308: RT Printer - Fiscal department /index does not allow edits

DescriptionIf I want to update / edit a Fiscal department /index created by a different user it wont let us save the changes.


Steps To ReproduceGo to Tax Rates window --> Filter by 'Organization = Italy'
Try editing the fiscal department/index of:
-Iva 22 Vendite
-Iva 10 Vendite
-Iva 4 Vendite
It wont let us change any of them. Both fields, Fiscal department and fiscal index, neeed to be fully configurable.
TagsNOR
Attached Filespng file icon Screenshot from 2022-05-12 11-05-21.png [^] (104,178 bytes) 2022-05-18 12:46


png file icon Screenshot from 2022-05-12 11-06-27.png [^] (49,338 bytes) 2022-05-18 12:46


png file icon Screenshot from 2022-05-12 11-07-44.png [^] (38,526 bytes) 2022-05-18 12:46

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0137303)
psanjuan (manager)
2022-05-16 09:27

Hello Xabier, as you know we can not reproduce this bug in any of our environments.
Please review your enviroment.
(0137422)
sebastien_liron (reporter)
2022-05-18 12:48

The saft tax code value are these.

 Screenshot from 2022-05-12 11-05-21.png

if this field is not set (empty), then you won’t be able to change the row, since the value is not correct but mandatory :

  Screenshot from 2022-05-12 11-06-27.png


this field should be editable in the Portuguese configuration section , but since you are on an org without the Portuguese flag, you won’t be able to see it.


Screenshot from 2022-05-12 11-07-44.png

So my recommandation is to delete this wrongly set tax rate OR to remove the display logic on the saft tax code since it is keeping other country from working well OR to remove the mandatory and change it by an event handler
(0137635)
hgbot (developer)
2022-05-23 15:03

Merge Request created: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/merge_requests/32 [^]
(0137661)
hgbot (developer)
2022-05-24 09:31

Merge request merged: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/merge_requests/32 [^]
(0137662)
hgbot (developer)
2022-05-24 09:31

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt [^]
Changeset: 60c0b675cddf5763746a5ad75e950af41681a05d
Author: Igor Trebol <igor.trebol@openbravo.com>
Date: 24-05-2022 07:31:36
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/commit/60c0b675cddf5763746a5ad75e950af41681a05d [^]

Fixes ISSUE-49308: Set Tax Code as non-mandatory and added a check so it cannot be null if the organization is Portuguese

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/com/practicsbs/saftpt/handler/SaftTaxRateFieldsHandler.java
---
(0137663)
hgbot (developer)
2022-05-24 09:32

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt [^]
Changeset: 37f4859fffc1bc95fbf6fd6adfbf6462a395d71d
Author: Igor Trebol <igor.trebol@openbravo.com>
Date: 24-05-2022 07:32:38
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/commit/37f4859fffc1bc95fbf6fd6adfbf6462a395d71d [^]

Fixes ISSUE-49308: Set Tax Code as non-mandatory and added a check so it cannot be null if the organization is Portuguese


(cherry picked from commit 60c0b675cddf5763746a5ad75e950af41681a05d)
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/com/practicsbs/saftpt/handler/SaftTaxRateFieldsHandler.java
---
(0137665)
hgbot (developer)
2022-05-24 09:33

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt [^]
Changeset: 39de65ddcec21cb9845f5d3a99f64672d8ccfaf4
Author: Igor Trebol <igor.trebol@openbravo.com>
Date: 24-05-2022 07:33:54
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/commit/39de65ddcec21cb9845f5d3a99f64672d8ccfaf4 [^]

Fixes ISSUE-49308: Set Tax Code as non-mandatory and added a check so it cannot be null if the organization is Portuguese


(cherry picked from commit 60c0b675cddf5763746a5ad75e950af41681a05d)
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/com/practicsbs/saftpt/handler/SaftTaxRateFieldsHandler.java
---

- Issue History
Date Modified Username Field Change
2022-05-12 13:13 XABIER_AGUADO New Issue
2022-05-12 13:13 XABIER_AGUADO Assigned To => psanjuan
2022-05-12 13:56 rafaroda Tag Attached: NOR
2022-05-16 09:27 psanjuan Note Added: 0137303
2022-05-16 09:27 psanjuan Assigned To psanjuan => XABIER_AGUADO
2022-05-16 09:27 psanjuan Status new => feedback
2022-05-18 12:46 sebastien_liron File Added: Screenshot from 2022-05-12 11-05-21.png
2022-05-18 12:46 sebastien_liron File Added: Screenshot from 2022-05-12 11-06-27.png
2022-05-18 12:46 sebastien_liron File Added: Screenshot from 2022-05-12 11-07-44.png
2022-05-18 12:48 sebastien_liron Note Added: 0137422
2022-05-18 12:49 sebastien_liron Assigned To XABIER_AGUADO => psanjuan
2022-05-18 12:49 sebastien_liron Status feedback => new
2022-05-18 14:26 psanjuan Assigned To psanjuan => aferraz
2022-05-20 09:06 aferraz Assigned To aferraz => igor_trebol
2022-05-23 15:03 hgbot Note Added: 0137635
2022-05-24 09:31 hgbot Note Added: 0137661
2022-05-24 09:31 hgbot Resolution open => fixed
2022-05-24 09:31 hgbot Status new => resolved
2022-05-24 09:31 hgbot Note Added: 0137662
2022-05-24 09:32 hgbot Note Added: 0137663
2022-05-24 09:33 hgbot Note Added: 0137665
2022-05-24 09:35 aferraz Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker