Siirry sisältöön
Tarkastelet Odoota 15.0 sivu KPI Balanced Scorecard. Uusin tuettu versio on KPI Balanced Scorecard v.19.0 . Hae tämä koontiversio suoraan Odoo Apps Store .

KPI Balanced Scorecard v.15

The tool to set up KPI targets and control their fulfillment by periods. KPI dashboard. Dashboard designer. KPI charts

198€

Työkalu ei vaadi ylimääräisiä riippuvuuksia vakio-Odoo-sovellusten lisäksi.
Nykyinen versio: 15.0.1.0.8

Enterprise
Community
Odoo.sh

The app introduces a KPI dashboard to manage company and personal targets. The tool helps to organize work as a set of periodical goals and to control those goals in any business or functional area.

Set KPI targets by periods

The scorecard is not just a dashboard, but it is the tool to set and control measurable and time-constrained targets. Both company and individual

Use any Odoo data to calculate KPIs

The app introduces a clear system to get any Odoo storable details: a count of records, a sum or an average of numeric fields, pure Python code

Drag and Drop interface for KPI formulas

Construct advanced formulas to calculate derivative KPIs. The complexity of each scorecard is totally up to you!

Managerial and self-control

Share KPI targets with interested users to organize a transparent dashboard of goals: from global to very specific ones

Structured hierarchically and by categories

Consider only those KPIs which are of interest: for example, only sales-related or of a definite user. Hierarchy allows highlighting targets with indicative padding for an instant overview of sub-KPIs

KPIs are auto and regularly updated

Actual values are re-calculated by the special Odoo cron job. It is always possible to understand which KPIs require more attention in real time at a first glance

KPI targets kanban view

Real-time control and historical trends

  • KPIs values are calculated for a specific period according to chosen date fields (e.g. quotations by 'order date')
  • Plan KPI periods of any duration: annual, quarterly, monthly, weekly, 10-days-long, etc. KPI periods might intersect and might be different for various business areas
  • By default, KPI targets of a current period are shown for an instant overview
  • Navigate between various KPI categories and future/past KPI periods in a few clicks from the same Odoo dashboard
  • Copy or substitute KPI targets from other periods to simplify goals setting
  • Close KPI periods as it is done for fiscal and accounting purposes. It not only holds the past values but it allows also speeding calculations up
  • Control KPI historical values by periods. The graph and history table is available for each target line
  • KPI admins access the special KPI trends interface to analyze KPI targets by custom period types. Build bar and line charts. Filter by KPI categories or KPIs. Show only target or actual values
  • The app automatically calculates period types to compare in the report. Just define historical tolerance: e.g 2-days tolerance - for quarterly periods (90-92 days), 3-days - for months (28-31 days), etc.
  • Export scorecards as an Excel table if you need
  • KPI periods and KPI targets are set up for each company individually (multi companies environment)
Navigation by KPI categories
KPI analysis by periods
KPI targets' history

Drag-and-drop formulas for KPIs

  • KPI construction is as simple as it is to write down a mathematical expression: just drag and drop the parts in the right order with correct operators
  • Odoo would automatically retrieve data from a database according to a defined parts' order for a specified period
  • Formulas might be as complex as you require. Merely make sure the operators (subtraction, addition, multiplication, division, exponentiation, brackets, any float number) comply with basic Math rules.
  • For each KPI configure prefix and suffix to make results nice looking
  • Define rounding rules from 0 to 4 decimal points (1 > 1.2 > 1.23 > 1.235 > 1.2346).
  • KPI variables indicate the rules of how to get data. For example, 'total number of sales orders' or 'number of quotations of sales team Europe'
  • Other KPIs - the parts used for derivative calculation. For example, 'Opportunity to sales success ratio' based on KPIs 'Sales count' and 'Opportunities count'
  • KPI constants - the parts which are frozen globally or for a specific time frame. Needed for figures which can't be retrieved from modules and/or which should remain the same during a period
  • 'Period Days' is an interval length in days. 'Days Passed' is a length between the period start and today (if today is before the period end; otherwise period end). Those parameters let calculate per-time KPIs, such as, for example, 'Average sales per week'
KPI calculation formula parts
KPI configuration

Shared KPIs and self-control

  • Full rights for scorecards, all KPIs, targets, and settings belong to users with the right 'KPI Management - KPI manager'. The group 'KPI Management - KPI Users' is allowed to observe the KPI interface and manage shared KPI settings
  • Categories of KPIs and/or individual KPI targets might be shared for specific users or user groups
  • It is possible to both grant read-only or editor rights
  • Read-only access for a target lets users only observe shared KPIs
  • The section 'Edit rights' on category or KPI forms would also allow to set and change targets. The latter might be useful in case you ask your manager to manage goals within a department, for example
  • The security settings are additive - not restrictive. KPI managers would have full rights for all KPIs disregarding the settings, while KPI users would have rights only to KPIs which settings (or category settings) allow them so
  • The tool supports multi companies: so, make sure the user company correlates with a KPI dashboard company.
