[jira] [Assigned] (OFBIZ-12411) Generated requirments should also have a PDF support

2022-08-31 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12411:


Assignee: Aishwary Shrivastava  (was: sourabh jain)

> Generated requirments should also have a PDF support
> 
>
> Key: OFBIZ-12411
> URL: https://issues.apache.org/jira/browse/OFBIZ-12411
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order
>Affects Versions: Trunk, Upcoming Branch
>Reporter: Aishwary Shrivastava
>Assignee: Aishwary Shrivastava
>Priority: Minor
>
> In many businesses PDFs can be handy to compare or make decisions.
> We can add feature to have a PDF for the generated requirements.



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


[jira] [Commented] (OFBIZ-12680) Optimize the 'get average product rating' method logic

2022-08-30 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12680:
--

Thanks, [~priyasharma]
Yes, only approved reviews are prepared for display on the commerce product 
page.

Hi, [~jleroux], This 
[page|https://demo-stable.ofbiz.apache.org/ecommerce/tiny-gismo-GZ-1000-p] uses 
the 'getAverageProductRating' method. 

> Optimize the 'get average product rating' method logic
> --
>
> Key: OFBIZ-12680
> URL: https://issues.apache.org/jira/browse/OFBIZ-12680
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Upcoming Branch
>Reporter: sourabh jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: tiny-gizmo (1).png, tiny-gizmo-1.png, tiny-gizmo.png
>
>
> *#Problem*: When calculating the average product rating for any product, the 
> 'get average product rating' method first retrieves the whole list of reviews 
> and then iterates all product reviews to determine.
> The approach takes time to respond when there are thousands of reviews of a 
> single product. It takes significantly longer to display many products 
> together with their reviews. (e.g. search result page)
> *#Solution*: We can use the 'average' function to get the average rather than 
> iterating all the product reviews.



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


[jira] [Commented] (OFBIZ-12680) Optimize the 'get average product rating' method logic

2022-08-26 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12680:
--

Hi [~jleroux],
I have updated the PR with the latest changes to the trunk. Please try to apply 
the patch and let me know if you still face issues with it.


> Optimize the 'get average product rating' method logic
> --
>
> Key: OFBIZ-12680
> URL: https://issues.apache.org/jira/browse/OFBIZ-12680
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Upcoming Branch
>Reporter: sourabh jain
>Assignee: sourabh jain
>Priority: Major
>
> *#Problem*: When calculating the average product rating for any product, the 
> 'get average product rating' method first retrieves the whole list of reviews 
> and then iterates all product reviews to determine.
> The approach takes time to respond when there are thousands of reviews of a 
> single product. It takes significantly longer to display many products 
> together with their reviews. (e.g. search result page)
> *#Solution*: We can use the 'average' function to get the average rather than 
> iterating all the product reviews.



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


[jira] [Updated] (OFBIZ-12680) Optimize the 'get average product rating' method logic

2022-08-26 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-12680:
-
Affects Version/s: Upcoming Branch
   (was: 18.12.06)

> Optimize the 'get average product rating' method logic
> --
>
> Key: OFBIZ-12680
> URL: https://issues.apache.org/jira/browse/OFBIZ-12680
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Upcoming Branch
>Reporter: sourabh jain
>Assignee: sourabh jain
>Priority: Major
> Fix For: 18.12.06
>
>
> *#Problem*: When calculating the average product rating for any product, the 
> 'get average product rating' method first retrieves the whole list of reviews 
> and then iterates all product reviews to determine.
> The approach takes time to respond when there are thousands of reviews of a 
> single product. It takes significantly longer to display many products 
> together with their reviews. (e.g. search result page)
> *#Solution*: We can use the 'average' function to get the average rather than 
> iterating all the product reviews.



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


[jira] [Updated] (OFBIZ-12680) Optimize the 'get average product rating' method logic

2022-08-26 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-12680:
-
Fix Version/s: (was: 18.12.06)

> Optimize the 'get average product rating' method logic
> --
>
> Key: OFBIZ-12680
> URL: https://issues.apache.org/jira/browse/OFBIZ-12680
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Upcoming Branch
>Reporter: sourabh jain
>Assignee: sourabh jain
>Priority: Major
>
> *#Problem*: When calculating the average product rating for any product, the 
> 'get average product rating' method first retrieves the whole list of reviews 
> and then iterates all product reviews to determine.
> The approach takes time to respond when there are thousands of reviews of a 
> single product. It takes significantly longer to display many products 
> together with their reviews. (e.g. search result page)
> *#Solution*: We can use the 'average' function to get the average rather than 
> iterating all the product reviews.



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


[jira] [Commented] (OFBIZ-12680) Optimize the 'get average product rating' method logic

2022-08-16 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12680:
--

Created PR of the enhancement. PFA: [GitHub Pull Request 
#535|https://github.com/apache/ofbiz-framework/pull/535]

Optimized the 'get average product rating' method logic.

Done following:
- Enhanced and optimized the OOTB 'get average product rating' method logic and 
updated its references.
- Updated the 'get average product rating' method logic and optimized the logic 
by using dynamic entity using 'average' function to get the average rather than 
iterating all the product reviews.
- Updated the service parameter and updated all the references to add 
'delegator' as the new parameter.

> Optimize the 'get average product rating' method logic
> --
>
> Key: OFBIZ-12680
> URL: https://issues.apache.org/jira/browse/OFBIZ-12680
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: 18.12.06
>Reporter: sourabh jain
>Assignee: sourabh jain
>Priority: Major
> Fix For: 18.12.06
>
>
> *#Problem*: When calculating the average product rating for any product, the 
> 'get average product rating' method first retrieves the whole list of reviews 
> and then iterates all product reviews to determine.
> The approach takes time to respond when there are thousands of reviews of a 
> single product. It takes significantly longer to display many products 
> together with their reviews. (e.g. search result page)
> *#Solution*: We can use the 'average' function to get the average rather than 
> iterating all the product reviews.



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


[jira] [Created] (OFBIZ-12680) Optimize the 'get average product rating' method logic

2022-08-16 Thread sourabh jain (Jira)
sourabh jain created OFBIZ-12680:


 Summary: Optimize the 'get average product rating' method logic
 Key: OFBIZ-12680
 URL: https://issues.apache.org/jira/browse/OFBIZ-12680
 Project: OFBiz
  Issue Type: Improvement
  Components: product
Affects Versions: 18.12.06
Reporter: sourabh jain
Assignee: sourabh jain
 Fix For: 18.12.06


*#Problem*: When calculating the average product rating for any product, the 
'get average product rating' method first retrieves the whole list of reviews 
and then iterates all product reviews to determine.

The approach takes time to respond when there are thousands of reviews of a 
single product. It takes significantly longer to display many products together 
with their reviews. (e.g. search result page)

*#Solution*: We can use the 'average' function to get the average rather than 
iterating all the product reviews.



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


[jira] [Assigned] (OFBIZ-12430) Add Invoice notes

2021-12-03 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12430:


Assignee: sourabh jain

> Add Invoice notes
> -
>
> Key: OFBIZ-12430
> URL: https://issues.apache.org/jira/browse/OFBIZ-12430
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Nameet Jain
>Assignee: sourabh jain
>Priority: Major
>
> OFBiz provides supporting data-model and CRUD services but missed the UI 
> support.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (OFBIZ-12411) Generated requirments should also have a PDF support

2021-12-03 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12411:


Assignee: sourabh jain

> Generated requirments should also have a PDF support
> 
>
> Key: OFBIZ-12411
> URL: https://issues.apache.org/jira/browse/OFBIZ-12411
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order
>Affects Versions: Trunk
>Reporter: Aishwary Shrivastava
>Assignee: sourabh jain
>Priority: Minor
>
> In many businesses PDFs can be handy to compare or make decisions.
> We can add feature to have a PDF for the generated requirements.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (OFBIZ-12105) Unable to add product to cart for specific product

2021-04-24 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12105:


Assignee: (was: sourabh jain)

> Unable to add product to cart for specific product
> --
>
> Key: OFBIZ-12105
> URL: https://issues.apache.org/jira/browse/OFBIZ-12105
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Ashish Sharma
>Priority: Critical
> Attachments: OFBIZ-12105.png
>
>
> Issue exist for Specfic product only as 
> *giant-widget-with-variant-explosion-WG-9943-p*
> *Step to reproduce*
> 1. Open - https://demo-trunk.ofbiz.apache.org/ecomseo
> 2. Click on the *giant-widget-with-variant-explosion* product link.
> 3. Select colour and size.
> 4. Select unit of measure.
> 5. Click on add to cart link.
> Actual Result: Unable to product to cart
> Expected Result : Product should be added to cart.
> Screen attached



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12105) Unable to add product to cart for specific product

2021-04-24 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12105:


Assignee: sourabh jain

> Unable to add product to cart for specific product
> --
>
> Key: OFBIZ-12105
> URL: https://issues.apache.org/jira/browse/OFBIZ-12105
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Reporter: Ashish Sharma
>Assignee: sourabh jain
>Priority: Critical
> Attachments: OFBIZ-12105.png
>
>
> Issue exist for Specfic product only as 
> *giant-widget-with-variant-explosion-WG-9943-p*
> *Step to reproduce*
> 1. Open - https://demo-trunk.ofbiz.apache.org/ecomseo
> 2. Click on the *giant-widget-with-variant-explosion* product link.
> 3. Select colour and size.
> 4. Select unit of measure.
> 5. Click on add to cart link.
> Actual Result: Unable to product to cart
> Expected Result : Product should be added to cart.
> Screen attached



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-04-24 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12203:


Assignee: Amit Gadaley  (was: sourabh jain)

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: Amit Gadaley
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12203) WebPos: Product price cannot be updated

