Project:
View Revisions: Issue #17495 | [ Back to Issue ] | ||
Summary | 0017495: try-2.50-api and try-api has failed because one column has been change | ||
Revision | 2011-06-06 14:33 by jecharri | ||
Description | Due to this issue, - https://issues.openbravo.com/view.php?id=17283 [^] y have to make an api change. This is the change: - https://code.openbravo.com/erp/devel/try/rev/71d93958e6dc [^] I have pushed the change to try, this is the failure: - http://builds.openbravo.com/view/try/job/try-api/392/console [^] - http://builds.openbravo.com/view/try-2.50/job/try-2.50-api/105/console [^] - The change is the following: The column "calccost" from MA_SEQUENCE_EMPLOYEE.CALCCOST, MA_SEQUENCE_IC.CALCCOST and MA_SEQUENCE_MACHINE.CALCCOST tables has been change from numeric(10,0) to numeric.So, now it is posible to put numbers with decimals. - The change is needed due to the following reason: This column is referenced to: MA_INDIRECT_COST_VALUE.COST MA_MACHINE_COST.COST MA_COST_CENTER_EMPLOYEE.QUANTITY and all columns are numeric so it may content decimal values. So, we are losing precision when we use the "Calculate standard cost" process. - The risk of this api change is very low because of the following reason: I have only extended the posiblity of the values for this columns. |
||
Revision | 2011-06-04 16:08 by jecharri | ||
Description | Column size decreased from 10 to 0: column: MA_SEQUENCE_EMPLOYEE.CALCCOST Column size decreased from 10 to 0: column: MA_SEQUENCE_IC.CALCCOST Column size decreased from 10 to 0: column: MA_SEQUENCE_MACHINE.CALCCOST Exactly, the column calccost was a numeric(10,0) and now is only numeric, so now it is posible to put numbers with decimals. List so far can be seen in this api-check build-output: http://builds.openbravo.com/view/try/job/try-api/392/console [^] http://builds.openbravo.com/view/try-2.50/job/try-2.50-api/105/console [^] |
Copyright © 2000 - 2009 MantisBT Group |