Re: [android-developers] Restaurant Application - "Print out - Need to display the latest ordered items not Previous"

2017-02-20 Thread lekishahendrix via Android Developers


On Mon, 2/20/17, Marina Cuello  wrote:

 Subject: Re: [android-developers] Restaurant Application - "Print out - Need 
to display the latest ordered items not Previous"
 To: android-developers@googlegroups.com
 Date: Monday, February 20, 2017, 3:40 PM
 
 You're
 not been clear on your issue, or you're just
 overthinking a really simple issue. 
 You're obviously storing the
 order data somewhere... just add an extra  "last
 print" field for the orders, and a timestamp on each
 items. When a print is needed, just filter out the items
 that are previous to that "last print".
 Marina
 On Sat, Feb 18, 2017 at
 2:30 AM, Mohamed Hareesh 
 wrote:
 Hello Friends,
 We
 are developing an Android restaurant based application. We
 are trying to achieve this below feature for a longer period
 of time. Still no luck. Need your help guys to crack
 this.
 Read the below
 scenario:
 1. User
 install the restaurant based application in his
 device2. Place the orders meaning the list of
 foods they like in to the cart3. Request for
 bill4. The admin click on the "Print"
 option and handover it to the User.5. User again
 order couple of more items6. When the admin
 trying to take the print it displays the whole order the
 user was placed i.e from the beginning.7. We need
 to display the latest orders only when the user was trying
 to take the print out. i.e the couple of items he ordered
 again only.
 Looking
 forward to your response and queries if
 any.
 
 
 
 -- 
 
 You received this message because you are subscribed to the
 Google Groups "Android Developers" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to android-developers+
 unsubscr...@googlegroups.com.
 
 To post to this group, send email to android-developers@
 googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/android-developers.
 
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/android-developers/ 600cea54-7ace-4f8b-a7e2-
 4df73a06ff88%40googlegroups. com.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 
 
 -- 
 
 You received this message because you are subscribed to the
 Google Groups "Android Developers" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to android-developers+unsubscr...@googlegroups.com.
 
 To post to this group, send email to android-developers@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/android-developers.
 
 To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CACaNmX1vOzqE%2BSbn3HQiFPK9o9qJeV6MO7LrDwFXX5z5xxRnRg%40mail.gmail.com.
 
 For more options, visit https://groups.google.com/d/optout.
 PRINCIPALELE DIRECtII ALE POLITICII INTERNE. CONTRADICtIILE DINTRE

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1699075819.1047022.1487602874147%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Restaurant Application - "Print out - Need to display the latest ordered items not Previous"

2017-02-20 Thread Marina Cuello
You're not been clear on your issue, or you're just overthinking a really
simple issue.

You're obviously storing the order data somewhere... just add an extra
 "last print" field for the orders, and a timestamp on each items. When a
print is needed, just filter out the items that are previous to that "last
print".

Marina

On Sat, Feb 18, 2017 at 2:30 AM, Mohamed Hareesh 
wrote:

> Hello Friends,
>
> We are developing an Android restaurant based application. We are trying
> to achieve this below feature for a longer period of time. Still no luck.
> Need your help guys to crack this.
>
> Read the below scenario:
>
> 1. User install the restaurant based application in his device
> 2. Place the orders meaning the list of foods they like in to the cart
> 3. Request for bill
> 4. The admin click on the "Print" option and handover it to the User.
> 5. User again order couple of more items
> 6. When the admin trying to take the print it displays the whole order the
> user was placed i.e from the beginning.
> 7. We need to display the latest orders only when the user was trying to
> take the print out. i.e the couple of items he ordered again only.
>
> Looking forward to your response and queries if any.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/600cea54-7ace-4f8b-a7e2-
> 4df73a06ff88%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CACaNmX1vOzqE%2BSbn3HQiFPK9o9qJeV6MO7LrDwFXX5z5xxRnRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Restaurant Application - "Print out - Need to display the latest ordered items not Previous"

2017-02-17 Thread Mohamed Hareesh
Hello Friends,

We are developing an Android restaurant based application. We are trying to 
achieve this below feature for a longer period of time. Still no luck. Need 
your help guys to crack this.

Read the below scenario:

1. User install the restaurant based application in his device
2. Place the orders meaning the list of foods they like in to the cart
3. Request for bill
4. The admin click on the "Print" option and handover it to the User.
5. User again order couple of more items
6. When the admin trying to take the print it displays the whole order the 
user was placed i.e from the beginning.
7. We need to display the latest orders only when the user was trying to 
take the print out. i.e the couple of items he ordered again only.

Looking forward to your response and queries if any.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/600cea54-7ace-4f8b-a7e2-4df73a06ff88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.