[jira] [Commented] (OFBIZ-6236) Integration of OFBiz and Magento ecommerce for providing Order Management support

2016-06-19 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6236:
-

Pierre,
We may want to check.
I think the version 2.0 next major release. I don't have actual data but I 
suspect most of the Magento users are still using one of the 1.x versions.



> Integration of OFBiz and Magento ecommerce for providing Order Management 
> support
> -
>
> Key: OFBIZ-6236
> URL: https://issues.apache.org/jira/browse/OFBIZ-6236
> Project: OFBiz
>  Issue Type: New Feature
>Affects Versions: Trunk
>Reporter: Arun Patidar
>Assignee: Arun Patidar
>Priority: Trivial
> Attachments: Magento-Setup-Guide.pdf, OFBIZ-6236.patch, 
> OFBiz_Connect-1.0.0.tgz
>
>
> Integration of OFBiz and Magento Ecommerce for providing Order Management 
> support.
> We can use OFBiz ERP system for handling Magento orders work-flow till 
> fulfilment.
> Featrures:
> This integration can be use to provide Order and Warehouse Management to the 
> orders placed via Magento E-commerce store.
> -- Imports store data and configuartion settings from Magento store
> -- Imports Shipping configuration
> -- Imports Categories
> -- Imports Products along with images path
> -- One time import inventory count of products
> -- Import pending orders from Magento
> -- Sync Cancel and Held orders between Magento and OFBiz
> -- Push shipment details and tracking code to Magento
> -- Refund amoung using CreditMemo feature of Magento
> Once the setup would be done, there are scheduled services that checks orders 
> in Magento every hour.



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


[jira] [Commented] (OFBIZ-6934) Assigning a fixed asset to a WorkEffort record doesn't respect the thruDate of the WorkEffort

2016-04-17 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6934:
-

Pierre,
I like the direction of this ticket. Here is what I understand. 

You are suggesting that, When FixedAsset is assigned to workeffort, client has 
option to set WorkEffortFixedAssetAssign.thruDate. This field can be set using 
the value provided by the user or by reading value from the 
WorkEffort.estimatedCompletionDate.

In case the WorkEffort decides to use FixedAsset beyond the 
WorkEffortFixedAssetAssign.thruDate , then finally when workEffort is 
Completed, If needed the process will update the value of 
WorkEffortFixedAssetAssign.thruDate.

Did i understand you right?
Anil

> Assigning a fixed asset to a WorkEffort record doesn't respect the thruDate 
> of the WorkEffort
> -
>
> Key: OFBIZ-6934
> URL: https://issues.apache.org/jira/browse/OFBIZ-6934
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Mridul Pathak
>
> When a fixed asset is assigned to a workeffort record the service should set 
> the thruDate (estimatedCompletionDate) on the assignment. However this 
> doesn't happen.



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


[jira] [Commented] (OFBIZ-6977) Update content type data - sql queries

2016-04-17 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6977:
-

This feature has one more challenge.
OFBiz has support for multiple SQL databases and most of them have their own 
version of valid SQL. Support of saving raw SQL may make it difficult for us to 
support all the popular database.


> Update content type data - sql queries
> --
>
> Key: OFBIZ-6977
> URL: https://issues.apache.org/jira/browse/OFBIZ-6977
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-6977-ContentTypeData.xml.patch
>
>
> Adding a new content type for sql queries



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


[jira] [Commented] (OFBIZ-6448) Have configuration options regarding freemarkerImports.properties

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6448:
-

Pierre,
I reviewed the patch and understand that your enhancement will allow us to 
manage freemarkerImports using SystemProperty entity and fallback to good old 
properties file when configuration is not defined in SystemProperty.
I agree with the suggested improvements, but lets see what Deepak or others in 
the community feel about it.
Anil 

> Have configuration options regarding freemarkerImports.properties
> -
>
> Key: OFBIZ-6448
> URL: https://issues.apache.org/jira/browse/OFBIZ-6448
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6448-FreeMarkerWorker.java.patch
>
>




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


[jira] [Commented] (OFBIZ-6667) Remove limitation regarding menu-name in ofbiz-component.xsd

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6667:
-

Pierre,
The proposed enhancement look good to me. Lets see what others have to say on 
it.
Anil

> Remove limitation regarding menu-name in ofbiz-component.xsd
> 
>
> Key: OFBIZ-6667
> URL: https://issues.apache.org/jira/browse/OFBIZ-6667
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>  Labels: menus
> Attachments: OFBIZ-6667-ofbiz-component.xsd.patch
>
>
> Currently the following is in the ofbiz-component.xsd:
> {code}
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> However, this is limiting the options that can be applied generates 
> unnecessary errors when developers opt for another methodology.



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


[jira] [Commented] (OFBIZ-6711) Have configuration options regarding widgets

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6711:
-

The patch by Pierre looks good to me. We can add 3 new properties added by 
Jacques at later date.

> Have configuration options regarding widgets
> 
>
> Key: OFBIZ-6711
> URL: https://issues.apache.org/jira/browse/OFBIZ-6711
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS, ALL COMPONENTS
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6711-widget.patch
>
>




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


[jira] [Commented] (OFBIZ-6738) Enhance PartyTypeAttr with a description field

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6738:
-

I like the idea. It allows us to store additional information on dynamic 
attributes. 

> Enhance PartyTypeAttr with a description field
> --
>
> Key: OFBIZ-6738
> URL: https://issues.apache.org/jira/browse/OFBIZ-6738
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6738-entitymodel.xml.patch
>
>
> Currently the PartyTypeAttr entity doesn't have a means to store a 
> description for a PartyTypeAttr record. Having it enhances the user 
> experience.



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


[jira] [Closed] (OFBIZ-6841) Remove Facilities.groovy from hhfacility as it isn't being used

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-6841.
---

> Remove Facilities.groovy from hhfacility as it isn't being used
> ---
>
> Key: OFBIZ-6841
> URL: https://issues.apache.org/jira/browse/OFBIZ-6841
> Project: OFBiz
>  Issue Type: Improvement
>  Components: specialpurpose/hhfacility
>Affects Versions: Trunk, Release Branch 15.12
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6841-actions.patch
>
>
> There are no references anywhere to Facilities.groovy in the hhfacility 
> component. 
> Deleting this from the code base decreases confusion and complexity.



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


[jira] [Commented] (OFBIZ-6977) Update content type data - sql queries

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-6977:
-

Pierre,
Please help us understand the possible uses of the new content type. Are we 
trying to save queries for reporting purpose?

> Update content type data - sql queries
> --
>
> Key: OFBIZ-6977
> URL: https://issues.apache.org/jira/browse/OFBIZ-6977
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Minor
> Attachments: OFBIZ-6977-ContentTypeData.xml.patch
>
>
> Adding a new content type for sql queries



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


[jira] [Comment Edited] (OFBIZ-6953) Can not go to "viewprofile" if you is on webtools (see description and screenshot)

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel edited comment on OFBIZ-6953 at 4/16/16 9:06 AM:
--

Applied the patch. Thanks Supachai, Mohd. and Jacques.
rev# 1739425


was (Author: anilpatel):
Applied the patch. Thanks Supachai, Mohd. and Jacques.


> Can not go to "viewprofile" if you is on webtools (see description and 
> screenshot)
> --
>
> Key: OFBIZ-6953
> URL: https://issues.apache.org/jira/browse/OFBIZ-6953
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Supachai Chaima-ngua (Tor)
>Assignee: Anil K Patel
> Attachments: TomahawkThemeCanNotGotoProfile.patch, screenshot-1.png
>
>
> :ERROR MESSAGE:
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
> [viewprofile]; this request does not exist or cannot be called directly.



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


[jira] [Closed] (OFBIZ-6953) Can not go to "viewprofile" if you is on webtools (see description and screenshot)

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-6953.
---

> Can not go to "viewprofile" if you is on webtools (see description and 
> screenshot)
> --
>
> Key: OFBIZ-6953
> URL: https://issues.apache.org/jira/browse/OFBIZ-6953
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Supachai Chaima-ngua (Tor)
>Assignee: Anil K Patel
> Attachments: TomahawkThemeCanNotGotoProfile.patch, screenshot-1.png
>
>
> :ERROR MESSAGE:
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
> [viewprofile]; this request does not exist or cannot be called directly.



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


[jira] [Resolved] (OFBIZ-6953) Can not go to "viewprofile" if you is on webtools (see description and screenshot)

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-6953.
-
Resolution: Fixed

Applied the patch. Thanks Supachai, Mohd. and Jacques.


> Can not go to "viewprofile" if you is on webtools (see description and 
> screenshot)
> --
>
> Key: OFBIZ-6953
> URL: https://issues.apache.org/jira/browse/OFBIZ-6953
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Supachai Chaima-ngua (Tor)
>Assignee: Anil K Patel
> Attachments: TomahawkThemeCanNotGotoProfile.patch, screenshot-1.png
>
>
> :ERROR MESSAGE:
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
> [viewprofile]; this request does not exist or cannot be called directly.



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


[jira] [Assigned] (OFBIZ-6953) Can not go to "viewprofile" if you is on webtools (see description and screenshot)

2016-04-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-6953:
---

Assignee: Anil K Patel

> Can not go to "viewprofile" if you is on webtools (see description and 
> screenshot)
> --
>
> Key: OFBIZ-6953
> URL: https://issues.apache.org/jira/browse/OFBIZ-6953
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Supachai Chaima-ngua (Tor)
>Assignee: Anil K Patel
> Attachments: TomahawkThemeCanNotGotoProfile.patch, screenshot-1.png
>
>
> :ERROR MESSAGE:
> org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
> [viewprofile]; this request does not exist or cannot be called directly.



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


[jira] [Created] (OFBIZ-6967) JSON renderer for Screens and Forms

2016-03-29 Thread Anil K Patel (JIRA)
Anil K Patel created OFBIZ-6967:
---

 Summary: JSON renderer for Screens and Forms
 Key: OFBIZ-6967
 URL: https://issues.apache.org/jira/browse/OFBIZ-6967
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Reporter: Anil K Patel
Assignee: Anil K Patel
Priority: Trivial


Apache OFBiz Forms are interesting objects. They allow developers to focus on 
semantics of the document and not worry about the details of rendering document 
for the clients. The view renderers take care of all the platform specific 
details and deliver the document as HTML or PDF or CSV.

With time the browser client technologies have evolved to a point where HTML 
view rendered by OFBiz are not meeting the user expectations.

We plan to develop and contribute a HTML view renderer that will allow user to 
request content as JSON instead of HTML. 

