Re: POS - Additional Info working with questions

2008-07-09 Thread Jacques Le Roux
, I'm currently working on https://issues.apache.org/jira/browse/OFBIZ-1656. I hope to commit today. Jacques C Date: Tue, 8 Jul 2008 16:40:40 -0400 From: [EMAIL PROTECTED] To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subject: Re: POS - Additional Info working with questions Alrighty!!! I'm

Re: POS - Additional Info working with questions

2008-07-09 Thread Branden Strickland
currently working on https://issues.apache.org/jira/browse/OFBIZ-1656. I hope to commit today. Jacques C Date: Tue, 8 Jul 2008 16:40:40 -0400 From: [EMAIL PROTECTED] To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subject: Re: POS - Additional Info working with questions Alrighty!!! I'm now

Re: POS - Additional Info working with questions

2008-07-08 Thread Branden Strickland
Jul 2008 10:03:03 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; user@ofbiz.apache.org Subject: Re: POS - Additional Info working with questions I'm using: public void setShippingInstructions(String shippingInstructions) { this.setShippingInstructions(0

RE: POS - Additional Info working with questions

2008-07-08 Thread Christopher L
(bottom of the ofbiz web admin) - Entity Reference - View Data, can be of use. C Date: Tue, 1 Jul 2008 10:03:03 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; user@ofbiz.apache.org Subject: Re: POS - Additional Info working with questions I'm using: public void

RE: POS - Additional Info working with questions

2008-07-01 Thread Christopher L
: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; user@ofbiz.apache.org Subject: Re: POS - Additional Info working with questions I'm using: public void setShippingInstructions(String shippingInstructions) { this.setShippingInstructions(0, shippingInstructions); } In /app/order/src/org

Re: POS - Additional Info working with questions

2008-07-01 Thread Branden Strickland
admin) - Entity Reference - View Data, can be of use. C Date: Tue, 1 Jul 2008 10:03:03 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; user@ofbiz.apache.org Subject: Re: POS - Additional Info working with questions I'm using: public void setShippingInstructions(String

Re: POS - Additional Info working with questions

2008-06-30 Thread Branden Strickland
I've pretty much got this working. Although, It doesn't seem that the ShippingInstructions are saved when the sale is saved. Does anyone know off of the top of their head which method I need to modify to include the ShippingInstructions in getting saved to a shoppingcart? Thanks! On Wed, Jun

Re: POS - Additional Info working with questions

2008-06-25 Thread Jacques Le Roux
From: Branden Strickland [EMAIL PROTECTED] All, I've gotten most of the functionality of pressing a button to modify a field to appear on a prep receipt (the receipt that a cook or delivery person will see...Not the custreceipt). What works: I have a button on the main POS page (you can really