390835896dd5be1ff2de72ef6dca38aa55f2b111
[kivitendo-erp.git] / templates / webpages / customer_vendor_turnover / turnover_statistic.html
1 [%- USE T8 %]
2 [%- USE LxERP %]
3 [%- USE L %]
4 [%- USE HTML %]
5 <p>
6 [% L.radio_button_tag('period', value='year', label= LxERP.t8('Year'), onclick='kivi.CustomerVendorTurnover.show_turnover_stat("y");') %]
7
8 [% L.radio_button_tag('period', value='month', label= LxERP.t8('Month'), onclick='kivi.CustomerVendorTurnover.show_turnover_stat("m");') %]
9 </p>
10 <div id="turnovers"></div>