[jira] [Commented] (OFBIZ-10684) Edit supplier form missing values

2019-05-29 Thread Pawan Verma (JIRA)


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

Pawan Verma commented on OFBIZ-10684:
-

Yes [~jacques.le.roux], I was also planning the same. thanks!

> Edit supplier form missing values
> -
>
> Key: OFBIZ-10684
> URL: https://issues.apache.org/jira/browse/OFBIZ-10684
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 16.11.05
> Environment: Linux Ubuntu 18.04
> JDK 1.8.0_181
>Reporter: Frank Herrman
>Priority: Major
>
> To reproduce:
>  * Go to the catalog manager and modify a product
>  * Go to the supplier tab and add a supplier. Fill in the supplier product ID 
> and product Name
>  * Save the supplier
>  * Now click the edit button next to this supplier
>  * Most of the fields are not prefilled
> I found these fields at least not to be filled:
>  * Standard lead time days
>  * Order qty increments
>  * Units included
>  * Quantity UomId
>  * Last price
>  * Shipping price
>  * Supplier product name
>  * Supplier product ID
>  * Remarks
> I don't have any agreements in my database, so haven't checked those fields. 
> All data is stored in the database, but not visible in the edit form.
> I have checked the file 
> applications/product/widget/catalog/ProductScreens.xml for the form 
> `EditSupplierProduct` which contains completely different fields from what is 
> on my screen, so I don't really get that. The form is also not being altered 
> by JavaScript (I tried to disable javascript).
> Now the weird thing is, sometimes when I add extra suppliers and modify them, 
> some of the fields mentioned above (but not all) are prefilled as well. 
> Furthermore, I feel it is related, when you delete the supplier link it 
> sometimes returns an error `Value not found, cannot remove`. I have checked 
> where it came from and it is caused by the entity service to delete entities. 
> It expects all fields for primary key, which for this table are PRODUCT_ID, 
> PARTY_ID, CURRENCY_UOM_ID, MINIMUM_ORDER_QUANTITY, AVAILABLE_FROM_DATE. But 
> these fields are not all mandatory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10684) Edit supplier form missing values

2019-05-29 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux commented on OFBIZ-10684:
-

W/o more information please Pawan close this issue in a week, thanks.

> Edit supplier form missing values
> -
>
> Key: OFBIZ-10684
> URL: https://issues.apache.org/jira/browse/OFBIZ-10684
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 16.11.05
> Environment: Linux Ubuntu 18.04
> JDK 1.8.0_181
>Reporter: Frank Herrman
>Priority: Major
>
> To reproduce:
>  * Go to the catalog manager and modify a product
>  * Go to the supplier tab and add a supplier. Fill in the supplier product ID 
> and product Name
>  * Save the supplier
>  * Now click the edit button next to this supplier
>  * Most of the fields are not prefilled
> I found these fields at least not to be filled:
>  * Standard lead time days
>  * Order qty increments
>  * Units included
>  * Quantity UomId
>  * Last price
>  * Shipping price
>  * Supplier product name
>  * Supplier product ID
>  * Remarks
> I don't have any agreements in my database, so haven't checked those fields. 
> All data is stored in the database, but not visible in the edit form.
> I have checked the file 
> applications/product/widget/catalog/ProductScreens.xml for the form 
> `EditSupplierProduct` which contains completely different fields from what is 
> on my screen, so I don't really get that. The form is also not being altered 
> by JavaScript (I tried to disable javascript).
> Now the weird thing is, sometimes when I add extra suppliers and modify them, 
> some of the fields mentioned above (but not all) are prefilled as well. 
> Furthermore, I feel it is related, when you delete the supplier link it 
> sometimes returns an error `Value not found, cannot remove`. I have checked 
> where it came from and it is caused by the entity service to delete entities. 
> It expects all fields for primary key, which for this table are PRODUCT_ID, 
> PARTY_ID, CURRENCY_UOM_ID, MINIMUM_ORDER_QUANTITY, AVAILABLE_FROM_DATE. But 
> these fields are not all mandatory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10684) Edit supplier form missing values

2019-05-29 Thread Rohit Hukkeri (JIRA)


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

Rohit Hukkeri commented on OFBIZ-10684:
---

Hello,I also tried to regenerate the issue on the release 16.11 and latest 
trunk,the issue is not getting regenerated .

