• bloodgrave

    (@bloodgrave)


    Not sure if it’s user error or code.. but for some reason the time calculations for projects/task aren’t showing up in the Invoices or on front end in ‘time spent’. (just 0.00)
    The calculations are showing up on the edit client page and projects page on the admin backend.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author George Stephanis

    (@georgestephanis)

    I know I fixed that a couple revisions back … maybe faulty code crept back in somehow. I’ll take a look at it tomorrow.

    As for Invoices, however, there isn’t currently any way to tie an individual time report to an invoice. So you really can’t see a total time per invoice. I’m working on it, but there isn’t really anything quite together yet.

    Soon! I promise! Probably! Too much work, too little time. I think it’s time to raise my rates again, to get some free time back in my schedule.

    still 0:00 for me, too. great plugin, though – trying to integrate it into a portal I built for my studio (to show new work/take comments on it, etc.)!

    What worked for me was editing line 2362 in Ndizi.class.php and replacing:

    <td><?php echo $this->time_total( array('ti_project_id'=>$project_id) ); ?></td></tr>

    with:

    <td><?php echo $this->time_total( array('project_id'=>$project_id) ); ?></td></tr>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ndizi Project Management] Time Calculations’ is closed to new replies.