2021-04-24 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12203:


Assignee: sourabh jain  (was: Amit Gadaley)

> WebPos: Product price cannot be updated
> ---
>
> Key: OFBIZ-12203
> URL: https://issues.apache.org/jira/browse/OFBIZ-12203
> Project: OFBiz
>  Issue Type: Bug
>  Components: webpos
>Affects Versions: 17.12.06
>Reporter: Woyce Batkins
>Assignee: sourabh jain
>Priority: Critical
> Attachments: OFBIZ-12203.patch
>
>
> * Go to the WebPos application
>  * Search for a product
>  * Update the price with a new value
>  * The Update is not working



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12153) Error in deleting Financial Account

2021-02-27 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12153:
--

Hello All,
I have added the patch for resolving the issue of getting an error on deleting 
the Financial Account with the following changes:

- Updated the service definition of 'deleteFinAccount' and used the 'update' as 
entity-auto invoke method instead of 'delete'.
- Added all non-pk attributes of the entity for the update operation.
- Added 'thruDate' parameter for expiring the financial account.

*OFBIZ-12153.patch*
Please let me know if any modification is needed.

> Error in deleting Financial Account
> ---
>
> Key: OFBIZ-12153
> URL: https://issues.apache.org/jira/browse/OFBIZ-12153
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: FinAccountDelete.png, OFBIZ-12153.patch
>
>
> 1. Navigate to URL: accounting/control/FindFinAccount
> 2. Click on Find button. List of fin account will be displayed.
> 3. Click on delete button near available balance column.
> The Following Errors Occurred:
> Error doing entity-auto operation for entity FinAccount in service 
> deleteFinAccount: org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.GenericDataSourceException: Exception while deleting 
> the following entity: 
> [GenericEntity:FinAccount][finAccountId,SC_CHECKING(java.lang.String)] (SQL 
> Exception while executing the following:null (DELETE on table 'FIN_ACCOUNT' 
> caused a violation of foreign key constraint 'FINACT_STTS_FNA' for key 
> (SC_CHECKING). The statement has been rolled back.)) (Exception while 
> deleting the following entity: 
> [GenericEntity:FinAccount][finAccountId,SC_CHECKING(java.lang.String)] (SQL 
> Exception while executing the following:null (DELETE on table 'FIN_ACCOUNT' 
> caused a violation of foreign key constraint 'FINACT_STTS_FNA' for key 
> (SC_CHECKING). The statement has been rolled back.)))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12153) Error in deleting Financial Account

2021-02-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-12153:
-
Attachment: OFBIZ-12153.patch

> Error in deleting Financial Account
> ---
>
> Key: OFBIZ-12153
> URL: https://issues.apache.org/jira/browse/OFBIZ-12153
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: FinAccountDelete.png, OFBIZ-12153.patch
>
>
> 1. Navigate to URL: accounting/control/FindFinAccount
> 2. Click on Find button. List of fin account will be displayed.
> 3. Click on delete button near available balance column.
> The Following Errors Occurred:
> Error doing entity-auto operation for entity FinAccount in service 
> deleteFinAccount: org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.GenericDataSourceException: Exception while deleting 
> the following entity: 
> [GenericEntity:FinAccount][finAccountId,SC_CHECKING(java.lang.String)] (SQL 
> Exception while executing the following:null (DELETE on table 'FIN_ACCOUNT' 
> caused a violation of foreign key constraint 'FINACT_STTS_FNA' for key 
> (SC_CHECKING). The statement has been rolled back.)) (Exception while 
> deleting the following entity: 
> [GenericEntity:FinAccount][finAccountId,SC_CHECKING(java.lang.String)] (SQL 
> Exception while executing the following:null (DELETE on table 'FIN_ACCOUNT' 
> caused a violation of foreign key constraint 'FINACT_STTS_FNA' for key 
> (SC_CHECKING). The statement has been rolled back.)))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12153) Error in deleting Financial Account

2021-02-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12153:


Assignee: sourabh jain  (was: Shubham Choudhary)

> Error in deleting Financial Account
> ---
>
> Key: OFBIZ-12153
> URL: https://issues.apache.org/jira/browse/OFBIZ-12153
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: FinAccountDelete.png
>
>
> 1. Navigate to URL: accounting/control/FindFinAccount
> 2. Click on Find button. List of fin account will be displayed.
> 3. Click on delete button near available balance column.
> The Following Errors Occurred:
> Error doing entity-auto operation for entity FinAccount in service 
> deleteFinAccount: org.apache.ofbiz.entity.GenericEntityException: 
> org.apache.ofbiz.entity.GenericDataSourceException: Exception while deleting 
> the following entity: 
> [GenericEntity:FinAccount][finAccountId,SC_CHECKING(java.lang.String)] (SQL 
> Exception while executing the following:null (DELETE on table 'FIN_ACCOUNT' 
> caused a violation of foreign key constraint 'FINACT_STTS_FNA' for key 
> (SC_CHECKING). The statement has been rolled back.)) (Exception while 
> deleting the following entity: 
> [GenericEntity:FinAccount][finAccountId,SC_CHECKING(java.lang.String)] (SQL 
> Exception while executing the following:null (DELETE on table 'FIN_ACCOUNT' 
> caused a violation of foreign key constraint 'FINACT_STTS_FNA' for key 
> (SC_CHECKING). The statement has been rolled back.)))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (OFBIZ-12070) Label issue on scrum member list page

2020-12-26 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain closed OFBIZ-12070.

Resolution: Fixed

> Label issue on scrum member list page
> -
>
> Key: OFBIZ-12070
> URL: https://issues.apache.org/jira/browse/OFBIZ-12070
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: scrum_member_label_issue.png
>
>
> 1. Navigate to URL: scrum/control/FindResource
> 2. Under the scrum members list, the first column showing member link.
> 3. The System is not showing proper label.
> xml characters are attached to the Member list. ex. Scrum, Scrum Master - 
> SCRUMASTER



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12070) Label issue on scrum member list page

