[jira] Commented: (OFBIZ-1413) method for finding duplicate addresses

2008-07-24 Thread David Shere (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616602#action_12616602
 ] 

David Shere commented on OFBIZ-1413:


I apologize for my absence on this issue.  I'm afraid my company abandoned Open 
for Business in January of 2008 and my efforts have been focused elsewhere.  

I believe this method worked the few times I used it.  I'm not sure if that's 
good enough for committing it. 

> method for finding duplicate addresses
> --
>
> Key: OFBIZ-1413
> URL: https://issues.apache.org/jira/browse/OFBIZ-1413
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: SVN trunk
>Reporter: David Shere
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: duplicateAddressMethod.txt
>
>
> This method finds duplicate addresses.  You pass it a partyId and an address1 
> line from your address, and it returns the contact mech of a matching 
> address, or null if it doesn't find a matching address.  I haven't tested 
> this yet.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1413) method for finding duplicate addresses

2007-11-19 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1413:
---

Attachment: duplicateAddressMethod.txt

> method for finding duplicate addresses
> --
>
> Key: OFBIZ-1413
> URL: https://issues.apache.org/jira/browse/OFBIZ-1413
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: duplicateAddressMethod.txt
>
>
> This method finds duplicate addresses.  You pass it a partyId and an address1 
> line from your address, and it returns the contact mech of a matching 
> address, or null if it doesn't find a matching address.  I haven't tested 
> this yet.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-1413) method for finding duplicate addresses

2007-11-19 Thread David Shere (JIRA)
method for finding duplicate addresses
--

 Key: OFBIZ-1413
 URL: https://issues.apache.org/jira/browse/OFBIZ-1413
 Project: OFBiz
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Fix For: SVN trunk


This method finds duplicate addresses.  You pass it a partyId and an address1 
line from your address, and it returns the contact mech of a matching address, 
or null if it doesn't find a matching address.  I haven't tested this yet.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1202) ebay import not picking up shipping method

2007-08-21 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1202:


Upon further inspection, this patch does not fix the problem.  It exists 
somewhere in this pass:

UtilXml.childElementValue(shippingServiceSelectedElement, "ShippingService", "")

This resolves to "UPSGround" (in my example), but after it's passed to the Map 
"order", it becomes null.  

> ebay import not picking up shipping method
> --
>
> Key: OFBIZ-1202
> URL: https://issues.apache.org/jira/browse/OFBIZ-1202
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no 
> shipping method.  I'm doing more testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1202) ebay import not picking up shipping method

2007-08-21 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1202:


For that matter, should I have made the (String) change to the line for the 
shipping amount?  

> ebay import not picking up shipping method
> --
>
> Key: OFBIZ-1202
> URL: https://issues.apache.org/jira/browse/OFBIZ-1202
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no 
> shipping method.  I'm doing more testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1202) ebay import not picking up shipping method

2007-08-21 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1202:
---

Attachment: 1202.patch

This fixed it for me.  Not sure if this needs to be done to all the other calls 
to Map.put()

> ebay import not picking up shipping method
> --
>
> Key: OFBIZ-1202
> URL: https://issues.apache.org/jira/browse/OFBIZ-1202
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: 1202.patch
>
>
> Orders I'm importing properly pick up the amount paid for shipping, but no 
> shipping method.  I'm doing more testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-1202) ebay import not picking up shipping method

2007-08-13 Thread David Shere (JIRA)
ebay import not picking up shipping method
--

 Key: OFBIZ-1202
 URL: https://issues.apache.org/jira/browse/OFBIZ-1202
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Fix For: SVN trunk


Orders I'm importing properly pick up the amount paid for shipping, but no 
shipping method.  I'm doing more testing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1196) Automatic fill-in date on ImportOrdersFromEbay

2007-08-10 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1196:


Eric Schwartz helped me with this one.

> Automatic fill-in date on ImportOrdersFromEbay
> --
>
> Key: OFBIZ-1196
> URL: https://issues.apache.org/jira/browse/OFBIZ-1196
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: eBayDefaultTime.patch
>
>
> This patch automatically fills in today's date, beginning and end, for the 
> Import Orders from eBay page.  Functional capabilities of the page are the 
> same -- it is still just as easy to put in a different date if you need to.  
> I think it makes sense to have the dates default to "today".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1196) Automatic fill-in date on ImportOrdersFromEbay

2007-08-10 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1196:
---

Attachment: eBayDefaultTime.patch

> Automatic fill-in date on ImportOrdersFromEbay
> --
>
> Key: OFBIZ-1196
> URL: https://issues.apache.org/jira/browse/OFBIZ-1196
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: eBayDefaultTime.patch
>
>
> This patch automatically fills in today's date, beginning and end, for the 
> Import Orders from eBay page.  Functional capabilities of the page are the 
> same -- it is still just as easy to put in a different date if you need to.  
> I think it makes sense to have the dates default to "today".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-1196) Automatic fill-in date on ImportOrdersFromEbay

2007-08-10 Thread David Shere (JIRA)
Automatic fill-in date on ImportOrdersFromEbay
--

 Key: OFBIZ-1196
 URL: https://issues.apache.org/jira/browse/OFBIZ-1196
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor


This patch automatically fills in today's date, beginning and end, for the 
Import Orders from eBay page.  Functional capabilities of the page are the same 
-- it is still just as easy to put in a different date if you need to.  I think 
it makes sense to have the dates default to "today".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1190) Order Item Price wrong on eBay imported orders

2007-08-09 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1190:
---

Attachment: 1190.patch

I believe this patch fixes it.  The "amount" being passed in cart.addItemToEnd 
was causing the unit price to be multiplied against itself.  

> Order Item Price wrong on eBay imported orders
> --
>
> Key: OFBIZ-1190
> URL: https://issues.apache.org/jira/browse/OFBIZ-1190
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: 1190.patch
>
>
> When importing eBay orders, the order Item price is wrong.  In my example my 
> item price was $37.90 and the order item unit price was $1400 something.
> I haven't tested this under different conditions (trying a different product, 
> etc)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-1190) Order Item Price wrong on eBay imported orders

