[jira] [Closed] (OFBIZ-6899) Overview of payment methods in party profile misses function to set company check payment

2016-09-03 Thread Swapnil Shah (JIRA)

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

Swapnil Shah closed OFBIZ-6899.
---

> Overview of payment methods in party profile misses function to set company 
> check payment
> -
>
> Key: OFBIZ-6899
> URL: https://issues.apache.org/jira/browse/OFBIZ-6899
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order, party, specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Swapnil Shah
>  Labels: check, payment
> Fix For: Upcoming Branch
>
> Attachments: CC_1.png, CC_2.png, CC_3.png, CC_4.png, 
> OFBIZ-6899.patch, OFBIZ-6899.patch, OFBIZ-6899.patch
>
>
> The payment methods overview in the party profile shows various options to 
> define and create a payment method.
> However there is no option to create payment method for a company check



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6899) Overview of payment methods in party profile misses function to set company check payment

2016-09-03 Thread Swapnil Shah (JIRA)

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

Swapnil Shah commented on OFBIZ-6899:
-

Thanks [~Jagpreet Kaur] [~diveshdut] for the contribution. I have validated the 
fixes and seems to be working as expected via following testing:

# Add a 'Company Check Account' via Party profile screen
# Able to fill all the required details and have the Check account successfully 
created in system
# From profile screen also successfully expired the added Check account 
successfully 

I am closing this ticket and waiting to see the upcoming features for Updating 
the check account and using the same during order entry process.

> Overview of payment methods in party profile misses function to set company 
> check payment
> -
>
> Key: OFBIZ-6899
> URL: https://issues.apache.org/jira/browse/OFBIZ-6899
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order, party, specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Swapnil Shah
>  Labels: check, payment
> Fix For: Upcoming Branch
>
> Attachments: CC_1.png, CC_2.png, CC_3.png, CC_4.png, 
> OFBIZ-6899.patch, OFBIZ-6899.patch, OFBIZ-6899.patch
>
>
> The payment methods overview in the party profile shows various options to 
> define and create a payment method.
> However there is no option to create payment method for a company check



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8120) Maxise the utilisation of Common Labels in various ecommerce forms

2016-09-03 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-8120:
---

 Summary: Maxise the utilisation of Common Labels in various 
ecommerce forms
 Key: OFBIZ-8120
 URL: https://issues.apache.org/jira/browse/OFBIZ-8120
 Project: OFBiz
  Issue Type: Sub-task
  Components: specialpurpose/ecommerce
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Pierre Smits


There are many forms that could benefit from the application of common labels. 
This ticket addresses that issue.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8121) Maximise the utilisation of common labels in various commonext forms

2016-09-03 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-8121:
---

 Summary: Maximise the utilisation of common labels in various 
commonext forms
 Key: OFBIZ-8121
 URL: https://issues.apache.org/jira/browse/OFBIZ-8121
 Project: OFBiz
  Issue Type: Sub-task
  Components: commonext/setup
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Pierre Smits


There are many forms that could benefit from the application of common labels. 
This ticket addresses that issue.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8119) Character encoding issue found in file build.gradle

2016-09-03 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-8119:


hello, gradle encoding is already UTF-8 by default. I think some of your files 
are not in compliance. I can't tell for sure because the screenshot is in 
chinese.

> Character encoding issue found in file build.gradle
> ---
>
> Key: OFBIZ-8119
> URL: https://issues.apache.org/jira/browse/OFBIZ-8119
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
> Environment: Window10 
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, 
> build-error.png
>
>
> I cann't build ofbiz when I run gradlew.
> I found utf-8 should be the default character encoding used by the comipiling 
> work.
> eg.
> def defaultEncoding = 'UTF-8'
> tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
> tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8119) Character encoding issue found in file build.gradle

2016-09-03 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-8119:


Also why are you adding groovy compile options? The groovy plugin is not used. 
How did you come up with this fix?

> Character encoding issue found in file build.gradle
> ---
>
> Key: OFBIZ-8119
> URL: https://issues.apache.org/jira/browse/OFBIZ-8119
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
> Environment: Window10 
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, 
> build-error.png
>
>
> I cann't build ofbiz when I run gradlew.
> I found utf-8 should be the default character encoding used by the comipiling 
> work.
> eg.
> def defaultEncoding = 'UTF-8'
> tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
> tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8119) Character encoding issue found in file build.gradle

2016-09-03 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-8119:


Yeah my total ignorance is showing :)

> Character encoding issue found in file build.gradle
> ---
>
> Key: OFBIZ-8119
> URL: https://issues.apache.org/jira/browse/OFBIZ-8119
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
> Environment: Window10 
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, 
> build-error.png
>
>
> I cann't build ofbiz when I run gradlew.
> I found utf-8 should be the default character encoding used by the comipiling 
> work.
> eg.
> def defaultEncoding = 'UTF-8'
> tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
> tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8121) Maximise the utilisation of common labels in various commonext forms

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-8121:

Attachment: OFBIZ-8121-commonext-forms.patch

This patch addresses the issue.

> Maximise the utilisation of common labels in various commonext forms
> 
>
> Key: OFBIZ-8121
> URL: https://issues.apache.org/jira/browse/OFBIZ-8121
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext/setup
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>  Labels: labels, refactoring
> Attachments: OFBIZ-8121-commonext-forms.patch
>
>
> There are many forms that could benefit from the application of common 
> labels. This ticket addresses that issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7500) Incorporate the readme for the commonExt component

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-7500:

Attachment: OFBIZ-7500-commonext-README.md.patch

This patch addresses the issue.

> Incorporate the readme for the commonExt component
> --
>
> Key: OFBIZ-7500
> URL: https://issues.apache.org/jira/browse/OFBIZ-7500
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext/setup
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7500-commonext-README.md.patch
>
>
> A readme should be the first starting point of each component for developers, 
> and have references to the placeholder in the wiki, in jira and in svn/viewvc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-8119) Character encoding issue found in file build.gradle

2016-09-03 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-8119 at 9/3/16 8:16 AM:


I don't mind setting the Environment Variable JAVA_TOOL_OPTIONS to 
-Dfile.encoding=UTF-8. But I actually did that only for Gradle to work.

I just stumbled upon 
https://discuss.gradle.org/t/test-failed-while-building-gradle-from-sources-because-of-java-tool-options-defined/4441
 and I believe if we had UTF-8 set in Gradle it would fix OFBIZ-7137 (which 
seems to exist only for me, but would maybe exist for fumiyoshi.to too if he 
sets JAVA_TOOL_OPTIONS to -Dfile.encoding=UTF-8)

[~tofumiyo...@gmail.com], while Taher is working on this, could you please 
check you can reproduce OFBIZ-7137 by setting JAVA_TOOL_OPTIONS to 
-Dfile.encoding=UTF-8? Thanks! :)


