Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017028Openbravo ERP00. Application dictionarypublic2011-05-05 13:102011-05-09 13:07
maite 
maite 
urgentmajoralways
closedfixed 
5
2.50MP28 
2.50MP30 
Core
No
0017028: Error when running process "Insert Maintenances"
Error when running process "Insert Maintenances". First parameter is not correctly defined so function is not working
1. Production Management || Setup || Machine Category || Machine Category: create machine category
2. Production Management || Setup || Machine || Machine: create machine setting category just created
3. Production Management || Setup || Machine || Machine >> Maintenance: define maintenance Preventive
4. Production Management || Setup || Machine || Machine >> Maintenance >> Periodicity: define periodicity Monthly and Day of the month 15
5. Go to Production Management and run process "Insert Maintenances" setting dates from 01/05/2011 to 01/09/2011
problem is that parameter "Starting Date" is not correctly defined. DBColumnName should be "InitDate" instead of "Initdate"
No tags attached.
blocks defect 0017029 closed maite Error when running process "Insert Maintenances" 
Issue History
2011-05-05 13:10maiteNew Issue
2011-05-05 13:10maiteAssigned To => egoitz
2011-05-05 13:10maiteModules => Core
2011-05-05 13:12maiteTypedefect => backport
2011-05-05 13:13maiteIssue cloned0017029
2011-05-05 13:13maiteRelationship addedrelated to 0017029
2011-05-05 13:14maiteIssue Monitored: networkb
2011-05-05 16:40maiteAssigned Toegoitz => maite
2011-05-05 17:37dalsasuaRelationship replacedblocks 0017029
2011-05-09 09:38hgbotCheckin
2011-05-09 09:38hgbotNote Added: 0036540
2011-05-09 09:38hgbotStatusnew => resolved
2011-05-09 09:38hgbotResolutionopen => fixed
2011-05-09 09:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/1300479b016c746b9b3e7c3771eebe0dd455f4fa [^]
2011-05-09 13:07AinhoaPagolaNote Added: 0036559
2011-05-09 13:07AinhoaPagolaStatusresolved => closed

Notes
(0036540)
hgbot   
2011-05-09 09:38   
Repository: erp/stable/2.50
Changeset: 1300479b016c746b9b3e7c3771eebe0dd455f4fa
Author: Maite Elizari <maite.elizari <at> openbravo.com>
Date: Fri May 06 12:36:40 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/1300479b016c746b9b3e7c3771eebe0dd455f4fa [^]

Fixes issue 17028: Initial Date parameter is now correctly received in procedure Insert Maintenances

---
M src-db/database/model/functions/MA_MAINT_ALL.xml
---
(0036559)
AinhoaPagola   
2011-05-09 13:07   
Tested and working fine.

Before no lines where created in Maintenance Plan do to the error.
Now lines are inserted.