2007-08-08 Thread David Shere (JIRA)
Order Item Price wrong on eBay imported orders
--

 Key: OFBIZ-1190
 URL: https://issues.apache.org/jira/browse/OFBIZ-1190
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor


When importing eBay orders, the order Item price is wrong.  In my example my 
item price was $37.90 and the order item unit price was $1400 something.

I haven't tested this under different conditions (trying a different product, 
etc)...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-30 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1159:
---

Attachment: importOrdersFromEbay18.patch

This patch should address the suggestions you've made, Jacopo.  Let me know if 
it needs further work.

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, 
> importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, 
> importOrdersFromEbay17.patch, importOrdersFromEbay18.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-30 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1159:


I'm still working on the changes you suggested, Jacopo.  I have postal address 
and email address done and I'm going to work on phone number.

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, 
> importOrdersFromEbay15.patch, importOrdersFromEbay16.patch, 
> importOrdersFromEbay17.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-25 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1159:
---

Attachment: importOrdersFromEbay16.patch

This patch checks postal address, telephone number, and email address for 
existing eBay parties.  If none exists it creates one.  If one does exist, it 
calls "updatePartyXXX" service.  

I have not tested this patch.

I'm still relatively new to this, so let me know if this code is actually worth 
anything.

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, 
> importOrdersFromEbay15.patch, importOrdersFromEbay16.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-25 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1159:
---

Attachment: importOrdersFromEbay15.patch

This corrects a typo for the EIAS token.  

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch, importOrdersFromEbay14.patch, 
> importOrdersFromEbay15.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-24 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1159:


Jacopo Cappellato <[EMAIL PROTECTED]>

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-24 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1159:


Might there already be a service for the address part?  You pass it a partyId 
and a map with address fields in it and it checks the contact mechs of that 
party to see if there is a matching address?

If not, should I create one?  This seems like a generic action that would be 
universally needed.

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-24 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1159:


Yes.  I'd be glad to continue to help, as much as I can.  I do want to do the 
updating to the contact mechs; obviously it's pointless to not enter duplicate 
parties if you never check for updated contact information.  I'll start in on 
that today and let you know where I get.

I've been emailing you with patches and other questions and I'm only getting a 
response from you on here.  Not sure if you're not getting my emails or what... 
no big deal.  I am on AOL IM if you want to contact me that way.  (breathe315)

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-24 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-1159:


One additional note: I have not yet tested my patch.

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-1159) Integration with eBay (import of orders and export of auctions).

2007-07-24 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-1159:
---

Attachment: checkingForExistingParties.patch

This patch checks to see if an existing party is already associated with an 
eBay buyer, using the buyer's EIAS (an eBay buyer unique identifier that stands 
for... something) as a party attribute.  It also adds the buyer's eBay user ID 
as another party attribute.  It checks against the EIAS to see if the buyer is 
already in the system.

This patch is not complete because If the buyer is already in the system, it 
does not verify the contact information.  I need to understand what needs to be 
checked and how best to go about it... for instance, checking an existing 
postal address against the "new" one returned from GetSellerTransactions would 
possibly involve a field by field comparison -- and if every field is going to 
be compared, it seems just as resource intensive just to create a new address 
each time.

These are all just suggestions.

> Integration with eBay (import of orders and export of auctions).
> 
>
> Key: OFBIZ-1159
> URL: https://issues.apache.org/jira/browse/OFBIZ-1159
> Project: OFBiz
>  Issue Type: New Feature
>  Components: order, product
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Attachments: checkingForExistingParties.patch, 
> importOrdersFromEbay10.patch, importOrdersFromEbay11.patch, 
> importOrdersFromEbay13.patch
>
>
> Integration with eBay (import of orders and export of auctions):
> development of a set of services and events, and some screens to manage 
> import/export of data to/from eBay auctions API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-968) Show phone numbers in EditPartyClassificationGroupParties

2007-05-07 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-968:
--

Priority: Minor  (was: Major)

> Show phone numbers in EditPartyClassificationGroupParties
> -
>
> Key: OFBIZ-968
> URL: https://issues.apache.org/jira/browse/OFBIZ-968
> Project: OFBiz (The Open for Business Project)
>  Issue Type: New Feature
>  Components: party
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
>
> I will be working on a patch to include a party's phone number on the 
> EditPartyClassificationGroupParties screen.  I'll need to look up the 
> PartyContactMech and TelecomNumber.  Should I add a beanshell script to this 
> screen, or can I do it all in the FTL?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-968) Show phone numbers in EditPartyClassificationGroupParties

2007-05-07 Thread David Shere (JIRA)
Show phone numbers in EditPartyClassificationGroupParties
-

 Key: OFBIZ-968
 URL: https://issues.apache.org/jira/browse/OFBIZ-968
 Project: OFBiz (The Open for Business Project)
  Issue Type: New Feature
  Components: party
Affects Versions: SVN trunk
Reporter: David Shere
 Fix For: SVN trunk


I will be working on a patch to include a party's phone number on the 
EditPartyClassificationGroupParties screen.  I'll need to look up the 
PartyContactMech and TelecomNumber.  Should I add a beanshell script to this 
screen, or can I do it all in the FTL?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-919) Put cursor in first form box on page

2007-04-23 Thread David Shere (JIRA)
Put cursor in first form box on page


 Key: OFBIZ-919
 URL: https://issues.apache.org/jira/browse/OFBIZ-919
 Project: OFBiz (The Open for Business Project)
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Fix For: SVN trunk


I'm was looking for something like this:

focusInFirstBox = yes