was (Author: jacques.le.roux):
I don't mind setting the Environment Variable JAVA_TOOL_OPTIONS to 
-Dfile.encoding=UTF-8. But I actually did that only for Gradle to work.

I just stumbled upon 
https://discuss.gradle.org/t/test-failed-while-building-gradle-from-sources-because-of-java-tool-options-defined/4441
 and I believe if we had UTF-8 set in Gradle it would fix OFBIZ-7137 (which 
seems to exist only for me, but would maybe exist for fumiyoshi.to too if he 
sets JAVA_TOOL_OPTIONS to -Dfile.encoding=UTF-8)

While Taher is working on this, could you please check you can reproduce 
OFBIZ-7137 by setting JAVA_TOOL_OPTIONS to -Dfile.encoding=UTF-8? Thanks! :)

> Character encoding issue found in file build.gradle
> ---
>
> Key: OFBIZ-8119
> URL: https://issues.apache.org/jira/browse/OFBIZ-8119
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
> Environment: Window10 
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, 
> build-error.png
>
>
> I cann't build ofbiz when I run gradlew.
> I found utf-8 should be the default character encoding used by the comipiling 
> work.
> eg.
> def defaultEncoding = 'UTF-8'
> tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
> tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7987) Add UI labels for success / error messages in content component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7987:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759077

> Add UI labels for success / error messages in content component
> ---
>
> Key: OFBIZ-7987
> URL: https://issues.apache.org/jira/browse/OFBIZ-7987
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7987.patch, OFBIZ-7987.patch
>
>
> Add UI labels for success / error messages in java files of content component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8002) Add UI labels for success / error messages in marketing component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-8002.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in marketing component
> -
>
> Key: OFBIZ-8002
> URL: https://issues.apache.org/jira/browse/OFBIZ-8002
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: marketing
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8002.patch, OFBIZ-8002.patch
>
>
> Add UI labels for success / error messages in java files of marketing 
> component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7991) Add UI labels for success / error messages in example component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7991:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759081

> Add UI labels for success / error messages in example component
> ---
>
> Key: OFBIZ-7991
> URL: https://issues.apache.org/jira/browse/OFBIZ-7991
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7991.patch, OFBIZ-7991.patch
>
>
> Add UI labels for success / error messages in java files of example component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7991) Add UI labels for success / error messages in example component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7991.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in example component
> ---
>
> Key: OFBIZ-7991
> URL: https://issues.apache.org/jira/browse/OFBIZ-7991
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7991.patch, OFBIZ-7991.patch
>
>
> Add UI labels for success / error messages in java files of example component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7991) Add UI labels for success / error messages in example component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7991:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in example component
> ---
>
> Key: OFBIZ-7991
> URL: https://issues.apache.org/jira/browse/OFBIZ-7991
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7991.patch, OFBIZ-7991.patch
>
>
> Add UI labels for success / error messages in java files of example component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7990) Add UI labels for success / error messages in ebay component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7990:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in ebay component
> 
>
> Key: OFBIZ-7990
> URL: https://issues.apache.org/jira/browse/OFBIZ-7990
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebay
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7990.patch, OFBIZ-7990.patch
>
>
> Add UI labels for success / error messages in java files of ebay component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7990) Add UI labels for success / error messages in ebay component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7990:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759080

> Add UI labels for success / error messages in ebay component
> 
>
> Key: OFBIZ-7990
> URL: https://issues.apache.org/jira/browse/OFBIZ-7990
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebay
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7990.patch, OFBIZ-7990.patch
>
>
> Add UI labels for success / error messages in java files of ebay component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7993) Add UI labels for success / error messages in oagis component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7993:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in oagis component
> -
>
> Key: OFBIZ-7993
> URL: https://issues.apache.org/jira/browse/OFBIZ-7993
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/oagis
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7993.patch, OFBIZ-7993.patch
>
>
> Add UI labels for success / error messages in java files of oagis component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7993) Add UI labels for success / error messages in oagis component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7993.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in oagis component
> -
>
> Key: OFBIZ-7993
> URL: https://issues.apache.org/jira/browse/OFBIZ-7993
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/oagis
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7993.patch, OFBIZ-7993.patch
>
>
> Add UI labels for success / error messages in java files of oagis component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8059) Improvements in ContactListType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8059.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1759098.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.

> Improvements in ContactListType entity definition and services
> --
>
> Key: OFBIZ-8059
> URL: https://issues.apache.org/jira/browse/OFBIZ-8059
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8059.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8062) Improvements in ContactMechTypeAttr entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8062.
---
   Resolution: Done
Fix Version/s: (was: Trunk)
   Upcoming Branch

Committed changes in trunk at rev: 1759101.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.

> Improvements in ContactMechTypeAttr entity definition and services
> --
>
> Key: OFBIZ-8062
> URL: https://issues.apache.org/jira/browse/OFBIZ-8062
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8062.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8080) Improvements in ContactMechTypePurpose entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8080:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ContactMechTypePurpose entity definition and services
> -
>
> Key: OFBIZ-8080
> URL: https://issues.apache.org/jira/browse/OFBIZ-8080
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8080.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-6140) Have a placeholder for the 'Work Effort' component

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits closed OFBIZ-6140.
---
Resolution: Implemented
  Assignee: Pierre Smits

Closing as first iteration has been created. See: 
https://cwiki.apache.org/confluence/display/OFBIZ/Work+Effort+Management
This can be revisited, when the need arises.


> Have a placeholder for the 'Work Effort' component
> --
>
> Key: OFBIZ-6140
> URL: https://issues.apache.org/jira/browse/OFBIZ-6140
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: site
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>
> The placeholder should describe in a paragraph or two what the core 
> functionality of the work effort component is.
> The initial paragraph should be business oriented (for potential adopter). An 
> additional paragraph should be focused on the contributor, where he can find 
> the component specific issues (in JIRA) and view changes committed to the 
> component (in VIEWVC).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7497) Have a placeholder for the 'WebTools' component

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits closed OFBIZ-7497.
---
Resolution: Implemented
  Assignee: Pierre Smits

Closing as first iteration has been created. See: 
https://cwiki.apache.org/confluence/display/OFBIZ/System+Administration
This can be revisited, when the need arises.


