Question: Can you give me some idea about this?

  • (2 Pages)
  • +
  • 1
  • 2

24 Replies - 2527 Views - Last Post: 22 February 2012 - 04:56 AM Rate Topic: -----

#16 bry090911   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 112
  • Joined: 02-February 12

Re: Question: Can you give me some idea about this?

Posted 20 February 2012 - 09:58 AM

thanks CharlieMay

by the way.. is Post A Job is like buying a program?
Was This Post Helpful? 0
  • +
  • -

#17 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

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.
Was This Post Helpful? 1
  • +
  • -

#18 bry090911   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 112
  • Joined: 02-February 12

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!
Was This Post Helpful? 0
  • +
  • -

#19 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

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?
Was This Post Helpful? 1
  • +
  • -

#20 AdamSpeight2008   User is offline

  • MrCupOfT
  • member icon

Reputation: 2298
  • View blog
  • Posts: 9,535
  • Joined: 29-May 08

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.
Was This Post Helpful? 0
  • +
  • -

#21 bry090911   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 112
  • Joined: 02-February 12

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. :whatsthat:
Was This Post Helpful? 0
  • +
  • -

#22 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

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.
Was This Post Helpful? 0
  • +
  • -

#23 demausdauth   User is offline

  • D.I.C Addict
  • member icon

Reputation: 190
  • View blog
  • Posts: 693
  • Joined: 03-February 10

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.
Was This Post Helpful? 0
  • +
  • -

#24 bry090911   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 112
  • Joined: 02-February 12

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!! :bananaman: :yes:
Was This Post Helpful? 0
  • +
  • -

#25 CharlieMay   User is offline

  • This space intentionally left blank
  • member icon

Reputation: 1734
  • View blog
  • Posts: 5,710
  • Joined: 25-September 09

Re: Question: Can you give me some idea about this?

Posted 22 February 2012 - 04:56 AM

Here, have at it.

The internet is a wonderful thing.
Was This Post Helpful? 1
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2