Such JSON content can be consumed by various client e.g Mobile applications or 
browser based SPA. 
 



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


[jira] [Commented] (OFBIZ-5790) Json string parameters as a service input are not recognized by OFBiz ServiceEventHandler.

2014-10-23 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181631#comment-14181631
 ] 

Anil K Patel commented on OFBIZ-5790:
-

Jacopo,
Amardeep is trying to do JSON-RPC.

 Json string parameters as a service input are not recognized by OFBiz 
 ServiceEventHandler.
 --

 Key: OFBIZ-5790
 URL: https://issues.apache.org/jira/browse/OFBIZ-5790
 Project: OFBiz
  Issue Type: Improvement
Affects Versions: Trunk
Reporter: Amardeep Singh Jhajj
Priority: Minor
 Attachments: CommonEvents.java.patch, OFBIZ-5790.patch, 
 jackson-annotations-2.4.0.jar, jackson-core-2.4.2.jar, 
 jackson-databind-2.4.2.jar


 I was trying to pass the Json string as a input to a service, but is not 
 recognized by ServiceEventHandler.
 Example Json String- {faciltyId: WebStoreWarehouse}
 I worked on this issue and attached a patch here. Here I have used Jackson 
 Json library for parsing.



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


[jira] [Assigned] (OFBIZ-2618) double forward slashes in ecommerce emails

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-2618:
---

Assignee: Anil K Patel

 double forward slashes in ecommerce emails
 --

 Key: OFBIZ-2618
 URL: https://issues.apache.org/jira/browse/OFBIZ-2618
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 09.04, Trunk
Reporter: BJ Freeman
Assignee: Anil K Patel
 Attachments: OFBIZ-2618.patch, Ofbiz_2618_ecommerceEmail.patch


 in the widets 
 set field=baseEcommerceSecureUrl
 value=${baseSecureUrl}/ecommerce/control//
 has a trailing forward slash
 then the added url has a leading forward slash
 /orderstatus?orderId=
 so you get
 /ecommerce/control//orderstatus?orderId=
 removed the trailing forward slash



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


[jira] [Assigned] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-3329:
---

Assignee: Anil K Patel

 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel

 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Resolved] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3329.
-
Resolution: Fixed

Looking at the conversation on the task, We can close this issue. There is 
nothing to be fixed. 
IMO: This application is special purpose, and should live in specialpurpose 
folder.

 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel

 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Reopened] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel reopened OFBIZ-3329:
-

 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel

 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Issue Comment Deleted] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel updated OFBIZ-3329:

Comment: was deleted

(was: Looking at the conversation on the task, We can close this issue. There 
is nothing to be fixed. 
IMO: This application is special purpose, and should live in specialpurpose 
folder.)

 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel

 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Assigned] (OFBIZ-5682) Hardcoded stylesheets and javascript resources

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5682:
---

Assignee: Anil K Patel

 Hardcoded stylesheets and javascript resources
 --

 Key: OFBIZ-5682
 URL: https://issues.apache.org/jira/browse/OFBIZ-5682
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/cmssite
Affects Versions: Release Branch 11.04, Release Branch 12.04, Release 
 Branch 13.07, Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel

 The 'HtmlHead.ftl' file of the cmssite component contains following hardcoded 
 style sheet and javascript resources:
 * /images/fieldlookup.js
 * /images/selectall.js
 * /images/ecommain.css
 * /ecommerce/images/blog.css
 * /content/images/contentForum.css



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


[jira] [Commented] (OFBIZ-5682) Hardcoded stylesheets and javascript resources

2014-10-18 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14175979#comment-14175979
 ] 

Anil K Patel commented on OFBIZ-5682:
-

Pierre,
IMO this issue is not a Bug, instead, it is improvement. Do you agree?

 Hardcoded stylesheets and javascript resources
 --

 Key: OFBIZ-5682
 URL: https://issues.apache.org/jira/browse/OFBIZ-5682
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/cmssite
Affects Versions: Release Branch 11.04, Release Branch 12.04, Release 
 Branch 13.07, Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel

 The 'HtmlHead.ftl' file of the cmssite component contains following hardcoded 
 style sheet and javascript resources:
 * /images/fieldlookup.js
 * /images/selectall.js
 * /images/ecommain.css
 * /ecommerce/images/blog.css
 * /content/images/contentForum.css



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


[jira] [Commented] (OFBIZ-5682) Hardcoded stylesheets and javascript resources

2014-10-18 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14175982#comment-14175982
 ] 

Anil K Patel commented on OFBIZ-5682:
-

We have various ways to model content assoc for example, 

!-- Add css file links to HHEAD --
DataResource dataResourceId=BOOTSTRAP_MIN_CSS dataResourceTypeId=LINK 
objectInfo=https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css;
 mimeTypeId=text/css/
Content contentId=BOOTSTRAP_MIN_CSS contentTypeId=DOCUMENT 
contentName=Bootstrap compiled and minified CSS 
dataResourceId=BOOTSTRAP_MIN_CSS/
ContentAssoc contentId=DSITE_HHEAD contentIdTo=BOOTSTRAP_MIN_CSS 
sequenceNum=1 contentAssocTypeId=SUB_CONTENT mapKey=stylesheet 
fromDate=2014-10-02 00:00:00/

And then, 
Put code like following in htmlhead file,
#assign nothing = thisContent.setMapKeyFilter(stylesheet)/
#list thisContent.subcontent_all as content
link rel=stylesheet 
href=@ofbizContentUrl${StringUtil.wrapString(content.toString())}/@ofbizContentUrl
 type=text/css/
/#list

I am working on similar idea, to see more complete code, here is link,
https://github.com/ofbizecosystem/evolvingofbiz/blob/trunk/hot-deploy/dcommerce/data/DcommerceSiteData.xml
 


 Hardcoded stylesheets and javascript resources
 --

 Key: OFBIZ-5682
 URL: https://issues.apache.org/jira/browse/OFBIZ-5682
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/cmssite
Affects Versions: Release Branch 11.04, Release Branch 12.04, Release 
 Branch 13.07, Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel

 The 'HtmlHead.ftl' file of the cmssite component contains following hardcoded 
 style sheet and javascript resources:
 * /images/fieldlookup.js
 * /images/selectall.js
 * /images/ecommain.css
 * /ecommerce/images/blog.css
 * /content/images/contentForum.css



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


[jira] [Updated] (OFBIZ-4927) The updation and deletion of content meta data tab is not working.Needs a change of entity ContentMetaData.

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel updated OFBIZ-4927:

Description: The updation and deletion of content meta data tab is not 
working. Needs a change of entity ContentMetaData. As metaDataValue is changed 
from primary key to non primary key as the value can be updated.  (was: The 
updation and deletion of content meta data tab is not working.Needs a change of 
entity ContentMetaData.As metaDataValue is changed from primary key to non 
primary key as the value can be updated.)

 The updation and deletion of content meta data tab is not working.Needs a 
 change of entity ContentMetaData.
 ---

 Key: OFBIZ-4927
 URL: https://issues.apache.org/jira/browse/OFBIZ-4927
 Project: OFBiz
  Issue Type: Improvement
  Components: content
Affects Versions: Release 09.04, Release 10.04, Release 11.04.01
 Environment: windows
Reporter: Tata Consultancy Services ltd
 Attachments: OFBIZ-4927.patch, updatemeta.txt


 The updation and deletion of content meta data tab is not working. Needs a 
 change of entity ContentMetaData. As metaDataValue is changed from primary 
 key to non primary key as the value can be updated.



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


[jira] [Commented] (OFBIZ-1006) Webtools Find on Credit Card entity fails

2014-10-18 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14175988#comment-14175988
 ] 

Anil K Patel commented on OFBIZ-1006:
-

I see that Credit Card number is shown in clear text. 
Its ok to show in user entered field,  but in the results list I think we 
should mask (show last 4 digits only) credit card number?


 Webtools Find on Credit Card entity fails
 -

 Key: OFBIZ-1006
 URL: https://issues.apache.org/jira/browse/OFBIZ-1006
 Project: OFBiz
  Issue Type: Bug
  Components: framework
Reporter: Dave Tenerowicz
Assignee: Ashish Vijaywargiya
Priority: Minor
 Attachments: OFBIZ-1006.png


 Attempting a find operation on cardNumber column fails  to find records 
 (using webtools/entity reference) in the Credit Card entity. Suspect this is 
 related to encrypted values in the column. Find operation should encrypt the 
 value entered in the search field before executing SQL query



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


[jira] [Closed] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3329.
---

 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel
 Attachments: OFBiz-3329-trunk.patch


 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Resolved] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3329.
-
Resolution: Fixed

Fix applied to Trunk and Release 13.07. 
Thanks Divesh, Mridul for fix and Adrian and Chris for reporting the issue.

 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel
 Attachments: OFBiz-3329-trunk.patch


 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Commented] (OFBIZ-5785) Extend freemakerImports support to allow more than one freemarkerImports

2014-10-18 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14176011#comment-14176011
 ] 

Anil K Patel commented on OFBIZ-5785:
-

Adrian,
Deepak's patch looks good to me. I want to make sure you are comfortable before 
we commit it. Please let us know if you like this patch or if you will like to 
handle it differently.

 Extend freemakerImports support to allow more than one freemarkerImports
 

 Key: OFBIZ-5785
 URL: https://issues.apache.org/jira/browse/OFBIZ-5785
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk, Upcoming Branch
Reporter: Deepak Dixit
Priority: Minor
 Attachments: OFBIZ-5785.patch


 Need to extend the freemarker imports support so that user can add custom 
 freemarker macros or can override the OOTB macros for customization.
 As per current implementation user need to maintain a patch for the same.
 If we allow to add more then one freemarkerImports.properties (like 
 freemarkerTransforms.properties) then user can add custom imports or can 
 override the OOTB macros without maintaining the patch.



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


[jira] [Commented] (OFBIZ-5785) Extend freemakerImports support to allow more than one freemarkerImports

2014-10-18 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14176021#comment-14176021
 ] 

Anil K Patel commented on OFBIZ-5785:
-

Deepak,
Let us write a sample code as per Adrian's recommendations. May be all we need 
is well documented best practice for adding marcros. 

 Extend freemakerImports support to allow more than one freemarkerImports
 

 Key: OFBIZ-5785
 URL: https://issues.apache.org/jira/browse/OFBIZ-5785
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk, Upcoming Branch
Reporter: Deepak Dixit
Priority: Minor
 Attachments: OFBIZ-5785.patch


 Need to extend the freemarker imports support so that user can add custom 
 freemarker macros or can override the OOTB macros for customization.
 As per current implementation user need to maintain a patch for the same.
 If we allow to add more then one freemarkerImports.properties (like 
 freemarkerTransforms.properties) then user can add custom imports or can 
 override the OOTB macros without maintaining the patch.



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


