Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012934Openbravo ERP00. Application dictionarypublic2010-04-12 11:042010-05-18 12:12
networkb 
alostale 
urgentmajoralways
closedfixed 
5
2.50MP14 
2.50MP172.50MP15 
Core
No
0012934: The datetime reference does not work properly
The datetime reference does not work properly.
You get an error when compiling a windows with a column with reference datetime
-Create new module, check it as indevelopment and add a prefix
-Add a new column in the c_bpartner table to save a datetime value
ALTER TABLE c_bpartner ADD COLUMN em_prefix_fechacaducidad timestamp without time zone;
-Add this new column in the application dictionary in the c_bpartner table check
datetime value as reference
-Add this new column as a new field in the header of the partner window.
-Compile the application. You get the following error:

org.postgresql.util.PSQLException: No value specified for parameter 2.
No tags attached.
related to defect 0010264 closed alostale The datetime reference on column definition window does not work 
Issue History
2010-04-12 11:04networkbNew Issue
2010-04-12 11:04networkbAssigned To => alostale
2010-04-12 11:04networkbRelationship addedrelated to 0010264
2010-04-12 13:41alostaleStatusnew => scheduled
2010-04-12 13:41alostalefix_in_branch => pi
2010-04-12 15:47alostaleNote Added: 0026066
2010-04-12 15:56hgbotCheckin
2010-04-12 15:56hgbotNote Added: 0026067
2010-04-12 15:56hgbotStatusscheduled => resolved
2010-04-12 15:56hgbotResolutionopen => fixed
2010-04-12 15:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/34903830bf34f5c34be6a1ff8b87ce2948646b43 [^]
2010-04-12 17:54marvintmNote Added: 0026073
2010-04-12 17:54marvintmStatusresolved => closed
2010-04-12 17:54marvintmFixed in Version => 2.50MP15
2010-04-13 00:00anonymoussf_bug_id0 => 2986155
2010-04-13 13:20networkbNote Added: 0026139
2010-04-19 21:13hudsonbotCheckin
2010-04-19 21:13hudsonbotNote Added: 0026452
2010-05-18 12:12gorka_gilTarget Version2.50MP15 => 2.50MP17

Notes
(0026066)
alostale   
2010-04-12 15:47   
It does not work in "High Volume" tables
(0026067)
hgbot   
2010-04-12 15:56   
Repository: erp/devel/pi
Changeset: 34903830bf34f5c34be6a1ff8b87ce2948646b43
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Apr 12 16:09:13 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/34903830bf34f5c34be6a1ff8b87ce2948646b43 [^]

fixed bug 12934: The datetime reference does not work properly

---
M src-wad/src/org/openbravo/wad/datasource.xsqlxml
M src-wad/src/org/openbravo/wad/javasource.javaxml
---
(0026073)
marvintm   
2010-04-12 17:54   
Tried the steps to reproduce, and the problem no longer happens.
(0026139)
networkb   
2010-04-13 13:20   
If i check off the high volumen checkbox the compilation goes well but after access to the window when you save a new entry the time is changed to 00:00:00 although you select a different one
(0026452)
hudsonbot   
2010-04-19 21:13   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/34903830bf34 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/91d98bda46c1 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17088.obx [^]