in a properties file somewhere, so that one setting would apply to every page. 
Is there any other interest in this?  I'm told it would require quite a bit of 
FTL re-writes.  I suppose it might be a lot of work for not a lot of benefit, 
but I wanted to get others' thoughts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-919) Put cursor in first form box on page

2007-04-23 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-919:
--

Description: 
I'm looking for something like this:

focusInFirstBox = yes

in a properties file somewhere, so that one setting would apply to every page. 
Is there any other interest in this?  I'm told it would require quite a bit of 
FTL re-writes.  I suppose it might be a lot of work for not a lot of benefit, 
but I wanted to get others' thoughts.

  was:
I'm was looking for something like this:

focusInFirstBox = yes

in a properties file somewhere, so that one setting would apply to every page. 
Is there any other interest in this?  I'm told it would require quite a bit of 
FTL re-writes.  I suppose it might be a lot of work for not a lot of benefit, 
but I wanted to get others' thoughts.


> Put cursor in first form box on page
> 
>
> Key: OFBIZ-919
> URL: https://issues.apache.org/jira/browse/OFBIZ-919
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
>
> I'm looking for something like this:
> focusInFirstBox = yes
> in a properties file somewhere, so that one setting would apply to every 
> page. Is there any other interest in this?  I'm told it would require quite a 
> bit of FTL re-writes.  I suppose it might be a lot of work for not a lot of 
> benefit, but I wanted to get others' thoughts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-876) A few problems when editing orders

2007-04-11 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-876:
---

Okay My "Create New Order" button now works and my #1 above is also solved. I 
also switched from Java1.5.07 to Java1.6.0.  I'm not sure if one or both solved 
the problem.

Sorry to muddy up the issue...

> A few problems when editing orders
> --
>
> Key: OFBIZ-876
> URL: https://issues.apache.org/jira/browse/OFBIZ-876
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Scott Gray
> Attachments: ofbiz.log.tar.gz
>
>
> I think there's a still a few issues to be fixed with editing orders:
> 1.  Multiple order change emails are being sent out (I think one is sent for 
> every orderItem status change)
> 2.  I don't think all inventory reservations should be cancelled at the 
> start, this puts the order to the back of the queue even if a orderItem 
> didn't change during the edit.
> 3.  Promo lines shouldn't appear to be editable in editorderitems.ftl as they 
> can't actually be edited
> 4.  Promos that apply before and after an edit shouldn't be cancelled and 
> then recreated, it makes a mess of the order and puts the reservation to the 
> back of the queue.
> I'll keep them as one issue for now as they are pretty closely related, but 
> if things drag on perhaps we should look at splitting them up

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-876) A few problems when editing orders

2007-04-10 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-876:
--

Attachment: ofbiz.log.tar.gz

The exception is at around 11:11AM today.

> A few problems when editing orders
> --
>
> Key: OFBIZ-876
> URL: https://issues.apache.org/jira/browse/OFBIZ-876
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Scott Gray
> Attachments: ofbiz.log.tar.gz
>
>
> I think there's a still a few issues to be fixed with editing orders:
> 1.  Multiple order change emails are being sent out (I think one is sent for 
> every orderItem status change)
> 2.  I don't think all inventory reservations should be cancelled at the 
> start, this puts the order to the back of the queue even if a orderItem 
> didn't change during the edit.
> 3.  Promo lines shouldn't appear to be editable in editorderitems.ftl as they 
> can't actually be edited
> 4.  Promos that apply before and after an edit shouldn't be cancelled and 
> then recreated, it makes a mess of the order and puts the reservation to the 
> back of the queue.
> I'll keep them as one issue for now as they are pretty closely related, but 
> if things drag on perhaps we should look at splitting them up

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-875) Add ability to put HTML "snippets" in screen widget XML files

2007-04-10 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-875:
---

Is the question, "How much HTML is enough to justify a separate FTL file?"

> Add ability to put HTML "snippets" in screen widget XML files
> -
>
> Key: OFBIZ-875
> URL: https://issues.apache.org/jira/browse/OFBIZ-875
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Reporter: Adrian Crum
>Priority: Minor
> Attachments: html_snippet.patch, html_snippet.patch
>
>
> Sometimes there is a need to output a little HTML that the screen widget 
> doesn't accomodate, but it's not enough code to justify a separate ftl file. 
> This improvement adds an html-snippet element to the platform-specific->html 
> element which allows HTML to be directly inserted in a widget XML file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-876) A few problems when editing orders

2007-04-10 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-876:
---

"Create as New Order" button also does not work... error message is "Service 
target threw an unexpected exception 
(org.ofbiz.order.shoppingcart.ShoppingCart.addPayment(Ljava/lang/String;)V)"

This is on an order with or without promotional items.

If it's the same error message (as my #1 above), it might be the same issue.

> A few problems when editing orders
> --
>
> Key: OFBIZ-876
> URL: https://issues.apache.org/jira/browse/OFBIZ-876
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Scott Gray
>
> I think there's a still a few issues to be fixed with editing orders:
> 1.  Multiple order change emails are being sent out (I think one is sent for 
> every orderItem status change)
> 2.  I don't think all inventory reservations should be cancelled at the 
> start, this puts the order to the back of the queue even if a orderItem 
> didn't change during the edit.
> 3.  Promo lines shouldn't appear to be editable in editorderitems.ftl as they 
> can't actually be edited
> 4.  Promos that apply before and after an edit shouldn't be cancelled and 
> then recreated, it makes a mess of the order and puts the reservation to the 
> back of the queue.
> I'll keep them as one issue for now as they are pretty closely related, but 
> if things drag on perhaps we should look at splitting them up

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-872) console.log not pointed to runtime directory

2007-04-10 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-872:
---

sorry...commented on wrong issue...