2020-12-26 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12070:
--

Hello [~lalit.dashora]

Not able to regenerate the issue.
The patch is available on 
[OFBIZ-12023|https://issues.apache.org/jira/browse/OFBIZ-12023] to resolve the 
issue of showing errors on labels.

Hence, I am closing this ticket.

> Label issue on scrum member list page
> -
>
> Key: OFBIZ-12070
> URL: https://issues.apache.org/jira/browse/OFBIZ-12070
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: scrum_member_label_issue.png
>
>
> 1. Navigate to URL: scrum/control/FindResource
> 2. Under the scrum members list, the first column showing member link.
> 3. The System is not showing proper label.
> xml characters are attached to the Member list. ex. Scrum, Scrum Master - 
> SCRUMASTER



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (OFBIZ-12069) Appbar distorted in Flat gray theme

2020-12-25 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain closed OFBIZ-12069.

Resolution: Fixed

> Appbar distorted in Flat gray theme
> ---
>
> Key: OFBIZ-12069
> URL: https://issues.apache.org/jira/browse/OFBIZ-12069
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Fix For: Trunk
>
> Attachments: ErrorInHeader.png
>
>
> Theme: Flat grayTheme: Flat gray
>  
> ===Console log=
> Caused by: java.lang.IllegalArgumentException: 
> org.apache.ofbiz.webapp.control.ControlServlet mapping not found in 
> /home/lalit/sandbox/Trunk/ofbiz-framework1/plugins/ofbiz-rest-impl/webapp/ofbiz-rest-jersey/WEB-INF/web.xml
>  at 
> org.apache.ofbiz.webapp.WebAppUtil.getControlServletPath(WebAppUtil.java:100) 
> ~[main/:?] at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) 
> ~[?:?] at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_202] at java.lang.reflect.Method.invoke(Method.java:498) 
> ~[?:1.8.0_202] at 
> freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:1552) 
> ~[freemarker-2.3.30.jar:2.3.30] at 
> freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:73) 
> ~[freemarker-2.3.30.jar:2.3.30] ... 90 more



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12069) Appbar distorted in Flat gray theme

2020-12-25 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12069:
--

Hello [~lalit.dashora]

Not able to regenerate the issue.
The patch is available on 
[OFBIZ-12093|https://issues.apache.org/jira/browse/OFBIZ-12093] to resolve the 
issue of showing errors with the flat gray theme.

Hence, I am closing this ticket.

> Appbar distorted in Flat gray theme
> ---
>
> Key: OFBIZ-12069
> URL: https://issues.apache.org/jira/browse/OFBIZ-12069
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Fix For: Trunk
>
> Attachments: ErrorInHeader.png
>
>
> Theme: Flat grayTheme: Flat gray
>  
> ===Console log=
> Caused by: java.lang.IllegalArgumentException: 
> org.apache.ofbiz.webapp.control.ControlServlet mapping not found in 
> /home/lalit/sandbox/Trunk/ofbiz-framework1/plugins/ofbiz-rest-impl/webapp/ofbiz-rest-jersey/WEB-INF/web.xml
>  at 
> org.apache.ofbiz.webapp.WebAppUtil.getControlServletPath(WebAppUtil.java:100) 
> ~[main/:?] at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) 
> ~[?:?] at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_202] at java.lang.reflect.Method.invoke(Method.java:498) 
> ~[?:1.8.0_202] at 
> freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:1552) 
> ~[freemarker-2.3.30.jar:2.3.30] at 
> freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:73) 
> ~[freemarker-2.3.30.jar:2.3.30] ... 90 more



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12069) Appbar distorted in Flat gray theme

2020-12-25 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12069:


Assignee: sourabh jain

> Appbar distorted in Flat gray theme
> ---
>
> Key: OFBIZ-12069
> URL: https://issues.apache.org/jira/browse/OFBIZ-12069
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Fix For: Trunk
>
> Attachments: ErrorInHeader.png
>
>
> Theme: Flat grayTheme: Flat gray
>  
> ===Console log=
> Caused by: java.lang.IllegalArgumentException: 
> org.apache.ofbiz.webapp.control.ControlServlet mapping not found in 
> /home/lalit/sandbox/Trunk/ofbiz-framework1/plugins/ofbiz-rest-impl/webapp/ofbiz-rest-jersey/WEB-INF/web.xml
>  at 
> org.apache.ofbiz.webapp.WebAppUtil.getControlServletPath(WebAppUtil.java:100) 
> ~[main/:?] at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) 
> ~[?:?] at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_202] at java.lang.reflect.Method.invoke(Method.java:498) 
> ~[?:1.8.0_202] at 
> freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:1552) 
> ~[freemarker-2.3.30.jar:2.3.30] at 
> freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:73) 
> ~[freemarker-2.3.30.jar:2.3.30] ... 90 more



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12070) Label issue on scrum member list page

2020-12-25 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12070:


Assignee: sourabh jain

> Label issue on scrum member list page
> -
>
> Key: OFBIZ-12070
> URL: https://issues.apache.org/jira/browse/OFBIZ-12070
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: scrum_member_label_issue.png
>
>
> 1. Navigate to URL: scrum/control/FindResource
> 2. Under the scrum members list, the first column showing member link.
> 3. The System is not showing proper label.
> xml characters are attached to the Member list. ex. Scrum, Scrum Master - 
> SCRUMASTER



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12026) Hyperlink title under form widget doesn't support character encoding for special characters

2020-11-28 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12026:
--

Hello [~pradeep.choudhary1994], [~jleroux],

I added a patch on 
[OFBIZ-12023|https://issues.apache.org/jira/browse/OFBIZ-12023] for resolving 
the issue of showing the improper label.
Please review.


> Hyperlink title under form widget doesn't support character encoding for 
> special characters
> ---
>
> Key: OFBIZ-12026
> URL: https://issues.apache.org/jira/browse/OFBIZ-12026
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Release Branch 17.12, Trunk
>Reporter: Pradeep Choudhary
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: Screenshot from 2020-09-26 18-16-25.png
>
>
> When we use any title with special characters for hyperlink tag, it shows 
> broken string on UI.
> here,
> {code:java}
>   widget-style="buttontext">
>   target="ImportExport">
>  
>  
> 
> {code}
>  target="ImportExport">
> It should render a button with the title "Import/Export. But it shows as 
> {code:java}
> ImportExport{code}
> Please check attached image for the same.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-12023) Label issue on List Companies page

2020-11-28 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-12023:
-
Attachment: OFBIZ-12023.patch

> Label issue on List Companies page
> --
>
> Key: OFBIZ-12023
> URL: https://issues.apache.org/jira/browse/OFBIZ-12023
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-12023.patch, importExportUiLableIssue.png
>
>
> # Navigate to URL: 'accounting/control/ListCompanies'
>  # Under the companies list, the last column has button for import export.
>  # The System is not showing proper label.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-12023) Label issue on List Companies page

2020-11-28 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12023:
--

Hello All,
I have added the patch for resolving an issue of showing the improper label on 
the List Companies page.

Added an attribute in the hyperlink.
OFBIZ-12023.patch
Please let me know if any modification is needed.

> Label issue on List Companies page
> --
>
> Key: OFBIZ-12023
> URL: https://issues.apache.org/jira/browse/OFBIZ-12023
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-12023.patch, importExportUiLableIssue.png
>
>
> # Navigate to URL: 'accounting/control/ListCompanies'
>  # Under the companies list, the last column has button for import export.
>  # The System is not showing proper label.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12023) Label issue on List Companies page

