Salary calculation - need help

Dear Bubble users,

I need your help in building payroll application. The app will execute two main stages:

  1. Create monthly employee timesheets.
  2. Calculate salary based on the timesheets.

Whcih bubble elements will you suggest to build timesheets and then calculate salary based on provided data?

Input elements. Do not use text elements in a calculation, only as a presentation of a final result.
You can use hidden inputs for interim calculations.
If you use repeating groups, you are going to run into challenges if you need to do calculations and/or save back to the database.
Certain calculations will need to be written creatively or use interim calculations in hidden inputs, as Bubble doesn’t recognize order of operations.

This topic was automatically closed after 70 days. New replies are no longer allowed.