dachooch
01-28-10, 12:10 PM
Hi,
i am using WHMCS v4.1.1.
In the Admin Summary homepage, there is an area called "Income" which includes today, this month and this year income. It shows me these amounts in one currency, but i also need it to show in the other currencies i have set up. i currently have three currencies set up.
how do i go about doing this?
In the homepage.tpl, we are talking about line 19:
{if $viewincometotals}<div class="contentbox" style="font-size:18px;"><a href="transactions.php"><img src="images/icons/transactions.png" align="absmiddle" border="0"> <b>Income</b></a> Today: <span class="textgreen"><b>{$stats.income.today}</b></span> This Month: <span class="textred"><b>{$stats.income.thismonth}</b></span> This Year: <span class="textblack"><b>{$stats.income.thisyear}</b></span></div>
thanks
i am using WHMCS v4.1.1.
In the Admin Summary homepage, there is an area called "Income" which includes today, this month and this year income. It shows me these amounts in one currency, but i also need it to show in the other currencies i have set up. i currently have three currencies set up.
how do i go about doing this?
In the homepage.tpl, we are talking about line 19:
{if $viewincometotals}<div class="contentbox" style="font-size:18px;"><a href="transactions.php"><img src="images/icons/transactions.png" align="absmiddle" border="0"> <b>Income</b></a> Today: <span class="textgreen"><b>{$stats.income.today}</b></span> This Month: <span class="textred"><b>{$stats.income.thismonth}</b></span> This Year: <span class="textblack"><b>{$stats.income.thisyear}</b></span></div>
thanks