BLogic Systems

Quick Report App

Last updated on 

πŸ§‘β€πŸ­ Product Requirement

Target release02/20/2024
Document owner[email protected], [email protected]
Developer[email protected]
QA[email protected]

🎯 Objective

Upgrade UI and performance template for app | Objective | | -β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€” | | e.g., Simplify the user experience | | |

πŸ€” Overview

1. LABOR SUMMARY

Reports (on the POS dashboard) related to the labor section on the web:

  1. Labor Summary Report
  2. Time Clock Detail Report
  3. Manager Time Clock

Description: This section is related to payroll for employees. Here are the steps to perform:

First, you need to create Role Wages in the "Manage Role" section of the POS dashboard. Then, go to the Commission section of the employee and enable the option "apply role wage...".

Logic 1: The working hours of employees are calculated from time clock in, break time, clock out, and it will not include meal breaks.

Logic 2: The employee's salary is only calculated from the time the employee is checked for role wage, and the time before that will not be counted.

Explanation of the Labor Summary section:

1. Labor cost: This is the total salary of all employees who logged in to the POS when making sales. Example: If there are 2 employees who have logged in and logged out, then this labor cost will be for the 2 employees. Labor cost = 80 + 43.8 = 123.8 || Currently, the web does not calculate rounding, so it will cause the number to be skewed. 

2. Net Sales: This section will take the total subtotal of each ticket (including those of other employees who do not need to log in-out). (Does not include items such as: tax, service charge, custom fee ...)

 3. Labor % 

4. Avg Labor Cost / Hour: Hour here includes all the hours of employees who have logged in and out (displayed in the "Time Clock Detail Report"). 

5. Avg Net Sales / Hour: Hour is the same as above. 

6. Avg Hourly Wages/ Employee: Calculated by the formula "Labor cost / number of employees logged in-out". Example: = 123.75 : 2 = 61.88 

7. Avg Net Sales / Employee: Calculated by the formula "Net Sales / number of employees logged in-out". Example: = 63.19 : 2 = 31.6