mohanjith / web-invoice

Automatically exported from code.google.com/p/web-invoice
GNU General Public License v3.0
0 stars 2 forks source link

Date of transaction in admin overview page #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would love to see a date column on the admin invoices overview page.

I have made a quick hack to the code to kinda show it but it really needs its 
own column:

edited line 91: <th><?php _e('Date - Subject', WEB_INVOICE_TRANS_DOMAIN); 
?></th>

edited line 112 $subject = 
web_invoice_meta($invoice_id,'web_invoice_due_date_month').'/'.web_invoice_meta(
$invoice_id,'web_invoice_due_date_day').'/'.web_invoice_meta($invoice_id,'web_in
voice_due_date_year').' - '.$invoice->subject;

thanx

Original issue reported on code.google.com by mydiskdr...@gmail.com on 1 Jul 2010 at 5:33

GoogleCodeExporter commented 9 years ago
Forgot to say this is in the file Display.php

Doh!

Original comment by mydiskdr...@gmail.com on 1 Jul 2010 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by sh.mohanjith on 1 Jul 2010 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by sh.mohanjith on 3 Jul 2010 at 1:30

GoogleCodeExporter commented 9 years ago

Original comment by sh.mohanjith on 5 Jul 2010 at 11:31

GoogleCodeExporter commented 9 years ago
Fixed in r6 

Original comment by sh.mohanjith on 5 Jul 2010 at 11:32