> console.log not pointed to runtime directory
> 
>
> Key: OFBIZ-872
> URL: https://issues.apache.org/jira/browse/OFBIZ-872
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>Affects Versions: SVN trunk
>Reporter: David Shere
> Assigned To: Jacopo Cappellato
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: consoleLogLocationFix.patch, consoleLogLocationFix.patch
>
>
> startofbiz.sh points the console.log file to the old "framework/logs" 
> directory.This causes ofbiz to not start after a fresh checkout of the 
> data.
> Fix to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-872) console.log not pointed to runtime directory

2007-04-10 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-872:
---

"Create as New Order" button also does not work... error message is "Service 
target threw an unexpected exception 
(org.ofbiz.order.shoppingcart.ShoppingCart.addPayment(Ljava/lang/String;)V)"

This is on an order with or without promotional items.

> console.log not pointed to runtime directory
> 
>
> Key: OFBIZ-872
> URL: https://issues.apache.org/jira/browse/OFBIZ-872
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>Affects Versions: SVN trunk
>Reporter: David Shere
> Assigned To: Jacopo Cappellato
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: consoleLogLocationFix.patch, consoleLogLocationFix.patch
>
>
> startofbiz.sh points the console.log file to the old "framework/logs" 
> directory.This causes ofbiz to not start after a fresh checkout of the 
> data.
> Fix to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-876) A few problems when editing orders

2007-04-10 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-876:
---

Is this where I should report all problems with editing orders?

(The following is all for orders with promotional items, for GZ-1004, quantity 
10)

1.  If I wish to modify the quantity for a line item, (In this case the 
GZ-1004), I change the quantity box next to "Ship Group: [1] 70004 
Testerlane Road" and click "Update Items" at the bottom of the order.  The 
error message I get is "Service target threw an unexpected exception 
(org.ofbiz.order.shoppingcart.ShoppingCart.addPayment(Ljava/lang/String;)V)"
2.  I'm not sure if this is covered above, but "Cancel all items" recreates 
each promotional item as a new line item.  They have a "Status: Created" but no 
times and no additional statuses. 

I guess I thought there were more issues but I can't seem to find them now.



> A few problems when editing orders
> --
>
> Key: OFBIZ-876
> URL: https://issues.apache.org/jira/browse/OFBIZ-876
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Scott Gray
>
> I think there's a still a few issues to be fixed with editing orders:
> 1.  Multiple order change emails are being sent out (I think one is sent for 
> every orderItem status change)
> 2.  I don't think all inventory reservations should be cancelled at the 
> start, this puts the order to the back of the queue even if a orderItem 
> didn't change during the edit.
> 3.  Promo lines shouldn't appear to be editable in editorderitems.ftl as they 
> can't actually be edited
> 4.  Promos that apply before and after an edit shouldn't be cancelled and 
> then recreated, it makes a mess of the order and puts the reservation to the 
> back of the queue.
> I'll keep them as one issue for now as they are pretty closely related, but 
> if things drag on perhaps we should look at splitting them up

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-431) Editting Order goes recursive with promotions...

2007-04-06 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-431:
--

Attachment: 431-1.patch

This implements the ideas above and solves the recursion problem.  
Unfortunately, it does not solve the overall problem, as before.  Now the error 
message on the screen is

Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service 
invocation error (Service target threw an unexpected exception 
(org.ofbiz.order.shoppingcart.ShoppingCart.addPayment(Ljava/lang/String;)V))

I will continue to investigate.



> Editting Order goes recursive with promotions...
> 
>
> Key: OFBIZ-431
> URL: https://issues.apache.org/jira/browse/OFBIZ-431
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
> Environment: N/A - clean default
>Reporter: Ray Barlow
> Assigned To: Jacopo Cappellato
>Priority: Critical
> Attachments: 431-1.patch
>
>
> With the standard demo data raise an order for admin with 1 GZ-1000 and 1 
> GZ-7000, 3 promotional products will be added to the order which is fine.
> Find and view the newly created order in the order application. Click on the 
> edit link and then try to increase the order quantity of the GZ-1000 from 1 
> to 2, the system will thrash away for a while and then fail with a 
> transaction error, timed out.
> Once the dust has settled you can see that the party has also been sent 100 
> +/-5 email notification changes, which is were I'm getting the feeling that 
> recursion is the problem!
> Trying to cancel a line item can also cause the same effect, in general 
> editting orders with promotions seems to cause lots of problems at the moment.
> PS: I'd advise this only gets tested on local development machines as the 
> impact is quite an intense load on the server and can result in DoS style 
> problems. That said I did execute this once on the "demo.dejc.com" server 
> (sorry David) just to check it wasn't anything I'd changed, the admin account 
> now has a lot of order change notifications (at least until the next reload 
> of the site!).
> PPS: This can also be triggered via the customer facing site, when cancelling 
> a line item from the order history page, bit of an exposure for live sites to 
> DoS from malicious users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-431) Editting Order goes recursive with promotions...

2007-04-05 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-431:
---

This appears to still be occurring.  With sample data, I ordered 10 GZ-1004s 
and attempted to remove the last item for $59.99.  380MB of logs and 20 minutes 
later, the page is finishes loading, and I get this error:

Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service 
invocation error (Could not commit transaction for service [cancelOrderItem] 
call: Roll back error (with no rollbackOnly cause found), could not commit 
transaction, was rolled back instead: javax.transaction.RollbackException 
(null))

Because we have regular customers (dealers) who account for 30% of our sales 
and will be placing orders daily with promotions (their discounts), this has 
become my top priority.  It must be fixed before we can go live.

Scott's solution to create a "side service" of sorts that will handle canceling 
line items on orders with promotions seems to be a good place to start, but 
that patch doesn't seem to be available here.  If that is available somewhere, 
that would be great.  If I should start elsewhere with a solution, please let 
me know.

Any help that can be offered would be much appreciated.

