PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Collapse]Personnel
    [Expand]Employee files
    [Expand]Calendars
    [Expand]Travel Management
    [Collapse]Payroll
      Formulas - General
     [Expand]Payroll Variables
     [Expand]Payroll Overview
     [Expand]Payroll Preparation
     [Expand]Reports
     [Expand]Search for Compensation Basis for over 30 Days
     [Expand]Search for Allowance Basis up to 30 Days
     [Expand]Examples of payroll preparation
     [Expand]Income Report
     [Expand]Obrazec M4
     [Expand]Obrazec M-4 od 2008 dalje
     [Expand]How do we do the posting in the payroll preparation
    [Expand]Health and safety at work
    [Expand]Forms
    [Expand]Employment
    [Expand]Summary Reports
    [Expand]Accounting Dashboard
    [Expand]ZEUS Personnel
     Pop-up okno
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Expand]Additional programs
   [Expand]Old products
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 500.0196 ms
"
  1455 | 1868 | 336622 | Updated
Label

Formulas - General

Formule - splošno

Formulas - General

010381.gif010411.gif010382.gif010383.gif

Individual earnings types can be calculated through formulas.

Formulas are a special type of entries to the field. Formulas are used when a value in a field should be calculated from specified parameters, eliminating the need to do so manually. This is especially useful in financial reports, prices, payroll, etc.

In short, where the result is variable and can be calculated from specified parameters.

Available are following operators:

+ (plus) addition

- (minus) deduction

* (asterisk) multiplication

/ (slash) division

> greater than (used in conditional statements)

< less than (used in conditional statements)

= is equal to (used in conditional statements)

000001.gif Available are two additional operators which can only be used for the calculation of the length of service bonus:
  • \ - (backslash) inter division
  • | -  (pipe) remainder of integer division

 

Operands can be constants (plain numbers) or any or any variables of the program. If the operant is a constant, you can simply enter the appropriate constant. Variable of the program can be used by placing them between hashes (#).

Example:

Correct
Incorrect
3h
0,75 75%
#PRZnesek#, #prznesek#, #PRZNESEK# PRZnesek, PRZnesek#
Variables that can be used in formulas depend on where the formula is used. For example, formulas for calculating prices can contain only variables that are related to prices. Available variables for specific formulas are explained in the related topics.

The basic syntax is simple:

Operand Operator Operand

To define the precedence of operations you can use round brackets.

Formulas are calculated from the left to the right.

In the payroll you can also use conditional statements (although, there is rarely the need for it).

Conditional statements can have any number of levels.

Formulas can contain conditional statements with the basic syntax 'if A is true, then B'. Such statements are enclosed in square brackets.

[Condition:Value] if Condition is true, the Value is returned.

Conditional statements can be grouped, the formula has:

[Condition1:Value1] [Condition2:Value2] [Condition3:Value3] Value4

The above formula would be parsed as follows:

if condition1 is true, the result is value1, else

if condition2 is true, the result is value2, else

if condition3 is true, the result is value3, else

the result is value4 (if none of the above are true).



 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!