[jira] [Reopened] (OFBIZ-3329) commonext component has dependency on party management component

2014-10-18 Thread Anil K Patel (JIRA)

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

Anil K Patel reopened OFBIZ-3329:
-

We will discuss part of the code changes made in previous commit related to 
this issue. Its possible that we will revert partial code change.


 commonext component has dependency on party management component
 

 Key: OFBIZ-3329
 URL: https://issues.apache.org/jira/browse/OFBIZ-3329
 Project: OFBiz
  Issue Type: Bug
  Components: commonext/setup
Affects Versions: Trunk
Reporter: chris snow
Assignee: Anil K Patel
 Attachments: OFBiz-3329-trunk.patch


 I've just tried commenting out all components except commonext on trunk (i.e. 
 in component-load.xml).
 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/
 I received the following error message:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))
 It seems that commonext has a dependency on the party component.  I'm not 
 sure is this is an issue - is there any guidelines on what dependencies can 
 go in commonext?



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


[jira] [Reopened] (OFBIZ-3719) Include DOCTYPE at the begining of CMS driven html page.

2014-09-27 Thread Anil K Patel (JIRA)

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

Anil K Patel reopened OFBIZ-3719:
-
  Assignee: Anil K Patel  (was: Ashish Vijaywargiya)

 Include DOCTYPE at the begining of CMS driven html page.
 

 Key: OFBIZ-3719
 URL: https://issues.apache.org/jira/browse/OFBIZ-3719
 Project: OFBiz
  Issue Type: Improvement
  Components: specialpurpose/cmssite
Affects Versions: Trunk
Reporter: Deepak Dixit
Assignee: Anil K Patel
Priority: Minor
 Fix For: Trunk

 Attachments: OFBIZ-3719.patch


 Include DOCTYPE at the begining of html pages, that are render through cms.
 Currently DOCTYPE is included in HtmlHead.ftl for cms.
 By doing so the DOCT YPE is always included on the top of the page before 
 rendering single HTML statement.



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


[jira] [Closed] (OFBIZ-3719) Include DOCTYPE at the begining of CMS driven html page.

2014-09-27 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3719.
---

 Include DOCTYPE at the begining of CMS driven html page.
 

 Key: OFBIZ-3719
 URL: https://issues.apache.org/jira/browse/OFBIZ-3719
 Project: OFBiz
  Issue Type: Improvement
  Components: specialpurpose/cmssite
Affects Versions: Trunk
Reporter: Deepak Dixit
Assignee: Anil K Patel
Priority: Minor
 Fix For: Trunk

 Attachments: OFBIZ-3719.patch


 Include DOCTYPE at the begining of html pages, that are render through cms.
 Currently DOCTYPE is included in HtmlHead.ftl for cms.
 By doing so the DOCT YPE is always included on the top of the page before 
 rendering single HTML statement.



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


[jira] [Resolved] (OFBIZ-3719) Include DOCTYPE at the begining of CMS driven html page.

2014-09-27 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3719.
-
Resolution: Fixed

Reverted hardcoding of DOCTYPE from cmsevents.

 Include DOCTYPE at the begining of CMS driven html page.
 

 Key: OFBIZ-3719
 URL: https://issues.apache.org/jira/browse/OFBIZ-3719
 Project: OFBiz
  Issue Type: Improvement
  Components: specialpurpose/cmssite
Affects Versions: Trunk
Reporter: Deepak Dixit
Assignee: Anil K Patel
Priority: Minor
 Fix For: Trunk

 Attachments: OFBIZ-3719.patch


 Include DOCTYPE at the begining of html pages, that are render through cms.
 Currently DOCTYPE is included in HtmlHead.ftl for cms.
 By doing so the DOCT YPE is always included on the top of the page before 
 rendering single HTML statement.



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


[jira] [Assigned] (OFBIZ-5785) Extend freemakerImports support to allow more than one freemarkerImports

2014-09-22 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5785:
---

Assignee: Jacopo Cappellato

 Extend freemakerImports support to allow more than one freemarkerImports
 

 Key: OFBIZ-5785
 URL: https://issues.apache.org/jira/browse/OFBIZ-5785
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk, Upcoming Branch
Reporter: Deepak Dixit
Assignee: Jacopo Cappellato
Priority: Minor
 Attachments: OFBIZ-5785.patch


 Need to extend the freemarker imports support so that user can add custom 
 freemarker macros or can override the OOTB macros for customization.
 As per current implementation user need to maintain a patch for the same.
 If we allow to add more then one freemarkerImports.properties (like 
 freemarkerTransforms.properties) then user can add custom imports or can 
 override the OOTB macros without maintaining the patch.



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


[jira] [Assigned] (OFBIZ-5785) Extend freemakerImports support to allow more than one freemarkerImports

2014-09-22 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5785:
---

Assignee: (was: Jacopo Cappellato)

 Extend freemakerImports support to allow more than one freemarkerImports
 

 Key: OFBIZ-5785
 URL: https://issues.apache.org/jira/browse/OFBIZ-5785
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk, Upcoming Branch
Reporter: Deepak Dixit
Priority: Minor
 Attachments: OFBIZ-5785.patch


 Need to extend the freemarker imports support so that user can add custom 
 freemarker macros or can override the OOTB macros for customization.
 As per current implementation user need to maintain a patch for the same.
 If we allow to add more then one freemarkerImports.properties (like 
 freemarkerTransforms.properties) then user can add custom imports or can 
 override the OOTB macros without maintaining the patch.



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


[jira] [Assigned] (OFBIZ-3879) invalid invoice id is not handled correctly by invoiceOverview

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-3879:
---

Assignee: Anil K Patel

 invalid invoice id is not handled correctly by invoiceOverview
 --

 Key: OFBIZ-3879
 URL: https://issues.apache.org/jira/browse/OFBIZ-3879
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Adam Heath
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBIZ-3879.patch


 https://demo-trunk.ofbiz.apache.org:8443/accounting/control/invoiceOverview?invoiceId=8010
 The demo system has an invoiceId of 8010.  I just added '', to make the 
 id invalid, then reloaded the page.  The error is an exception deep inside 
 the widget system.  It would be better to have a nicer screen, something that 
 says Invoice with id ### not found or some such.



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


[jira] [Closed] (OFBIZ-3879) invalid invoice id is not handled correctly by invoiceOverview

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3879.
---

 invalid invoice id is not handled correctly by invoiceOverview
 --

 Key: OFBIZ-3879
 URL: https://issues.apache.org/jira/browse/OFBIZ-3879
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Adam Heath
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBIZ-3879.patch


 https://demo-trunk.ofbiz.apache.org:8443/accounting/control/invoiceOverview?invoiceId=8010
 The demo system has an invoiceId of 8010.  I just added '', to make the 
 id invalid, then reloaded the page.  The error is an exception deep inside 
 the widget system.  It would be better to have a nicer screen, something that 
 says Invoice with id ### not found or some such.



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


[jira] [Resolved] (OFBIZ-3879) invalid invoice id is not handled correctly by invoiceOverview

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3879.
-
Resolution: Fixed

Patch from the jira issue resolves the problem. Now start rendering invoice 
only if valid data if found in the database. 
Code needs reformatting.
Thanks Deepak Dixit for the contribution.

Applied bug fix from trunk r1626399 to 13.07 branch.


 invalid invoice id is not handled correctly by invoiceOverview
 --

 Key: OFBIZ-3879
 URL: https://issues.apache.org/jira/browse/OFBIZ-3879
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Adam Heath
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBIZ-3879.patch


 https://demo-trunk.ofbiz.apache.org:8443/accounting/control/invoiceOverview?invoiceId=8010
 The demo system has an invoiceId of 8010.  I just added '', to make the 
 id invalid, then reloaded the page.  The error is an exception deep inside 
 the widget system.  It would be better to have a nicer screen, something that 
 says Invoice with id ### not found or some such.



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


[jira] [Assigned] (OFBIZ-5775) Some Payment Settings options at ordermgr/control/finalizeOrder disappear if Continue is clicked without selecting a payment

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5775:
---

Assignee: Anil K Patel

 Some Payment Settings options at ordermgr/control/finalizeOrder disappear if 
 Continue is clicked without selecting a payment
 

 Key: OFBIZ-5775
 URL: https://issues.apache.org/jira/browse/OFBIZ-5775
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5775.patch


 The Offline Payment: Check/Money Order and COD payment options disappear at 
 ordermgr/control/finalizeOrder if the Continue button is clicked without a 
 payment being chosen.  
 To reproduce just start creating a new order and click Continue during 
 finalization until reaching the payments settings page and then click 
 Continue again without selecting a payment.
 The page reloads with message:
 The Following Errors Occurred:
 Please select a method of payment.



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


[jira] [Closed] (OFBIZ-5775) Some Payment Settings options at ordermgr/control/finalizeOrder disappear if Continue is clicked without selecting a payment

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5775.
---

 Some Payment Settings options at ordermgr/control/finalizeOrder disappear if 
 Continue is clicked without selecting a payment
 

 Key: OFBIZ-5775
 URL: https://issues.apache.org/jira/browse/OFBIZ-5775
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5775.patch


 The Offline Payment: Check/Money Order and COD payment options disappear at 
 ordermgr/control/finalizeOrder if the Continue button is clicked without a 
 payment being chosen.  
 To reproduce just start creating a new order and click Continue during 
 finalization until reaching the payments settings page and then click 
 Continue again without selecting a payment.
 The page reloads with message:
 The Following Errors Occurred:
 Please select a method of payment.



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


[jira] [Resolved] (OFBIZ-5775) Some Payment Settings options at ordermgr/control/finalizeOrder disappear if Continue is clicked without selecting a payment

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5775.
-
Resolution: Fixed

Patch resolves the issue.
Now reading createNew flag from request parameters, if not found then 
initialize it locally.
Thanks Deepak Dixit for the Fix.


 Some Payment Settings options at ordermgr/control/finalizeOrder disappear if 
 Continue is clicked without selecting a payment
 

 Key: OFBIZ-5775
 URL: https://issues.apache.org/jira/browse/OFBIZ-5775
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5775.patch


 The Offline Payment: Check/Money Order and COD payment options disappear at 
 ordermgr/control/finalizeOrder if the Continue button is clicked without a 
 payment being chosen.  
 To reproduce just start creating a new order and click Continue during 
 finalization until reaching the payments settings page and then click 
 Continue again without selecting a payment.
 The page reloads with message:
 The Following Errors Occurred:
 Please select a method of payment.



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