> Have a placeholder for the 'WebTools' component
> ---
>
> Key: OFBIZ-7497
> URL: https://issues.apache.org/jira/browse/OFBIZ-7497
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: site
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>
> The placeholder should describe in a paragraph or two what the core 
> functionality of the webtools component is.
> The initial paragraph should be business oriented (for potential adopter) and 
> outline in broad strokes what kind of functionality a user can expect/perform.
> An additional paragraph should be focused on the contributor, where he can 
> find the component specific issues (in JIRA) and view changes committed to 
> the component (in VIEWVC).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8060) Improvements in ContactMechPurposeType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8060:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ContactMechPurposeType  entity definition and services
> --
>
> Key: OFBIZ-8060
> URL: https://issues.apache.org/jira/browse/OFBIZ-8060
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8060.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8062) Improvements in ContactMechTypeAttr entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8062:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ContactMechTypeAttr entity definition and services
> --
>
> Key: OFBIZ-8062
> URL: https://issues.apache.org/jira/browse/OFBIZ-8062
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8062.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service as there is composite primary key.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7661) Create Menu inconsistent in decorators throughout the application

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7661:
---

Assignee: Deepak Dixit  (was: Avnindra Sharma)

> Create Menu inconsistent in decorators throughout the application
> -
>
> Key: OFBIZ-7661
> URL: https://issues.apache.org/jira/browse/OFBIZ-7661
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Reporter: Avnindra Sharma
>Assignee: Deepak Dixit
> Fix For: Trunk
>
> Attachments: OFBIZ-7661-Screenshot-1.png, 
> OFBIZ-7661-Screenshot-2.png, OFBIZ-7661-Screenshot-3.png
>
>
> Create Menu is inconsistent throughout the application.
> When we navigate to any component, Create Menu button is not consistent. The 
> button should be accessible via any sub menu.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8000) Improvements in BudgetScenario entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8000.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1759095.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.

> Improvements in BudgetScenario entity definition and services
> -
>
> Key: OFBIZ-8000
> URL: https://issues.apache.org/jira/browse/OFBIZ-8000
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8000.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8061) Improvements in ContactMechType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8061.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1759100.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.

> Improvements in ContactMechType entity definition and services
> --
>
> Key: OFBIZ-8061
> URL: https://issues.apache.org/jira/browse/OFBIZ-8061
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8061.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7890) Improvements in BudgetRevision entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-7890:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in BudgetRevision entity definition and services
> -
>
> Key: OFBIZ-7890
> URL: https://issues.apache.org/jira/browse/OFBIZ-7890
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7890.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8061) Improvements in ContactMechType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8061:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in ContactMechType entity definition and services
> --
>
> Key: OFBIZ-8061
> URL: https://issues.apache.org/jira/browse/OFBIZ-8061
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8061.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8119) Character encoding issue found in file build.gradle

2016-09-03 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-8119:


The 1st does not work, the second does build, trying tests now..

> Character encoding issue found in file build.gradle
> ---
>
> Key: OFBIZ-8119
> URL: https://issues.apache.org/jira/browse/OFBIZ-8119
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
> Environment: Window10 
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, 
> build-error.png
>
>
> I cann't build ofbiz when I run gradlew.
> I found utf-8 should be the default character encoding used by the comipiling 
> work.
> eg.
> def defaultEncoding = 'UTF-8'
> tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
> tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8130) Maximise the utilisation of common labels in myportal forms

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-8130:

Attachment: OFBIZ-8130-myportal-Forms.xml.patch

This patch addresses the issue.

> Maximise the utilisation of common labels in myportal forms
> ---
>
> Key: OFBIZ-8130
> URL: https://issues.apache.org/jira/browse/OFBIZ-8130
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/myportal
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>  Labels: labels, refactoring
> Attachments: OFBIZ-8130-myportal-Forms.xml.patch
>
>
> There are many forms that could benefit from the application of common 
> labels. This ticket addresses that issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8060) Improvements in ContactMechPurposeType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8060:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in ContactMechPurposeType  entity definition and services
> --
>
> Key: OFBIZ-8060
> URL: https://issues.apache.org/jira/browse/OFBIZ-8060
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8060.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8084) Improvements in CostComponentType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8084:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in CostComponentType entity definition and services
> 
>
> Key: OFBIZ-8084
> URL: https://issues.apache.org/jira/browse/OFBIZ-8084
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Rohit Koushal
>Priority: Minor
> Attachments: OFBIZ-8084.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8061) Improvements in ContactMechType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8061:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in ContactMechType entity definition and services
> --
>
> Key: OFBIZ-8061
> URL: https://issues.apache.org/jira/browse/OFBIZ-8061
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8061.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8020) Improvements in CatalinaSession entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8020:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
 - As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in CatalinaSession entity definition and services
> --
>
> Key: OFBIZ-8020
> URL: https://issues.apache.org/jira/browse/OFBIZ-8020
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8020.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7859) Improvements in AcctgTransTypeAttr entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-7859:
---

Assignee: Arun Patidar

> Improvements in AcctgTransTypeAttr entity definition and services
> -
>
> Key: OFBIZ-7859
> URL: https://issues.apache.org/jira/browse/OFBIZ-7859
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Arun Patidar
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-7859.patch
>
>
> Required improvements;
>  - All is good with entity definition .
>  - Add CRUD services using entity-auto. Make sure PK is not optional while 
> create service.
>  - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
>  - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8110) Maximise the utilisation of common labels in various applications

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-8110:

Summary: Maximise the utilisation of common labels in various applications  
(was: Maximise the utilisation of labels in the CommonUiLabels.xml file in 
various applications)

> Maximise the utilisation of common labels in various applications
> -
>
> Key: OFBIZ-8110
> URL: https://issues.apache.org/jira/browse/OFBIZ-8110
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Reporter: Pierre Smits
>  Labels: labels, refactoring
>
> There are many commonalities among entity field definitions. Often these 
> field definitions have led to unique label definitions, where a shared 
> (common) label could have sufficed. 
> As examples you can take:
> * the various Id fields (where for most label CommonId could be used)
> * the various Type fields (where for most label CommonType could be used)
> This is a placeholder ticket, intended to capture applicable issues as sub 
> tasks to address the aspect of maximising the utilisation of labels in the 
> CommonUiLabels.xml file and to track progress.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7969) Enable adding a content to an agreement

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7969.
---
   Resolution: Implemented
Fix Version/s: Upcoming Branch

> Enable adding a content to an agreement
> ---
>
> Key: OFBIZ-7969
> URL: https://issues.apache.org/jira/browse/OFBIZ-7969
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Leila Mekika
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7969.patch, OFBIZ-7969_V2 .patch, OFBIZ-7969_V3 
> .patch, OFBIZ-7969_V3 .patch
>
>
> This add a screen in accounting component to allow uploading a file or attach 
> an existing content to an agreement. This can be useful to attach agreement 
> related contract or files.
> To test this functionnality, you need to reload seed data, create an 
> agreement and go to page :
> http://localhost:8080/accounting/control/EditAgreementContents?agreementId=



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7475) Provide the option to update Payment Method details for Check from party profile

2016-09-03 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-7475:
-
Attachment: OFBIZ-7475.patch