> Editting Order goes recursive with promotions...
> 
>
> Key: OFBIZ-431
> URL: https://issues.apache.org/jira/browse/OFBIZ-431
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
> Environment: N/A - clean default
>Reporter: Ray Barlow
> Assigned To: Jacopo Cappellato
>Priority: Critical
>
> With the standard demo data raise an order for admin with 1 GZ-1000 and 1 
> GZ-7000, 3 promotional products will be added to the order which is fine.
> Find and view the newly created order in the order application. Click on the 
> edit link and then try to increase the order quantity of the GZ-1000 from 1 
> to 2, the system will thrash away for a while and then fail with a 
> transaction error, timed out.
> Once the dust has settled you can see that the party has also been sent 100 
> +/-5 email notification changes, which is were I'm getting the feeling that 
> recursion is the problem!
> Trying to cancel a line item can also cause the same effect, in general 
> editting orders with promotions seems to cause lots of problems at the moment.
> PS: I'd advise this only gets tested on local development machines as the 
> impact is quite an intense load on the server and can result in DoS style 
> problems. That said I did execute this once on the "demo.dejc.com" server 
> (sorry David) just to check it wasn't anything I'd changed, the admin account 
> now has a lot of order change notifications (at least until the next reload 
> of the site!).
> PPS: This can also be triggered via the customer facing site, when cancelling 
> a line item from the order history page, bit of an exposure for live sites to 
> DoS from malicious users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-872) console.log not pointed to runtime directory

2007-04-04 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-872:
--

Attachment: consoleLogLocationFix.patch

Correction to previous patch file; previous patch had additional changes not 
relevant to the issue.

> console.log not pointed to runtime directory
> 
>
> Key: OFBIZ-872
> URL: https://issues.apache.org/jira/browse/OFBIZ-872
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: consoleLogLocationFix.patch, consoleLogLocationFix.patch
>
>
> startofbiz.sh points the console.log file to the old "framework/logs" 
> directory.This causes ofbiz to not start after a fresh checkout of the 
> data.
> Fix to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-872) console.log not pointed to runtime directory

2007-04-04 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-872:
--

Attachment: consoleLogLocationFix.patch

This changes it to the current "runtime/logs".

The change was already made in startofbiz.bat.

> console.log not pointed to runtime directory
> 
>
> Key: OFBIZ-872
> URL: https://issues.apache.org/jira/browse/OFBIZ-872
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Fix For: SVN trunk
>
> Attachments: consoleLogLocationFix.patch
>
>
> startofbiz.sh points the console.log file to the old "framework/logs" 
> directory.This causes ofbiz to not start after a fresh checkout of the 
> data.
> Fix to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-872) console.log not pointed to runtime directory

2007-04-04 Thread David Shere (JIRA)
console.log not pointed to runtime directory


 Key: OFBIZ-872
 URL: https://issues.apache.org/jira/browse/OFBIZ-872
 Project: OFBiz (The Open for Business Project)
  Issue Type: Bug
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Fix For: SVN trunk
 Attachments: consoleLogLocationFix.patch

startofbiz.sh points the console.log file to the old "framework/logs" 
directory.This causes ofbiz to not start after a fresh checkout of the data.

Fix to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-868) "Cancel All Items" in order entry not working

2007-04-03 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-868:
---

I tried it just now with an order without promotions.  I did not get the error. 
 I'll continue to investigate.

> "Cancel All Items" in order entry not working
> -
>
> Key: OFBIZ-868
> URL: https://issues.apache.org/jira/browse/OFBIZ-868
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>
> When viewing an order, if I click on "Edit Items" and then "Cancel All 
> Items", OFBiz goes into a tailspin of ECA rules and Java exceptions.  several 
> minutes later, the page is finally done loading, and none of the items are 
> canceled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-868) "Cancel All Items" in order entry not working

2007-04-02 Thread David Shere (JIRA)
"Cancel All Items" in order entry not working
-

 Key: OFBIZ-868
 URL: https://issues.apache.org/jira/browse/OFBIZ-868
 Project: OFBiz (The Open for Business Project)
  Issue Type: Bug
  Components: order
Affects Versions: SVN trunk
Reporter: David Shere


When viewing an order, if I click on "Edit Items" and then "Cancel All Items", 
OFBiz goes into a tailspin of ECA rules and Java exceptions.  several minutes 
later, the page is finally done loading, and none of the items are canceled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-850) Service to automatically print picking tickets to a Lan/Local printer

2007-03-27 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-850:
--

Attachment: pickingTicket.patch

> Service to automatically print picking tickets to a Lan/Local printer
> -
>
> Key: OFBIZ-850
> URL: https://issues.apache.org/jira/browse/OFBIZ-850
> Project: OFBiz (The Open for Business Project)
>  Issue Type: New Feature
>  Components: order
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: pickingTicket.patch
>
>
> This service runs under ECA when an order is marked "ORDER-APPROVED."  It 
> uses the sendPrintFromScreen service to print a picking ticket to a specified 
> printer.  The printer must be installed on the same machine as OFBiz and can 
> be a LAN or local printer.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-850) Service to automatically print picking tickets to a Lan/Local printer

2007-03-27 Thread David Shere (JIRA)
Service to automatically print picking tickets to a Lan/Local printer
-

 Key: OFBIZ-850
 URL: https://issues.apache.org/jira/browse/OFBIZ-850
 Project: OFBiz (The Open for Business Project)
  Issue Type: New Feature
  Components: order
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Attachments: pickingTicket.patch

This service runs under ECA when an order is marked "ORDER-APPROVED."  It uses 
the sendPrintFromScreen service to print a picking ticket to a specified 
printer.  The printer must be installed on the same machine as OFBiz and can be 
a LAN or local printer.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-832) Barcode PDF in Product Manager returns error

2007-03-20 Thread David Shere (JIRA)
Barcode PDF in Product Manager returns error


 Key: OFBIZ-832
 URL: https://issues.apache.org/jira/browse/OFBIZ-832
 Project: OFBiz (The Open for Business Project)
  Issue Type: Bug
  Components: product
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor


Barcode PDF in Product Manager/Edit Product returns following error:

