View Issue Details

IDProjectCategoryView StatusLast Update
0008105mantisbttime trackingpublic2007-08-02 02:28
Reporterrufinus Assigned Tovboctor  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version1.1.0a3 
Fixed in Version1.1.0a4 
Summary0008105: Total time on billing page
Description

Hi, long time not see. im stunned the way mantis is evolving.

here is a little patch for the billing patch to display the total amount spent.
its quick (but hopefully not to dirty).

Additional Information

billing_inc.php:

148a149

<?php $t_sum=0; ?>
150c151
< <?php

<?php $t_sum+=$t_item['sum_time_tracking'];
171a173,180
<tr>
<td></td>
<td>
<?php echo db_minutes_to_hhmm($t_sum); ?>
</td>
<?php if ($t_cost_col){ ?><td></td><? } ?>

</tr>

TagsNo tags attached.

Activities

vboctor

vboctor

2007-07-03 00:21

manager   ~0014848

I am glad you are liking the way Mantis evolves :)

vboctor

vboctor

2007-07-03 00:22

manager   ~0014849

I've added this in the issue view page as well as the billing page. I have also added a title to the total time. I've also inserted a blank line between the billing filter criteria and the actual billing data, this is in both view and billing pages.