[jira] [Assigned] (OFBIZ-4838) Party Manager Party StatusId Update Fails

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-4838:
---

Assignee: Anil K Patel

 Party Manager Party StatusId Update Fails
 -

 Key: OFBIZ-4838
 URL: https://issues.apache.org/jira/browse/OFBIZ-4838
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Release 10.04, Release Branch 11.04, Trunk
 Environment: demo-trunk
Reporter: Jacopo Cappellato
Assignee: Anil K Patel
Priority: Minor
 Attachments: Analysis Notes from OFBIZ-4838.txt, OFBIZ-4838 Party 
 Entity Set Status Enabled.patch, OFBIZ-4838 Party Group Status Change 
 Test.patch, OFBIZ-4838 Party Group Status Change.patch, OFBIZ-4838.patch


 Party Manager does not update the party status id correctly.
 To reproduce:
 First:
 In Party Manager lookup party id Company
 Click Update In Profile  Party Group Information
 Note: Status Id drop-down field displays Enabled
 Click Save
 Then:
 In Web Tools Interactive version lookup Party party_id = Company
 Expect: StatusId = Enabled
 Actual: StatusId = NULL
 PartyServices setPartyStatus is not updating the party status.
 The question before fixing, is there any reason to allow null status id's on 
 a party?
 Shouldn't every party either be Enabled or Disabled? 



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


[jira] [Assigned] (OFBIZ-2942) createPartyContactMechPurpose service doesn't allow fromDate

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-2942:
---

Assignee: Anil K Patel

 createPartyContactMechPurpose service doesn't allow fromDate
 

 Key: OFBIZ-2942
 URL: https://issues.apache.org/jira/browse/OFBIZ-2942
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Adam Heath
Assignee: Anil K Patel
 Attachments: OFBIZ-2942.patch


 createPartyContactMechPurpose service doesn't allow the fromDate to be 
 specified; in the java code, it is hard-coded to always call 
 UtilDateTime.nowTimestamp().
 I've got an importer, that does a lot of things.  I save the current time at 
 the start of the script, then use that same time in all parts, so that all 
 the date filter is consistent.  The above bug keeps me from having consistent 
 data.



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


[jira] [Resolved] (OFBIZ-2942) createPartyContactMechPurpose service doesn't allow fromDate

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-2942.
-
Resolution: Fixed

Thanks Adam Heath for reporting the issue. The patch by Deepak Dixit on Jira 
ticket fixes the issue. Now fromDate is also an IN parameter, if found null, 
then default to now timestamp.
Fix applied to trunk and 13.07 branch.

 createPartyContactMechPurpose service doesn't allow fromDate
 

 Key: OFBIZ-2942
 URL: https://issues.apache.org/jira/browse/OFBIZ-2942
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Adam Heath
Assignee: Anil K Patel
 Attachments: OFBIZ-2942.patch


 createPartyContactMechPurpose service doesn't allow the fromDate to be 
 specified; in the java code, it is hard-coded to always call 
 UtilDateTime.nowTimestamp().
 I've got an importer, that does a lot of things.  I save the current time at 
 the start of the script, then use that same time in all parts, so that all 
 the date filter is consistent.  The above bug keeps me from having consistent 
 data.



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


[jira] [Closed] (OFBIZ-2942) createPartyContactMechPurpose service doesn't allow fromDate

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-2942.
---

 createPartyContactMechPurpose service doesn't allow fromDate
 

 Key: OFBIZ-2942
 URL: https://issues.apache.org/jira/browse/OFBIZ-2942
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Adam Heath
Assignee: Anil K Patel
 Attachments: OFBIZ-2942.patch


 createPartyContactMechPurpose service doesn't allow the fromDate to be 
 specified; in the java code, it is hard-coded to always call 
 UtilDateTime.nowTimestamp().
 I've got an importer, that does a lot of things.  I save the current time at 
 the start of the script, then use that same time in all parts, so that all 
 the date filter is consistent.  The above bug keeps me from having consistent 
 data.



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


[jira] [Assigned] (OFBIZ-5778) Manage Picklist screen get block when there are large number of records to process

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5778:
---

Assignee: Anil K Patel  (was: Ashish Vijaywargiya)

 Manage Picklist screen get block when there are large number of records to 
 process
 --

 Key: OFBIZ-5778
 URL: https://issues.apache.org/jira/browse/OFBIZ-5778
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Release Branch 13.07, Trunk
Reporter: Arun Patidar
Assignee: Anil K Patel
 Attachments: OFBIZ-5778.patch


 During load testing of OFBiz-13.07 and trunk, we observed that 'Manage 
 Picklist' screen of Facility manager get block when there are large number of 
 records. So need to fix this screen by adding pagination on screen. 



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


[jira] [Resolved] (OFBIZ-4838) Party Manager Party StatusId Update Fails

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-4838.
-
Resolution: Fixed

Applied more recent patch r 1626421. Thanks Tom Burns for reporting the issue 
and providing the fix. 
Thanks Deepak Dixit for testing and making adjustments to the patch.

 Party Manager Party StatusId Update Fails
 -

 Key: OFBIZ-4838
 URL: https://issues.apache.org/jira/browse/OFBIZ-4838
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Release 10.04, Release Branch 11.04, Trunk
 Environment: demo-trunk
Reporter: Jacopo Cappellato
Assignee: Anil K Patel
Priority: Minor
 Attachments: Analysis Notes from OFBIZ-4838.txt, OFBIZ-4838 Party 
 Entity Set Status Enabled.patch, OFBIZ-4838 Party Group Status Change 
 Test.patch, OFBIZ-4838 Party Group Status Change.patch, OFBIZ-4838.patch


 Party Manager does not update the party status id correctly.
 To reproduce:
 First:
 In Party Manager lookup party id Company
 Click Update In Profile  Party Group Information
 Note: Status Id drop-down field displays Enabled
 Click Save
 Then:
 In Web Tools Interactive version lookup Party party_id = Company
 Expect: StatusId = Enabled
 Actual: StatusId = NULL
 PartyServices setPartyStatus is not updating the party status.
 The question before fixing, is there any reason to allow null status id's on 
 a party?
 Shouldn't every party either be Enabled or Disabled? 



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


[jira] [Closed] (OFBIZ-4838) Party Manager Party StatusId Update Fails

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-4838.
---

 Party Manager Party StatusId Update Fails
 -

 Key: OFBIZ-4838
 URL: https://issues.apache.org/jira/browse/OFBIZ-4838
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Release 10.04, Release Branch 11.04, Trunk
 Environment: demo-trunk
Reporter: Jacopo Cappellato
Assignee: Anil K Patel
Priority: Minor
 Attachments: Analysis Notes from OFBIZ-4838.txt, OFBIZ-4838 Party 
 Entity Set Status Enabled.patch, OFBIZ-4838 Party Group Status Change 
 Test.patch, OFBIZ-4838 Party Group Status Change.patch, OFBIZ-4838.patch


 Party Manager does not update the party status id correctly.
 To reproduce:
 First:
 In Party Manager lookup party id Company
 Click Update In Profile  Party Group Information
 Note: Status Id drop-down field displays Enabled
 Click Save
 Then:
 In Web Tools Interactive version lookup Party party_id = Company
 Expect: StatusId = Enabled
 Actual: StatusId = NULL
 PartyServices setPartyStatus is not updating the party status.
 The question before fixing, is there any reason to allow null status id's on 
 a party?
 Shouldn't every party either be Enabled or Disabled? 



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


[jira] [Closed] (OFBIZ-5778) Manage Picklist screen get block when there are large number of records to process

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5778.
---

 Manage Picklist screen get block when there are large number of records to 
 process
 --

 Key: OFBIZ-5778
 URL: https://issues.apache.org/jira/browse/OFBIZ-5778
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Release Branch 13.07, Trunk
Reporter: Arun Patidar
Assignee: Anil K Patel
 Attachments: OFBIZ-5778.patch


 During load testing of OFBiz-13.07 and trunk, we observed that 'Manage 
 Picklist' screen of Facility manager get block when there are large number of 
 records. So need to fix this screen by adding pagination on screen. 



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


[jira] [Resolved] (OFBIZ-5778) Manage Picklist screen get block when there are large number of records to process

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5778.
-
Resolution: Fixed

Add pagination to picklists screen. This simple change helps when we have big 
list of picklist.
Thanks Arun Patidar for load tests, reporting issue and providing fix.
Fix applied also to 13.07 branch.



 Manage Picklist screen get block when there are large number of records to 
 process
 --

 Key: OFBIZ-5778
 URL: https://issues.apache.org/jira/browse/OFBIZ-5778
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Release Branch 13.07, Trunk
Reporter: Arun Patidar
Assignee: Anil K Patel
 Attachments: OFBIZ-5778.patch


 During load testing of OFBiz-13.07 and trunk, we observed that 'Manage 
 Picklist' screen of Facility manager get block when there are large number of 
 records. So need to fix this screen by adding pagination on screen. 



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


[jira] [Assigned] (OFBIZ-5370) OrderItemShipGrpInvRes incorrect when receiving an inventory item that relates to more than one record

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5370:
---

Assignee: Anil K Patel

 OrderItemShipGrpInvRes incorrect when receiving an inventory item that 
 relates to more than one record
 --

 Key: OFBIZ-5370
 URL: https://issues.apache.org/jira/browse/OFBIZ-5370
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 12.04
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5370-trunk.patch


 OrderItemShipGrpInv records that share the same inventoryItemId calculate 
 incorrect results when receiving inventory for the product.
 To reproduce:
 1.  Create an order for product PEPPERS-G with a quantity of 10 and click 
 Finish Order
 2.  Add another ship group and click Continue
 3.  Assign 5 of the order items to the second ship group created and then 
 finish the order
 4.  Navigate to the Receive Inventory page of the WebStoreWarehouse facility
 5.  Enter PEPPERS-G into the productId field and click Receive Product
 6.  Enter a quantity of 6 into the quantityAccepted field and click Receive
 7.  Open the OrderItemShipGrpInvRes table and notice that the 
 quantityNotAvailable field has been set to blank for the first record and 4 
 for the second record and that they both share the same inventoryItemId
 8.  Now navigate back to the Receive Items page and receive in the product 
 again but with a quantity of 1
 9.  Refresh the OrderItemShipGrpInvRes results and notice that the first 
 record has a new inventory item applied to it with a quantity of 1 and the 
 other record has been updated to reflect a new quantityNotAvailable value.
 It seems like OrderItemShipGrpInvRes should be deleted anytime the 
 quantityNotAvailable field gets set to 0, blank, or null.  I've noticed this 
 logic performed in other methods that deal the entity.
 Step 9 should not add quantityNotAvailable back to the first record one it 
 has been fulfilled.  The second item was supposed to have its 
 quantityNotAvailable field decremented by 1 but no change took plce for it. 
 I believe this problem is probably caused by an inventoryItemId being 
 associated with more than one record in the table.
 This problem basically happens anytime the inventory received is greater than 
 the quantityNotAvailable field of the first OrderItemShipGrpRes table.  It 
 happens when you have orders from two different customers and you receive 
 more inventory than the quantityNotAvailable for the first customer order 
 item.



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


