Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This manual explains how to correctly create and validate calculation formulas in FirstBIT software, following 1C calculation system calculation logic.It is intended for HR, Payroll, Finance, and ERP users who configure salary, allowance, overtime, or commission calculations.

...

 Key Principles of Formula Creation due to system logic:

When creating formulas in FirstBIT software, always follow these core principles:

  1. Period-based calculation
    All calculations are performed for a defined period (usually one month).

  2. Proportional accrual
    Amounts must be calculated proportionally based on:

    • days worked, or

    • hours worked.

  3. Consistency of units

    • Day-based parameters must be used only with days.

    • Hour-based parameters must be used only with hours.

    • Amount-based parameters must not be mixed with time units without clear proration logic.

  4. Separation of norms and actuals

    • Norm values define the standard (Norm Days / Norm Hours).

    • Actual values reflect real work (Days Worked / Hours Worked).

  5. No double counting
    A formula must never reduce or increase the same amount twice (e.g. by both absence days and absence hours).

...

Parameter Reference Table


ParameterDescriptionCorrect UseDo NOT Use When
Absence DaysNumber of absent working daysReducing day-based paymentsCalculating hourly salary
Absence HoursNumber of absent hoursReducing hour-based paymentsCalculating day-based salary
Days In PeriodTotal days in the periodDenominator for proportional logic Replacing Norm Days without reason
Days WorkedActual worked daysMonthly salary prorationHour-based formulas
Fixed AmountFixed valueAllowances, bonuses, deductionsWithout proration logic if required
Hours WorkedActual worked hoursHourly salary calculationDay-based salary
Hours Worked by JobsHours per job/projectMulti-job or project payrollSimple single-job payroll
Norm DaysStandard working daysMonthly salary baseHour-based calculations
Norm Days by ScheduleNorm days per employee scheduleShift / flexible schedulesFixed schedules
Norm HoursStandard working hoursHourly & overtime baseDay-based formulas
Overtime HoursHours beyond normOvertime calculationRegular salary
Sales AmountTotal sales valueTurnover-based commissionMargin-based commission
Sales MarginProfit from salesMargin-based commissionTurnover-based commission
TariffSalary rate (daily/hourly/monthly)Base of all calculationsWhen unit does not match formula

...

 Recommended Formula Patterns

3.1 Monthly Salary (Day-Based)

...

 Use Norm Days unless there is a documented business reason.

 Incorrect Tariff Unit

Example:

  • Hourly tariff × Days Worked

 Always match tariff unit with calculation unit.

Fixed Amount Without Proration Logic

...

Correct formula creation in FirstBIT software requires:

  • strict adherence to 1C calculation  calculation logic;

  • consistent use of parameters;

  • careful validation before use.

Following this User Guide manual ensures:

  • accurate payroll and commission calculations;

  • predictable system behavior;

  • transparency for audit and reconciliation.

...