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...
Thanks you are the best!!
In the latest nightly build there is no restriction on beverage count.
I was wondering about that too, it was a little strange.
I have started using 1.0.3 now.
Thank you.
@Tosnaps, It nothing strange! This rule is commmon in many restaurants including Dennys where the application has been customized.
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
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!
Log in to reply this topic