java.lang.UnsupportedOperationException: Don't know how to handle "text/html" 
as an output format. Neither an FOEventHandler, nor a Renderer could be found 
for this output format.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-823) Improve support for different media types in the ScreenFopPdfViewHandler

2007-03-16 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-823:
---

Jacopo and I were working on testing this service that works with the new 
changes that he's written for this issue.  We were running it with the input of 
"component://order/widget/ordermgr/RequirementScreens.xml#ApprovedProductRequirementsReport",
 hence the change to the corresponding line in 
applications/order/webapp/ordermgr/WEB-INF/controller.xml.

I have commented out the lines that refer to the bodyParameters object, because 
Jacopo says that's not implemented yet in the code.

I'm including this here because debugging it is a little over my head and I 
want to get input from everyone.

When I run this service, I get this:

 exception report --
Service [sendPrintFromScreen] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
 stack trace ---
org.ofbiz.service.GenericServiceException: Service target threw an unexpected 
exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:340)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Thread.java:595)
java.lang.NullPointerException
org.ofbiz.content.email.EmailServices.sendPrintFromScreen(EmailServices.java:941)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:340)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Thread.java:595)

> Improve support for different media types in the ScreenFopPdfViewHandler
> 
>
> Key: OFBIZ-823
> URL: https://issues.apache.org/jira/browse/OFBIZ-823
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Reporter: Jacopo Cappellato
> Assigned To: Jacopo Cappellato
>Priority: Minor
> Attachments: 823_INCOMPLETE.patch
>
>
> Right now the ScreenFopPdfViewHandler class can only serve PDF documents out 
> of a screen definition.
> The "content-type" attribute set in the controller's view definition is 
> ignored.
> What I'm proposing is to enhance the class to support at least the PCL and 
> POSTSCRIPT output (because they should be supported by FOP).
> Some of the details:
> 1) rename the class from ScreenFopPdfViewHandler to ScreenFopViewHandler
> 2) add support for different media types according to the content-type 
> attribute set in the view definition

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-823) Improve support for different media types in the ScreenFopPdfViewHandler

2007-03-16 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-823:
--

Attachment: 823_INCOMPLETE.patch

This patch is not complete and some changes are included only to facilitate 
testing. 

> Improve support for different media types in the ScreenFopPdfViewHandler
> 
>
> Key: OFBIZ-823
> URL: https://issues.apache.org/jira/browse/OFBIZ-823
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Reporter: Jacopo Cappellato
> Assigned To: Jacopo Cappellato
>Priority: Minor
> Attachments: 823_INCOMPLETE.patch
>
>
> Right now the ScreenFopPdfViewHandler class can only serve PDF documents out 
> of a screen definition.
> The "content-type" attribute set in the controller's view definition is 
> ignored.
> What I'm proposing is to enhance the class to support at least the PCL and 
> POSTSCRIPT output (because they should be supported by FOP).
> Some of the details:
> 1) rename the class from ScreenFopPdfViewHandler to ScreenFopViewHandler
> 2) add support for different media types according to the content-type 
> attribute set in the view definition

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-788) Job ID shown in Job List

2007-03-07 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-788:
---

Maybe this line

+${uiLabelMap.WebtoolsId}

Should be

+${uiLabelMap.WebtoolsJobId}



with the appropriate change in the UI Label.

> Job ID shown in Job List
> 
>
> Key: OFBIZ-788
> URL: https://issues.apache.org/jira/browse/OFBIZ-788
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: webToolsJobId.patch
>
>
> Job Id shown in Job List in Webtools.  See patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-786) Cancel Job button sometimes missing in job list

2007-03-07 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-786:
---

The issue then is, running jobs can't be canceled.  They can be, I presume, by 
stopping and restarting ofbiz, which is usually not a preferred solution in a 
production environment.

> Cancel Job button sometimes missing in job list
> ---
>
> Key: OFBIZ-786
> URL: https://issues.apache.org/jira/browse/OFBIZ-786
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
> Assigned To: Jacques Le Roux
>Priority: Minor
>
> Sometimes the cancel job button is missing from the job list page.  Observe:
> http://raptor.davidshere.com/missing.png

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-788) Job ID shown in Job List

2007-03-07 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-788:
---

I just realized that that patch was made from revision 511769.  I hope that's 
not too far back.

> Job ID shown in Job List
> 
>
> Key: OFBIZ-788
> URL: https://issues.apache.org/jira/browse/OFBIZ-788
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: webToolsJobId.patch
>
>
> Job Id shown in Job List in Webtools.  See patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-788) Job ID shown in Job List

2007-03-07 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-788:
--

Attachment: webToolsJobId.patch

> Job ID shown in Job List
> 
>
> Key: OFBIZ-788
> URL: https://issues.apache.org/jira/browse/OFBIZ-788
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
> Attachments: webToolsJobId.patch
>
>
> Job Id shown in Job List in Webtools.  See patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-788) Job ID shown in Job List

2007-03-07 Thread David Shere (JIRA)
Job ID shown in Job List


 Key: OFBIZ-788
 URL: https://issues.apache.org/jira/browse/OFBIZ-788
 Project: OFBiz (The Open for Business Project)
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor


Job Id shown in Job List in Webtools.  See patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-786) Cancel Job button sometimes missing in job list

2007-03-07 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-786:
---

Running jobs are not cancelable?

> Cancel Job button sometimes missing in job list
> ---
>
> Key: OFBIZ-786
> URL: https://issues.apache.org/jira/browse/OFBIZ-786
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
> Assigned To: Jacques Le Roux
>Priority: Minor
>
> Sometimes the cancel job button is missing from the job list page.  Observe:
> http://raptor.davidshere.com/missing.png

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-786) Cancel Job button sometimes missing in job list

2007-03-07 Thread David Shere (JIRA)

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

David Shere updated OFBIZ-786:
--

Priority: Minor  (was: Major)