[jira] [Assigned] (OFBIZ-3658) When Adding a Relationship the page

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-3658:
---

Assignee: Anil K Patel

 When Adding a Relationship the page 
 

 Key: OFBIZ-3658
 URL: https://issues.apache.org/jira/browse/OFBIZ-3658
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Trunk
Reporter: Sam Hamilton
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3658-trunk.patch


 On the following page: 
 https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoSupplier
 When you create a  relationship between two parties, say between a supplier 
 and a supplier agent then when clicking save instead of keeping you on the 
 same page it returns you back to Profile tab 
 (https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoSupplier)
  
 Not sure if you want the detailed steps to make a save possible or its easy 
 to change this without the steps. If steps are needed please let me know and 
 I will update the ticket. 
 Cheers
 Sam



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


[jira] [Resolved] (OFBIZ-3658) When Adding a Relationship the page

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3658.
-
Resolution: Fixed

Thanks Sam Hamilton for UX recommendations.
Thanks Amardeep for providing the fix.

 When Adding a Relationship the page 
 

 Key: OFBIZ-3658
 URL: https://issues.apache.org/jira/browse/OFBIZ-3658
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Trunk
Reporter: Sam Hamilton
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3658-trunk.patch


 On the following page: 
 https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoSupplier
 When you create a  relationship between two parties, say between a supplier 
 and a supplier agent then when clicking save instead of keeping you on the 
 same page it returns you back to Profile tab 
 (https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoSupplier)
  
 Not sure if you want the detailed steps to make a save possible or its easy 
 to change this without the steps. If steps are needed please let me know and 
 I will update the ticket. 
 Cheers
 Sam



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


[jira] [Closed] (OFBIZ-3658) When Adding a Relationship the page

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3658.
---

 When Adding a Relationship the page 
 

 Key: OFBIZ-3658
 URL: https://issues.apache.org/jira/browse/OFBIZ-3658
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Trunk
Reporter: Sam Hamilton
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3658-trunk.patch


 On the following page: 
 https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoSupplier
 When you create a  relationship between two parties, say between a supplier 
 and a supplier agent then when clicking save instead of keeping you on the 
 same page it returns you back to Profile tab 
 (https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoSupplier)
  
 Not sure if you want the detailed steps to make a save possible or its easy 
 to change this without the steps. If steps are needed please let me know and 
 I will update the ticket. 
 Cheers
 Sam



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


[jira] [Assigned] (OFBIZ-5675) SecurityPermissions for Menu-Items and Screens is not consistent in content application

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5675:
---

Assignee: Anil K Patel

 SecurityPermissions for Menu-Items and Screens is not consistent in content 
 application
 ---

 Key: OFBIZ-5675
 URL: https://issues.apache.org/jira/browse/OFBIZ-5675
 Project: OFBiz
  Issue Type: Bug
  Components: content
Affects Versions: Release Branch 11.04, Release Branch 12.04, Release 
 Branch 13.07, Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5675.patch


 SecurityPermissions are set for several screens in content application, but 
 not for associated menu-item.



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


[jira] [Assigned] (OFBIZ-5511) HR LookupScreens.xml missing most field lookup drop-down queries

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5511:
---

Assignee: Anil K Patel

 HR LookupScreens.xml missing most field lookup drop-down queries
 

 Key: OFBIZ-5511
 URL: https://issues.apache.org/jira/browse/OFBIZ-5511
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5511.patch






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


[jira] [Resolved] (OFBIZ-5511) HR LookupScreens.xml missing most field lookup drop-down queries

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5511.
-
Resolution: Fixed

Thanks Christian Carlow and Deepak Dixit for your contribution.

 HR LookupScreens.xml missing most field lookup drop-down queries
 

 Key: OFBIZ-5511
 URL: https://issues.apache.org/jira/browse/OFBIZ-5511
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5511.patch






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


[jira] [Closed] (OFBIZ-5511) HR LookupScreens.xml missing most field lookup drop-down queries

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5511.
---

 HR LookupScreens.xml missing most field lookup drop-down queries
 

 Key: OFBIZ-5511
 URL: https://issues.apache.org/jira/browse/OFBIZ-5511
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5511.patch






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


[jira] [Resolved] (OFBIZ-5675) SecurityPermissions for Menu-Items and Screens is not consistent in content application

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5675.
-
Resolution: Fixed

Applied patch from Deepak Dixit. Thanks for the fix. 
Thanks Pierre Smits for reporting the issue.

 SecurityPermissions for Menu-Items and Screens is not consistent in content 
 application
 ---

 Key: OFBIZ-5675
 URL: https://issues.apache.org/jira/browse/OFBIZ-5675
 Project: OFBiz
  Issue Type: Bug
  Components: content
Affects Versions: Release Branch 11.04, Release Branch 12.04, Release 
 Branch 13.07, Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5675.patch, OFBIZ-5675.patch


 SecurityPermissions are set for several screens in content application, but 
 not for associated menu-item.



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


[jira] [Closed] (OFBIZ-5675) SecurityPermissions for Menu-Items and Screens is not consistent in content application

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5675.
---

 SecurityPermissions for Menu-Items and Screens is not consistent in content 
 application
 ---

 Key: OFBIZ-5675
 URL: https://issues.apache.org/jira/browse/OFBIZ-5675
 Project: OFBiz
  Issue Type: Bug
  Components: content
Affects Versions: Release Branch 11.04, Release Branch 12.04, Release 
 Branch 13.07, Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5675.patch, OFBIZ-5675.patch


 SecurityPermissions are set for several screens in content application, but 
 not for associated menu-item.



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


[jira] [Assigned] (OFBIZ-4492) On Register page the billing address state is set incorrectly

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-4492:
---

Assignee: Anil K Patel

 On Register page the billing address state is set incorrectly
 -

 Key: OFBIZ-4492
 URL: https://issues.apache.org/jira/browse/OFBIZ-4492
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Trunk
Reporter: Kiran Gawde
Assignee: Anil K Patel
Priority: Minor

 Steps to reproduce:
 1. Click register
 2. Fill in shipping address
 3. Select checkbox 'Billing address same as shipping'.
 Issue: Billing address state is incorrect. Seems like correct state was 
 selected, but got overwritten due to call to getAssociatedStateList.



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


[jira] [Assigned] (OFBIZ-5711) Duplicate content in humanres.css file

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5711:
---

Assignee: Anil K Patel

 Duplicate content in humanres.css file
 --

 Key: OFBIZ-5711
 URL: https://issues.apache.org/jira/browse/OFBIZ-5711
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Rong Nguyen
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-5711.patch


 Its content is duplicated, you can see by this link: 
 http://demo-trunk-ofbiz.apache.org/images/humanres/humanres.css



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


[jira] [Resolved] (OFBIZ-5711) Duplicate content in humanres.css file

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5711.
-
Resolution: Fixed

Issue fixed. 
Thanks Rong Nguyen and Deepak Dixit for contribution.

 Duplicate content in humanres.css file
 --

 Key: OFBIZ-5711
 URL: https://issues.apache.org/jira/browse/OFBIZ-5711
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Rong Nguyen
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-5711.patch


 Its content is duplicated, you can see by this link: 
 http://demo-trunk-ofbiz.apache.org/images/humanres/humanres.css



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


[jira] [Closed] (OFBIZ-5711) Duplicate content in humanres.css file

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5711.
---

 Duplicate content in humanres.css file
 --

 Key: OFBIZ-5711
 URL: https://issues.apache.org/jira/browse/OFBIZ-5711
 Project: OFBiz
  Issue Type: Bug
  Components: humanres
Affects Versions: Trunk
Reporter: Rong Nguyen
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-5711.patch


 Its content is duplicated, you can see by this link: 
 http://demo-trunk-ofbiz.apache.org/images/humanres/humanres.css



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


[jira] [Assigned] (OFBIZ-4372) Order terms not displayed correctly

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-4372:
---

Assignee: Anil K Patel

 Order terms not displayed correctly
 ---

 Key: OFBIZ-4372
 URL: https://issues.apache.org/jira/browse/OFBIZ-4372
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: REV 1152668
Reporter: Anne Jessel
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBIZ-4372-13.07-branch.patch, OFBIZ-4372-trunk.patch, 
 OFBIZ-4372_OrderTermsDisplay.patch, OFBIZ-4372_OrderTermsDisplay.patch


 If an order is created from a quote with terms, the terms copied to the order 
 do not display correctly. This is because the ordermgr displays the textValue 
 field against the Description label, and does not display the description 
 field at all.
 The patch alters the display of terms within the ordermgr so that the 
 textValue field is labelled as the Text Value, and the description field is 
 displayed for the Description label.



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


[jira] [Assigned] (OFBIZ-3833) Payment capture is less than Order total

2014-09-20 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-3833:
---

Assignee: Anil K Patel

 Payment capture is less than Order total
 

 Key: OFBIZ-3833
 URL: https://issues.apache.org/jira/browse/OFBIZ-3833
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release 4.0, Release 09.04.01, Release 10.04, Trunk
Reporter: Akash Jain
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBIZ-3833.patch


 Following are the steps to regenerate issue:
 (1) Create an order for state for which Sales Tax applied on product.
 (2) Cancel order item (for which sales tax applied) during Edit Items from 
 order detail page.
 (3) Now depress Quick Ship Entire Orde button, order will be completed.
 (4) There will be diffrence between payment capture and order total (payment 
 catpture will be less than order total).



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


[jira] [Assigned] (OFBIZ-3428) Ordermgr and order creation with Bizness time

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-3428:
---

