The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Beginner Programming
|
The development of management system for company
Discuss The development of management system for company in the Beginner Programming forum on Dev Shed. The development of management system for company Beginner Programming forum discussing problems and solutions for just about any issue. Experienced programmers offer their help to those just starting out.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 4th, 2011, 10:58 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 13
Time spent in forums: 3 h 56 m 31 sec
Reputation Power: 0
|
|
|
The development of management system for company
Hi there,
i am not sure where I should post this, so feel free to move it to right place.
Here is the situation:
We have security company, that has some amount of employees, and objects that the company is taking care of. They would like to manage how many hours people worked, where, and some other stuff like: students can only work 30 hours, extra pay work night shift and so. They would also like to access everything online, so this system should be website. Maybe also desktop application also for their company PC.
I can make eg C# app, I have some experience with C#, but I aint go any expo with web.
What would you recommend me? I don't know what would be the best for such a task. Company is small, might be less then 15 objects and less then 40 employees.
I read something about PHP, SQL, some frameworks and so, but I am kinda confused. Help and pointing to some direction from someone who knows this stuff would be very helpfull for me to start.
Thanks, conta
|

November 4th, 2011, 11:15 PM
|
 |
Still alive
|
|
Join Date: Mar 2007
Location: Washington, USA
|
|
|
I recommend you buy existing software to do this and spend the time you saved not developing it on something more productive.
|

November 5th, 2011, 06:29 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 13
Time spent in forums: 3 h 56 m 31 sec
Reputation Power: 0
|
|
|
well, thanks for idea, but unfortunately I need to do this on my own, I can't buy existing solution
|

November 5th, 2011, 07:42 AM
|
 |
Likely to be eaten by a grue.
|
|
Join Date: Oct 2006
Location: Pennsylvania, USA
|
|
|
Unfortunately for you, step 1 of a project like this is "spend 3-6 months learning a programming language." Especially since this is a security company and there are HR concerns, you're not going to be successful. There's probably laws applying to what you're doing.
You can certainly try to do it yourself. if it's going to be distributed to multiple machines, use PHP/MySQL. The new user guide in the PHP forum will get you started.
-Dan
__________________
HEY! YOU! Read the New User Guide and Forum Rules
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Think we're being rude? Maybe you asked a bad question or you're a Help Vampire. Trying to argue intelligently? Please read this.
|

November 5th, 2011, 08:48 AM
|
|
Registered User
|
|
Join Date: Jul 2010
Posts: 13
Time spent in forums: 3 h 56 m 31 sec
Reputation Power: 0
|
|
|
Thanks again,
the company isn't so big, and they got only one lady that has the stuff like hours worked saved in Excel document, or in paper form. So only she and owner would probably be working with this.
I think task is not so complex and hard, as they only wanna get rid of Excel and paperwork. You can image what mess they have when counting wages. So they want to simplify this every-month-task, and some extra features like checking how much some special person can worked and worked (eg. student can work XX hours a week, contract person XY a month), some semi-automatic system for making contracts (eg they put name and so, and they can print the contract with employee to signature).
|

November 5th, 2011, 05:12 PM
|
|
|
|
an important thing to do is to google how to attack a php/mysql site, and find how to avoid the regular stuff, like mysql injections for example ..
|

November 6th, 2011, 08:37 AM
|
 |
Likely to be eaten by a grue.
|
|
Join Date: Oct 2006
Location: Pennsylvania, USA
|
|
|
Honestly, if it's that small, you can probably do it in a business programming language/application. Excel supports VBA, you can use that. You could also do this in Access.
i don't recommend either for "real" work, but for what you're describing they should be sufficient.
-Dan
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|