> Cancel Job button sometimes missing in job list
> ---
>
> Key: OFBIZ-786
> URL: https://issues.apache.org/jira/browse/OFBIZ-786
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
>Priority: Minor
>
> Sometimes the cancel job button is missing from the job list page.  Observe:
> http://raptor.davidshere.com/missing.png

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-786) Cancel Job button sometimes missing in job list

2007-03-07 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-786:
---

The priority for this issue should be changed to minor.

> Cancel Job button sometimes missing in job list
> ---
>
> Key: OFBIZ-786
> URL: https://issues.apache.org/jira/browse/OFBIZ-786
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: framework
>Affects Versions: SVN trunk
>Reporter: David Shere
>
> Sometimes the cancel job button is missing from the job list page.  Observe:
> http://raptor.davidshere.com/missing.png

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-786) Cancel Job button sometimes missing in job list

2007-03-07 Thread David Shere (JIRA)
Cancel Job button sometimes missing in job list
---

 Key: OFBIZ-786
 URL: https://issues.apache.org/jira/browse/OFBIZ-786
 Project: OFBiz (The Open for Business Project)
  Issue Type: Bug
  Components: framework
Affects Versions: SVN trunk
Reporter: David Shere


Sometimes the cancel job button is missing from the job list page.  Observe:

http://raptor.davidshere.com/missing.png

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-670) Parties listed in a classification group don't show names/not clickable

2007-01-30 Thread David Shere (JIRA)
Parties listed in a classification group don't show names/not clickable
---

 Key: OFBIZ-670
 URL: https://issues.apache.org/jira/browse/OFBIZ-670
 Project: OFBiz (The Open for Business Project)
  Issue Type: Improvement
  Components: party
Affects Versions: SVN trunk
Reporter: David Shere
Priority: Minor
 Fix For: SVN trunk


In Party/Classifications/Classification Group/Parties, the partes belonging to 
a classification group are listed, but only by Party Id.  

We are working on a patch to display the name of the party, and make the party 
ID clickable to display that party.

It should be available shortly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-583) Offline payment selection now prevents completion of sales order

2007-01-30 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-583:
---

Thanks Ian.  I've installed the patch and it works for me.

> Offline payment selection now prevents completion of sales order
> 
>
> Key: OFBIZ-583
> URL: https://issues.apache.org/jira/browse/OFBIZ-583
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Iain Fogg
> Assigned To: Si Chen
>Priority: Critical
> Attachments: CheckOutEvents.patch, CheckOutEvents.patch
>
>
> I upgraded to the latest SVN on the weekend and now I find that when I raise 
> a Sales Order in the Order Manager, and select OFFLINE as the payment option, 
> the sale cannot proceed because it complains about no payment method being 
> selected.
> CheckOutEvent.java has undergone some significant changes regarding checkout 
> processing, and I suspect the following snippet:
> methodType = request.getParameter("paymentMethodType");
> if ("offline".equals(methodType)) {
> Debug.log("Changing mode from->to: " + mode + "->payment", 
> module);
> mode = "payment";
> }
> If I've selected offline payment, shouldn't the mode be set to "addparty", 
> not "payment"?
> Not sure who contributed the most recent changes, but would appreciate a 
> speedy resolution to this one as I can't do sales orders without it!!!
> Cheers, Iain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-583) Offline payment selection now prevents completion of sales order

2007-01-29 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-583:
---

Thanks Ian.  

How do I apply this patch?  I get these results when I try:

[EMAIL PROTECTED]:/ofbiz# patch -p 0 < patches/CheckOutEvents.patch
can't find file to patch at input line 1
Perhaps you used the wrong -p or --strip option?
File to patch:  patches/CheckOutEvents.patch
patching file patches/CheckOutEvents.patch
Hunk #6 FAILED at 754.
1 out of 6 hunks FAILED -- saving rejects to file 
patches/CheckOutEvents.patch.rej
[EMAIL PROTECTED]:/ofbiz# 


> Offline payment selection now prevents completion of sales order
> 
>
> Key: OFBIZ-583
> URL: https://issues.apache.org/jira/browse/OFBIZ-583
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Iain Fogg
> Assigned To: Si Chen
>Priority: Critical
> Attachments: CheckOutEvents.patch
>
>
> I upgraded to the latest SVN on the weekend and now I find that when I raise 
> a Sales Order in the Order Manager, and select OFFLINE as the payment option, 
> the sale cannot proceed because it complains about no payment method being 
> selected.
> CheckOutEvent.java has undergone some significant changes regarding checkout 
> processing, and I suspect the following snippet:
> methodType = request.getParameter("paymentMethodType");
> if ("offline".equals(methodType)) {
> Debug.log("Changing mode from->to: " + mode + "->payment", 
> module);
> mode = "payment";
> }
> If I've selected offline payment, shouldn't the mode be set to "addparty", 
> not "payment"?
> Not sure who contributed the most recent changes, but would appreciate a 
> speedy resolution to this one as I can't do sales orders without it!!!
> Cheers, Iain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-583) Offline payment selection now prevents completion of sales order

2007-01-25 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-583:
---

Anil, can I get some clarification on where to apply your patch?  Starting at 
my line 244:

public static String checkPaymentMethods(HttpServletRequest request, 
HttpServletResponse response) {
ShoppingCart cart = (ShoppingCart) 
request.getSession().getAttribute("shoppingCart");
LocalDispatcher dispatcher = (LocalDispatcher) 
request.getAttribute("dispatcher");
GenericDelegator delegator = (GenericDelegator) 
request.getAttribute("delegator");
CheckOutHelper checkOutHelper = new CheckOutHelper(dispatcher, 
delegator, cart);
Map resp = checkOutHelper.validatePaymentMethods();
if (ServiceUtil.isError(resp)) {
request.setAttribute("_ERROR_MESSAGE_", 
ServiceUtil.getErrorMessage(resp));
return "error";
}  // THIS IS LINE 253
return "success";
}


