Which Tool Is Best for Building a Hair Salon Employee Management Program?

  • Thread starter Thread starter Bailey
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the best tool for creating a management program for a hair salon to track employee workloads, including customer service times and revenue. Participants explore options such as Excel, Access, and VB, considering ease of use, long-term viability, and potential issues related to employee monitoring and data integrity.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant suggests creating a simple Excel worksheet to track employee data, noting potential challenges related to employee monitoring and reporting practices.
  • Another participant agrees that Excel is a straightforward solution but proposes a more robust long-term approach using an Access database or a VB .Net application, emphasizing the efficiency of database reporting.
  • Concerns are raised about the development time and maintenance challenges associated with database solutions, particularly for those unfamiliar with the technology.
  • Some participants express reservations about using Excel or Access due to security issues and the potential for data modification.

Areas of Agreement / Disagreement

Participants generally agree that Excel is an easier starting point, but there is disagreement on the long-term effectiveness of Excel versus a database solution. Some favor the database approach for its efficiency, while others highlight concerns about complexity and maintenance.

Contextual Notes

Participants mention various factors that could influence the choice of tool, including employee perceptions of monitoring, payment structures, and the size of the salon. There are unresolved questions about the best way to implement data entry and reporting.

Who May Find This Useful

This discussion may be useful for salon owners, software developers, and individuals interested in employee management systems, particularly in service-oriented businesses.

Bailey
Messages
45
Reaction score
0
I have very limited programming experience, only done VB in the past and excel and access to some extent. I'm trying to creat a simple program for this problem:

An owner a hairdressing salon want to keep track of its employee's daily workload. Basically she want each employee to input basic data such as the "time interval" for each customer they service, the "price" they charge for the service. Then at the end of the day, she can save & print out a manifest that show those basic data. And furthermore, at the end of the month she can print out a final manifest that show everything such as total customer each employee service in that given month, and the accumulated revenue for each employee.

I'm kinda mixed as to which way would be the easier route to setup a program that enable her to do this. It has to be either vb or excel (& access). Any advice would be appreciated, Thank.
 
Technology news on Phys.org
It would be relatively simple to create an excel worksheet to keep track of that kind of information. It would be something else to get the system to work, if we consider aspects of :
1. Big brother effect: the employees will feel like having a video camera over their heads, every move they do would be monitored.
2. Money effect: do they have to report tips? Are they employees paid by the hour or free-lance paying a commission?
3. Union effect: Is that a big place with 35 employees where the supervisor cannot keep track of who's doing what? Can the supervisor or the cashier do the data entry instead of the employee? Can this system be combined with an appointment system to <camouflage> the monitoring effect? Is a supervisor/owner present all the time?
 
I agree with mathmate, the easiest answer would be an Excel spreadsheet.

But, I think a long term solution would be an Access database MDE or a VB .Net application using an Access/MSQL database.

The reason I say move to the database is that once you get the information into the tables you can begin reporting off of it without having a third party tool. Granted, it is possible to report information from an Excel spreadsheet, but IMHO it's much more efficient and clean to have it in a database table.
 
but IMHO it's much more efficient and clean to have it in a database table.

I agree with that too. I am just thinking of the development time and maintenance headaches unless it is done by someone familiar with the subject.

I personally do not like Excel or Access solutions for exactly the same reasons as you mentioned, ... dragging an MS software for every user. There are security issues too, like data being modified, etc.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
10K
Replies
10
Views
6K
  • · Replies 2 ·
Replies
2
Views
11K
  • · Replies 1 ·
Replies
1
Views
4K