Assignee: Anil K Patel

 Ordermgr and order creation with Bizness time
 -

 Key: OFBIZ-3428
 URL: https://issues.apache.org/jira/browse/OFBIZ-3428
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: FF 3.5.6 / debian Sid
Reporter: Erwan de FERRIERES
Assignee: Anil K Patel
 Attachments: OFBIZ-3428.PATCH, OFBIZ-3428.png


 When creating an order (https://localhost:8443/ordermgr/control/additem) with 
 the bizness time theme, as we've got the menu bar on left and boxes on the 
 right, the usable space is a bit reduced. The problem is that the menu 
 located in the first screenlet (and which is the workflow for order creation) 
 is then not fully displayed, some options are hidden (white font on white 
 background) and the menu is not centered in the title bar.
 A screenshot is included for better comprehension.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-3428) Ordermgr and order creation with Bizness time

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3428.
-

Resolution: Fixed

Minor markup fix.

 Ordermgr and order creation with Bizness time
 -

 Key: OFBIZ-3428
 URL: https://issues.apache.org/jira/browse/OFBIZ-3428
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: FF 3.5.6 / debian Sid
Reporter: Erwan de FERRIERES
Assignee: Anil K Patel
 Attachments: OFBIZ-3428.PATCH, OFBIZ-3428.png


 When creating an order (https://localhost:8443/ordermgr/control/additem) with 
 the bizness time theme, as we've got the menu bar on left and boxes on the 
 right, the usable space is a bit reduced. The problem is that the menu 
 located in the first screenlet (and which is the workflow for order creation) 
 is then not fully displayed, some options are hidden (white font on white 
 background) and the menu is not centered in the title bar.
 A screenshot is included for better comprehension.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-3428) Ordermgr and order creation with Bizness time

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3428.
---


 Ordermgr and order creation with Bizness time
 -

 Key: OFBIZ-3428
 URL: https://issues.apache.org/jira/browse/OFBIZ-3428
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: FF 3.5.6 / debian Sid
Reporter: Erwan de FERRIERES
Assignee: Anil K Patel
 Attachments: OFBIZ-3428.PATCH, OFBIZ-3428.png


 When creating an order (https://localhost:8443/ordermgr/control/additem) with 
 the bizness time theme, as we've got the menu bar on left and boxes on the 
 right, the usable space is a bit reduced. The problem is that the menu 
 located in the first screenlet (and which is the workflow for order creation) 
 is then not fully displayed, some options are hidden (white font on white 
 background) and the menu is not centered in the title bar.
 A screenshot is included for better comprehension.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-1702) Order Lookup fails with Order not found with ID [XXXXX], or not allowed to view message while Quick Ship order created by anonymous user

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-1702:
---

Assignee: Anil K Patel

 Order Lookup fails with Order not found with ID [X], or not allowed to 
 view message while Quick Ship order created by anonymous user
 

 Key: OFBIZ-1702
 URL: https://issues.apache.org/jira/browse/OFBIZ-1702
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: Ubuntu 7.10, Firefox 2.0.0.12
Reporter: Raj Saini
Assignee: Anil K Patel
 Attachments: OFBIZ-1702.png


 When an order created by anonymous user is quick shipped, Order Confirmation 
 Notification sent on completion of the order does not show proper order 
 details. Instead email notification shows the following text. To make it 
 clear, product store isDemoStore is set to 'N' i.e. store is not a demo store.
 NOTE: This is a DEMO store-front. Orders placed here will NOT be billed,
 and will NOT be fulfilled.
 Order not found with ID [XX], or not allowed to view.
 This issue is similar to OFBIZ-1533.
 How to re-produce:
 1. Configure your ofbiz instance to send notification emails
 2. Create an order as anonymous customer.
 3. You should receive a order confirmation mail after successful placing of 
 order.
 4. Login in the back office application with a user id having sufficient 
 privileges (Use admin to avoid any privileges related issue).
 5. Browse order in Order Manager application.
 6. Quick ship the order in Order Manager application
 7. You should receive the Order Complete and Shipping Complete mails now. 
 8. Check the Order complete mail. It will show the above message instead of 
 the actual order details.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-1702) Order Lookup fails with Order not found with ID [XXXXX], or not allowed to view message while Quick Ship order created by anonymous user

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-1702.
---


 Order Lookup fails with Order not found with ID [X], or not allowed to 
 view message while Quick Ship order created by anonymous user
 

 Key: OFBIZ-1702
 URL: https://issues.apache.org/jira/browse/OFBIZ-1702
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: Ubuntu 7.10, Firefox 2.0.0.12
Reporter: Raj Saini
Assignee: Anil K Patel
 Attachments: OFBIZ-1702.png


 When an order created by anonymous user is quick shipped, Order Confirmation 
 Notification sent on completion of the order does not show proper order 
 details. Instead email notification shows the following text. To make it 
 clear, product store isDemoStore is set to 'N' i.e. store is not a demo store.
 NOTE: This is a DEMO store-front. Orders placed here will NOT be billed,
 and will NOT be fulfilled.
 Order not found with ID [XX], or not allowed to view.
 This issue is similar to OFBIZ-1533.
 How to re-produce:
 1. Configure your ofbiz instance to send notification emails
 2. Create an order as anonymous customer.
 3. You should receive a order confirmation mail after successful placing of 
 order.
 4. Login in the back office application with a user id having sufficient 
 privileges (Use admin to avoid any privileges related issue).
 5. Browse order in Order Manager application.
 6. Quick ship the order in Order Manager application
 7. You should receive the Order Complete and Shipping Complete mails now. 
 8. Check the Order complete mail. It will show the above message instead of 
 the actual order details.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-1702) Order Lookup fails with Order not found with ID [XXXXX], or not allowed to view message while Quick Ship order created by anonymous user

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-1702.
-

Resolution: Fixed

This issue is fixed by OFBIZ-1533. Now we cannot reproduce the error. After 
code review we are confident that the issue is fixed.

 Order Lookup fails with Order not found with ID [X], or not allowed to 
 view message while Quick Ship order created by anonymous user
 

 Key: OFBIZ-1702
 URL: https://issues.apache.org/jira/browse/OFBIZ-1702
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
 Environment: Ubuntu 7.10, Firefox 2.0.0.12
Reporter: Raj Saini
Assignee: Anil K Patel
 Attachments: OFBIZ-1702.png


 When an order created by anonymous user is quick shipped, Order Confirmation 
 Notification sent on completion of the order does not show proper order 
 details. Instead email notification shows the following text. To make it 
 clear, product store isDemoStore is set to 'N' i.e. store is not a demo store.
 NOTE: This is a DEMO store-front. Orders placed here will NOT be billed,
 and will NOT be fulfilled.
 Order not found with ID [XX], or not allowed to view.
 This issue is similar to OFBIZ-1533.
 How to re-produce:
 1. Configure your ofbiz instance to send notification emails
 2. Create an order as anonymous customer.
 3. You should receive a order confirmation mail after successful placing of 
 order.
 4. Login in the back office application with a user id having sufficient 
 privileges (Use admin to avoid any privileges related issue).
 5. Browse order in Order Manager application.
 6. Quick ship the order in Order Manager application
 7. You should receive the Order Complete and Shipping Complete mails now. 
 8. Check the Order complete mail. It will show the above message instead of 
 the actual order details.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-5265) sales report generates an error

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5265.
-

Resolution: Invalid

Cannot reproduce. Report is working fine.

 sales report generates an error
 ---

 Key: OFBIZ-5265
 URL: https://issues.apache.org/jira/browse/OFBIZ-5265
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Pierre Smits
 Attachments: Sales Report.png


 When trying to generate a sales report in ORDERMGR:Reports following error is 
 shown:
 org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
 [checkReportBy]; this request does not exist or cannot be called directly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-5265) sales report generates an error

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5265.
---

Assignee: Anil K Patel

 sales report generates an error
 ---

 Key: OFBIZ-5265
 URL: https://issues.apache.org/jira/browse/OFBIZ-5265
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: Sales Report.png


 When trying to generate a sales report in ORDERMGR:Reports following error is 
 shown:
 org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
 [checkReportBy]; this request does not exist or cannot be called directly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-2790) Payment totals in Accounting

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-2790.
-

Resolution: Won't Fix

 Payment totals in Accounting
 

 Key: OFBIZ-2790
 URL: https://issues.apache.org/jira/browse/OFBIZ-2790
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: Trunk
Reporter: Ahmed Dini
Assignee: Anil K Patel
 Attachments: paymentTotals.patch, paymentTotals.patch, 
 paymentTotals.patch


 Under Accounting Manager -- Payments, Find Payments.  I thought it would be 
 a handy improvement if I display a total of the Amount fields of all payments 
 under the search result screen no matter what their status is. This new 
 improvement might not makes sense when payment status are mixed i.e. The 
 total of cancelled payments plus the total of received payments, but I thinks 
 it might make sense if you want to filter the query. i.e if you want the 
 total of all payments in NOT-PAID status by a particular party or customer. 
 Attached is patch which introduces a new groovy file namely  
 FindPaymentTotals.groovy and the modification of the existing 
 PaymentForms.xml.
 NB. Since this is my first major improvement for Ofbiz project, I might have 
 done things differently than most of the commiters or contributors expect. 
 Please let me know if I break Ofbiz coding conventions, I am willing to 
 improve the code. Otherwise the attached patch works fine and has passed all 
 my tests



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-2790) Payment totals in Accounting

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-2790.
---


 Payment totals in Accounting
 

 Key: OFBIZ-2790
 URL: https://issues.apache.org/jira/browse/OFBIZ-2790
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: Trunk
Reporter: Ahmed Dini
Assignee: Anil K Patel
 Attachments: paymentTotals.patch, paymentTotals.patch, 
 paymentTotals.patch


 Under Accounting Manager -- Payments, Find Payments.  I thought it would be 
 a handy improvement if I display a total of the Amount fields of all payments 
 under the search result screen no matter what their status is. This new 
 improvement might not makes sense when payment status are mixed i.e. The 
 total of cancelled payments plus the total of received payments, but I thinks 
 it might make sense if you want to filter the query. i.e if you want the 
 total of all payments in NOT-PAID status by a particular party or customer. 
 Attached is patch which introduces a new groovy file namely  
 FindPaymentTotals.groovy and the modification of the existing 
 PaymentForms.xml.
 NB. Since this is my first major improvement for Ofbiz project, I might have 
 done things differently than most of the commiters or contributors expect. 
 Please let me know if I break Ofbiz coding conventions, I am willing to 
 improve the code. Otherwise the attached patch works fine and has passed all 
 my tests



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OFBIZ-2790) Payment totals in Accounting