Should your patch be put between the if statement  and "return "success";"?

> Offline payment selection now prevents completion of sales order
> 
>
> Key: OFBIZ-583
> URL: https://issues.apache.org/jira/browse/OFBIZ-583
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Iain Fogg
> Assigned To: Si Chen
>Priority: Critical
>
> I upgraded to the latest SVN on the weekend and now I find that when I raise 
> a Sales Order in the Order Manager, and select OFFLINE as the payment option, 
> the sale cannot proceed because it complains about no payment method being 
> selected.
> CheckOutEvent.java has undergone some significant changes regarding checkout 
> processing, and I suspect the following snippet:
> methodType = request.getParameter("paymentMethodType");
> if ("offline".equals(methodType)) {
> Debug.log("Changing mode from->to: " + mode + "->payment", 
> module);
> mode = "payment";
> }
> If I've selected offline payment, shouldn't the mode be set to "addparty", 
> not "payment"?
> Not sure who contributed the most recent changes, but would appreciate a 
> speedy resolution to this one as I can't do sales orders without it!!!
> Cheers, Iain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-583) Offline payment selection now prevents completion of sales order

2007-01-25 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-583:
---

This issue also has the side effect of telling you to specify a payment method, 
but isn't at a screen where you can do so.

> Offline payment selection now prevents completion of sales order
> 
>
> Key: OFBIZ-583
> URL: https://issues.apache.org/jira/browse/OFBIZ-583
> Project: OFBiz (The Open for Business Project)
>  Issue Type: Bug
>  Components: order
>Reporter: Iain Fogg
>Priority: Critical
>
> I upgraded to the latest SVN on the weekend and now I find that when I raise 
> a Sales Order in the Order Manager, and select OFFLINE as the payment option, 
> the sale cannot proceed because it complains about no payment method being 
> selected.
> CheckOutEvent.java has undergone some significant changes regarding checkout 
> processing, and I suspect the following snippet:
> methodType = request.getParameter("paymentMethodType");
> if ("offline".equals(methodType)) {
> Debug.log("Changing mode from->to: " + mode + "->payment", 
> module);
> mode = "payment";
> }
> If I've selected offline payment, shouldn't the mode be set to "addparty", 
> not "payment"?
> Not sure who contributed the most recent changes, but would appreciate a 
> speedy resolution to this one as I can't do sales orders without it!!!
> Cheers, Iain

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-643) Previously entered item remains in entry box after pressing enter key or [add to order] button in https://host_name:8443/ordermgr/control/additem

2007-01-25 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-643:
---

I have applied this patch and it works for me.

> Previously entered item remains in entry box after pressing  enter key or 
> [add to order] button in https://host_name:8443/ordermgr/control/additem 
> ---
>
> Key: OFBIZ-643
> URL: https://issues.apache.org/jira/browse/OFBIZ-643
> Project: Apache OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
> Environment: Opera Netscape Firefox on Linux & XP, IE6 (probably IE7 
> as well) on XP
>Reporter: Walter Vaughan
> Fix For: SVN trunk
>
> Attachments: OFBIZ-643.patch
>
>
> The un-intended behavior in tested web browsers with standard/default 
> settings is that in https://host_name:8443/ordermgr/control/additem , when 
> the operator enters a value it is retained afer the item is added to the 
> cart. In a browser set to normal by today's standard (1024x732) with an "out 
> of the box" setup of ofBiz, the operator has no notification that the item 
> has been added other than the browser's throbber has stopped running. The 
> piece of code in question is a input box generated by additem 
> 
> Some sort of Javascript (ECMAScript) code to reset the field or the form is 
> probably required. A more permanent solution might be to impliment some sort 
> of ajax auto completion rather than just reseting the field with javascript.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-644) Pagination in https://host_name:8443/ordermgr/control/orderlist needed

2007-01-25 Thread David Shere (JIRA)

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

David Shere commented on OFBIZ-644:
---

Applying patch orderliststate.patch, I get this:

[EMAIL PROTECTED]:/ofbiz# patch -p 0 < tmp/orderliststate.patch
patching file applications/order/src/org/ofbiz/order/order/OrderListState.java
patching file applications/order/entitydef/entitymodel_view.xml
Reversed (or previously applied) patch detected!  Assume -R? [n] 
Apply anyway? [n] 
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file 
applications/order/entitydef/entitymodel_view.xml.rej
patching file 
applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh
Hunk #1 succeeded at 21 (offset 2 lines).
Hunk #2 FAILED at 31.
1 out of 2 hunks FAILED -- saving rejects to file 
applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh.rej
patching file applications/order/webapp/ordermgr/order/orderlist.ftl
Hunk #1 FAILED at 33.
Hunk #2 FAILED at 88.
Hunk #3 succeeded at 268 (offset 58 lines).
2 out of 3 hunks FAILED -- saving rejects to file 
applications/order/webapp/ordermgr/order/orderlist.ftl.rej
[EMAIL PROTECTED]:/ofbiz# 


> Pagination in https://host_name:8443/ordermgr/control/orderlist needed
> --
>
> Key: OFBIZ-644
> URL: https://issues.apache.org/jira/browse/OFBIZ-644
> Project: Apache OFBiz (The Open for Business Project)
>  Issue Type: Improvement
>  Components: order
>Affects Versions: SVN trunk
> Environment: All
>Reporter: Walter Vaughan
> Assigned To: Jacques Le Roux
> Fix For: SVN trunk
>
> Attachments: orderliststate.patch
>
>
> There is no pagination in https://host_name:8443/ordermgr/control/orderlist. 
> If a status like "sent' is chosen, thousands or millions of rows will be 
> returned if there is that many in the database. Some sort of pagination 
> system like we have in https://host_name:8443/partymgr/control/findparty with 
> some sort of higher limit like 100 records or so might be good, as to not 
> break behavior for most existing users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.