2020-11-28 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12023:


Assignee: sourabh jain

> Label issue on List Companies page
> --
>
> Key: OFBIZ-12023
> URL: https://issues.apache.org/jira/browse/OFBIZ-12023
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Lalit Dashora
>Assignee: sourabh jain
>Priority: Major
> Attachments: importExportUiLableIssue.png
>
>
> # Navigate to URL: 'accounting/control/ListCompanies'
>  # Under the companies list, the last column has button for import export.
>  # The System is not showing proper label.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12067) Update IND Geo data as per 2020-11-24 notification

2020-11-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12067:


Assignee: (was: Deepak Dixit)

> Update IND Geo data as per 2020-11-24  notification
> ---
>
> Key: OFBIZ-12067
> URL: https://issues.apache.org/jira/browse/OFBIZ-12067
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework/common
>Affects Versions: Release Branch 18.12, Trunk, 17.12.05
>Reporter: Deepak Dixit
>Priority: Major
>
> * Deletion of Union territory IN-DD, IN-DN;
>  * Addition of Union territory IN-DH;
>  * Correction of spelling for IN-AR, IN-BR, IN-CH, IN-CT, IN-DH, IN-GJ, 
> IN-HP, IN-HR, IN-JH, IN-JK, IN-KA, IN-LA, IN-MH, IN-ML, IN-NL, IN-RJ, IN-TG, 
> IN-TN, IN-UT;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-12067) Update IND Geo data as per 2020-11-24 notification

2020-11-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-12067:


Assignee: sourabh jain

> Update IND Geo data as per 2020-11-24  notification
> ---
>
> Key: OFBIZ-12067
> URL: https://issues.apache.org/jira/browse/OFBIZ-12067
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework/common
>Affects Versions: Release Branch 18.12, Trunk, 17.12.05
>Reporter: Deepak Dixit
>Assignee: sourabh jain
>Priority: Major
>
> * Deletion of Union territory IN-DD, IN-DN;
>  * Addition of Union territory IN-DH;
>  * Correction of spelling for IN-AR, IN-BR, IN-CH, IN-CT, IN-DH, IN-GJ, 
> IN-HP, IN-HR, IN-JH, IN-JK, IN-KA, IN-LA, IN-MH, IN-ML, IN-NL, IN-RJ, IN-TG, 
> IN-TN, IN-UT;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11986) createPartyGroupRoleAndContactMechs service not working

2020-09-26 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11986:
--

I have added the patch for the fix.

OFBIZ-11986.patch
Please let me know if any modification is needed.

> createPartyGroupRoleAndContactMechs service not working
> ---
>
> Key: OFBIZ-11986
> URL: https://issues.apache.org/jira/browse/OFBIZ-11986
> Project: OFBiz
>  Issue Type: Bug
>  Components: sfa
>Affects Versions: Trunk
>Reporter: Akash Jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-11986.patch
>
>
> While researched on ticket OFBIZ-11896 identified that groovy version of 
> createPartyGroupRoleAndContactMechs service (converted from mini lang at rev 
> 8af7cf877583acf100d1229260e62fe7f4c92563 ) is not working. Identify these two 
> reasons,
>  # resolvePartyGroupMap called incorrectly
>  # resolvePostalAddressMap and resolveTelecomNumberMap implemented 
> incorrectly as 'postalAddress' and 'telecomNumber' map processor not 
> available into PartyMapProcs.xml.
> There may be more reasons along with these two reasons.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11986) createPartyGroupRoleAndContactMechs service not working

2020-09-26 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11986:
-
Attachment: OFBIZ-11986.patch

> createPartyGroupRoleAndContactMechs service not working
> ---
>
> Key: OFBIZ-11986
> URL: https://issues.apache.org/jira/browse/OFBIZ-11986
> Project: OFBiz
>  Issue Type: Bug
>  Components: sfa
>Affects Versions: Trunk
>Reporter: Akash Jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-11986.patch
>
>
> While researched on ticket OFBIZ-11896 identified that groovy version of 
> createPartyGroupRoleAndContactMechs service (converted from mini lang at rev 
> 8af7cf877583acf100d1229260e62fe7f4c92563 ) is not working. Identify these two 
> reasons,
>  # resolvePartyGroupMap called incorrectly
>  # resolvePostalAddressMap and resolveTelecomNumberMap implemented 
> incorrectly as 'postalAddress' and 'telecomNumber' map processor not 
> available into PartyMapProcs.xml.
> There may be more reasons along with these two reasons.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11986) createPartyGroupRoleAndContactMechs service not working

2020-09-26 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-11986:


Assignee: sourabh jain  (was: Akash Jain)

> createPartyGroupRoleAndContactMechs service not working
> ---
>
> Key: OFBIZ-11986
> URL: https://issues.apache.org/jira/browse/OFBIZ-11986
> Project: OFBiz
>  Issue Type: Bug
>  Components: sfa
>Affects Versions: Trunk
>Reporter: Akash Jain
>Assignee: sourabh jain
>Priority: Major
>
> While researched on ticket OFBIZ-11896 identified that groovy version of 
> createPartyGroupRoleAndContactMechs service (converted from mini lang at rev 
> 8af7cf877583acf100d1229260e62fe7f4c92563 ) is not working. Identify these two 
> reasons,
>  # resolvePartyGroupMap called incorrectly
>  # resolvePostalAddressMap and resolveTelecomNumberMap implemented 
> incorrectly as 'postalAddress' and 'telecomNumber' map processor not 
> available into PartyMapProcs.xml.
> There may be more reasons along with these two reasons.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11493) Convert createPaymentGroupAndMember service from mini-lang to groovy DSL

2020-08-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11493:
-
Attachment: OFBIZ-11493.patch

> Convert createPaymentGroupAndMember service from mini-lang to groovy DSL
> 
>
> Key: OFBIZ-11493
> URL: https://issues.apache.org/jira/browse/OFBIZ-11493
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11493.patch
>
>
> Convert the createPaymentGroupAndMember service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11493) Convert createPaymentGroupAndMember service from mini-lang to groovy DSL

2020-08-22 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11493:
--

Hello All,
I have added the patch for the conversion of createPaymentGroupAndMember 
service to groovy, with the following changes:

Updated the service definition of 'createPaymentGroupAndMember'.
Removed the mini-lang version of the service.
Added the groovy service logic fro 'createPaymentGroupAndMember'.
 [^OFBIZ-11493.patch] 
Please let me know if any modification is needed

> Convert createPaymentGroupAndMember service from mini-lang to groovy DSL
> 
>
> Key: OFBIZ-11493
> URL: https://issues.apache.org/jira/browse/OFBIZ-11493
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11493.patch
>
>
> Convert the createPaymentGroupAndMember service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11493) Convert createPaymentGroupAndMember service from mini-lang to groovy DSL

2020-06-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-11493:


Assignee: sourabh jain  (was: Devanshu Vyas)

> Convert createPaymentGroupAndMember service from mini-lang to groovy DSL
> 
>
> Key: OFBIZ-11493
> URL: https://issues.apache.org/jira/browse/OFBIZ-11493
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
>
> Convert the createPaymentGroupAndMember service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11379:
--

Added the updated patch without ';' for converting the 
'updateCommContentDataResource' service from mini-lang to groovy DSL.

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11392) Convert forceIndexContentKeywords service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11392:
-
Attachment: (was: OFBIZ-11392.patch)

> Convert forceIndexContentKeywords service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11392
> URL: https://issues.apache.org/jira/browse/OFBIZ-11392
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-11392.patch
>
>
> Convert forceIndexContentKeywords service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11392) Convert forceIndexContentKeywords service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11392:
-
Attachment: OFBIZ-11392.patch

