[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2024-02-27 Thread Daniel Watford (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821170#comment-17821170
 ] 

Daniel Watford commented on OFBIZ-12723:


Thanks [~pierresmits]  - Checked and removed through the GH PR interface at 
https://github.com/apache/ofbiz-framework/pull/569

> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2024-02-27 Thread Pierre Smits (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821069#comment-17821069
 ] 

Pierre Smits commented on OFBIZ-12723:
--

HI [~danwatford],

This has been implemented,, but in the repository on GitHub the branch 
([https://github.com/apache/ofbiz-framework/tree/ofbiz-12723]) still exists. 
Should that not be removed from there?

Best regards,
Pierre

> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2023-04-19 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17714083#comment-17714083
 ] 

ASF subversion and git services commented on OFBIZ-12723:
-

Commit 5267532fdeeba262cd2f1d5f7e40a98bcbefcaa5 in ofbiz-framework's branch 
refs/heads/ofbiz-12723 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5267532fde ]

Improved: Removed unused oldQOH and oldATP fields from InventoryItem 
(OFBIZ-12723)

Fields were used to migrate QOH and ATP inventory values to
InventoryItemDetails entities following data model changes prior to June
2006 are are no longer needed. Similarly, services which performed the
migration have also been removed.


> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2023-04-08 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17709866#comment-17709866
 ] 

ASF subversion and git services commented on OFBIZ-12723:
-

Commit 5267532fdeeba262cd2f1d5f7e40a98bcbefcaa5 in ofbiz-framework's branch 
refs/heads/ofbiz-12723 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5267532fde ]

Improved: Removed unused oldQOH and oldATP fields from InventoryItem 
(OFBIZ-12723)

Fields were used to migrate QOH and ATP inventory values to
InventoryItemDetails entities following data model changes prior to June
2006 are are no longer needed. Similarly, services which performed the
migration have also been removed.


> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2023-04-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17708304#comment-17708304
 ] 

ASF subversion and git services commented on OFBIZ-12723:
-

Commit 5267532fdeeba262cd2f1d5f7e40a98bcbefcaa5 in ofbiz-framework's branch 
refs/heads/ofbiz-12723 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5267532fde ]

Improved: Removed unused oldQOH and oldATP fields from InventoryItem 
(OFBIZ-12723)

Fields were used to migrate QOH and ATP inventory values to
InventoryItemDetails entities following data model changes prior to June
2006 are are no longer needed. Similarly, services which performed the
migration have also been removed.


> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2022-12-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646701#comment-17646701
 ] 

ASF subversion and git services commented on OFBIZ-12723:
-

Commit 6ac7f37904e05002ec9d6fdd8f7da4235ad8e1a8 in ofbiz-framework's branch 
refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=6ac7f37904 ]

Improved: Removed unused oldQOH and oldATP fields from InventoryItem 
(OFBIZ-12723) (#569)

Fields were used to migrate QOH and ATP inventory values to
InventoryItemDetails entities following data model changes prior to June
2006 are are no longer needed. Similarly, services which performed the
migration have also been removed.

> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2022-12-13 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646650#comment-17646650
 ] 

ASF subversion and git services commented on OFBIZ-12723:
-

Commit 5267532fdeeba262cd2f1d5f7e40a98bcbefcaa5 in ofbiz-framework's branch 
refs/heads/ofbiz-12723 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5267532fde ]

Improved: Removed unused oldQOH and oldATP fields from InventoryItem 
(OFBIZ-12723)

Fields were used to migrate QOH and ATP inventory values to
InventoryItemDetails entities following data model changes prior to June
2006 are are no longer needed. Similarly, services which performed the
migration have also been removed.


> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2022-12-13 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646623#comment-17646623
 ] 

Jacques Le Roux commented on OFBIZ-12723:
-

+1

> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Trivial
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12723) Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem entity

2022-12-12 Thread Daniel Watford (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646270#comment-17646270
 ] 

Daniel Watford commented on OFBIZ-12723:


Fields found when reviewing OFBIZ-12174

> Remove fields oldQuantityOnHand and oldAvailableToPromise from InventoryItem 
> entity
> ---
>
> Key: OFBIZ-12723
> URL: https://issues.apache.org/jira/browse/OFBIZ-12723
> Project: OFBiz
>  Issue Type: Improvement
>  Components: datamodel, product
>Affects Versions: Upcoming Branch
>Reporter: Daniel Watford
>Priority: Trivial
>
> Remove fields oldQuantityOnHand and oldAvailableToPromise from the 
> InventoryItem entity, associated view-entities, forms and services.
> OFBiz currently has a maintenance service, updateOldInventoryToDetailAll, 
> which finds any InventoryItems where oldQuantityOnHand or 
> oldAvailableToPromise are populated and creates corresponding 
> InventoryItemDetail entities. The oldQuantityOnHand and oldAvailableToPromise 
> fields are then cleared.
> Based on source code repository logs, were already in the data model when 
> OFBiz was imported into subversion 1st July 2006.
> Given the column names for the fields are hard-coded in the data model as 
> QUANTITY_ON_HAND and AVAILABLE_TO_PROMISE, I assume these entity fields, 
> along with the updateOldInventoryToDetailAll service, were implemented as a 
> method of upgrading the data model and are no longer used.
> Since these fields are no longer used, lets remove them and their related 
> code, (slightly) reducing the size of ofbiz' sources that need to be 
> maintained.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)