As per the discussion in OFBIZ-6899, here extended the support for updating 
check account details.
Now the user can add and update the details of check account like Name, Bank 
name, account type etc.

> Provide the option to update Payment Method details for Check from party 
> profile
> 
>
> Key: OFBIZ-7475
> URL: https://issues.apache.org/jira/browse/OFBIZ-7475
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: 14.12.01, 15.12.01
>Reporter: Swapnil Shah
>Assignee: Swapnil Shah
> Attachments: CC.png, OFBIZ-7475.patch
>
>
> Let's provide the option to update Checking payment method as well like other 
> payment methods via party profile. (please refer attached screenshot)
> We could update following information:
> # Bank Name
> # From/Thru date



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7491) Have a placeholder for the 'Marketing' component

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits closed OFBIZ-7491.
---
Resolution: Implemented
  Assignee: Pierre Smits

Closing as first iteration has been created. See: 
https://cwiki.apache.org/confluence/display/OFBIZ/Marketing+Communications+and+SalesForce+Automation
This can be revisited, when the need arises.


> Have a placeholder for the 'Marketing' component
> 
>
> Key: OFBIZ-7491
> URL: https://issues.apache.org/jira/browse/OFBIZ-7491
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: site
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>
> The placeholder should describe in a paragraph or two what the core 
> functionality of the marketing component is.
> The initial paragraph should be business oriented (for potential adopter) and 
> outline in broad strokes what kind of functionality a user can expect/perform.
> An additional paragraph should be focused on the contributor, where he can 
> find the component specific issues (in JIRA) and view changes committed to 
> the component (in VIEWVC).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7969) Enable adding a content to an agreement

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7969:
---

Assignee: Deepak Dixit

> Enable adding a content to an agreement
> ---
>
> Key: OFBIZ-7969
> URL: https://issues.apache.org/jira/browse/OFBIZ-7969
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Leila Mekika
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7969.patch, OFBIZ-7969_V2 .patch, OFBIZ-7969_V3 
> .patch, OFBIZ-7969_V3 .patch
>
>
> This add a screen in accounting component to allow uploading a file or attach 
> an existing content to an agreement. This can be useful to attach agreement 
> related contract or files.
> To test this functionnality, you need to reload seed data, create an 
> agreement and go to page :
> http://localhost:8080/accounting/control/EditAgreementContents?agreementId=



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8133) Improvements in CustRequestTypeAttr entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8133:


 Summary: Improvements in CustRequestTypeAttr entity definition and 
services
 Key: OFBIZ-8133
 URL: https://issues.apache.org/jira/browse/OFBIZ-8133
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto. Make sure PK is not optional while 
create service. Because entity will have the composite primary key.
 - Do related changes if any occurrence found for direct create/update/delete 
of this entity, and replace them with crud services implemented.
 - As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8000) Improvements in BudgetScenario entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8000:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in BudgetScenario entity definition and services
> -
>
> Key: OFBIZ-8000
> URL: https://issues.apache.org/jira/browse/OFBIZ-8000
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8000.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8012) Improvements in BudgetType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8012:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in BudgetType entity definition and services
> -
>
> Key: OFBIZ-8012
> URL: https://issues.apache.org/jira/browse/OFBIZ-8012
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8012.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8047) Improvements in CommunicationEventType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8047:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- Do related changes if any occurrence found for direct create/update/delete of 
this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in CommunicationEventType entity definition and services
> -
>
> Key: OFBIZ-8047
> URL: https://issues.apache.org/jira/browse/OFBIZ-8047
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8047.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8047) Improvements in CommunicationEventType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8047:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in CommunicationEventType entity definition and services
> -
>
> Key: OFBIZ-8047
> URL: https://issues.apache.org/jira/browse/OFBIZ-8047
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8047.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8060) Improvements in ContactMechPurposeType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-8060.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

Committed changes in trunk at rev: 1759099.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.

> Improvements in ContactMechPurposeType  entity definition and services
> --
>
> Key: OFBIZ-8060
> URL: https://issues.apache.org/jira/browse/OFBIZ-8060
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8060.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, so nothing needs to be 
> taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8131) Improvements in CustRequestResolution entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8131:


 Summary: Improvements in CustRequestResolution entity definition 
and services
 Key: OFBIZ-8131
 URL: https://issues.apache.org/jira/browse/OFBIZ-8131
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto. Make sure PK is optional while create 
service, so that can be generated from OFBiz sequence generator.
 - Do related changes if any occurrence found for direct create/update/delete 
of this entity, and replace them with crud services implemented.
 - As no status/from date/thru date exists in entity, so nothing needs to be 
taken care while deleting the records from service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7969) Enable adding a content to an agreement

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7969:
-

Thanks Leila Mekika for your contribution, an slightly modified patch has been 
committed at r#1759127

I made following changes:
- Converted Add Agreement form as used in OOTB, removed content and 
parentContentId lookup from add form, as we are uploading new file here, we can 
add new screen let to attach existing content to agreement.
- Added some additional field on add and list agreement content form like 
status, content type, fromDate etc.
- Used entity-auto engine for AgreementContent entity CRUD operation.
- Used stream request to serve content instead of simplecontent
- Removed some unused code related to copyAgreementContent that was not 
implemented properly, also done some minor improvement related to form.

> Enable adding a content to an agreement
> ---
>
> Key: OFBIZ-7969
> URL: https://issues.apache.org/jira/browse/OFBIZ-7969
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Leila Mekika
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7969.patch, OFBIZ-7969_V2 .patch, OFBIZ-7969_V3 
> .patch, OFBIZ-7969_V3 .patch
>
>
> This add a screen in accounting component to allow uploading a file or attach 
> an existing content to an agreement. This can be useful to attach agreement 
> related contract or files.
> To test this functionnality, you need to reload seed data, create an 
> agreement and go to page :
> http://localhost:8080/accounting/control/EditAgreementContents?agreementId=



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (OFBIZ-7969) Enable adding a content to an agreement

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reopened OFBIZ-7969:
-

> Enable adding a content to an agreement
> ---
>
> Key: OFBIZ-7969
> URL: https://issues.apache.org/jira/browse/OFBIZ-7969
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Leila Mekika
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7969.patch, OFBIZ-7969_V2 .patch, OFBIZ-7969_V3 
> .patch, OFBIZ-7969_V3 .patch
>
>
> This add a screen in accounting component to allow uploading a file or attach 
> an existing content to an agreement. This can be useful to attach agreement 
> related contract or files.
> To test this functionnality, you need to reload seed data, create an 
> agreement and go to page :
> http://localhost:8080/accounting/control/EditAgreementContents?agreementId=



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-2443) Enable simple persistent sessions when using jetty

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-2443:
-

As jetty has been moved to Attic so closing this ticket..
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic#OFBizAttic-Jetty