User rights for KPI category
Users and User groups for KPI

KPI settings to process Odoo data

Any storable data

  • Preparing the basis for KPIs' calculation is not a simple task. The good news is that such a job should be done only once, while results are used forever
  • KPI Settings assume 3 levels of precision: (1) basic measurements - (2) KPI variables and constants - (3) KPI drag and drop formulas
  • Basic measurement is the core object used for retrieving actual KPI values from the Odoo database, while KPI variables specify those. For example, 'total number of sales orders' should be a basic measurement, while narrower 'number of quotations of the sales team Europe' is recommended to be a precision of that basic measurement
  • Each basic measurement might have an unlimited number of linked KPI variables. KPI formulas might combine any number of variables, constants, and other KPIs with mathematical operators.

Python code measurements

  • 'Python code' is a special type of basic measurement. This type requires technical knowledge but lets you compute any sort of figures based on any Odoo data without restrictions
  • Such measurement might be any Python basic script with the possibility of SQL queries (through using 'env.cr')
  • In calculations you may rely upon the special variables: 'period_start' (the first date of the period), 'period_end' (the last date of the period), 'period_company_id' - res.company object for which Odoo makes calculations at the moment (according to a KPI period under consideration)
  • Correct Python code assumes saving the value into the special variable 'result'.

Basic measurements

  • Basic measurements are not used for formulas, but they define how Odoo data should be calculated: count of records, sum, average, and pure Python code. Basic measurements assume a number of settings
  • Model - an Odoo document type with which data set you to work ('Sales Order', 'Task', etc.). Here you can rely on standard or custom objects (including those created in the Odoo studio), Odoo reports
  • Date fields - define whether a document relates to a KPI period. For example, for tasks, you might use 'create date'. It is possible to apply a few date fields (e.g. 'Opportunities opened and won in January 2021') or no date fields at all for global calculations
  • Filters - allow restrict set of records. Used for low-level filtering and then specified in KPI variables
  • Measure field - is required for calculation types 'Average' and 'Sum'. It defines which figure you use for calculations. For example, 'total amount' of Sales Analysis Report or 'work hours of tasks'
  • Company field - would be used to restrict calculation for a KPI period target company. Take into account that records without company stated would be used for all companies' KPI calculations.

KPI variables and constants

  • The key idea to distinguish KPI variables from basic measurements is to simplify data preparation. You define 'total sales' once, and then unlimitedly use it for 'sales Europe', 'sales John Brown', 'website sales', etc.
  • Specify basic measurements through the Odoo built-in domain constructor, which lets filter by any storable attributes. For instance, filter sale orders by state (only 'done'), the salesperson ('John Brown or Mike Green'), sales team, etc.
  • KPI constants are the special type of KPI variables used when data can not be retrieved from modules and/or when figures remain the same during the whole period. For example, 'total investments' or 'number of employees' are often frozen for a specific period
  • In a multi-company environment, KPI variables are applied globally or for each company. In the former case, that variable is available for any company KPI formulas, while in the latter - only for a specific one
  • Basic measurements of the type 'Execute Python code' can't be any more specified, since they do not relate to any records. Such measurements should have a single KPI variable linked.
Basic low-level measurements for calculations
KPI variable - precision of basic measurement
Python code basic measurement

Määritys- ja asennusvinkkejä: KPI Balanced Scorecard Odoo v.15

Scheduled jobs

To change the frequency of KPI targets' recalculation:

  1. Turn on the debug mode
  2. Go to the menu KPI > Configuration > Settings
  3. Find the button 'Configure cron job'
  4. Feel free to update the settings 'Execute Every' and 'Next Execution Date'. However, please do not make it too frequent (e.g. once in 5 minutes). Since the job is resource demanding, it require at least a few minutes to be fully and correctly finished.

Change frequency of KPIs re-calculatinon

Automatic Odoo crom job for KPI calculations

Usein kysytyt kysymykset aiheesta KPI Balanced Scorecard Odoo v.15

Loin Basic Measurementin, mutta en nay sitä kaava-avustajassa.

Basic Measurements eivat yksin muodosta kaavaa. Vaikka et lisaisi suodattimia, luo siihen kytketty Variable – se ilmestyy kaava-avustajan listaan.

