PANTHEON™ Help

 Toc
 Početna stranica
[Collapse]PANTHEON
 [Collapse]PANTHEON priručnici
  [Expand]Vodič kroz Datalab PANTHEON Farming
  [Expand]Vodič za mobilni POS
  [Expand]Vodič po DataLab PANTHEON™-u
  [Expand]Vodič po PANTHEON Vet
 [Collapse]PANTHEON korisnički priručnici
  [Expand]Korisnički priručnik za DataLab PANTHEON™
  [Expand]Korisnički priručnik za PANTHEON Vet
  [Expand]Korisnički priručnik za PANTHEON maloprodaju
[Collapse]PANTHEON Web
 [Collapse]Vodiči po PANTHEON Web
  [Expand]Vodič po PANTHEON Web Light-u
  [Expand]Vodič za PANTHEON Web Terminal
  [Expand]Arhiva starih proizvoda
  [Expand]Vodič po PANTHEON Web Legal
 [Collapse]Korisnički priručnici za PANTHEON Web
  [Expand]Početak rada s PANTHEON Web-om
  [Expand]Korisnički priručnik za PANTHEON Web Light
  [Expand]Korisnički priručnik za PANTHEON Web Terminal
  [Expand]Korisnički priručnik za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
[Collapse]PANTHEON Granule
 [Collapse]Vodič po PANTHEON Granulama
  [Expand]Granule za Servis na terenu
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i Zadaci
  [Expand]Granula Kontrolna tabla
  [Expand]Granula B2B narudžbe
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Inventar Skladišta Granula
 [Collapse]Korisnički priručnik za PANTHEON Granule
   Početak
   Korištenje PANTHEON Granula u imaginarnom poduzeću Tecta
  [Expand]PANTHEON Granule i aktivacija
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula B2B narudžbe
  [Expand]Granula Nadzorna ploča
  [Expand]Granula Servis na terenu
   Česta pitanja i odgovori
  [Expand]Inventar dugotrajne imovine
  [Expand]Granula Inventura skladišta
   Arhiva

Load Time: 343,7308 ms
"
  6613 | 1 | |
Label


Using logical expressions in formulas

Formules can contain a conditional expression of the form 'if - then' . In formula nomenclature, such expressions are described using square brackets: [Condition:Value] - if Condition is satisfied, then the formula should be given Value.

Conditional clauses can also be combined, e.g. [Cond1:Value1] [Cond2:Value2] [Cond3:Value3] Value4

  • If Condition1, is met then Value1, is different:
    • If Condition2 is met, then Value2 is different:
      • If Condition3, is met then Value3, is different:
        • If neither condition is met, Value4.

Primeri formuli:

Formula Description

#MPRICE# * 0,75

Multiply the retail price by 0.75.

#PRFACTOR# * #PRURE#

Multiply the factor from the preparation of the accounts by the hours from the preparation of the accounts.

[#KOL# > 100:#MPCENA#*0,8] #MPCENA#

If the quantity is greater than 100, then the price is MPCENA - 20%, but if the condition is not met (i.e. the quantity is less than or equal to 100), then the price is MPCENA.

 

000001.gif
WARNING

The logical operator 'greater than or equal to' or 'less than or equal to' is written with two successive conditions. For example: i term 'if A is greater than or equal to B, the value of the term is 0, otherwise 1' in the formula is written as: [A>B:0] [A=B:0] 1.

 

 

  

     


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