> Enable simple persistent sessions when using jetty
> --
>
> Key: OFBIZ-2443
> URL: https://issues.apache.org/jira/browse/OFBIZ-2443
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Joe Eckard
>Priority: Minor
> Attachments: jetty.patch
>
>
> Uses the HashSessionManager to save sessions to disk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-427) I18N Problem when pop field in an upload type form

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-427:


I think this is not an issue now, as this is already fixed under OFBIZ-1072

So we are safe, we can close this issue.

> I18N Problem when pop field in an upload type form
> --
>
> Key: OFBIZ-427
> URL: https://issues.apache.org/jira/browse/OFBIZ-427
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
> Environment: Simple Chinese Environment
>Reporter: Robinson Ouyang
>Priority: Minor
>
> When I pop a field value with encoding GBK, I get wrong string, I check the 
> org.ofbiz.webapp.event.ServiceEventHandler.java, find that when pop field 
> value from multipart/form-data form, we didn't take care of the char 
> encoding, which like following:
>  multiPartMap.put(fieldName, 
> item.getString(request.getCharacterEncoding()));
> And now I change it like following:
> try {
> multiPartMap.put(fieldName, 
> item.getString(request.getCharacterEncoding()));
> } catch (UnsupportedEncodingException e) {
> multiPartMap.put(fieldName, item.getString());
>   }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8136) No States/Provinces Exist when Request a New Account

2016-09-03 Thread fumiyoshi.to (JIRA)

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

fumiyoshi.to updated OFBIZ-8136:

Attachment: NoStatesProvincesExist.png

> No States/Provinces Exist when Request a New Account
> 
>
> Key: OFBIZ-8136
> URL: https://issues.apache.org/jira/browse/OFBIZ-8136
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework, specialpurpose/ecommerce
>Affects Versions: Trunk
> Environment: Windows10
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: NoStatesProvincesExist.png
>
>
> When I choose Japan in new customer screen, no states/province exists 
> occerred, and I cannot register as a customer through ecommerce.
> It is because of no data exist for Japan in CountryAddressFormat[GeoData.xml].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8136) No States/Provinces Exist when Request a New Account

2016-09-03 Thread fumiyoshi.to (JIRA)

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

fumiyoshi.to updated OFBIZ-8136:

Description: 
When I choose Japan in new customer screen, no states/province exists occerred, 
and I cannot register as a customer through ecommerce.
It is because of no data exist for Japan in CountryAddressFormat[GeoData.xml].




  was:
When I choose Japan in new customer screen, no states/province exists occerred, 
and I cannot register as a customer through ecommerce.
It is because of no data exist for Japan in CountryAddressFormat[GeoData.xml].


> No States/Provinces Exist when Request a New Account
> 
>
> Key: OFBIZ-8136
> URL: https://issues.apache.org/jira/browse/OFBIZ-8136
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework, specialpurpose/ecommerce
>Affects Versions: Trunk
> Environment: Windows10
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: NoStatesProvincesExist.png
>
>
> When I choose Japan in new customer screen, no states/province exists 
> occerred, and I cannot register as a customer through ecommerce.
> It is because of no data exist for Japan in CountryAddressFormat[GeoData.xml].
>  requireStateProvinceId="" requirePostalCode="" postalCodeRegex="\d{3}-\d{4}" 
> hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-94) Global mountpoint change for webapps (similarly to existing content.url.prefix)

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-94:
---

Hi [~jacques.le.roux],

Can we close it now?

> Global mountpoint change for webapps (similarly to existing 
> content.url.prefix)
> ---
>
> Key: OFBIZ-94
> URL: https://issues.apache.org/jira/browse/OFBIZ-94
> Project: OFBiz
>  Issue Type: New Feature
>  Components: framework
>Reporter: Eriks Dobelis
>Priority: Minor
>
> Currently settings in url.properties (content.url.prefix.secure and 
> content.url.prefix.standard) allow to change url prefix for static content. 
> Similar feature for mounting all webapps at a mount point different from root 
> would be very useful. Especially it would help having multiple ofbiz 
> instances under one domain name (e.g. www.host.com/client2 and 
> www.host.com/client2), which is very useful to run several instances using 
> one SSL certificate.
> Workaround is of course to change mount points in all components by hand, but 
> it is not very practical if url is to be changed frequently.
> I suggest adding to url.properties 2 settings - webapp.url.prefix.standard 
> and webapp.url.prefix.secure.
> This is not exact patch, just to give a quick idea of change necessary.
> {code}
> --- ComponentConfig.javaTue Jul 18 12:38:10 2006
> +++ ComponentConfig.javaTue Jul 18 12:42:52 2006
> @@ -638,10 +638,12 @@
>  }
>  this.mountPoint = this.mountPoint + "*";
>  }
>  }
> +   this.mountPoint = globalMountPoint + this.mountPoint; 
> //globalMountPoint should be instantiated to value of 
> webapp.url.prefix.standard, of course there should be additional code to 
> parse that property
> +
>  // load the virtual hosts
>  List virtHostList = UtilXml.childElementList(element, 
> "virtual-host");
>  if (virtHostList != null && virtHostList.size() > 0) {
>  Iterator elementIter = virtHostList.iterator();
>  while (elementIter.hasNext()) {
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8065) Clean up commented out code in Free Marker Template for WorkEffort

2016-09-03 Thread Ashish Vijaywargiya (JIRA)

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

Ashish Vijaywargiya closed OFBIZ-8065.
--
Resolution: Fixed

Thanks Aman for the contribution. Your changes are committed in trunk at 
r1759141.

> Clean up commented out code in Free Marker Template for WorkEffort
> --
>
> Key: OFBIZ-8065
> URL: https://issues.apache.org/jira/browse/OFBIZ-8065
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Aman Agrawal
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8065.patch
>
>
> Clean up commented out code in Free Marker Template for WorkEffort.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8004) Add UI labels for success / error messages in solr component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-8004:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in solr component
> 
>
> Key: OFBIZ-8004
> URL: https://issues.apache.org/jira/browse/OFBIZ-8004
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/solr
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-8004.patch, OFBIZ-8004.patch
>
>
> Add UI labels for success / error messages in java files of solr component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7997) Add UI labels for success / error messages in scrum component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7997:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759085

> Add UI labels for success / error messages in scrum component
> -
>
> Key: OFBIZ-7997
> URL: https://issues.apache.org/jira/browse/OFBIZ-7997
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/scrum
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7997.patch, OFBIZ-7997.patch
>
>
> Add UI labels for success / error messages in java files of scrum component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8122) Accounting: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)
Tanmay Muley created OFBIZ-8122:
---

 Summary: Accounting: Consistent menu name
 Key: OFBIZ-8122
 URL: https://issues.apache.org/jira/browse/OFBIZ-8122
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Tanmay Muley
Priority: Minor


Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8004) Add UI labels for success / error messages in solr component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-8004:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759086