2014-08-16 Thread Anil K Patel (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14099567#comment-14099567
 ] 

Anil K Patel commented on OFBIZ-2790:
-

The patch may be interesting to some but not a good fit for the project in 
general. 

 Payment totals in Accounting
 

 Key: OFBIZ-2790
 URL: https://issues.apache.org/jira/browse/OFBIZ-2790
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: Trunk
Reporter: Ahmed Dini
Assignee: Anil K Patel
 Attachments: paymentTotals.patch, paymentTotals.patch, 
 paymentTotals.patch


 Under Accounting Manager -- Payments, Find Payments.  I thought it would be 
 a handy improvement if I display a total of the Amount fields of all payments 
 under the search result screen no matter what their status is. This new 
 improvement might not makes sense when payment status are mixed i.e. The 
 total of cancelled payments plus the total of received payments, but I thinks 
 it might make sense if you want to filter the query. i.e if you want the 
 total of all payments in NOT-PAID status by a particular party or customer. 
 Attached is patch which introduces a new groovy file namely  
 FindPaymentTotals.groovy and the modification of the existing 
 PaymentForms.xml.
 NB. Since this is my first major improvement for Ofbiz project, I might have 
 done things differently than most of the commiters or contributors expect. 
 Please let me know if I break Ofbiz coding conventions, I am willing to 
 improve the code. Otherwise the attached patch works fine and has passed all 
 my tests



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-3338:
---

Assignee: Anil K Patel

 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3338.
---


 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Fix For: Upcoming Branch

 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3338.
-

   Resolution: Invalid
Fix Version/s: Upcoming Branch

Cannot reproduce.

 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Fix For: Upcoming Branch

 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-5656) Remove Entity StandardTimePeriod

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5656:
---

Assignee: Anil K Patel  (was: Jacopo Cappellato)

 Remove Entity StandardTimePeriod
 

 Key: OFBIZ-5656
 URL: https://issues.apache.org/jira/browse/OFBIZ-5656
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBiz-5656-FrameWork-StandardTimePeriod.patch


 The entity StandardTimePeriod is not used in any function.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-5656) Remove Entity StandardTimePeriod

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5656.
-

   Resolution: Fixed
Fix Version/s: Upcoming Branch

Applied patch. Thanks Pierre Smits.

 Remove Entity StandardTimePeriod
 

 Key: OFBIZ-5656
 URL: https://issues.apache.org/jira/browse/OFBIZ-5656
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
Priority: Minor
 Fix For: Upcoming Branch

 Attachments: OFBiz-5656-FrameWork-StandardTimePeriod.patch


 The entity StandardTimePeriod is not used in any function.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Reopened] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reopened OFBIZ-3338:
-


 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04, Trunk
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Fix For: Upcoming Branch

 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel updated OFBIZ-3338:


Fix Version/s: (was: Upcoming Branch)

 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-3338.
---


 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-3338.
-

Resolution: Fixed

 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OFBIZ-3338) CommonFindDecorator no-clear around body

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel updated OFBIZ-3338:


Affects Version/s: (was: Trunk)

 CommonFindDecorator no-clear around body
 

 Key: OFBIZ-3338
 URL: https://issues.apache.org/jira/browse/OFBIZ-3338
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 4.0, Release Branch 09.04
Reporter: Jens Falsmar Oechsler
Assignee: Anil K Patel
Priority: Trivial
 Attachments: OFBIZ-3338.patch, SearchResults.png


 With short search result on product search, the screenlet after results will 
 clear floats and screenlet body will be pushed below leftbar content level. 
 CommonFindDecorator can use no-clear container around body to avoid.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OFBIZ-4444) createAlsoBoughtProductAssocs service does not work

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel commented on OFBIZ-:
-

IMO, this business requirement should be handled little differently. We should 
first generate Market Basket analysis report from Order data and then based on 
user defined criteria Also bought product assocs should be created.

 createAlsoBoughtProductAssocs service does not work
 ---

 Key: OFBIZ-
 URL: https://issues.apache.org/jira/browse/OFBIZ-
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release 10.04
 Environment: any
Reporter: Alexander Reelsen

 Here is the exception which occurs when running the service
  [java]  exception report 
 --
  [java] ERROR: Cannot do a find that returns an EntityListIterator with 
 no transaction in place. Wrap this call in a transaction.
  [java] Exception: java.lang.Exception
  [java] Message: Stack Trace
  [java]  stack trace 
 ---
  [java] java.lang.Exception: Stack Trace
  [java] org.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1728)
  [java] 
 org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5832)
  [java] 
 org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5827)
  [java] 
 org.ofbiz.entity.transaction.TransactionUtil$NoTransaction.call(TransactionUtil.java:978)
  [java] 
 org.ofbiz.entity.transaction.TransactionUtil$InTransaction.call(TransactionUtil.java:1003)
  [java] 
 org.ofbiz.entity.transaction.TransactionUtil.doNewTransaction(TransactionUtil.java:89)
  [java] 
 org.ofbiz.order.order.OrderServices.createAlsoBoughtProductAssocs(OrderServices.java:5827)
  [java] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [java] 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [java] 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [java] java.lang.reflect.Method.invoke(Method.java:597)
  [java] 
 org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100)
  [java] 
 org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
  [java] 
 org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761)
  [java] 
 _$gen.file_58$.Users.alexanderreelsen.lusini.development.ofbiz.ofbiz.applications.order.servicedef.services_46$xml_35$createAlsoBoughtProductAssocs.runSync(file:/Users/alexanderreelsen/lusini/development/ofbiz/ofbiz/applications/order/servicedef/services.xml#createAlsoBoughtProductAssocs:1057)
  [java] 
 org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399)
  [java] 
 org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226)
  [java] 
 org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
  [java] 
 org.ofbiz.webapp.event.CoreEvents.scheduleService(CoreEvents.java:412)
  [java] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [java] 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [java] 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [java] java.lang.reflect.Method.invoke(Method.java:597)
  [java] 
 org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:93)
  [java] 
 org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:79)
  [java] 
 org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:648)
  [java] 
 org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:394)
  [java] 
 org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:224)
  [java] 
 org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:77)
  [java] javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
  [java] javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  [java] 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  [java] 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  [java] 
 org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:343)
  [java] 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  [java] 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  [java] 
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
  [java] 
 

[jira] [Assigned] (OFBIZ-5479) Groovy error when trying to filter virtual product feature variants in lookup popup window

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5479:
---

Assignee: Anil K Patel

 Groovy error when trying to filter virtual product feature variants in lookup 
 popup window
 --

 Key: OFBIZ-5479
 URL: https://issues.apache.org/jira/browse/OFBIZ-5479
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5479.patch


 To reproduct:
 1.  Navigate to the product page
 2.  Click the lookup popup window icon for the productId field in the Search 
 Products section on the left side of the screen
 3.  Search for WG-9943 and click the Variants button
 4.  Select some features and then click Search (there are two search 
 buttons for some reason)
 This error occurs when trying to filter the list of virtual product feature 
 variants in the lookup popup window:
 ERROR rendering error page [/error/error.jsp], but here is the error text: 
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
 [component://product/widget/catalog/LookupScreens.xml#LookupVariantProduct]: 
 java.lang.IllegalArgumentException: Error running script at location 
 [component://product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy]:
  org.ofbiz.service.ServiceValidationException: The following required 
 parameter is missing: [getAllExistingVariants.productId] (Error running 
 script at location 
 [component://product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy]:
  org.ofbiz.service.ServiceValidationException: The following required 
 parameter is missing: [getAllExistingVariants.productId])



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-5266) Last 3 months sales report generates an error

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5266:
---

Assignee: Anil K Patel

 Last 3 months sales report generates an error
 -

 Key: OFBIZ-5266
 URL: https://issues.apache.org/jira/browse/OFBIZ-5266
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: Last-3-Sales.png


 When trying to generate a 'Last 3 months sales report' ORDERMGR:Reports 
 following error is shown:
 org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
 [NetBeforeOverheadReport.pdf]; this request does not exist or cannot be 
 called directly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-5266) Last 3 months sales report generates an error

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5266.
-

Resolution: Invalid

 Last 3 months sales report generates an error
 -

 Key: OFBIZ-5266
 URL: https://issues.apache.org/jira/browse/OFBIZ-5266
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: Last-3-Sales.png


 When trying to generate a 'Last 3 months sales report' ORDERMGR:Reports 
 following error is shown:
 org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
 [NetBeforeOverheadReport.pdf]; this request does not exist or cannot be 
 called directly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-5266) Last 3 months sales report generates an error

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5266.
---


 Last 3 months sales report generates an error
 -

 Key: OFBIZ-5266
 URL: https://issues.apache.org/jira/browse/OFBIZ-5266
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: Last-3-Sales.png


 When trying to generate a 'Last 3 months sales report' ORDERMGR:Reports 
 following error is shown:
 org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
 [NetBeforeOverheadReport.pdf]; this request does not exist or cannot be 
 called directly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (OFBIZ-5479) Groovy error when trying to filter virtual product feature variants in lookup popup window

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5479.
---


 Groovy error when trying to filter virtual product feature variants in lookup 
 popup window
 --

 Key: OFBIZ-5479
 URL: https://issues.apache.org/jira/browse/OFBIZ-5479
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5479.patch


 To reproduct:
 1.  Navigate to the product page
 2.  Click the lookup popup window icon for the productId field in the Search 
 Products section on the left side of the screen
 3.  Search for WG-9943 and click the Variants button
 4.  Select some features and then click Search (there are two search 
 buttons for some reason)
 This error occurs when trying to filter the list of virtual product feature 
 variants in the lookup popup window:
 ERROR rendering error page [/error/error.jsp], but here is the error text: 
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
 [component://product/widget/catalog/LookupScreens.xml#LookupVariantProduct]: 
 java.lang.IllegalArgumentException: Error running script at location 
 [component://product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy]:
  org.ofbiz.service.ServiceValidationException: The following required 
 parameter is missing: [getAllExistingVariants.productId] (Error running 
 script at location 
 [component://product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy]:
  org.ofbiz.service.ServiceValidationException: The following required 
 parameter is missing: [getAllExistingVariants.productId])



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (OFBIZ-5479) Groovy error when trying to filter virtual product feature variants in lookup popup window

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5479.
-

Resolution: Fixed

Patch reviewed and applied to trunk and 13.07. 

 Groovy error when trying to filter virtual product feature variants in lookup 
 popup window
 --

 Key: OFBIZ-5479
 URL: https://issues.apache.org/jira/browse/OFBIZ-5479
 Project: OFBiz
  Issue Type: Bug
  Components: product
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5479.patch


 To reproduct:
 1.  Navigate to the product page
 2.  Click the lookup popup window icon for the productId field in the Search 
 Products section on the left side of the screen
 3.  Search for WG-9943 and click the Variants button
 4.  Select some features and then click Search (there are two search 
 buttons for some reason)
 This error occurs when trying to filter the list of virtual product feature 
 variants in the lookup popup window:
 ERROR rendering error page [/error/error.jsp], but here is the error text: 
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
 [component://product/widget/catalog/LookupScreens.xml#LookupVariantProduct]: 
 java.lang.IllegalArgumentException: Error running script at location 
 [component://product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy]:
  org.ofbiz.service.ServiceValidationException: The following required 
 parameter is missing: [getAllExistingVariants.productId] (Error running 
 script at location 
 [component://product/webapp/catalog/WEB-INF/actions/lookup/LookupVariantProduct.groovy]:
  org.ofbiz.service.ServiceValidationException: The following required 
 parameter is missing: [getAllExistingVariants.productId])



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-5655) When periodNum is not set an error is thrown

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5655:
---

Assignee: Anil K Patel  (was: Jacopo Cappellato)

 When periodNum is not set an error is thrown
 

 Key: OFBIZ-5655
 URL: https://issues.apache.org/jira/browse/OFBIZ-5655
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5655.patch


 When a new custom period is created and the period num is not set, the 
 overview of periods in accounting - edit custom time period trows following 
 error per time period:
 [java] 2014-06-13 09:24:46,719 (http-bio-0.0.0.0-8443-exec-96) [ 
 Log4JLoggerFactory.java:96 :ERROR] Template processing error: Expression 
 allCustomTimePeriod.periodNum is undefined on line 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java] 
  [java] Expression allCustomTimePeriod.periodNum is undefined on line 
 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java] The problematic instruction:
  [java] --
  [java] == ${allCustomTimePeriod.periodNum} [on line 262, column 17 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl]
  [java] --
  [java] 
  [java] Java backtrace for programmers:
  [java] --
  [java] freemarker.core.InvalidReferenceException: Expression 
 allCustomTimePeriod.periodNum is undefined on line 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java]   at 
 freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:125)
  [java]   at 
 freemarker.core.Expression.getStringValue(Expression.java:118)
  [java]   at freemarker.core.Expression.getStringValue(Expression.java:93)
  [java]   at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at 
 freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:167)
  [java]   at freemarker.core.Environment.visit(Environment.java:428)
  [java]   at freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.IfBlock.accept(IfBlock.java:82)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.Environment.process(Environment.java:199)
  [java]   at 
 org.ofbiz.base.util.template.FreeMarkerWorker.renderTemplate(FreeMarkerWorker.java:251)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget.renderHtmlTemplate(HtmlWidget.java:224)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget$HtmlTemplate.renderWidgetString(HtmlWidget.java:269)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget.renderWidgetString(HtmlWidget.java:129)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$PlatformSpecific.renderWidgetString(ModelScreenWidget.java:988)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:696)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:729)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:696)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:729)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:331)
  

