pos screen question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

pos screen question

Branden Strickland
Jacques....Or anyone that may know!

If I wanted to add a numeric keyboard, or alpha numaric keyboard (qwerty
keyboard) to that screen, so I don't have to include a physical keyboard,
how would I add that?

Here is what I've tried.  I took a quick minute to add the entries of
/pos/includes/numeric.xml  to /pos/includes/savesale.xml   I tried clicking
in the bar where the text is, and enter a number or two...but the input
obviously goes somewhere else.  How would I go about adding numbers and/or
alpha numeric buttons to a random screen?

I'm looking at also adding the ability to use some sort of button to add a
text based area to the "receipt" dialog so that servers can add custom
requests to the order.  I know I'll have to do a bit of modifying for this,
but with a bit of help, I'd love to add this to the main trunk.  I think
people would get great benefit from this.

Comments?  Help?

Thanks!

Branden Strickland
Reply | Threaded
Open this post in threaded view
|

RE: pos screen question

Christopher L
The handlers are in pos/src/.../pos/screen/NumericKeypad.java.  It should show you how to add buttons and tie events to them.  I believe you can see the dialog in action from a button on the main POS page.

My thinking was to have the numeric dialog pop when you touch an edit box.  The dialog then returns the appropriate number back to the edit box.  That would make the dialogs easy to add through a click event on the edit box.  It also means you don't have to redesign screens around QWERTY and a numeric keypad, as these can take up a LOT of screen space.  With a dialog, you can also have consistent positioning for the keyboard dialog, increasing speed of entry.  

That said, I'm not a UI guy.

I would love a comments section on the receipt.  There could be something usable in the framework already.  I don't know if there is a "comments" section during checkout in ofbiz, but it's not an uncommon feature in many online storefronts, so it may also be in ofbiz.  If so, it would likely be pretty easy to add a dialog to fill the field and print on the receipt.

Christopher

> Date: Tue, 27 May 2008 23:37:05 -0400
> From: [hidden email]
> To: [hidden email]
> Subject: pos screen question
>
> Jacques....Or anyone that may know!
>
> If I wanted to add a numeric keyboard, or alpha numaric keyboard (qwerty
> keyboard) to that screen, so I don't have to include a physical keyboard,
> how would I add that?
>
> Here is what I've tried.  I took a quick minute to add the entries of
> /pos/includes/numeric.xml  to /pos/includes/savesale.xml   I tried clicking
> in the bar where the text is, and enter a number or two...but the input
> obviously goes somewhere else.  How would I go about adding numbers and/or
> alpha numeric buttons to a random screen?
>
> I'm looking at also adding the ability to use some sort of button to add a
> text based area to the "receipt" dialog so that servers can add custom
> requests to the order.  I know I'll have to do a bit of modifying for this,
> but with a bit of help, I'd love to add this to the main trunk.  I think
> people would get great benefit from this.
>
> Comments?  Help?
>
> Thanks!
>
> Branden Strickland
Reply | Threaded
Open this post in threaded view
|

Re: pos screen question

Jacques Le Roux
Administrator
There are already 2 Jira issues opended for this https://issues.apache.org/jira/browse/OFBIZ-1427

Sorry not a priority for me, at least for now...

Jacques

From: "Christopher L" <[hidden email]>
[...]
>I would love a comments section on the receipt.  There could be something usable in the framework already.  I don't know if there
>is a "comments" section during checkout in ofbiz,
> but it's not an uncommon feature in many online storefronts, so it may also be in ofbiz.  If so, it would likely be pretty easy to
> add a dialog to fill the field and print on the receipt.

Yes, I guess we could use the shipping instructions field. Please see on the ecommerce side (check out) ...

Jacques

>Christopher

> From: [hidden email]
> Jacques....Or anyone that may know!
>
> If I wanted to add a numeric keyboard, or alpha numaric keyboard (qwerty
> keyboard) to that screen, so I don't have to include a physical keyboard,
> how would I add that?
>
> Here is what I've tried.  I took a quick minute to add the entries of
> /pos/includes/numeric.xml  to /pos/includes/savesale.xml   I tried clicking
> in the bar where the text is, and enter a number or two...but the input
> obviously goes somewhere else.  How would I go about adding numbers and/or
> alpha numeric buttons to a random screen?
>
> I'm looking at also adding the ability to use some sort of button to add a
> text based area to the "receipt" dialog so that servers can add custom
> requests to the order.  I know I'll have to do a bit of modifying for this,
> but with a bit of help, I'd love to add this to the main trunk.  I think
> people would get great benefit from this.
>
> Comments?  Help?
>
> Thanks!
>
> Branden Strickland

Reply | Threaded
Open this post in threaded view
|

Re: pos screen question

Ray Barlow
In reply to this post by Christopher L
Yes there is a special instructions field already in the ordering system
(visible during ecommerce checkout) so you could just use that for the
receipt message.

Ray