> Add UI labels for success / error messages in solr component
> 
>
> Key: OFBIZ-8004
> URL: https://issues.apache.org/jira/browse/OFBIZ-8004
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/solr
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8004.patch, OFBIZ-8004.patch
>
>
> Add UI labels for success / error messages in java files of solr component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8004) Add UI labels for success / error messages in solr component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-8004.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in solr component
> 
>
> Key: OFBIZ-8004
> URL: https://issues.apache.org/jira/browse/OFBIZ-8004
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/solr
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8004.patch, OFBIZ-8004.patch
>
>
> Add UI labels for success / error messages in java files of solr component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8009) Add UI labels for success / error messages in ebaystore component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-8009.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in ebaystore component
> -
>
> Key: OFBIZ-8009
> URL: https://issues.apache.org/jira/browse/OFBIZ-8009
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8009.patch, OFBIZ-8009.patch
>
>
> Add UI labels for success / error messages in java files of ebaystore 
> component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8009) Add UI labels for success / error messages in ebaystore component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-8009:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in ebaystore component
> -
>
> Key: OFBIZ-8009
> URL: https://issues.apache.org/jira/browse/OFBIZ-8009
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8009.patch, OFBIZ-8009.patch
>
>
> Add UI labels for success / error messages in java files of ebaystore 
> component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8009) Add UI labels for success / error messages in ebaystore component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-8009:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759087

> Add UI labels for success / error messages in ebaystore component
> -
>
> Key: OFBIZ-8009
> URL: https://issues.apache.org/jira/browse/OFBIZ-8009
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8009.patch, OFBIZ-8009.patch
>
>
> Add UI labels for success / error messages in java files of ebaystore 
> component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8123) Commonext: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)

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

Tanmay Muley updated OFBIZ-8123:

Attachment: OFBIZ-8123.patch

Changed affected menu names.Provided patch for the same

> Commonext: Consistent menu name
> ---
>
> Key: OFBIZ-8123
> URL: https://issues.apache.org/jira/browse/OFBIZ-8123
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8123.patch
>
>
> Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8125) Order: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)
Tanmay Muley created OFBIZ-8125:
---

 Summary: Order: Consistent menu name
 Key: OFBIZ-8125
 URL: https://issues.apache.org/jira/browse/OFBIZ-8125
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Reporter: Tanmay Muley
Priority: Minor


Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8126) Party: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)

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

Tanmay Muley updated OFBIZ-8126:

Attachment: OFBIZ-8126.patch

Changed affected menu names.Provided patch for the same

> Party: Consistent menu name
> ---
>
> Key: OFBIZ-8126
> URL: https://issues.apache.org/jira/browse/OFBIZ-8126
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8126.patch
>
>
> Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8126) Party: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)
Tanmay Muley created OFBIZ-8126:
---

 Summary: Party: Consistent menu name
 Key: OFBIZ-8126
 URL: https://issues.apache.org/jira/browse/OFBIZ-8126
 Project: OFBiz
  Issue Type: Sub-task
  Components: party
Reporter: Tanmay Muley
Priority: Minor
 Attachments: OFBIZ-8126.patch

Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8127) Lucene: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)
Tanmay Muley created OFBIZ-8127:
---

 Summary: Lucene: Consistent menu name
 Key: OFBIZ-8127
 URL: https://issues.apache.org/jira/browse/OFBIZ-8127
 Project: OFBiz
  Issue Type: Sub-task
  Components: specialpurpose/lucene
Reporter: Tanmay Muley
Priority: Minor


Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8127) Lucene: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)

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

Tanmay Muley updated OFBIZ-8127:

Attachment: OFBIZ-8127.patch

Changed affected menu names.Provided patch for the same

> Lucene: Consistent menu name
> 
>
> Key: OFBIZ-8127
> URL: https://issues.apache.org/jira/browse/OFBIZ-8127
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/lucene
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8127.patch
>
>
> Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8128) Scrum: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)

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

Tanmay Muley updated OFBIZ-8128:

Attachment: OFBIZ-8128.patch

Changed affected menu names.Provided patch for the same

> Scrum: Consistent menu name
> ---
>
> Key: OFBIZ-8128
> URL: https://issues.apache.org/jira/browse/OFBIZ-8128
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/scrum
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8128.patch
>
>
> Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-8129) Webtools: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)
Tanmay Muley created OFBIZ-8129:
---

 Summary: Webtools: Consistent menu name
 Key: OFBIZ-8129
 URL: https://issues.apache.org/jira/browse/OFBIZ-8129
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework/webtools
Reporter: Tanmay Muley
Priority: Minor


Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8129) Webtools: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)

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

Tanmay Muley updated OFBIZ-8129:

Attachment: OFBIZ-8129.patch

Changed affected menu names.Provided patch for the same


> Webtools: Consistent menu name
> --
>
> Key: OFBIZ-8129
> URL: https://issues.apache.org/jira/browse/OFBIZ-8129
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework/webtools
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8129.patch
>
>
> Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8115) Fixe a bunch of small leaks (closes missing, reported as warnings in Eclipse)

2016-09-03 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-8115:


All is fixed after r1759082 and r1759088

> Fixe a bunch of small leaks (closes missing, reported as warnings in Eclipse)
> -
>
> Key: OFBIZ-8115
> URL: https://issues.apache.org/jira/browse/OFBIZ-8115
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Branch
>
>
> At r1758927 I tried to fixe a bunch of closes missing, reported as warnings 
> in Eclipse
> Jacopo noticed and reported on dev ML 
> http://markmail.org/message/b4hvzi7foftfq3j5 2 possible issues:
> # you are adding a close statement to code that already had the close 
> statement in the "finally" block; your modification actually introduces a 
> code pattern that is not correct (if an exception is thrown your close 
> statement are not executed)
> # I suspect that you are closing the socket connection too early in 
> PcChargeApi
> So I reverted r1758927 to check the issues



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8123) Commonext: Consistent menu name

2016-09-03 Thread Tanmay Muley (JIRA)

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

Tanmay Muley updated OFBIZ-8123:

Attachment: OFBIZ-8123.patch

Removed unwanted changes in previous patch. Here is the updated patch

> Commonext: Consistent menu name
> ---
>
> Key: OFBIZ-8123
> URL: https://issues.apache.org/jira/browse/OFBIZ-8123
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8123.patch, OFBIZ-8123.patch
>
>
> Change all menu names to upper camel case for consistency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-6899) Overview of payment methods in party profile misses function to set company check payment

2016-09-03 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur edited comment on OFBIZ-6899 at 9/3/16 8:24 AM:
--

HI Jacques, Thanks for checking the update. As said by Swapnil update 
functionality will be done in OFBIZ-7475 and for order entry process here is 
the Jira issue OFBIZ-7377. 