> Convert forceIndexContentKeywords service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11392
> URL: https://issues.apache.org/jira/browse/OFBIZ-11392
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-11392.patch
>
>
> Convert forceIndexContentKeywords service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11379:
-
Attachment: OFBIZ-11379.patch

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11379:
-
Attachment: (was: OFBIZ-11379.patch)

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11379:
--

Hello, [~pawan]

Thank you, for the quick suggestion. I will surely remove the semicolon from my 
patch.

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-10960) UI fix on Party Manager screen

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-10960:


Assignee: (was: sourabh jain)

> UI fix on Party Manager screen
> --
>
> Key: OFBIZ-10960
> URL: https://issues.apache.org/jira/browse/OFBIZ-10960
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Sourabh Punyani
>Priority: Trivial
> Attachments: Image1.png
>
>
> Separators should not be there before first menu item on Find Party.
> https://demo-trunk.ofbiz.apache.org/partymgr/control/main?externalLoginKey=EL0b278ddf-49af-43f8-adec-cc3c81d75bee
> Please refer attachment Image1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-9747:
---

Assignee: (was: sourabh jain)

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Priority: Major
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11216) "Get Hint Password" functionality is not working

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-11216:


Assignee: (was: sourabh jain)

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Priority: Major
> Fix For: 16.11.07
>
> Attachments: OFBIZ-11216.patch
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11392) Convert forceIndexContentKeywords service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11392:
--

Hello, Devanshu

I have added a patch for converting the 'forceIndexContentKeywords' service 
from mini-lang to groovy DSL.

Done following:
 * Updated service definition of the 'forceIndexContentKeywords' service.
 * Removed the old service logic of the 'forceIndexContentKeywords' service.
 * Implemented the new service logic in 'ContentServices.groovy' file.

> Convert forceIndexContentKeywords service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11392
> URL: https://issues.apache.org/jira/browse/OFBIZ-11392
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-11392.patch
>
>
> Convert forceIndexContentKeywords service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11392) Convert forceIndexContentKeywords service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11392:
-
Attachment: OFBIZ-11392.patch

> Convert forceIndexContentKeywords service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11392
> URL: https://issues.apache.org/jira/browse/OFBIZ-11392
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-11392.patch
>
>
> Convert forceIndexContentKeywords service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11392) Convert forceIndexContentKeywords service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-11392:


Assignee: sourabh jain  (was: Devanshu Vyas)

> Convert forceIndexContentKeywords service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11392
> URL: https://issues.apache.org/jira/browse/OFBIZ-11392
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Major
>
> Convert forceIndexContentKeywords service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


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

sourabh jain edited comment on OFBIZ-11379 at 2/22/20 10:56 AM:


Hello, Devanshu

I have added a patch for converting the 'updateCommContentDataResource' service 
from mini-lang to groovy DSL.

Done following:
 * Updated service definition of 'updateCommContentDataResource' service.
 * Removed the old service logic of 'updateCommContentDataResource' service.
 * Implemented the new service logic in 'ContentServices.groovy' file.


was (Author: sourabh.jain):
Hello, Devanshu

I have added a patch for the converting the 'updateCommContentDataResource' 
service from mini-lang to groovy DSL.

Done following:
 * Updated service definition of 'updateCommContentDataResource' service.
 * Removed the old service logic of 'updateCommContentDataResource' service.
 * Implemented the new service logic in 'ContentServices.groovy' file.

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11379:
--

Hello, Devanshu

I have added a patch for the converting the 'updateCommContentDataResource' 
service from mini-lang to groovy DSL.

Done following:
 * Updated service definition of 'updateCommContentDataResource' service.
 * Removed the old service logic of 'updateCommContentDataResource' service.
 * Implemented the new service logic in 'ContentServices.groovy' file.

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11379:
-
Attachment: OFBIZ-11379.patch

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11379:
-
Attachment: (was: OFBIZ-11379.patch)

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11379:
-
Attachment: OFBIZ-11379.patch

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-11379.patch
>
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11379) Convert updateCommContentDataResource service from mini-lang to groovy DSL

2020-02-22 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-11379:


Assignee: sourabh jain  (was: Devanshu Vyas)

> Convert updateCommContentDataResource service from mini-lang to groovy DSL
> --
>
> Key: OFBIZ-11379
> URL: https://issues.apache.org/jira/browse/OFBIZ-11379
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: sourabh jain
>Priority: Minor
>
> Convert updateCommContentDataResource service code from mini-lang to groovy 
> DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11216) "Get Hint Password" functionality is not working

2019-09-28 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11216:
--

Hi [~jleroux],

Thanks for the information. I missed it. Let us wait for the community response.

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Assignee: sourabh jain
>Priority: Major
> Fix For: 16.11.07
>
> Attachments: OFBIZ-11216.patch
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11216) "Get Hint Password" functionality is not working

2019-09-28 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11216:
-
Attachment: OFBIZ-11216.patch

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Assignee: sourabh jain
>Priority: Major
> Fix For: 16.11.07
>
> Attachments: OFBIZ-11216.patch
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11216) "Get Hint Password" functionality is not working

2019-09-28 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11216:
-
Attachment: (was: OFBIZ-11216.patch)

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Assignee: sourabh jain
>Priority: Major
> Fix For: 16.11.07
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OFBIZ-11216) "Get Hint Password" functionality is not working

2019-09-28 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-11216:
-
Attachment: OFBIZ-11216.patch

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Assignee: sourabh jain
>Priority: Major
> Fix For: 16.11.07
>
> Attachments: OFBIZ-11216.patch
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11216) "Get Hint Password" functionality is not working

2019-09-28 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-11216:
--

I have uploaded a patch for the fix. Please verify.

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Assignee: sourabh jain
>Priority: Major
> Fix For: 16.11.07
>
> Attachments: OFBIZ-11216.patch
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11216) "Get Hint Password" functionality is not working

2019-09-28 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-11216:


Assignee: sourabh jain

> "Get Hint Password" functionality is not working 
> -
>
> Key: OFBIZ-11216
> URL: https://issues.apache.org/jira/browse/OFBIZ-11216
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Vedansh Tiwari
>Assignee: sourabh jain
>Priority: Major
> Fix For: 16.11.07
>
>
> *Steps to regenerate:*
> 1. Open URL https://demo-trunk.ofbiz.apache.org
> 2. Click on the "Register" button for creating a new customer
> 3. Enter all the mandatory details of the customer
> 4. In the password field enter the password
> 5. Enter the confirm password
> 6. Enter the "Password Hint"
> 7. Click on the "Save" button
> 8. Click on the "Logout" button
> 9. Click on the "Login" button
> 10. Click On the "Forgot Your Password" link
> 11. Enter the user name
> 12. Click on the "Get Password Hint" button
> *Actual: *After click on the "Get Password Hint" button, there is no response 
> and redirected to the login window.
> *Expected: *After click on the "Get Password Hint" button, User should be 
> able to get a response properly.
> *Note:* On the "Current Stable Release 16.11" It is working as expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-10774) Remove 'FormFieldTitle_' requirement in FrameWork code

2019-09-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-10774:


Assignee: (was: sourabh jain)

> Remove 'FormFieldTitle_' requirement in FrameWork code
> --
>
> Key: OFBIZ-10774
> URL: https://issues.apache.org/jira/browse/OFBIZ-10774
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Pierre Smits
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-10775) Remove 'PageTitle' from label and occurrences

2019-09-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-10775:


Assignee: (was: sourabh jain)

> Remove 'PageTitle' from label and  occurrences
> -
>
> Key: OFBIZ-10775
> URL: https://issues.apache.org/jira/browse/OFBIZ-10775
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Priority: Minor
>
> This also include occurrences in screenlet, label and other widgets and 
> templates



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-10960) UI fix on Party Manager screen

