[ 1984768 ] M_Product_PO.Manufacturing/VendorCategory changed wrongly

https://sourceforge.net/tracker/index.php?func=detail&aid=1984768&group_id=176962&atid=879332

Carlos, can you help me with a review and a port to postgresql ?
This commit is contained in:
teo_sarca 2008-12-09 21:35:48 +00:00
parent d2daebe6d3
commit ed43a4b1a5
1 changed files with 15 additions and 1 deletions

View File

@ -1,7 +1,20 @@
SET DEFINE OFF
SET SQLBLANKLINES ON
-- arhipac: teo_sarca: added EE02 here
-- Mar 23, 2008 8:42:23 PM CST
-- Human Resource & Payroll
INSERT INTO AD_EntityType (AD_Client_ID,AD_EntityType_ID,AD_Org_ID,Created,CreatedBy,Description,EntityType,Help,IsActive,ModelPackage,Name,Processing,Updated,UpdatedBy,Version) VALUES (0,50005,0,TO_DATE('2008-03-23 20:42:22','YYYY-MM-DD HH24:MI:SS'),100,'Libero Human Resource & Payroll','EE02','Project
http://www.adempiere.com/wiki/index.php/Sponsored_Development:_Libero_HR_%26_Payroll
Overview
http://www.adempiere.com/wiki/images/3/32/Payroll.pdf
Sponsored Development www.e-evolution.com','Y','org.eevolution.model','e-Evolution Libero Human Resource & Payroll','N',TO_DATE('2008-03-23 20:42:22','YYYY-MM-DD HH24:MI:SS'),100,'1.00')
;
-- Dec 16, 2007 10:20:20 PM CST
-- Reserving ID to Libero Manufacturing Management
INSERT INTO AD_EntityType (ModelPackage,IsActive,Updated,UpdatedBy,Version,Processing,Description,AD_Client_ID,AD_Org_ID,Name,Help,AD_EntityType_ID,Created,CreatedBy,EntityType) VALUES ('org.eevolution.model','Y',TO_DATE('2007-12-16 22:20:19','YYYY-MM-DD HH24:MI:SS'),0,'1.00','N','Libero Manufacturing covers all manufacturing activity within the various types of production environments',0,0,'e-Evolution Libero Manufacturing Management','Concept and Foundation
@ -8036,6 +8049,7 @@ UPDATE AD_Field SET Name='Manufacturer', Description='Manufacturer of the Produc
-- ALTER TABLE M_PRODUCT_PO MODIFY Manufacturer CHAR(30) DEFAULT NULL
-- ;
UPDATE AD_Column SET Name='Last Invoice Price', IsMandatory='N', IsTranslated='N', Description='Price of the last invoice for the product', IsIdentifier='N', ColumnSQL=NULL, DefaultValue=NULL, Help='The Last Invoice Price indicates the last price paid (per the invoice) for this product.', AD_Reference_Value_ID=NULL, Version=0, IsActive='Y', AD_Table_ID=210, ColumnName='PriceLastInv', FieldLength=22, IsParent='N', IsSyncDatabase='Y', VFormat=NULL, AD_Reference_ID=37, AD_Val_Rule_ID=NULL, AD_Element_ID=1740, IsUpdateable='N', IsKey='N', IsSelectionColumn='N', AD_Process_ID=NULL, Callout=NULL, ReadOnlyLogic=NULL, IsAlwaysUpdateable='N', EntityType='D',Updated=TO_DATE('2007-12-17 03:31:53','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=6712
;