« Return to Thread: Picking project/timesheet items for invoice

Re: Picking project/timesheet items for invoice

by Nathan Gray :: Rate this Message:

Reply to Author | View in Thread


On 8-May-09, at 11:10 AM, Ron Stone wrote:

> Not sure how much that helps. Let me know if there is anything else  
> I can try to help track this down.


The only reason that already invoiced items would show up is if for  
some reason they don't seem to be invoiced.
You can try adding:
echo "Invoiced? Quantity: $quantity Invoiced: " . $this-
 >get_quantity_invoiced() . '<br />'
after class.ProjectManagerInvoicableItem, line 106
and do the search again.  You're looking for lines where Quantity:  
doesn't match Invoiced.

I'm running out of ideas again.

You can try adding:
_debug_array($invoicable);
after class.ProjectManagerInvoicable.inc.php, line 124
and do the search again.

You can also try selecting a particular project in the search, see if  
that changes things.

Nathan Gray
nathan at goarctic dot com


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Perp-developers mailing list
Perp-developers@...
https://lists.sourceforge.net/lists/listinfo/perp-developers

 « Return to Thread: Picking project/timesheet items for invoice