danielkang1234 Posted November 25, 2011 Report Share Posted November 25, 2011 Hi, Is there any way you can turn off finances, so that money doesn't matter? Quote Link to comment Share on other sites More sharing options...
Jeff Posted November 25, 2011 Report Share Posted November 25, 2011 Don't add a price to your flights. Quote Link to comment Share on other sites More sharing options...
danielkang1234 Posted November 28, 2011 Author Report Share Posted November 28, 2011 Don't add a price to your flights. But then we lose money on fuel. Quote Link to comment Share on other sites More sharing options...
Jeff Posted November 29, 2011 Report Share Posted November 29, 2011 If you just want it to be hidden from view altogether, do this: Remove this code from pirep_viewreport.tpl <td width="50%" valign="top" align="right"> <table class="balancesheet" cellpadding="0" cellspacing="0" width="100%"> <tr class="balancesheet_header"> <td align="" colspan="2">Flight Details</td> </tr> <tr> <td align="right">Gross Revenue: <br /> (<?php echo $pirep->load;?> load / <?php echo FinanceData::FormatMoney($pirep->price);?> per unit <br /> <td align="right" valign="top"><?php echo FinanceData::FormatMoney($pirep->load * $pirep->price);?></td> </tr> <tr> <td align="right">Fuel Cost: <br /> (<?php echo $pirep->fuelused;?> fuel used @ <?php echo $pirep->fuelunitcost?> / unit)<br /> <td align="right" valign="top"><?php echo FinanceData::FormatMoney($pirep->fuelused * $pirep->fuelunitcost);?></td> </tr> </table> </td> </tr> </table> And remove this link from the profile_main.tpl <li><a href="<?php echo url('/finances');?>">View VA Finances</a></li> Then no one will know you have any finances. Quote Link to comment Share on other sites More sharing options...
MBrown Posted November 29, 2011 Report Share Posted November 29, 2011 But then we lose money on fuel. Don't add fuel prices to flights then Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.