> Edit supplier form missing values
> -
>
> Key: OFBIZ-10684
> URL: https://issues.apache.org/jira/browse/OFBIZ-10684
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 16.11.05
> Environment: Linux Ubuntu 18.04
> JDK 1.8.0_181
>Reporter: Frank Herrman
>Priority: Major
>
> To reproduce:
>  * Go to the catalog manager and modify a product
>  * Go to the supplier tab and add a supplier. Fill in the supplier product ID 
> and product Name
>  * Save the supplier
>  * Now click the edit button next to this supplier
>  * Most of the fields are not prefilled
> I found these fields at least not to be filled:
>  * Standard lead time days
>  * Order qty increments
>  * Units included
>  * Quantity UomId
>  * Last price
>  * Shipping price
>  * Supplier product name
>  * Supplier product ID
>  * Remarks
> I don't have any agreements in my database, so haven't checked those fields. 
> All data is stored in the database, but not visible in the edit form.
> I have checked the file 
> applications/product/widget/catalog/ProductScreens.xml for the form 
> `EditSupplierProduct` which contains completely different fields from what is 
> on my screen, so I don't really get that. The form is also not being altered 
> by JavaScript (I tried to disable javascript).
> Now the weird thing is, sometimes when I add extra suppliers and modify them, 
> some of the fields mentioned above (but not all) are prefilled as well. 
> Furthermore, I feel it is related, when you delete the supplier link it 
> sometimes returns an error `Value not found, cannot remove`. I have checked 
> where it came from and it is caused by the entity service to delete entities. 
> It expects all fields for primary key, which for this table are PRODUCT_ID, 
> PARTY_ID, CURRENCY_UOM_ID, MINIMUM_ORDER_QUANTITY, AVAILABLE_FROM_DATE. But 
> these fields are not all mandatory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10684) Edit supplier form missing values

2019-02-01 Thread Pawan Verma (JIRA)


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

Pawan Verma commented on OFBIZ-10684:
-

I am still waiting for more detail about this issue. Should I go ahead and 
close this one if it is working fine on release 16.11 and Trunk?

> Edit supplier form missing values
> -
>
> Key: OFBIZ-10684
> URL: https://issues.apache.org/jira/browse/OFBIZ-10684
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 16.11.05
> Environment: Linux Ubuntu 18.04
> JDK 1.8.0_181
>Reporter: Frank Herrman
>Priority: Major
>
> To reproduce:
>  * Go to the catalog manager and modify a product
>  * Go to the supplier tab and add a supplier. Fill in the supplier product ID 
> and product Name
>  * Save the supplier
>  * Now click the edit button next to this supplier
>  * Most of the fields are not prefilled
> I found these fields at least not to be filled:
>  * Standard lead time days
>  * Order qty increments
>  * Units included
>  * Quantity UomId
>  * Last price
>  * Shipping price
>  * Supplier product name
>  * Supplier product ID
>  * Remarks
> I don't have any agreements in my database, so haven't checked those fields. 
> All data is stored in the database, but not visible in the edit form.
> I have checked the file 
> applications/product/widget/catalog/ProductScreens.xml for the form 
> `EditSupplierProduct` which contains completely different fields from what is 
> on my screen, so I don't really get that. The form is also not being altered 
> by JavaScript (I tried to disable javascript).
> Now the weird thing is, sometimes when I add extra suppliers and modify them, 
> some of the fields mentioned above (but not all) are prefilled as well. 
> Furthermore, I feel it is related, when you delete the supplier link it 
> sometimes returns an error `Value not found, cannot remove`. I have checked 
> where it came from and it is caused by the entity service to delete entities. 
> It expects all fields for primary key, which for this table are PRODUCT_ID, 
> PARTY_ID, CURRENCY_UOM_ID, MINIMUM_ORDER_QUANTITY, AVAILABLE_FROM_DATE. But 
> these fields are not all mandatory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10684) Edit supplier form missing values

2019-01-11 Thread Pawan Verma (JIRA)


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

Pawan Verma commented on OFBIZ-10684:
-

I have tried to regenerate this issue on the release16.11 and latest trunk, but 
I am unable to regenerate this issue.

Please provide more details so that we can fix this issue, thanks!!

> Edit supplier form missing values
> -
>
> Key: OFBIZ-10684
> URL: https://issues.apache.org/jira/browse/OFBIZ-10684
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: 16.11.05
> Environment: Linux Ubuntu 18.04
> JDK 1.8.0_181
>Reporter: Frank Herrman
>Priority: Major
>
> To reproduce:
>  * Go to the catalog manager and modify a product
>  * Go to the supplier tab and add a supplier. Fill in the supplier product ID 
> and product Name
>  * Save the supplier
>  * Now click the edit button next to this supplier
>  * Most of the fields are not prefilled
> I found these fields at least not to be filled:
>  * Standard lead time days
>  * Order qty increments
>  * Units included
>  * Quantity UomId
>  * Last price
>  * Shipping price
>  * Supplier product name
>  * Supplier product ID
>  * Remarks
> I don't have any agreements in my database, so haven't checked those fields. 
> All data is stored in the database, but not visible in the edit form.
> I have checked the file 
> applications/product/widget/catalog/ProductScreens.xml for the form 
> `EditSupplierProduct` which contains completely different fields from what is 
> on my screen, so I don't really get that. The form is also not being altered 
> by JavaScript (I tried to disable javascript).
> Now the weird thing is, sometimes when I add extra suppliers and modify them, 
> some of the fields mentioned above (but not all) are prefilled as well. 
> Furthermore, I feel it is related, when you delete the supplier link it 
> sometimes returns an error `Value not found, cannot remove`. I have checked 
> where it came from and it is caused by the entity service to delete entities. 
> It expects all fields for primary key, which for this table are PRODUCT_ID, 
> PARTY_ID, CURRENCY_UOM_ID, MINIMUM_ORDER_QUANTITY, AVAILABLE_FROM_DATE. But 
> these fields are not all mandatory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)