Author Topic: V3 Modifiers  (Read 7880 times)

jenem

  • Full Member
  • ***
  • Posts: 154
V3 Modifiers
« on: February 17, 2012, 04:06:21 am »
Thought I would start a new thread.

I started to use order tags to create modifiers and found these problems shown in screenshot.

Edgar

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: V3 Modifiers
« Reply #1 on: February 17, 2012, 04:34:32 am »
Post your Order Tag.


PS - The total updates when you close the modifier group.
« Last Edit: February 17, 2012, 04:43:28 am by JohnSCS »
SambaPOS - POS'n the World, one Terminal at a time.

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: V3 Modifiers
« Reply #2 on: February 17, 2012, 04:53:16 am »
Unlike V2 I have more freedom for improving modifier usage. As Edgar suggested before on a previous topic I've implemented "Max Quantity" setting for tags and removed "Quantity Selection" setting because if we enter Max Quantity as one, it will mean toggle and more or zero means quantity selection. Additionally we'll be able to use both quantity and toggle buttons in the same group. Small change but improved it a lot. I included it in the setup pack I've recently uploaded.

Since modifier feature changed on V3 I couldn't move V2 implementation for removing tags to V3. If you have ideas about removing tags I'll be happy to hear them. I thought if we do it like V2 Implementation, it replaces X button feature and I don't think X button will be useful anymore.

It seems we have screen update issues. I'll check them now.
Thanks.
« Last Edit: February 17, 2012, 04:56:20 am by emre »

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: V3 Modifiers
« Reply #3 on: February 17, 2012, 05:19:37 am »
If you have ideas about removing tags I'll be happy to hear them. I thought if we do it like V2 Implementation, it replaces X button feature and I don't think X button will be useful anymore.

X is kind of redundant now.
Bring back the Remove Modifier Button. Well actually Remove Tag button..... Maybe Remove Option button.

God, this is like naming a kid. Lets just make it Remove and put it where Remove Modifier button was in V2.
SambaPOS - POS'n the World, one Terminal at a time.

jenem

  • Full Member
  • ***
  • Posts: 154
Re: V3 Modifiers
« Reply #4 on: February 26, 2012, 11:18:20 am »
Emre,

I had a play around with v3 modifiers and I'm afraid to me it doesn't work as well as version 2.

If you set a max value of greater than 1 it just means that you add that modifier x amount of times.
Surely max count should be an option for top item ie fillings options = max count 3 (or what ever number you select)

Could you give a example of how you would select a modifier count from a list of items?

Edgar

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: V3 Modifiers
« Reply #5 on: February 26, 2012, 11:36:41 am »
Edgar,

Are you trying to set the max number of individual modifiers that can be selected in a group? ie max 4 from 6 free fillings?
SambaPOS - POS'n the World, one Terminal at a time.

jenem

  • Full Member
  • ***
  • Posts: 154
Re: V3 Modifiers
« Reply #6 on: February 26, 2012, 03:10:44 pm »
Hi John,

Yes,

In V2 you could set in rules actions, but for the life of me I don't seem to work it out.

I haven't had a great deal of time to play recently so I thought I would have another go.

Edgar


JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: V3 Modifiers
« Reply #7 on: February 26, 2012, 03:31:31 pm »
Edgar,

That would be because Emre needs to align V3's Rules & Actions with V2. It's on the todo list.

So it's not you. The actions aren't there.
SambaPOS - POS'n the World, one Terminal at a time.

jenem

  • Full Member
  • ***
  • Posts: 154
Re: V3 Modifiers
« Reply #8 on: February 27, 2012, 01:32:33 am »
Thanks John,

I thought I was loosing it!!

Ps John/Emre

Are the conditions showing correctly?

Ie
Should conditions be;
=
>
=>
<
<=

I can see
>
?
=?
etc.

Edgar

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: V3 Modifiers
« Reply #9 on: February 27, 2012, 01:55:59 am »
Edagr,

Depending on if you are checking a condition that's a number or text you will get

Numbers:
= Equal to
> Greater then
< Less Then
!= Not Equal to

Text:
= Equal to
!= Not Equal to
? Contains
!? Does Not Contain
SambaPOS - POS'n the World, one Terminal at a time.

jenem

  • Full Member
  • ***
  • Posts: 154
Re: V3 Modifiers
« Reply #10 on: February 27, 2012, 03:15:08 am »
Cheers John,