was (Author: jagpreet kaur):
HI Jacques, Thanks for checking the update. As said by Swapnil update 
functionality will be done in OFBIZ-7475 and for order entry process 
OFBIZ-7377. 

> Overview of payment methods in party profile misses function to set company 
> check payment
> -
>
> Key: OFBIZ-6899
> URL: https://issues.apache.org/jira/browse/OFBIZ-6899
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order, party, specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Swapnil Shah
>  Labels: check, payment
> Fix For: Upcoming Branch
>
> Attachments: CC_1.png, CC_2.png, CC_3.png, CC_4.png, 
> OFBIZ-6899.patch, OFBIZ-6899.patch, OFBIZ-6899.patch
>
>
> The payment methods overview in the party profile shows various options to 
> define and create a payment method.
> However there is no option to create payment method for a company check



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7726) Add UI labels for success / error messages in accounting component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7726:
-

Thanks Tanmay for your contribution , your patch has been committed at trunk at 
r#1759056

> Add UI labels for success / error messages in accounting component
> --
>
> Key: OFBIZ-7726
> URL: https://issues.apache.org/jira/browse/OFBIZ-7726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7726.patch, OFBIZ-7726.patch
>
>
> Add UI labels for success / error messages in java files of accounting 
> component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7726) Add UI labels for success / error messages in accounting component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7726.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in accounting component
> --
>
> Key: OFBIZ-7726
> URL: https://issues.apache.org/jira/browse/OFBIZ-7726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7726.patch, OFBIZ-7726.patch
>
>
> Add UI labels for success / error messages in java files of accounting 
> component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7980) Add UI labels for success / error messages in common component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7980.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in common component
> --
>
> Key: OFBIZ-7980
> URL: https://issues.apache.org/jira/browse/OFBIZ-7980
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7980.patch, OFBIZ-7980.patch
>
>
> Add UI labels for success / error messages in java files of common component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7495) Have a placeholder for the 'SecurityExt' component

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits closed OFBIZ-7495.
---
Resolution: Implemented

Closing as first iteration has been created. See: 
https://cwiki.apache.org/confluence/display/OFBIZ/Extending+the+security+component
This can be revisited, when the need arises.

> Have a placeholder for the 'SecurityExt' component
> --
>
> Key: OFBIZ-7495
> URL: https://issues.apache.org/jira/browse/OFBIZ-7495
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: site
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>
> The placeholder should describe in a paragraph or two what the core 
> functionality of the securityext component is.
> The initial paragraph should be business oriented (for potential adopter) and 
> outline in broad strokes what kind of functionality a user can expect/perform.
> An additional paragraph should be focused on the contributor, where he can 
> find the component specific issues (in JIRA) and view changes committed to 
> the component (in VIEWVC).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8011) Add UI labels for success / error messages in product component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-8011:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in product component
> ---
>
> Key: OFBIZ-8011
> URL: https://issues.apache.org/jira/browse/OFBIZ-8011
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-8011.patch, OFBIZ-8011.patch
>
>
> Add UI labels for success / error messages in java files of product component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8011) Add UI labels for success / error messages in product component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-8011:
-

Thanks Tanmay for your contribution, your patch has been committed at r#1759066

> Add UI labels for success / error messages in product component
> ---
>
> Key: OFBIZ-8011
> URL: https://issues.apache.org/jira/browse/OFBIZ-8011
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-8011.patch, OFBIZ-8011.patch
>
>
> Add UI labels for success / error messages in java files of product component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7999) Add UI labels for success / error messages in workeffort component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7999.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in workeffort component
> --
>
> Key: OFBIZ-7999
> URL: https://issues.apache.org/jira/browse/OFBIZ-7999
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7999.patch, OFBIZ-7999.patch
>
>
> Add UI labels for success / error messages in java files of workeffort 
> component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7999) Add UI labels for success / error messages in workeffort component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7999:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in workeffort component
> --
>
> Key: OFBIZ-7999
> URL: https://issues.apache.org/jira/browse/OFBIZ-7999
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7999.patch, OFBIZ-7999.patch
>
>
> Add UI labels for success / error messages in java files of workeffort 
> component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7998) Add UI labels for success / error messages in service component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7998:
---

Assignee: Deepak Dixit

> Add UI labels for success / error messages in service component
> ---
>
> Key: OFBIZ-7998
> URL: https://issues.apache.org/jira/browse/OFBIZ-7998
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7998.patch, OFBIZ-7998.patch
>
>
> Add UI labels for success / error messages in java files of service component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7998) Add UI labels for success / error messages in service component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7998:
-

Thanks Tanmay for your contribution. Your patch has been committed at trunk at 
r#1759068

> Add UI labels for success / error messages in service component
> ---
>
> Key: OFBIZ-7998
> URL: https://issues.apache.org/jira/browse/OFBIZ-7998
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7998.patch, OFBIZ-7998.patch
>
>
> Add UI labels for success / error messages in java files of service component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7998) Add UI labels for success / error messages in service component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit closed OFBIZ-7998.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Add UI labels for success / error messages in service component
> ---
>
> Key: OFBIZ-7998
> URL: https://issues.apache.org/jira/browse/OFBIZ-7998
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7998.patch, OFBIZ-7998.patch
>
>
> Add UI labels for success / error messages in java files of service component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7994) Add UI labels for success / error messages in order component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7994:
-

Thanks Tanmay for your contribution, your patch has been committed at trunk at 
r#1759070

> Add UI labels for success / error messages in order component
> -
>
> Key: OFBIZ-7994
> URL: https://issues.apache.org/jira/browse/OFBIZ-7994
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7994.patch, OFBIZ-7994.patch
>
>
> Add UI labels for success / error messages in java files of order component



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7890) Improvements in BudgetRevision entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar closed OFBIZ-7890.
---
   Resolution: Done
Fix Version/s: Upcoming Branch

> Improvements in BudgetRevision entity definition and services
> -
>
> Key: OFBIZ-7890
> URL: https://issues.apache.org/jira/browse/OFBIZ-7890
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7890.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, but it looks like it 
> will contain the revisions of same data so history needs to be maintain. We 
> should not provide service for delete its record.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7890) Improvements in BudgetRevision entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar commented on OFBIZ-7890:
-

Committed changes in trunk at rev: 1759072.

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution.

> Improvements in BudgetRevision entity definition and services
> -
>
> Key: OFBIZ-7890
> URL: https://issues.apache.org/jira/browse/OFBIZ-7890
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7890.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, but it looks like it 
> will contain the revisions of same data so history needs to be maintain. We 
> should not provide service for delete its record.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8012) Improvements in BudgetType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar commented on OFBIZ-8012:
-

Thanks [~soledad] for commiting patch.  

Thanks [~rishisolankii] and [~amit.gadaley] for your contribution. 

