PANTHEON™ Help

 Toc
 PANTHEON Ndihmë - Mirësevini
[Collapse]PANTHEON
 [Collapse]Udhëzues për PANTHEON
  [Expand]Udhëzues për PANTHEON
  [Expand]Udhëzues për PANTHEON Retail
  [Expand]Udhëzues për PANTHEON Vet
  [Expand]Udhëzues për PANTHEON Bujqësi
 [Collapse]Manualet e Përdoruesit për PANTHEON
  [Expand]Manuali i Përdoruesit për PANTHEON
  [Expand]Manuali i Përdoruesit për PANTHEON Retail
  [Expand]Manuali i përdoruesit për PANTHEON Vet
  [Expand]Manuali i Përdoruesit për Bujqësinë PANTHEON
[Collapse]PANTHEON Web
 [Collapse]Udhëzues për PANTHEON Web
  [Expand]Udhëzues për PANTHEON Web Light
  [Expand]Udhëzues për Terminalin Web PANTHEON
  [Expand]Udhëzues për PANTHEON Web Legal
  [Expand]Arkiva e produkteve të vjetra
 [Collapse]Manualet e Përdoruesit për PANTHEON Web
  [Expand]Fillimi PANTHEON Web
  [Expand]Manuali i Përdoruesit për PANTHEON Web Light
  [Expand]Manuali i Përdoruesit për Terminalin Web PANTHEON
  [Expand]Manuali i Përdoruesit për PANTHEON Web Legal
  [Expand]Arkiva e produkteve të vjetra
[Collapse]PANTHEON Granulat
 [Collapse]Udhëzues për Granulat PANTHEON
  [Expand]Granula e Personelit
  [Expand]Urdhërat e Udhëtimit Granule
  [Expand]Dokumente dhe Detyra Granule
  [Expand]Dashboard Granule
  [Expand]Porositë B2B Granule
  [Expand]Granul i Shërbimit në Terren
  [Expand]Inventari i Aseteve të Paluajtshme
  [Expand]Inventari i Magazinës Granul
 [Collapse]Manualet e Përdoruesit për Granulat PANTHEON
  [Expand]Fillimi
  [Expand]Granula e Personelit
  [Expand]Urdhërat e Udhëtimit Granule
  [Expand]Dokumentet dhe Granula e Detyrave
  [Expand]Porositë B2B Granule
  [Expand]Dashboard Granule
  [Expand]Granul i Shërbimit në Terren
  [Expand]Inventari i Aseteve të Paluajtshme
  [Expand]Inventari i Magazinës Granul
  [Expand]Arkiv
[Expand]Faqja e Përdoruesit

Load Time: 2500.0274 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!