[jira] [Resolved] (OFBIZ-5655) When periodNum is not set an error is thrown

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel resolved OFBIZ-5655.
-

Resolution: Fixed

Issue fixed in trunk and 13.07. Thanks contributors.

 When periodNum is not set an error is thrown
 

 Key: OFBIZ-5655
 URL: https://issues.apache.org/jira/browse/OFBIZ-5655
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5655.patch


 When a new custom period is created and the period num is not set, the 
 overview of periods in accounting - edit custom time period trows following 
 error per time period:
 [java] 2014-06-13 09:24:46,719 (http-bio-0.0.0.0-8443-exec-96) [ 
 Log4JLoggerFactory.java:96 :ERROR] Template processing error: Expression 
 allCustomTimePeriod.periodNum is undefined on line 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java] 
  [java] Expression allCustomTimePeriod.periodNum is undefined on line 
 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java] The problematic instruction:
  [java] --
  [java] == ${allCustomTimePeriod.periodNum} [on line 262, column 17 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl]
  [java] --
  [java] 
  [java] Java backtrace for programmers:
  [java] --
  [java] freemarker.core.InvalidReferenceException: Expression 
 allCustomTimePeriod.periodNum is undefined on line 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java]   at 
 freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:125)
  [java]   at 
 freemarker.core.Expression.getStringValue(Expression.java:118)
  [java]   at freemarker.core.Expression.getStringValue(Expression.java:93)
  [java]   at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at 
 freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:167)
  [java]   at freemarker.core.Environment.visit(Environment.java:428)
  [java]   at freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.IfBlock.accept(IfBlock.java:82)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.Environment.process(Environment.java:199)
  [java]   at 
 org.ofbiz.base.util.template.FreeMarkerWorker.renderTemplate(FreeMarkerWorker.java:251)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget.renderHtmlTemplate(HtmlWidget.java:224)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget$HtmlTemplate.renderWidgetString(HtmlWidget.java:269)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget.renderWidgetString(HtmlWidget.java:129)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$PlatformSpecific.renderWidgetString(ModelScreenWidget.java:988)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:696)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:729)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:696)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:729)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 

[jira] [Closed] (OFBIZ-5655) When periodNum is not set an error is thrown

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel closed OFBIZ-5655.
---


 When periodNum is not set an error is thrown
 

 Key: OFBIZ-5655
 URL: https://issues.apache.org/jira/browse/OFBIZ-5655
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5655.patch


 When a new custom period is created and the period num is not set, the 
 overview of periods in accounting - edit custom time period trows following 
 error per time period:
 [java] 2014-06-13 09:24:46,719 (http-bio-0.0.0.0-8443-exec-96) [ 
 Log4JLoggerFactory.java:96 :ERROR] Template processing error: Expression 
 allCustomTimePeriod.periodNum is undefined on line 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java] 
  [java] Expression allCustomTimePeriod.periodNum is undefined on line 
 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java] The problematic instruction:
  [java] --
  [java] == ${allCustomTimePeriod.periodNum} [on line 262, column 17 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl]
  [java] --
  [java] 
  [java] Java backtrace for programmers:
  [java] --
  [java] freemarker.core.InvalidReferenceException: Expression 
 allCustomTimePeriod.periodNum is undefined on line 262, column 19 in 
 component://accounting/webapp/accounting/period/EditCustomTimePeriod.ftl.
  [java]   at 
 freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:125)
  [java]   at 
 freemarker.core.Expression.getStringValue(Expression.java:118)
  [java]   at freemarker.core.Expression.getStringValue(Expression.java:93)
  [java]   at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at 
 freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:167)
  [java]   at freemarker.core.Environment.visit(Environment.java:428)
  [java]   at freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.IfBlock.accept(IfBlock.java:82)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.MixedContent.accept(MixedContent.java:92)
  [java]   at freemarker.core.Environment.visit(Environment.java:221)
  [java]   at freemarker.core.Environment.process(Environment.java:199)
  [java]   at 
 org.ofbiz.base.util.template.FreeMarkerWorker.renderTemplate(FreeMarkerWorker.java:251)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget.renderHtmlTemplate(HtmlWidget.java:224)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget$HtmlTemplate.renderWidgetString(HtmlWidget.java:269)
  [java]   at 
 org.ofbiz.widget.screen.HtmlWidget.renderWidgetString(HtmlWidget.java:129)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$PlatformSpecific.renderWidgetString(ModelScreenWidget.java:988)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:696)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:729)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:696)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:729)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
  [java]   at 
 org.ofbiz.widget.screen.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:331)
  [java]   at 
 

[jira] [Assigned] (OFBIZ-5654) Updating custom time period generates error

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5654:
---

Assignee: Anil K Patel  (was: Jacopo Cappellato)

 Updating  custom time period generates error
 

 Key: OFBIZ-5654
 URL: https://issues.apache.org/jira/browse/OFBIZ-5654
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Anil K Patel
 Attachments: OFBIZ-5654.patch


 When updating a custom time period in the overview of the time periods 
 accounting  - edit custom time periods following error is shown:
 The Following Errors Occurred:
 Type conversion of field [fromDate] to type [java.sql.Date] failed for value 
 Jan 1, 2010: org.ofbiz.base.util.GeneralException: 
 java.text.ParseException: Unparseable date: Jan 1, 2010 
 (java.text.ParseException: Unparseable date: Jan 1, 2010)
 Type conversion of field [thruDate] to type [java.sql.Date] failed for value 
 Apr 1, 2010: org.ofbiz.base.util.GeneralException: 
 java.text.ParseException: Unparseable date: Apr 1, 2010 
 (java.text.ParseException: Unparseable date: Apr 1, 2010)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-5424) OrderStatus with status ITEM_CREATED not created for auto-added promo items and items appended after order creation

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5424:
---

Assignee: Anil K Patel

 OrderStatus with status ITEM_CREATED not created for auto-added promo items 
 and items appended after order creation
 ---

 Key: OFBIZ-5424
 URL: https://issues.apache.org/jira/browse/OFBIZ-5424
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Trunk
Reporter: Christian Carlow
Assignee: Anil K Patel
Priority: Minor
 Attachments: OFBIZ-5424.patch


 To reproduce promo items issue:
 1.  Create an order for DemoCustCompany
 2.  Add 1 GZ-BASKET
 3.  Finalize and Complete the order
 4.  Notice that promo items do not have a status creation time on the order 
 view page
 To reproduce order item append issue:
 1.  Click Edit Items button on order view page of order created above
 2.  Add GZ-1000 to the order
 3.  Notice that the appended item does not have a status creation time on the 
 order view page



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (OFBIZ-5515) EditCustRequestContent contentId lookup field doesn't work

2014-08-16 Thread Anil K Patel (JIRA)

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

Anil K Patel reassigned OFBIZ-5515:
---

Assignee: Anil K Patel

 EditCustRequestContent contentId lookup field doesn't work
 --

 Key: OFBIZ-5515
 URL: https://issues.apache.org/jira/browse/OFBIZ-5515
 Project: OFBiz
  Issue Type: Bug
  Components: order
Reporter: Christian Carlow
Assignee: Anil K Patel
 Attachments: OFBIZ-5515.PATCH


 EditCustRequestContent contentId field lookup loads weird content on the page 
 when either the dropdown and popup functionality is used.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


  1   2   3   4   5   6   7   >