CalWin
  • Introduction
  • Code Snippets
  • Useful SQL statements
  • CalWin Script
    • Hardware Script
      • GetQty
      • DefineParts
      • WorkXXX
      • Script classes
        • TWorkWrapper
        • TFrameWrapper
        • TDividerWrapper
    • System script Events
      • OnAdjustStainLoad
      • OnAfterCalcItemRequirement
      • OnCalcPriceListAddition
      • OnCalcProductPurchaseDeliveryTime
      • OnCalcSalesHeaderAutoLineData
      • OnCalcSashLeadWeight
      • OnCheckFromSemiStock
      • OnCheckFromStock
      • OnCheckGlassFromStock
      • OnCheckProduct
      • OnCheckSalesheaderRules
      • OnCheckSaleslineDates
      • OnGetBatchGroup
      • OnGetClassification
      • OnGetDiscountGroup
      • OnGetElementProfile
      • OnGetLoadPoints
      • OnGetProductSourceAltParams
      • OnGetProductSourceParams
      • OnGetprofile (deprecated)
      • OnGetSaleslinesSourceParams
      • OnGetStockItemGroup
      • OnIncludeBottleneckLoad
      • OnIncludeCheckpoint
      • OnIsSpecialProduct
      • OnModifyEdgeList
      • OnModifyKickPlate
      • OnModifyVariants_Final
      • OnModifyVariants_Initial
      • OnSalesheaderPriceFinalization
      • OnSetElementJointType
      • OnSetSileDividersPos
      • OnSetTranMullDesignCode
      • OnSetTranMullDividersPos
      • Helper Procedure Repository
        • Loop ElementList
    • Machine Link
      • Machine Link Events
        • Initialize and Finalize
        • BeforeOptimization
        • PreParseMain_xxx
        • PostParseMain_xxx
        • ParseChild_xxx
        • BeforeOutput_xxx
      • How to use a search table in Machine Link
  • Brukerdokumentasjon (NOR)
    • Fullkostkalkyle
    • Bonus og markedsstøtte
    • CalWin enhet og faktor
    • Kalenderen
    • Budsjett
    • Eksport til Excel
    • Dokument-hÃ¥ndtering
  • Misc documentation
    • CalWin 64-bit Beta
    • CalWin E-Quote
    • CalWin WEB Dashboard
    • Oracle related
      • Oracle Database Server Requirements
      • Oracle DBA
        • Resize and rename data files
        • Arhivelog mode
        • LISTENER.ORA
        • Connection strings
        • Create Oracle user (schema) for CalWin
        • Create a database link
        • Password expiration
        • Add a Directory object
        • Show table space size
        • Recovery Area Space
        • ORA-00257 - not enough space in recovery file
    • CalWin Server
      • Legg til web certificate
Powered by GitBook
On this page
  • Introduction
  • Installation
  • Setting up a browser/display

Was this helpful?

  1. Misc documentation

CalWin WEB Dashboard

PreviousCalWin E-QuoteNextOracle related

Last updated 3 years ago

Was this helpful?

Introduction

CalWin dashboard is a feature to display traditional CalWin reports as non-interactive dashboards on public display in production, in the office etc. With CalWin WEB Dashboard the same dashboards can be displayed on any modern browser. That can be a smart tv, a computer screen connected to for example Raspberry PI or Chrome Box.

Installation

CalWin WEB Dashboard is bundled as part of CalWin Server, but the APPX file has to be installed before use. You can do that from Data/Systemproperties/Application. Press Install/Update and select the CalWin Dashboard.appx file from the appx folder were the CalWin application is installed.

After installation a user has the be added. That can be any user and is not important. The recommendation is to add a specific CalWin user for this purpose. For example named CalWinDashboard.

After adding a user, take a not of the Passphrase - that will needed when setting up the URL in the browser.

Setting up a browser/display

To use a dashboard you will need a URL with som query parameters. The syntax is:

https://<URL to CwServer>/dashboard?id=<DashboardId>&key=<Passphrase>&trans=<Transition>

The <passhphrase> is from the users in the application configuration as described in the Installation part.

The <dashboardid> can be found in CalWin under Data/Reports and Dashboard.

The <transition> is the transition effect between individual dashboards. The valid values are:

1 = Fade In - Fade Out 2 = Slide In Left - Slide Out Left 3 = Zoom In - Zoom Out 4 = Grow Up -Grow Down 5 = Bounce In Left - Bounce Out Right

If you omit query parameters, for example https://cwserver.example.com/dashboard, you will get a help screen.