Beverages (9 posts)

UnCrashMyPc
Member
Posted 1072 days ago #
Why is it, that if a customer dose not want a Beverages a message comes up stating "Beverage Count cannot be less then total of guests"? Is there a why to turn that OFF, Not All customer want to pay for a Beverage.
Thanks
UnCrashMyPc.Com

Nvts
Member
Posted 1071 days ago #
It's been a while since I deleted this from mine. But in TicketView.java.

Find Function name : private void updateModel()

Then either comment out or remove the following.

if (ticket.getBeverageCount() < ticket.getNumberOfGuests()) {
throw new PosException("Beverage count cannot be less than total number of guests.");
}

Cheers...
UnCrashMyPc
Member
Posted 1071 days ago #
Thanks you are the best!!
Goddard
Member
Posted 1071 days ago #
In the latest nightly build there is no restriction on beverage count.
Tosnaps
Member
Posted 851 days ago #
I was wondering about that too, it was a little strange.
I have started using 1.0.3 now.

Thank you.
Goddard
Member
Posted 810 days ago #
@Tosnaps, It nothing strange! This rule is commmon in many restaurants including Dennys where the application has been customized.
FoxThree
Member
Posted 644 days ago #
I'm using 1.0.2 and I cannot find any "if (ticket.getBeverageCount..." an any file on my hard drive. Where do I find this and how do I fix it (we have NO drink minimums here).

Windows XP Pro SP3
Java Version 6 Update 26
Mantellos Pizza
Member
Posted 276 days ago #
Solved. Without Code!

Simply turn every item into a beverage.

In Back Office go to Menu Categories and edit each one clicking the check box for beverage!

Now my orders for a Large Pizza and an order of wings goes through just fine because Floreant thinks the order is only for 2 drinks instead of food!