2019-09-27 Thread sourabh jain (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-10960:


Assignee: sourabh jain

> UI fix on Party Manager screen
> --
>
> Key: OFBIZ-10960
> URL: https://issues.apache.org/jira/browse/OFBIZ-10960
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Sourabh Punyani
>Assignee: sourabh jain
>Priority: Trivial
> Attachments: Image1.png
>
>
> Separators should not be there before first menu item on Find Party.
> https://demo-trunk.ofbiz.apache.org/partymgr/control/main?externalLoginKey=EL0b278ddf-49af-43f8-adec-cc3c81d75bee
> Please refer attachment Image1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-04-28 Thread sourabh jain (JIRA)


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

sourabh jain commented on OFBIZ-9905:
-

Thank you, Jacques.

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, OFBIZ-9905.patch, 
> UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-04-27 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Attachment: OFBIZ-9905.patch

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, OFBIZ-9905.patch, 
> UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-04-27 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Attachment: (was: OFBIZ-9905.patch)

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Commented] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-04-27 Thread sourabh jain (JIRA)


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

sourabh jain commented on OFBIZ-9905:
-

Provided patch with removing the unused UI labels. Didn't remove some labels 
which are used to signify the proper title property.

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Commented] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-04-27 Thread sourabh jain (JIRA)


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

sourabh jain commented on OFBIZ-9905:
-

Hi Jacques,

Yes, I didn't remove any labels. I'll rectify all the unused labels in my 
commit and surely removed in the next patch.

No, I didn't let that in labels file. Actually, some labels are used in the 
title property so I didn't remove them.

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: Jacques Le Roux
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, OFBIZ-9905.patch, 
> UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2019-04-26 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-9747:
---

Assignee: sourabh jain

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Assignee: sourabh jain
>Priority: Major
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



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


[jira] [Assigned] (OFBIZ-10775) Remove 'PageTitle' from label and occurrences

2019-04-26 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-10775:


Assignee: sourabh jain

> Remove 'PageTitle' from label and  occurrences
> -
>
> Key: OFBIZ-10775
> URL: https://issues.apache.org/jira/browse/OFBIZ-10775
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: sourabh jain
>Priority: Minor
>
> This also include occurrences in screenlet, label and other widgets and 
> templates



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


[jira] [Assigned] (OFBIZ-10774) Remove 'FormFieldTitle_' requirement in FrameWork code

2019-04-26 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-10774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-10774:


Assignee: sourabh jain

> Remove 'FormFieldTitle_' requirement in FrameWork code
> --
>
> Key: OFBIZ-10774
> URL: https://issues.apache.org/jira/browse/OFBIZ-10774
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Pierre Smits
>Assignee: sourabh jain
>Priority: Minor
>




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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-03-30 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Attachment: OFBIZ-9905.patch

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, OFBIZ-9905.patch, 
> UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-03-30 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Component/s: ALL COMPONENTS

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-03-30 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Issue Type: Improvement  (was: Bug)

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-03-30 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Affects Version/s: Trunk

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-03-30 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Priority: Minor  (was: Major)

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Minor
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Use "Create" instead of "Create New" on the various screens of all components

2019-03-09 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Summary: Use "Create" instead of "Create New" on the various screens of all 
components  (was: Issue with Agreement under Accounting)

> Use "Create" instead of "Create New" on the various screens of all components
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Commented] (OFBIZ-9905) Issue with Agreement under Accounting

2019-03-08 Thread sourabh jain (JIRA)


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

sourabh jain commented on OFBIZ-9905:
-

Hi [~pfm.smits] ,

Thanks, for the suggestion.
Yes, we should have to change the ticket summary to address all the components 
where changes are done.

Yes, I am removing the unused labels from UiLabel.xml files and will update the 
patch.

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9308) CMS shows error screen on Product Search

2019-03-08 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9308:

