Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002751Openbravo ERP01. General setuppublic2008-03-25 17:372009-04-21 12:36
dalsasua 
AinhoaPagola 
normalminoralways
closedfixed 
5
 
2.40 
Core
No
0002751: Period's names built thorugh database function
If the "Create Periods" process is run, the C_YEARPERIODS procedure build the period -month- name through the ADD_MONTH database function, at should be created using the months names of the application.
comsup_sprint4
depends on backport 0004972 closed AinhoaPagola Period's names built thorugh database function 
related to defect 0002136 closed AinhoaPagola AT235: Period combo with Spanish months 
related to defect 00017762.40 closed AinhoaPagola Create accounting report. Translation 
related to defect 00004482.40 closed AinhoaPagola Months are in Spanish even when using English 
related to defect 0009271 closed areefbasha While creating Fiscal calendar Jan & Dec period are wrongly spelled as Ene & Dic 
related to feature request 0009939 scheduled iciordia Localization packs can include language translations for Fiscal Periods  
blocks defect 0006772 closed vmromanos Periods for 2009 are not opened in sample data 
Issue History
2008-06-13 19:43cromeroStatusnew => scheduled
2008-06-13 19:43cromeroRelationship addedrelated to 0002136
2008-06-13 19:44cromeroRelationship addedrelated to 0001776
2008-06-13 19:58cromeroTarget Version => 2.40
2008-06-17 10:48pheenanRelationship addedrelated to 0000448
2008-11-13 22:18rafarodaAssigned Topheenan => AinhoaPagola
2008-12-09 16:32svnbotCheckin
2008-12-09 16:32svnbotNote Added: 0011078
2008-12-09 16:32svnbotStatusscheduled => resolved
2008-12-09 16:32svnbotResolutionopen => fixed
2008-12-09 16:32svnbotsvn_revision => 11057
2009-01-14 16:15vmromanosStatusresolved => new
2009-01-14 16:15vmromanosResolutionfixed => open
2009-01-14 16:15vmromanosNote Added: 0012174
2009-01-14 16:15vmromanosFixed in Versiontrunk =>
2009-01-14 16:18vmromanosRelationship addedblocks 0006772
2009-01-14 18:17svnbotCheckin
2009-01-14 18:17svnbotNote Added: 0012182
2009-01-14 18:17svnbotStatusnew => resolved
2009-01-14 18:17svnbotResolutionopen => fixed
2009-01-14 18:17svnbotsvn_revision11057 => 11890
2009-01-23 11:39AinhoaPagolaTag Attached: comsup_sprint4
2009-04-21 12:36psarobeStatusresolved => closed
2009-06-16 11:43rafarodaRelationship addedrelated to 0009271
2009-07-21 11:09rafarodaRelationship addedrelated to 0009939

Notes
(0006340)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1925342 [^]
(0003362)
cromero   
2008-03-31 10:03   
(edited on: 2008-06-12 09:25)
Logged In: YES
user_id=1500614
Originator: NO

Solution should take into account to create a new ad_month_trl table for the month translation.
(0011078)
svnbot   
2008-12-09 16:32   
Repository: openbravo
Revision: 11057
Author: AinhoaPagola
Date: 2008-12-09 16:32:17 +0100 (Tue, 09 Dec 2008)

Fixes bug 0002751. Create period function fixed.

---
U trunk/src-db/database/model/functions/C_YEARPERIODS.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=11057&sc=1 [^]
(0012174)
vmromanos   
2009-01-14 16:15   
The fix for this bug is not valid because it has changed the name's format of the generated string.

Before this fix the string generated was, example:
Feb-09

After the fix is:
February
(0012182)
svnbot   
2009-01-14 18:17   
Repository: openbravo
Revision: 11890
Author: AinhoaPagola
Date: 2009-01-14 18:17:30 +0100 (Wed, 14 Jan 2009)

Fixes bug 0002751 Periods are created with the correct format now.

---
U trunk/src-db/database/model/functions/C_YEARPERIODS.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=11890&sc=1 [^]