Mita tietoja KPI voi kayttaa? Onko moduulilla omia tietoja?

Sovellus ei tuo juuri omia tietojaan (paitsi puuttuvia arvoja tayttavat KPI-vakiot) eika integraatioita. Se laskee ja rakentaa naytot olemassa olevasta Odoo-datasta. Esimerkki: myyntitilausten maara jaksolta Myynti-sovelluksesta.

Moduuli on yleinen ja lukee mita tahansa Odoo-moduulia, myös tilisaldoja. Esimerkki: kuukauden voitto laskuista (kirjaus).

Odoon ulkopuolinen data kay, jos se on kytketty Odoo-moduulin kautta. Esimerkki: Google Analytics -data Odoon PostgreSQL:ssa KPI-kayttoon.

Mika ero on Basic Measurements- ja Measurements (Variables) -kohteilla?

Measurement (Variable) tarkentaa perusmittausta. Maaritta 'Total Sales' kerran ja kayta sita rajattomasti kohteisiin 'Sales Europe', 'Sales John Brown', 'Website Sales' jne. lisaamalla suodattimia.

Mitka ovat tyokalujenne paivityskaytannot?

Odoo Apps Storen nykyisten kaytantojen mukaan:

  • Versiolle 12.0 tai aiemmalle ostettu moduuli antaa paasy kaikkiin versioihin 12.0 asti.
  • Versiosta 13.0 alkaen jokainen moduuliversio ostetaan erikseen.
  • Versiosta riippumatta osto antaa oikeuden kaikkiin paivityksiin ja korjauksiin paaversiossa.

faOtools-tiimi ei hallitse naita kaytantoja. Kysymykset osoitetaan suoraan Odoo Apps Storen edustajille.

Miten asennan sovelluksen Odoo.sh-palveluun?

Suorin tapa on Odoo-kaupan sisaanrakennettu tyonkulku:

1. Avaa moduulin sivu ja napsauta Deploy on odoo.sh

2. Sinut ohjataan GitHubiin. Kirjaudu sisaan ja napsauta Create a new repo tai kayta olemassa olevaa. Repositorion on oltava yksityinen. OPL-1-lisenssin sovelluksia ei saa julkaista. Luo tarvittaessa uusi repo Odoo.sh-projektia varten

3. Siirry sitten odoo.sh:iin, napsauta Deploy, vahvista ja napsauta Continue. Asennus kaynnistyy.

Nama vaiheet asentavat sovelluksen production-haaraan. Muille haaroille tai paivitykseen:

1. Lataa lahdekoodi Odoo-kaupasta

2. Commitoi moduuli GitHub-repositorioon. Mikaan sovelluskansio/-tiedosto ei saa olla .gitignore-tiedostossa. odoo.sh:n luomat repositoriot voivat oletuksena ohittaa tarkeita polkuja (esim. /lib). Lataa kaikki moduulin hakemistot ja tiedostot

3. Deployaa odoo.sh-projektin kohdehaara tai odota automaattista koontia, jos asetukset niin maarittavat.

Miten asennan sovelluksen omalle palvelimelleni?

1. Pura ostettujen tyokalujen lahdekoodi johonkin Odoo-lisahakemistoon;
2. Kaynnista Odoo-palvelin uudelleen;
3. Ota kehittajatila kayttoon (tekniset asetukset);
4. Paivita sovellusluettelo (Sovellukset-valikko);
5. Etsi sovellus ja paina Activate/Install;
6. Noudata sovellussivun ohjeita, jos niita on.

Sovelluksella on lisaosia. Voinko ostaa ne myohemmin?

Kylla. Odoo lisaa kaikki riippuvuudet ostoskoriin automaattisesti: jata pois jo ostetut tyokalut, jottet maksa kahdesti.

Asensin sovelluksen Odoo.sh-palveluun ja nain varoituksen/virheen testeissa

Punainen/oranssi varoitus ei vaikuta sovelluksen ominaisuuksiin. Joskus moduulimme eivat lapaise vakioautomaattitesteja, koska ne olettavat kayttaytymisen, joka on ristiriidassa sovelluksen tavoitteiden kanssa. Muutamme esimerkiksi hinnanlaskentaa, kun Odoo-testit vertaavat loppuhintaa vakioalgoritmiin.

Tarkista ensin kayttoon otetun tietokannan ominaisuudet. Toimiiko kaikki?

Jos oletat silti, etta varoitus vaikuttaa todellisiin ominaisuuksiin, ota yhteytta ja laheta taydet asennuslokit seka taydellinen luettelo kayttoon otetuista moduuleista (ydin ja kolmannet osapuolet).

