zoukankan      html  css  js  c++  java
  • Sales Team 仪表盘

       

       

       

    实际设定值

       

       

    仪表定义

       

    <div class="oe_center" t-if="record.invoiced_target.raw_value">

       

    <field name="monthly_invoiced" widget="gauge" style="160px; height: 120px; cursor: pointer;"

    options="{'max_field': 'invoiced_target'}">Invoiced</field>

       

    <field name="invoiced_forecast" widget="gauge" style="160px; height: 120px; cursor: pointer;"

    options="{'max_field': 'invoiced_target', 'on_change': 'action_forecast'}">Forecast</field>

       

    </div>

       

       

       

       

    三个 数值

    invoiced_target

    本月能够确认的应收

    help="Target of invoice revenue for the current month. This is the amount the sales "

    "team estimates to be able to invoice this month."),

    invoiced_forecast

    本月将要确认的应收

    help="Forecast of the invoice revenue for the current month. This is the amount the sales "

    "team should invoice this month. It is used to compute the progression ratio "

    " of the current and forecast revenue on the kanban view."

    monthly_invoiced

    本月确认的应收

    string='Rate of sent invoices per duration')

       

       

    含义

    Invoiced 仪表盘

       

    invoiced/target

    已经完成的 应收确认 能够确认的 应收之间的 比例

       

     

      

    Forecast 仪表盘

       

    forecast/target

    计划确认的应收确认 能够确认的 应收之间的 比例

       

       

      

       

    转载注明原作者 /by Jeffery
  • 相关阅读:
    COGS 14. [网络流24题] 搭配飞行员
    洛谷 P3376 【模板】网络最大流
    洛谷 P2936 [USACO09JAN]全流Total Flow
    codevs 2038 香甜的黄油 USACO
    codevs 1993 草地排水 USACO
    Openjudge 2.5 6264:走出迷宫
    洛谷 P1744 采购特价商品
    HDU
    中国剩余定理
    bzoj2157: 旅游
  • 原文地址:https://www.cnblogs.com/odoouse/p/4919144.html
Copyright © 2011-2022 走看看