Christopher L wrote:

> The handlers are in pos/src/.../pos/screen/NumericKeypad.java.  It should show you how to add buttons and tie events to them.  I believe you can see the dialog in action from a button on the main POS page.
>
> My thinking was to have the numeric dialog pop when you touch an edit box.  The dialog then returns the appropriate number back to the edit box.  That would make the dialogs easy to add through a click event on the edit box.  It also means you don't have to redesign screens around QWERTY and a numeric keypad, as these can take up a LOT of screen space.  With a dialog, you can also have consistent positioning for the keyboard dialog, increasing speed of entry.  
>
> That said, I'm not a UI guy.
>
> I would love a comments section on the receipt.  There could be something usable in the framework already.  I don't know if there is a "comments" section during checkout in ofbiz, but it's not an uncommon feature in many online storefronts, so it may also be in ofbiz.  If so, it would likely be pretty easy to add a dialog to fill the field and print on the receipt.
>
> Christopher
>
>  
>> Date: Tue, 27 May 2008 23:37:05 -0400
>> From: [hidden email]
>> To: [hidden email]
>> Subject: pos screen question
>>
>> Jacques....Or anyone that may know!
>>
>> If I wanted to add a numeric keyboard, or alpha numaric keyboard (qwerty
>> keyboard) to that screen, so I don't have to include a physical keyboard,
>> how would I add that?
>>
>> Here is what I've tried.  I took a quick minute to add the entries of
>> /pos/includes/numeric.xml  to /pos/includes/savesale.xml   I tried clicking
>> in the bar where the text is, and enter a number or two...but the input
>> obviously goes somewhere else.  How would I go about adding numbers and/or
>> alpha numeric buttons to a random screen?
>>
>> I'm looking at also adding the ability to use some sort of button to add a
>> text based area to the "receipt" dialog so that servers can add custom
>> requests to the order.  I know I'll have to do a bit of modifying for this,
>> but with a bit of help, I'd love to add this to the main trunk.  I think
>> people would get great benefit from this.
>>
>> Comments?  Help?
>>
>> Thanks!
>>
>> Branden Strickland
>>    
>
>  
Reply | Threaded
Open this post in threaded view
|

Re: pos screen question

Branden Strickland
Well I'd love to implement this, and if there's 2 jira issues open, maybe I
can even help the community *gasp!*.

I'll keep you guys posted.

On Wed, May 28, 2008 at 7:33 AM, Ray Barlow <[hidden email]>
wrote:

> Yes there is a special instructions field already in the ordering system
> (visible during ecommerce checkout) so you could just use that for the
> receipt message.
>
> Ray
>
>
> Christopher L wrote:
> > The handlers are in pos/src/.../pos/screen/NumericKeypad.java.  It should
> show you how to add buttons and tie events to them.  I believe you can see
> the dialog in action from a button on the main POS page.
> >
> > My thinking was to have the numeric dialog pop when you touch an edit
> box.  The dialog then returns the appropriate number back to the edit box.
>  That would make the dialogs easy to add through a click event on the edit
> box.  It also means you don't have to redesign screens around QWERTY and a
> numeric keypad, as these can take up a LOT of screen space.  With a dialog,
> you can also have consistent positioning for the keyboard dialog, increasing
> speed of entry.
> >
> > That said, I'm not a UI guy.
> >
> > I would love a comments section on the receipt.  There could be something
> usable in the framework already.  I don't know if there is a "comments"
> section during checkout in ofbiz, but it's not an uncommon feature in many
> online storefronts, so it may also be in ofbiz.  If so, it would likely be
> pretty easy to add a dialog to fill the field and print on the receipt.
> >
> > Christopher
> >
> >
> >> Date: Tue, 27 May 2008 23:37:05 -0400
> >> From: [hidden email]
> >> To: [hidden email]
> >> Subject: pos screen question
> >>
> >> Jacques....Or anyone that may know!
> >>
> >> If I wanted to add a numeric keyboard, or alpha numaric keyboard (qwerty
> >> keyboard) to that screen, so I don't have to include a physical
> keyboard,
> >> how would I add that?
> >>
> >> Here is what I've tried.  I took a quick minute to add the entries of
> >> /pos/includes/numeric.xml  to /pos/includes/savesale.xml   I tried
> clicking
> >> in the bar where the text is, and enter a number or two...but the input
> >> obviously goes somewhere else.  How would I go about adding numbers
> and/or
> >> alpha numeric buttons to a random screen?
> >>
> >> I'm looking at also adding the ability to use some sort of button to add
> a
> >> text based area to the "receipt" dialog so that servers can add custom
> >> requests to the order.  I know I'll have to do a bit of modifying for
> this,
> >> but with a bit of help, I'd love to add this to the main trunk.  I think
> >> people would get great benefit from this.
> >>
> >> Comments?  Help?
> >>
> >> Thanks!
> >>
> >> Branden Strickland
> >>
> >
> >
>