Description: 
Steps to regenerate:
1. Go to Content component ([https://localhost:8443/content/control/main])
2. Click on CMS tab (directing to 
[https://localhost:8443/content/control/CMSContentFind])
3. Click on Search Products subtab (directing to 
[https://localhost:8443/content/control/ProductSearch])
4. Provide a Lucene Query and Click submit.
5. Screen renders with ScreenRenderingException

  was:
Steps to regenerate:
1. Go to Content component (https://localhost:8443/content/control/main)
2. Click on CMS tab (directing to 
https://localhost:8443/content/control/CMSContentFind)
3. Click on Search Products subtab (directing to 
https://localhost:8443/content/control/ProductSearch)
4. Provide a Lucene Query and Click submit.
5. Screen renders with ScreenRenderingException


> CMS shows error screen on Product Search
> 
>
> Key: OFBIZ-9308
> URL: https://issues.apache.org/jira/browse/OFBIZ-9308
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Aditya Sharma
>Priority: Major
> Attachments: OFBIZ-9308.patch, screenshot-1.png
>
>
> Steps to regenerate:
> 1. Go to Content component ([https://localhost:8443/content/control/main])
> 2. Click on CMS tab (directing to 
> [https://localhost:8443/content/control/CMSContentFind])
> 3. Click on Search Products subtab (directing to 
> [https://localhost:8443/content/control/ProductSearch])
> 4. Provide a Lucene Query and Click submit.
> 5. Screen renders with ScreenRenderingException



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


[jira] [Commented] (OFBIZ-9905) Issue with Agreement under Accounting

2019-01-12 Thread sourabh jain (JIRA)


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

sourabh jain commented on OFBIZ-9905:
-

Provided patch for all the places where 'Create New' and the redundant 'Create' 
option are mentioned.

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9905) Issue with Agreement under Accounting

2019-01-12 Thread sourabh jain (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Attachment: OFBIZ-9905.patch

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>Priority: Major
> Attachments: OFBIZ-9905.patch, OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



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


[jira] [Updated] (OFBIZ-9501) Move all data in applications to the datamodel component

2018-01-27 Thread sourabh jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9501:

Attachment: OFBIZ-9501-DemoData.patch

> Move all data in applications to the datamodel component
> 
>
> Key: OFBIZ-9501
> URL: https://issues.apache.org/jira/browse/OFBIZ-9501
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 17.12.01
>Reporter: Taher Alkhateeb
>Assignee: Rishi Solanki
>Priority: Minor
>  Labels: application, data
> Attachments: OFBIZ-9051-004.patch, OFBIZ-9501-001.patch, 
> OFBIZ-9501-002.patch, OFBIZ-9501-003.patch, OFBIZ-9501-DemoData.patch, 
> OFBIZ-9501-WorkEffortSeedData.patch, OFBIZ-9501_Consolidated-2.patch, 
> OFBIZ-9501_Consolidated.patch
>
>
> As per a community [discussion 
> thread|https://lists.apache.org/thread.html/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apache.org%3E]
>  we decided to move all data (seed, seed-initial, demo) to the datamodel 
> component. and to also reduce and cleanup this data to ease debugging and 
> maintenance.
> After moving all the data, the directory and file structure would be similar 
> to the below:
> data/
> ├── demo
> │   ├── AccountingDemoData.xml
> │   ├── CommonDemoData.xml
> │   ├── ContentDemoData.xml
> │   ├── HumanresDemo.xml
> │   ├── ManufacturingDemoData.xml
> │   ├── MarketingDemoData.xml
> │   ├── OrderDemoData.xml
> │   ├── PartyDemoData.xml
> │   ├── ProductDemoData.xml
> │   ├── ShipmentDemoData.xml
> │   └── WorkEffortDemoData.xml
> ├── seed
> │   ├── AccountingSeedData.xml
> │   ├── CommonSeedData.xml
> │   ├── ContentSeedData.xml
> │   ├── HumanresSeedData.xml
> │   ├── ManufacturingSeedData.xml
> │   ├── MarketingSeedData.xml
> │   ├── OrderSeedData.xml
> │   ├── PartySeedData.xml
> │   ├── ProductSeedData.xml
> │   ├── ShipmentSeedData.xml
> │   └── WorkEffortSeedData.xml
> └── seed-initial
> ├── AccountingSeedInitialData.xml
> ├── CommonSeedInitialData.xml
> ├── ContentSeedInitialData.xml
> ├── HumanresSeedInitialData.xml
> ├── ManufacturingSeedInitialData.xml
> ├── MarketingSeedInitialData.xml
> ├── OrderSeedInitialData.xml
> ├── PartySeedInitialData.xml
> ├── ProductSeedInitialData.xml
> ├── ShipmentSeedInitialData.xml
> └── WorkEffortSeedInitialData.xml



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


[jira] [Commented] (OFBIZ-9501) Move all data in applications to the datamodel component

2018-01-27 Thread sourabh jain (JIRA)

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

sourabh jain commented on OFBIZ-9501:
-

Moved all 'demo' reader data to the 'datamodel' component. Attached 
'OFBIZ-9501-DemoData' patch for review.

> Move all data in applications to the datamodel component
> 
>
> Key: OFBIZ-9501
> URL: https://issues.apache.org/jira/browse/OFBIZ-9501
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 17.12.01
>Reporter: Taher Alkhateeb
>Assignee: Rishi Solanki
>Priority: Minor
>  Labels: application, data
> Attachments: OFBIZ-9051-004.patch, OFBIZ-9501-001.patch, 
> OFBIZ-9501-002.patch, OFBIZ-9501-003.patch, 
> OFBIZ-9501-WorkEffortSeedData.patch, OFBIZ-9501_Consolidated-2.patch, 
> OFBIZ-9501_Consolidated.patch
>
>
> As per a community [discussion 
> thread|https://lists.apache.org/thread.html/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apache.org%3E]
>  we decided to move all data (seed, seed-initial, demo) to the datamodel 
> component. and to also reduce and cleanup this data to ease debugging and 
> maintenance.
> After moving all the data, the directory and file structure would be similar 
> to the below:
> data/
> ├── demo
> │   ├── AccountingDemoData.xml
> │   ├── CommonDemoData.xml
> │   ├── ContentDemoData.xml
> │   ├── HumanresDemo.xml
> │   ├── ManufacturingDemoData.xml
> │   ├── MarketingDemoData.xml
> │   ├── OrderDemoData.xml
> │   ├── PartyDemoData.xml
> │   ├── ProductDemoData.xml
> │   ├── ShipmentDemoData.xml
> │   └── WorkEffortDemoData.xml
> ├── seed
> │   ├── AccountingSeedData.xml
> │   ├── CommonSeedData.xml
> │   ├── ContentSeedData.xml
> │   ├── HumanresSeedData.xml
> │   ├── ManufacturingSeedData.xml
> │   ├── MarketingSeedData.xml
> │   ├── OrderSeedData.xml
> │   ├── PartySeedData.xml
> │   ├── ProductSeedData.xml
> │   ├── ShipmentSeedData.xml
> │   └── WorkEffortSeedData.xml
> └── seed-initial
> ├── AccountingSeedInitialData.xml
> ├── CommonSeedInitialData.xml
> ├── ContentSeedInitialData.xml
> ├── HumanresSeedInitialData.xml
> ├── ManufacturingSeedInitialData.xml
> ├── MarketingSeedInitialData.xml
> ├── OrderSeedInitialData.xml
> ├── PartySeedInitialData.xml
> ├── ProductSeedInitialData.xml
> ├── ShipmentSeedInitialData.xml
> └── WorkEffortSeedInitialData.xml



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


[jira] [Commented] (OFBIZ-9905) Issue with Agreement under Accounting

2017-12-23 Thread sourabh jain (JIRA)

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

sourabh jain commented on OFBIZ-9905:
-

Thanks, Jacques for suggesting the solution.
I thought it's a minor problem but when I revisited, I found inconsistencies in 
some others screens too.

1. Refer FindFinAccount and FindBillingAccount screen, we are using 'Create 
New' on Billing Account on the contrary 'Create New Financial Account' on Fin 
Account.
2. When you go to Create Billing account and Create New Financial Account, you 
can observe an inconsistency between the form heading.
3. When you create the new Billing account or new financial account again get 
the inconsistency between the form heading.
4. Same flaws are on the above-mentioned screens.

My proposal:
1. For every 'Create' button, we should use a generic term 'Create New' instead 
of 'Create New Financial Account' or 'Create Agreement'.
2. Same as for the form heading, we should use a generic term 'Create/Edit 
Billing Account' or 'Create/Edit Financial Account'.
3. For the heading location, we should make consistency and use headings in the 
form header instead of having heading above the forms.

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
> Attachments: OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9905) Issue with Agreement under Accounting

2017-11-25 Thread sourabh jain (JIRA)

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

sourabh jain commented on OFBIZ-9905:
-

Provided patch for Create Agreement screen.

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
> Attachments: OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9905) Issue with Agreement under Accounting

2017-11-25 Thread sourabh jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9905:

Attachment: OFBIZ-9905.patch

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
> Attachments: OFBIZ-9905.patch, UI_label .png
>
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.
> Note: Same Issue exist with following screens:
> 1. Billing Account 
> 2. Tax Authority 
> 3. Agreement 
> 4. Fixed Asset 
> 5. Vendor 
> 6. WebSite
> 7. Blog 
> 8. Employment
> 9. Employee Position 
> 10.Performance Review  
> 11.Job Requisition 
> 12. Party Resume



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9905) Issue with Agreement under Accounting

2017-10-28 Thread sourabh jain (JIRA)

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

sourabh jain commented on OFBIZ-9905:
-

I think it is the correct flow. In OFBiz, the Agreement entity has only one 
primary key i.e. Agreement Id. And Agreement Id is an auto-generated field 
here. Here we can create an agreement without any required input fields, but as 
per any particular business need, we can customize it accordingly.
An agreement is a configurable thing. So we can configure it after creating as 
well. Although the flow is working fine.

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9905) Issue with Agreement under Accounting

2017-10-28 Thread sourabh jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-9905:
---

Assignee: sourabh jain

> Issue with Agreement under Accounting
> -
>
> Key: OFBIZ-9905
> URL: https://issues.apache.org/jira/browse/OFBIZ-9905
> Project: OFBiz
>  Issue Type: Bug
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/EditAgreement
>Reporter: Aayush jain
>Assignee: sourabh jain
>
> Following issues found:
> 1. Create Agreement opens an edit agreement window
> 2. Able to Create Agreement without any detail (empty Agreement) 
> Steps:
> 1. Open URL 
> https://demo-trunk.ofbiz.apache.org/accounting/control/FindAgreement
> 2. Navigate to Agreement section
> 3. Click on create Agreement
> 4. Click submit button
> Actual: Agreement id is generated for empty agreement and when create window 
> opens, it's redirection is wrong to edit window
> Expected: Proper redirection should be there (create agreement) and if an 
> agreement is created without any details its of no use.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9854) Error when unsubscribing Newsletter from Ecommerce store

2017-10-28 Thread sourabh jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9854:

Attachment: OFBIZ-9854.patch

Added a missing attribute 'contactListId' in 'updateContactListParty' service.

> Error when unsubscribing Newsletter from Ecommerce store
> 
>
> Key: OFBIZ-9854
> URL: https://issues.apache.org/jira/browse/OFBIZ-9854
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: sourabh jain
>Priority: Trivial
> Attachments: EcommerceUnsubscribeError.png, OFBIZ-9854.patch
>
>
> Steps to regenerate:
> 1. Go to Ecommerce component 
> (https://demo-trunk.ofbiz.apache.org/ecommerce/control/main)
> 2. From Sign up from Contact List section, select newsletter, provide an 
> already subscribed email  address and click on unsubscribe
> Following error message:
> {code:java}
> ERROR: Could not complete the Unsubscribe for contact list 
> [file:/home/ofbizDemo/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml#unsubscribeContactListParty]
>  process [problem invoking the [updateContactListParty] service with the map 
> named [updateContactListPartyMap] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2017-10-17 
> 03:06:03.658(java.sql.Timestamp)][createdTxStamp,2017-10-17 
> 03:06:03.504(java.sql.Timestamp)][currentPassword,null()][disabledBy,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2017-10-17
>  03:06:11.284(java.sql.Timestamp)][lastUpdatedTxStamp,2017-10-17 
> 03:06:11.22(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)],
>  statusId=CLPT_UNSUBS_PENDING, baseLocation=/ecommerce, contactListId=9000, 
> preferredContactMechId=1, partyId=_NA_, locale=en_US}]: Outgoing result 
> (in runSync : updateContactListParty) does not match expected requirements 
> (Unknown parameter found: [updateContactListParty.contactListId])]
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9854) Error when unsubscribing Newsletter from Ecommerce store

2017-10-27 Thread sourabh jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain reassigned OFBIZ-9854:
---

Assignee: sourabh jain

> Error when unsubscribing Newsletter from Ecommerce store
> 
>
> Key: OFBIZ-9854
> URL: https://issues.apache.org/jira/browse/OFBIZ-9854
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: sourabh jain
>Priority: Trivial
> Attachments: EcommerceUnsubscribeError.png
>
>
> Steps to regenerate:
> 1. Go to Ecommerce component 
> (https://demo-trunk.ofbiz.apache.org/ecommerce/control/main)
> 2. From Sign up from Contact List section, select newsletter, provide an 
> already subscribed email  address and click on unsubscribe
> Following error message:
> {code:java}
> ERROR: Could not complete the Unsubscribe for contact list 
> [file:/home/ofbizDemo/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml#unsubscribeContactListParty]
>  process [problem invoking the [updateContactListParty] service with the map 
> named [updateContactListPartyMap] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2017-10-17 
> 03:06:03.658(java.sql.Timestamp)][createdTxStamp,2017-10-17 
> 03:06:03.504(java.sql.Timestamp)][currentPassword,null()][disabledBy,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2017-10-17
>  03:06:11.284(java.sql.Timestamp)][lastUpdatedTxStamp,2017-10-17 
> 03:06:11.22(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)],
>  statusId=CLPT_UNSUBS_PENDING, baseLocation=/ecommerce, contactListId=9000, 
> preferredContactMechId=1, partyId=_NA_, locale=en_US}]: Outgoing result 
> (in runSync : updateContactListParty) does not match expected requirements 
> (Unknown parameter found: [updateContactListParty.contactListId])]
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9501) move all data in applications to the datamodel component

2017-07-22 Thread sourabh jain (JIRA)

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

sourabh jain commented on OFBIZ-9501:
-

Moved product type data from product component to datamodel component. Attached 
fourth patch in the sequence for review. 

> move all data in applications to the datamodel component
> 
>
> Key: OFBIZ-9501
> URL: https://issues.apache.org/jira/browse/OFBIZ-9501
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: application, data
> Attachments: OFBIZ-9051-004.patch, OFBIZ-9501-001.patch, 
> OFBIZ-9501-003.patch
>
>
> As per a community [discussion 
> thread|https://lists.apache.org/thread.html/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apache.org%3E]
>  we decided to move all data (seed, seed-initial, demo) to the datamodel 
> component. and to also reduce and cleanup this data to ease debugging and 
> maintenance.
> After moving all the data, the directory and file structure would be similar 
> to the below:
> data/
> ├── demo
> │   ├── AccountingDemoData.xml
> │   ├── CommonDemoData.xml
> │   ├── ContentDemoData.xml
> │   ├── HumanresDemo.xml
> │   ├── ManufacturingDemoData.xml
> │   ├── MarketingDemoData.xml
> │   ├── OrderDemoData.xml
> │   ├── PartyDemoData.xml
> │   ├── ProductDemoData.xml
> │   ├── ShipmentDemoData.xml
> │   └── WorkEffortDemoData.xml
> ├── seed
> │   ├── AccountingSeedData.xml
> │   ├── CommonSeedData.xml
> │   ├── ContentSeedData.xml
> │   ├── HumanresSeedData.xml
> │   ├── ManufacturingSeedData.xml
> │   ├── MarketingSeedData.xml
> │   ├── OrderSeedData.xml
> │   ├── PartySeedData.xml
> │   ├── ProductSeedData.xml
> │   ├── ShipmentSeedData.xml
> │   └── WorkEffortSeedData.xml
> └── seed-initial
> ├── AccountingSeedInitialData.xml
> ├── CommonSeedInitialData.xml
> ├── ContentSeedInitialData.xml
> ├── HumanresSeedInitialData.xml
> ├── ManufacturingSeedInitialData.xml
> ├── MarketingSeedInitialData.xml
> ├── OrderSeedInitialData.xml
> ├── PartySeedInitialData.xml
> ├── ProductSeedInitialData.xml
> ├── ShipmentSeedInitialData.xml
> └── WorkEffortSeedInitialData.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9501) move all data in applications to the datamodel component

2017-07-22 Thread sourabh jain (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sourabh jain updated OFBIZ-9501:

Attachment: OFBIZ-9051-004.patch

> move all data in applications to the datamodel component
> 
>
> Key: OFBIZ-9501
> URL: https://issues.apache.org/jira/browse/OFBIZ-9501
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: application, data
> Attachments: OFBIZ-9051-004.patch, OFBIZ-9501-001.patch, 
> OFBIZ-9501-003.patch
>
>
> As per a community [discussion 
> thread|https://lists.apache.org/thread.html/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apache.org%3E]
>  we decided to move all data (seed, seed-initial, demo) to the datamodel 
> component. and to also reduce and cleanup this data to ease debugging and 
> maintenance.
> After moving all the data, the directory and file structure would be similar 
> to the below:
> data/
> ├── demo
> │   ├── AccountingDemoData.xml
> │   ├── CommonDemoData.xml
> │   ├── ContentDemoData.xml
> │   ├── HumanresDemo.xml
> │   ├── ManufacturingDemoData.xml
> │   ├── MarketingDemoData.xml
> │   ├── OrderDemoData.xml
> │   ├── PartyDemoData.xml
> │   ├── ProductDemoData.xml
> │   ├── ShipmentDemoData.xml
> │   └── WorkEffortDemoData.xml
> ├── seed
> │   ├── AccountingSeedData.xml
> │   ├── CommonSeedData.xml
> │   ├── ContentSeedData.xml
> │   ├── HumanresSeedData.xml
> │   ├── ManufacturingSeedData.xml
> │   ├── MarketingSeedData.xml
> │   ├── OrderSeedData.xml
> │   ├── PartySeedData.xml
> │   ├── ProductSeedData.xml
> │   ├── ShipmentSeedData.xml
> │   └── WorkEffortSeedData.xml
> └── seed-initial
> ├── AccountingSeedInitialData.xml
> ├── CommonSeedInitialData.xml
> ├── ContentSeedInitialData.xml
> ├── HumanresSeedInitialData.xml
> ├── ManufacturingSeedInitialData.xml
> ├── MarketingSeedInitialData.xml
> ├── OrderSeedInitialData.xml
> ├── PartySeedInitialData.xml
> ├── ProductSeedInitialData.xml
> ├── ShipmentSeedInitialData.xml
> └── WorkEffortSeedInitialData.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)