PANTHEON™ Help

 Категории
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]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]Income Report
     [Expand]Examples of payroll preparation
     [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]Помощ
   [Expand]Desktop
   [Expand]Messages and Warnings
   [Expand]Старите продукти
   [Expand]Additional programs
  [Expand]Ръководство за PANTHEON Търговия
  [Expand]Ръководство за PANTHEON Vet
  [Expand]Ръководство за PANTHEON Фермерство
 [Collapse]PANTHEON потребителски ръководства
  [Expand]Ръководство за потребителя за PANTHEON
  [Expand]Ръководство за потребителя за PANTHEON Retail
  [Expand]Ръководство за потребителя за PANTHEON Vet
  [Expand]Ръководство за потребителя за PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]PANTHEON Web Guides
  [Expand]Ръководство за PANTHEON Web Light
  [Expand]Ръководство за PANTHEON Уеб Терминал
  [Expand]Ръководство за PANTHEON Web Legal
  [Expand]Архив на стари продукти
 [Collapse]PANTHEON Web User Manuals
  [Expand]Започване на PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
   Ръководство за потребителя за PANTHEON Web Terminal
  [Expand]Ръководство за потребителя за PANTHEON Web Legal
  [Expand]Архив на стари продукти
[Collapse]PANTHEON Гранула
 [Collapse]Ръководство за PANTHEON Гранули
  [Expand]Гранула за служители
  [Expand]Пътни заповеди Гранула
  [Expand]Гранула за документи и задачи
  [Expand]Гранула Табло
  [Expand]Гранула за B2B поръчки
  [Expand]Гранула за обслужване на клиент
  [Expand]Инвентаризация на дълготрайни активи
  [Expand]Гранула за складови наличности
 [Collapse]PANTHEON Granules
   Започване
   Using PANTHEON Granules at Tecta, a fictional company
  [Expand]PANTHEON Granules and activation
  [Expand]PANTHEON Granule Work records
  [Expand]PANTHEON Granule Travel orders
  [Expand]PANTHEON Granule Documents and Tasks
  [Expand]PANTHEON Granule B2B orders
  [Expand]PANTHEON Granule Dashboard
   PANTHEON Granules - FAQ
  [Expand]Полеви сервизен гранул
  [Expand]Инвентаризация на дълготрайни активи
  [Expand]Инвентаризация на склада Гранула
   Архив
[Expand]Потребителски сайт

Load Time: 375,0099 ms
"
  1455 | 1868 | 400467 | Localized
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).



 

Оценете темата
Темата беше ли ви полезна?
Коментар
Вашият коментар ще бъде видим и във форума!