Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picking v2 layout improvements #10569

Merged
merged 4 commits into from
Feb 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public class AttributeConstants
//
public final AttributeCode ATTR_SubProducerBPartner_Value = AttributeCode.ofString("SubProducerBPartner");

public final AttributeCode ATTR_SerialNo = AttributeCode.ofString("SerialNo");
public static final String ATTR_SerialNo_String = "SerialNo";
public final AttributeCode ATTR_SerialNo = AttributeCode.ofString(ATTR_SerialNo_String);

public static final String ATTR_LotNumber_String = "Lot-Nummer";
public static final AttributeCode ATTR_LotNumber = AttributeCode.ofString(ATTR_LotNumber_String);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
-- 2021-01-29T21:15:58.482Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541353,'S',TO_TIMESTAMP('2021-01-29 23:15:58','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.huValue.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:15:58','YYYY-MM-DD HH24:MI:SS'),100,'N')
;

-- 2021-01-29T21:16:25.971Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541354,'S',TO_TIMESTAMP('2021-01-29 23:16:25','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.serialNo.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:16:25','YYYY-MM-DD HH24:MI:SS'),100,'N')
;

-- 2021-01-29T21:16:33.915Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_SysConfig SET EntityType='de.metas.picking',Updated=TO_TIMESTAMP('2021-01-29 23:16:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=541333
;

-- 2021-01-29T21:16:35.820Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_SysConfig SET EntityType='de.metas.picking',Updated=TO_TIMESTAMP('2021-01-29 23:16:35','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=541332
;

-- 2021-01-29T21:16:38.406Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_SysConfig SET EntityType='de.metas.picking',Updated=TO_TIMESTAMP('2021-01-29 23:16:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=541329
;

-- 2021-01-29T21:16:40.568Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_SysConfig SET EntityType='de.metas.picking',Updated=TO_TIMESTAMP('2021-01-29 23:16:40','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=541327
;

-- 2021-01-29T21:20:24.031Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541355,'S',TO_TIMESTAMP('2021-01-29 23:20:23','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.lotNumber.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:20:23','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;

-- 2021-01-29T21:22:40.817Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541356,'S',TO_TIMESTAMP('2021-01-29 23:22:40','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.expiringDate.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:22:40','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;

-- 2021-01-29T21:23:27.863Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541357,'S',TO_TIMESTAMP('2021-01-29 23:23:27','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.qtyOverride.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:23:27','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;

-- 2021-01-29T21:24:03.961Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541358,'S',TO_TIMESTAMP('2021-01-29 23:24:03','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.productPackageSize.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:24:03','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;

-- 2021-01-29T21:24:24.651Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541359,'S',TO_TIMESTAMP('2021-01-29 23:24:24','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.productPackageSizeUOM.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:24:24','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;

-- 2021-01-29T21:24:53.072Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541360,'S',TO_TIMESTAMP('2021-01-29 23:24:52','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.productStockUOM.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:24:52','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;

-- 2021-01-29T21:25:25.964Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (AD_Client_ID,AD_Org_ID,AD_SysConfig_ID,ConfigurationLevel,Created,CreatedBy,EntityType,IsActive,Name,Updated,UpdatedBy,Value) VALUES (0,0,541361,'S',TO_TIMESTAMP('2021-01-29 23:25:25','YYYY-MM-DD HH24:MI:SS'),100,'de.metas.picking','Y','de.metas.ui.web.pickingV2.productsToPick.rows.ProductsToPickRow.field.locator.IsDisplayed',TO_TIMESTAMP('2021-01-29 23:25:25','YYYY-MM-DD HH24:MI:SS'),100,'Y')
;