Voinko ostaa sovelluksen suoraan teilta?

Ei, jaamme tyokalut vain virallisen Odoo-sovelluskaupan kautta.

Haluan alennuksen

Valitettavasti meilla ei ole teknisia keinoja tarjota yksilollisia hintoja.

Voinko asentaa sovelluksen Odoo Online (SaaS) -tietokantaani?

Ei, kolmannen osapuolen sovelluksia ei voi kayttaa Odoo Online -palvelussa. Odoo SaaS estaa sen.

Tyokalulla on riippuvuuksia. Pitääko ne ostaa?

Kylla, tyokalu tarvitsee kaikki riippuvuuksissa merkittyt moduulit. Sovellussivun hinta sisaltaa jo nama riippuvuudet.

Mika on moduulin hinta Yhdysvaltain dollareina? Miksi se muuttui?

Moduuliemme hinta on euroissa. Odoo-kauppa muuntaa hinnat muihin valuuttoihin sisaisen kurssinsa mukaan. Siksi Yhdysvaltain dollarin hinta voi muuttua, kun kurssi paivittyy.

Sovellus- ja sivustotekstit muilla kielillä kuin englanniksi on tehty tekoälyn tuella ja linjattu virallisiin Odoo-käännöksiin. Jos huomaat virheen, lähetä käännösten oikeellisuutta koskeva tiketti niin korjaamme sen.

Vika Raportointi

Jos kohtaat virheitä tai epäjohdonmukaista toimintaa, ota yhteyttä. Korjaamme 60 päivän kuluessa ostosta ja kehitämme työkaluja sen jälkeenkin.

Yhteydenottoon ei tarvita puhelinnumeroa eikä luottokorttia. Riittää lyhyt sähköpostirekisteröinti, joka kestää alle 30 sekuntia.

Liitä pyyntöön mahdollisimman paljon tietoja: kuvakaappaukset, Odoo-palvelinlokit ja täysi kuvaus ongelman toistamisesta. Työsuunnitelma (jos virhe vahvistetaan) tai ohjeet (muuten) valmistuvat yleensä muutamassa arkipäivässä.

Julkinen Ominaisuudet Pyynnöt Moduuli Ideat VAPAA Kehitys

Olemme vahvasti motivoituneita kehittämään työkalujamme ja kiitollisia kaikesta palautteesta. Jos vaatimuksesi palvelevat yleisesti ja ne voidaan toteuttaa tehokkaasti, tiimi lisää ne tehtävälistaan.

Tällainen tehtävälista käsitellään säännöllisesti eikä siihen sisälly lisämaksuja. Emme voi luvata määräaikoja ja lopullista suunnittelua, mutta se voi olla hyvä tapa saada toivottuja ominaisuuksia ilman investointeja ja riskejä.

Yhteydenottoon ei tarvita puhelinnumeroa eikä luottokorttia. Riittää lyhyt sähköpostirekisteröinti, joka kestää alle 30 sekuntia.

Saatat pitää myös näistä työkaluista
Cloud Storage Solutions

Työkalu, jolla Odoo-liitteet järjestetään kansioihin ja hakemistot synkronoidaan pilviasiakkaisiin: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box ja NAS. DMS. Tiedostonhallinta. Asiakirjahallinta

398€ 358€
OneDrive / SharePoint Odoo Integration

Työkalu: automaattisesti synkronoi Odoo liitteet kanssa OneDrive tiedostot ssa molemmat ways

487€ 438€
Google Drive Odoo Integration

Työkalu: automaattisesti synkronoi Odoo liitteet kanssa Google Drive tiedostot ssa molemmat ways

487€ 438€
Password Manager

Työkalu: safely pidä salasanat ssa Odoo varten jaettu käytä. Jaettu vaults

198€
KnowSystem: Knowledge Base System

Työkalu: build deep ja jäsennelty tietopankki varten sisäinen ja ulkoinen käytä. Knowledge System. KMS. Wiki-like revisions.

398€
Universal Appointments and Time Reservations

Työkalu aikaperusteiseen palvelunhallintaan varauksista myyntiin ja arvosteluihin

398€ 358€
MCP Server. AI Chats and LLM Odoo Integration

Työkalu Odoon hallintaan suosikki-AI-chateista MCP:n kautta. Claude. Mikä tahansa MCP-tekoäly.

198€
URL Transliterations for Website Pages

Työkalu: translate URL osoitteet Odoo verkkosivusto pages

38€
Smart Alerts

työkalu draws users' attention essential asiakirja tiedot ja warnings

38€ 34€