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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010506
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 09. Financial managementminoralways2009-09-07 17:292022-02-01 08:08
ReporterpsanjuanView Statuspublic 
Assigned ToTriage Platform Base 
PriorityurgentResolutionopenFixed in Version
StatusscheduledFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version1.6
OS VersionUbuntu 8.04.1Database version11.1.0.6.0Ant version1.7.0
Product VersionmainSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010506: It is allowed to change the name of a "Summary Tax Rate" but the name is not updated

DescriptionIn case you need to change a summary tax rate name, OB ERP allows you to do it but the new name is not properly save or refresh. Former or old news keep being shown instead the new one.

Steps To ReproduceGo to Financial Management - Accounting - Setup - Tax Rate
Select an existing Summary Tax rate
Change its name and save it

Go to an existing child tax rate which is linked to the existing Summary tax rate for which the name has just been updated.
Once there go to "Parent Tax rate" field and check down the list.

You will see the old summary tax rate name and not the new one.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00110512.50MP9 closededuardo_Argal Some lists are not correctly translated using spanish localization pack 
blocks feature request 0010876 newiciordia Support for Business Objects Translations 

-  Notes
(0020678)
alostale (manager)
2009-10-02 17:33

This is a problem with translations, it exists a translation for taxes in all system languages (including English) and the displayed text in the sub taxes is the translated one for the parent.

We must review not only in taxes but in all other translateable tables which do not belong to a module to define the language.

Here is the query to obtain those of them with a trigger (which could automatically populate the trl table).

select t1.tablename
  from ad_table t, ad_table t1
  where lower(t.tablename) like '%trl'
    and t1.tablename = substr(t.tablename,1,instr(lower(t.tablename),'trl')-2)
    and not exists (select 1
                      from ad_column
                    where ad_table_id = t1.ad_table_id
                      and lower(columnname)='ad_module_id')
    and exists (select 1
                  from user_triggers
                 where table_name = upper(t1.tablename))
                    ;

- Issue History
Date Modified Username Field Change
2009-09-07 17:29 psanjuan New Issue
2009-09-07 17:29 psanjuan Assigned To => rafaroda
2009-09-08 09:44 pjuvara Category 00. Application dictionary => 09. Financial management
2009-09-11 08:45 psarobe Severity critical => minor
2009-09-11 11:03 psarobe Assigned To rafaroda => alostale
2009-09-11 11:03 psarobe Priority normal => urgent
2009-09-11 11:03 psarobe Status new => scheduled
2009-09-18 07:47 rafaroda version => main
2009-10-02 17:33 alostale Note Added: 0020678
2009-10-06 12:14 alostale Relationship added blocks 0010876
2009-10-06 12:14 alostale Type defect => feature request
2009-11-09 14:52 alostale Relationship added related to 0011051
2017-04-10 14:39 alostale Assigned To alostale => platform
2022-02-01 08:08 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker