Re: Javascript error in Catalog Manager: Edit Product

2010-02-21 Thread Koon Sang
Thanks! It works now, with Opera 10.10 too. Will anyone update the release? -- View this message in context: http://n4.nabble.com/Javascript-error-in-Catalog-Manager-Edit-Product-tp1563961p1564089.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Javascript error in Catalog Manager: Edit Product

2010-02-21 Thread james_sg
Hi Koon Sang, In selectAll.js, you can change line 475, from > if(groupbody.visible() != expanded) { > to > if(groupbody.style.visible != expanded) { > Works for IE8 and Firefox. Regards, James -- View this message in context: http://n4.nabble.com/Javascript-error-in-Catalog-Manager-E

Error in Update Inventory Item

2010-02-21 Thread Koon Sang
Hi, In https://localhost:8443/facility/control/UpdateInventoryItem, when I selected "My Retail Store" for the Facility Id and clicked on "Create", I got the following error: The Following Errors Occurred: ERROR: Could not complete the Update an InventoryItem [file:/D:/kks/ofbiz/applications/pr

Re: Javascript error in Catalog Manager: Edit Product

2010-02-21 Thread Koon Sang
Hi Brajesh, The error occurs in IE 8 but not in Opera 10.10. Thanks! -- View this message in context: http://n4.nabble.com/Javascript-error-in-Catalog-Manager-Edit-Product-tp1563961p1564025.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Javascript error in Catalog Manager: Edit Product

2010-02-21 Thread Brajesh Patel
Hi Koon Sang, I have follow step that given at https://ofbiz-vm.apache.org/catalog/control/EditProduct but not getting any error. On Mon, Feb 22, 2010 at 6:52 AM, Koon Sang wrote: > > In Catalog Manager: Edit Product, when clicking on the "Expand All" button, > got the following javascript error

Re: Insufficient Permissions for MYPORTAL_CUSTOMER

2010-02-21 Thread Koon Sang
I will try. Thanks! -- View this message in context: http://n4.nabble.com/Insufficient-Permissions-for-MYPORTAL-CUSTOMER-tp1563975p1564011.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Insufficient Permissions for MYPORTAL_CUSTOMER

2010-02-21 Thread Hans Bakker
Hi Koon Sang, The myportal component in v9.04 was not really complete yet. I advise you to use the ofbiz trunk version. Regards, Hans On Sun, 2010-02-21 at 17:43 -0800, Koon Sang wrote: > I login as a user with MYPORTAL_CUSTOMER security group. I can create a new > request. I want to create re

Re: Direct Link to Change Password

2010-02-21 Thread BJ Freeman
most systems I have interacted with make you sign in then hunt how to do profile and password. Not saying I like it. your welcome to put a jira in on your patch. Koon Sang sent the following on 2/21/2010 5:35 PM: > It is common in many systems that provide a direct link for the user to > change h

Interesting Permission?

2010-02-21 Thread Koon Sang
I notice that when a user only has PARTYMGR_CREATE permission, he can see the Edit button in My Profile page of My Portal application. With that permission, when the user changes his password, the system will check that the new password cannot be the same as the old password and that the old pass

Switching theme for Change Password Response Page?

2010-02-21 Thread Koon Sang
I login as a user with MYPORTAL_CUSTOMER security group. In order to let the user change his password, I have granted the user PARTYMGR_CREATE permission so that the Edit button appears beside the username in My Profile page (PARTYMGR_UPDATE does not work though). Am I doing the right thing here

Error in Updating Request (OrderMgr)

2010-02-21 Thread Koon Sang
I login as a user with MYPORTAL_CUSTOMER security group. I created a new request. After that I edited the request just created and when I wanted to save the changes, the got the following error: The Following Errors Occurred: Error: Status is not a valid change: from CRQ_ACCEPTED to PAS_ASSIGNED

Insufficient Permissions for MYPORTAL_CUSTOMER

2010-02-21 Thread Koon Sang
I login as a user with MYPORTAL_CUSTOMER security group. I can create a new request. I want to create request item but the product Id pop-up is empty. After adding CATALOG_VIEW permission to MYPORTAL_CUSTOMER security group, the product Id pop-up shows the product search screen and I can also s

Default party Id in New Request (OrderMgr)

2010-02-21 Thread Koon Sang
Using a user with MYPORTAL_CUSTOMER security group, I want to create a request. There is a field for me to enter the party Id. How do we fix the party Id to be the party Id of the login user and do not allow the user to change? Thanks! Ofbiz version: 9.04 (2010-02-17) -- View this message in c

Error in Updating Priority for Request (OrderMgr)

2010-02-21 Thread Koon Sang
Using a user with security group MYPORTAL_CUSTOMER, I have created a new request. The newly created request appears at the main page in the porlet called "My Open Customer Requests 10035". There is a dropdown list box to choose the priority from. Select any value in the dropdown list and click

Error in Generating Tracking Code Report

2010-02-21 Thread Koon Sang
In https://localhost:8443/marketing/control/MarketingReport, when I want to generate Tracking Code Report, I got the following error: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://marketing/widget/MarketingReportScreens.xml#TrackingCodeReport]: org.ofbiz.base.

Problem with Root Webapp URL

2010-02-21 Thread Koon Sang
Hi, I wanted to make Party Manager as the root webapp by changing mount-point to "/" in file ofbiz-component.xml of the Party Manager component. When I tried to access http://localhost:8080 and login successfully, I landed on the main page of Party Manager, which is expected. However, I noticed

Wrong Message in Creating New Employee

2010-02-21 Thread Koon Sang
I tried to create a new employee in the HR component by entering an email address of wrong format. I got the following message when I clicked on the "Save" button: The Following Errors Occurred: The following required parameter is missing: [OUT] [createEmployee.partyId] I changed the email addr

HUMANRES_ADMIN Permission Not Found

2010-02-21 Thread Koon Sang
Why is the permission "HUMANRES_ADMIN" in the table security_group_permission but not in the table security_permission? How do I assign HR admin rights to a security group? Ofbiz version: 9.04 (2010-02-17) -- View this message in context: http://n4.nabble.com/HUMANRES-ADMIN-Permission-Not-Foun

Direct Link to Change Password

2010-02-21 Thread Koon Sang
It is common in many systems that provide a direct link for the user to change his login password. It sounds strange that this common feature is missing from OFBIZ. I understand that the user has to go through Party Manager to change it, but the user must have access right to do so in the first

No Message for Successful Change of Password

2010-02-21 Thread Koon Sang
I change login password from MyPortal > My Profile. After clicking "Save" button, the page just refreshes and there is no way for me to know whether the password is changed successfully. I try login with the new password and confirm that the password is changed. There should be a message indica

Javascript error in Catalog Manager: Edit Product

2010-02-21 Thread Koon Sang
In Catalog Manager: Edit Product, when clicking on the "Expand All" button, got the following javascript error: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0

is demo down?

2010-02-21 Thread Christopher Snow
I'm receiving timeouts trying: https://ofbiz-vm.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y Is demo down? Many thanks, Chris

auction functionality

2010-02-21 Thread Christopher Snow
There were some threads back in November (2009) that discussed the potential requirements for auction functionality. Has any progress been made since then? Many thanks, Chris