码迷,mamicode.com
首页 > 其他好文 > 详细

Sales Team 仪表盘

时间:2015-10-29 00:21:10      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:

? ?

技术分享

? ?

? ?

实际设定值

技术分享

? ?

? ?

仪表定义

? ?

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

? ?

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

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

? ?

<field name="invoiced_forecast" widget="gauge" style="width: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 \n"

"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 \n"

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

" 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

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

? ?

? ?

??

? ?

Sales Team 仪表盘

标签:

原文地址:http://www.cnblogs.com/odoouse/p/4919144.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!