Group B

Group B

Monday, March 31, 2014

CLASS DIAGRAM


ICE CREAM ORDERING SYSTEM GUI

Form 1 
This is our welcome form wherein the customer should first choose an Ice Cream type (Classic or Premium).

Form 2.1 and 2.2
(Order Forms)
After the welcome form, depending on the ice cream type that was chosen by the customer, either of this two order forms will appear. (PremiumIceCreamForm/ClassicIceCreamForm)

The customer is then asked to enter data for the Order No., Name, Volume Size and the Quantity of the order and then calculate it for the total price. Then, the order is ready for purchase. 

Note: The form also has a 'Back button' in case the customer wants to change the ice cream type
   
Form 3.1 and 3.2
(Receipt Forms)
After clicking the 'Purchase' , the receipt form/confirmation form will appear. If the order is ready, click the 'Confirm' button, if not, click the 'Main Menu' button and order again.

Form 4
When the customer has already confirmed the order, this dialog box will appear and the order is complete.


Sunday, March 30, 2014

COMPANY LOGO

(logo made by: Jim Ryan Zulueta, 2014)

Instead of using Selecta for our company, we decided to make our own improvised company and named it, 
"Koola Ice Cream"

WELCOME FORM GUI

This is the GUI for the welcome screen of our program.
(Note: This is the unimproved version)

Saturday, March 29, 2014

CLASSES

The classes made that build up our program
(IceCream, IceCreamType,PremiumIceCream,RegularIceCream,Store,Volume)

Note: This isn't final because there might be some changes in the developing process.

REGULAR ICE CREAM

Codes for our Regular Ice Cream class

Note: This isn't final because there might be some changes in the developing process.

PREMIUM ICE CREAM

Codes for our Premium Ice Cream class

Note: This isn't final because there might be some changes in the developing process.