To all programmers!!
Author |
Message |
world13
|
Posted: Tue Oct 09, 2007 5:01 pm Post subject: To all programmers!! |
|
|
Hello all programming lovers, I am trying to make a simple program to keep daily records of sales.
Here is the situation:
The program should:
ask user to input the name of customer,
ask user to input if gst and/or pst is applicable or not (if not applicable it should be zero)
ask user to input the payment method.
ask user to input the total amount charged to the customer (including taxes)
ask for date
The program should also do the following:
it should calculate gst (6%), pst (5 %) and the rate (amount without tax)
it should output all the results to an excel file in the following sequence:
No. Rate GST PST Total Method of Payment
numbers should go from 1 to 31.. rate,gst,pst should be calculated given the total amount..
now for every different method of payment, it should add up daily totals (for example, if there are five bills paid with visa ..there should an amount showing total visas)
payment methods : Cash, Visa, MC, Amex, Debit
the program should continue to loop until the users say no..
once this is done, the program should output to another sheet for the weekly AND monthly report in the same sequence to an excel sheet..
it should also show the payment method totals for the whole month, the total, rate, gst,pst,
it should do the same with yearly report..
so one sheet for daily report per day (365 sheets per year), 52 sheets from 52 weeks, 12 sheets from 12 months, 1 sheet from year...try to keep it organized and easy to find..
if possible, make sure the user can go back and edit anything with the daily reports...
Thanks all for ur support, |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Saad
|
Posted: Tue Oct 09, 2007 5:07 pm Post subject: RE:To all programmers!! |
|
|
It seems like you want us to do the assignment for you as you have no code posted or a specific question |
|
|
|
|
|
Euphoracle
|
Posted: Tue Oct 09, 2007 11:14 pm Post subject: RE:To all programmers!! |
|
|
Yeah, this sounds exactly like one of my teachers "Generic will-teach-you-how-to-code" assignments. You know, we're not here to give you the answers, we're here you help you with it after you tried.
:\ |
|
|
|
|
|
Ultrahex
|
Posted: Wed Oct 10, 2007 9:25 am Post subject: Re: To all programmers!! |
|
|
This Sounds A Lot Like
"Attention To All Programmers .....
I do not know how to code, and i do not understand the idea of subject's either because i decided to write by subject as my first line of writing.
Can someone please teach me how to live, and what to eat? and what to speak? and what to say? to everyone in my life..."
but that is just my opinion. |
|
|
|
|
|
|
|