thanks CharlieMay
by the way.. is Post A Job is like buying a program?
24 Replies - 2527 Views - Last Post: 22 February 2012 - 04:56 AM
#16
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 09:58 AM
#17
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 10:03 AM
Post a job would be if you want to pay someone to write an application for you. To hire them as a contractor of sorts.
#18
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 10:09 AM
hmmmm ok! but i want to code for my self.. and i want to improve my skills and i just want to know the flow of this system. clock in and out and the time records of the employee.
i just want some screen shots so i can think for it.
oh by the way.. thanks for answering!
i just want some screen shots so i can think for it.
oh by the way.. thanks for answering!
#19
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 10:15 AM
Quote
hmmmm ok! but i want to code for my self.. and i want to improve my skills
Then you don't want to post it as a job.
Quote
and i just want to know the flow of this system. clock in and out and the time records of the employee. 
What's hard to get.. it's a simple flow. CMay did a good job explaining it.
You start with a form.. have a textbox to enter an employee id in or have a drop down of all employee ids.
Have a button saying "checking in" and one saying "checking out"
Once an employee id is entered/selected and the user clicks either button save that information to a database, textfile, or some storage medium.
Return the form to the original starting state.
Quote
i just want some screen shots so i can think for it. 
why? What are *YOUR* requirements?
#20
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 10:49 AM
Why are doing the GUI first?
Start with a console app, to figure out the core code related to the problem.
Start with a console app, to figure out the core code related to the problem.
#21
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 07:14 PM
i want some sample screen shots for daily time record/time keeping system. so i can start it. Now my code is i can now clock in and clock out. but my problem is what controls should i use when i will input my Employee number?
sorry. i just want the screen shots for this, because i really don't get the flow.
sorry. i just want the screen shots for this, because i really don't get the flow.
#22
Re: Question: Can you give me some idea about this?
Posted 20 February 2012 - 11:12 PM
Screen shots aren't flow... they are the middleman between your code and the user... screen shots shouldn't matter.
#23
Re: Question: Can you give me some idea about this?
Posted 21 February 2012 - 11:47 AM
What you need to do is talk to the user of the system you are designing and figure out what their needs are. CharlieMay gave you a good start but what if the users of your system want an entirely different layout of controls or maybe the business logic (hint that is where you should start) is different. Or are you just creating this as something to try and distribute without a specific user in mind? If that is the case then I would look at trying to make it as simple as possible.
#24
Re: Question: Can you give me some idea about this?
Posted 21 February 2012 - 10:13 PM
i want to think a unique design for this clock in and clock out.. that's why i want to see some screen shots. I WANT IDEAAA!!
#25
Re: Question: Can you give me some idea about this?
Posted 22 February 2012 - 04:56 AM

New Topic/Question
Reply



MultiQuote






|