> Improvements in BudgetType entity definition and services
> -
>
> Key: OFBIZ-8012
> URL: https://issues.apache.org/jira/browse/OFBIZ-8012
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8012.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, but it looks like it 
> will contain the revisions of same data so history needs to be maintain. We 
> should not provide service for delete its record.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8012) Improvements in BudgetType entity definition and services

2016-09-03 Thread Arun Patidar (JIRA)

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

Arun Patidar reassigned OFBIZ-8012:
---

Assignee: Arun Patidar  (was: Amit Gadaley)

> Improvements in BudgetType entity definition and services
> -
>
> Key: OFBIZ-8012
> URL: https://issues.apache.org/jira/browse/OFBIZ-8012
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8012.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - Do related changes if any occurrence found for direct create/update/delete 
> of this entity, and replace them with crud services implemented.
> - As no status/from date/thru date exists in entity, but it looks like it 
> will contain the revisions of same data so history needs to be maintain. We 
> should not provide service for delete its record.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-6899) Overview of payment methods in party profile misses function to set company check payment

2016-09-03 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur edited comment on OFBIZ-6899 at 9/3/16 8:25 AM:
--

HI Jacques, Thanks for checking the functionality. As said by Swapnil update 
functionality will be done in OFBIZ-7475 and for order entry process here is 
the Jira issue OFBIZ-7377. 


was (Author: jagpreet kaur):
HI Jacques, Thanks for checking the update. As said by Swapnil update 
functionality will be done in OFBIZ-7475 and for order entry process here is 
the Jira issue OFBIZ-7377. 

> Overview of payment methods in party profile misses function to set company 
> check payment
> -
>
> Key: OFBIZ-6899
> URL: https://issues.apache.org/jira/browse/OFBIZ-6899
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order, party, specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Swapnil Shah
>  Labels: check, payment
> Fix For: Upcoming Branch
>
> Attachments: CC_1.png, CC_2.png, CC_3.png, CC_4.png, 
> OFBIZ-6899.patch, OFBIZ-6899.patch, OFBIZ-6899.patch
>
>
> The payment methods overview in the party profile shows various options to 
> define and create a payment method.
> However there is no option to create payment method for a company check



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8119) Character encoding issue found in file build.gradle

2016-09-03 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-8119:


Okay after a little of investigation I realized what you were trying to do with 
your patch:

{code}
def defaultEncoding = 'UTF-8'
tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding
{code}

AbstractCompile is the parent of JavaCompile, GroovyCompile and other compile 
tasks, and so this code snippet iterates through this compilation syntax to try 
to enforce the character encoding on all compile tasks.
GroovyCompile has an additional field for GroovyCompileOptions which extends 
from AbstractCompileOptions. But CompileOptions (java) also extends from 
AbstractCompileOptions. So the two separate classes need to set the encoding.

Now, I think the following errors are present in the code:
- The default encoding is already UTF-8, not sure that we need to enforce it 
unless something is wrong in your default encoding options on the OS?
- GroovyCompileOptions setting for encoding is not needed because we aren't 
running any gradle plugins or compile tasks.

There are two code snippets which you can try, and please tell me if either one 
works for you. I am listing the two so that if the first one does not work, 
then we know the problem is OS related in config settings:

{code}
// try this first, if it works, then ignore the second one
tasks.withType(JavaCompile) {
options.encoding = System.getProperty('file.encoding')
}

// if the above does not work, try this
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
{code}

> Character encoding issue found in file build.gradle
> ---
>
> Key: OFBIZ-8119
> URL: https://issues.apache.org/jira/browse/OFBIZ-8119
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
> Environment: Window10 
> java version "1.8.0_101"
>Reporter: fumiyoshi.to
>Priority: Minor
> Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, 
> build-error.png
>
>
> I cann't build ofbiz when I run gradlew.
> I found utf-8 should be the default character encoding used by the comipiling 
> work.
> eg.
> def defaultEncoding = 'UTF-8'
> tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
> tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7726) Add UI labels for success / error messages in accounting component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit reassigned OFBIZ-7726:
---

Assignee: Deepak Dixit  (was: Tanmay Muley)

> Add UI labels for success / error messages in accounting component
> --
>
> Key: OFBIZ-7726
> URL: https://issues.apache.org/jira/browse/OFBIZ-7726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Tanmay Muley
>Assignee: Deepak Dixit
>Priority: Minor
> Attachments: OFBIZ-7726.patch, OFBIZ-7726.patch
>
>
> Add UI labels for success / error messages in java files of accounting 
> component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7489) Have a placeholder for the 'Content' component

2016-09-03 Thread Pierre Smits (JIRA)

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

Pierre Smits closed OFBIZ-7489.
---
Resolution: Implemented

Closing as first iteration has been created. See: 
https://cwiki.apache.org/confluence/display/OFBIZ/Content+Management
This can be revisited, when the need arises.

> Have a placeholder for the 'Content' component
> --
>
> Key: OFBIZ-7489
> URL: https://issues.apache.org/jira/browse/OFBIZ-7489
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: site
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>
> The placeholder should describe in a paragraph or two what the core 
> functionality of the content component is.
> The initial paragraph should be business oriented (for potential adopter) and 
> outline in broad strokes what kind of functionality a user can expect/perform.
> An additional paragraph should be focused on the contributor, where he can 
> find the component specific issues (in JIRA) and view changes committed to 
> the component (in VIEWVC).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6899) Overview of payment methods in party profile misses function to set company check payment

2016-09-03 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6899:


Thanks Jagpreet, I indeed missed the OFBIZ-7377 reference. I'm adding relations 
from here, even if it's closed

> Overview of payment methods in party profile misses function to set company 
> check payment
> -
>
> Key: OFBIZ-6899
> URL: https://issues.apache.org/jira/browse/OFBIZ-6899
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting, order, party, specialpurpose/ecommerce
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Swapnil Shah
>  Labels: check, payment
> Fix For: Upcoming Branch
>
> Attachments: CC_1.png, CC_2.png, CC_3.png, CC_4.png, 
> OFBIZ-6899.patch, OFBIZ-6899.patch, OFBIZ-6899.patch
>
>
> The payment methods overview in the party profile shows various options to 
> define and create a payment method.
> However there is no option to create payment method for a company check



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7980) Add UI labels for success / error messages in common component

2016-09-03 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-7980:
-

Thanks Tanmay for your contribution,your patch has been committed at trunk at 
r#1759061

> Add UI labels for success / error messages in common component
> --
>
> Key: OFBIZ-7980
> URL: https://issues.apache.org/jira/browse/OFBIZ-7980
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Tanmay Muley
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7980.patch, OFBIZ-7980.patch
>
>
> Add UI labels for success / error messages in java files of common component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


  1   2   >