[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5234] trunk/bin



Revision: 5234
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5234&view=rev
Author:   einhverfr
Date:     2012-11-22 02:10:09 +0000 (Thu, 22 Nov 2012)
Log Message:
-----------
Invoice pnl reports now work

Modified Paths:
--------------
    trunk/bin/aa.pl
    trunk/bin/ir.pl
    trunk/bin/is.pl

Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl	2012-11-22 02:07:46 UTC (rev 5233)
+++ trunk/bin/aa.pl	2012-11-22 02:10:09 UTC (rev 5234)
@@ -1059,6 +1059,7 @@
     }
     if ($form->{id}){
         print qq|
+<a href="pnl.pl?action=generate_income_statement&pnl_type=invoice&id=$form->{id}">[| . $locale->text('Profit/Loss') . qq|]</a><br />
 <table width="100%">
 <tr class="listtop">
 <th colspan="4">| . $locale->text('Attached and Linked Files') . qq|</th>

Modified: trunk/bin/ir.pl
===================================================================
--- trunk/bin/ir.pl	2012-11-22 02:07:46 UTC (rev 5233)
+++ trunk/bin/ir.pl	2012-11-22 02:10:09 UTC (rev 5234)
@@ -954,6 +954,7 @@
     if ($form->{id}){
         IR->get_files($form, $locale);
         print qq|
+<a href="pnl.pl?action=generate_income_statement&pnl_type=invoice&id=$form->{id}">[| . $locale->text('Profit/Loss') . qq|]</a><br />
 <table width="100%">
 <tr class="listtop">
 <th colspan="4">| . $locale->text('Attached and Linked Files') . qq|</th>

Modified: trunk/bin/is.pl
===================================================================
--- trunk/bin/is.pl	2012-11-22 02:07:46 UTC (rev 5233)
+++ trunk/bin/is.pl	2012-11-22 02:10:09 UTC (rev 5234)
@@ -1040,6 +1040,7 @@
     if ($form->{id}){
         IS->get_files($form, $locale);
         print qq|
+<a href="pnl.pl?action=generate_income_statement&pnl_type=invoice&id=$form->{id}">[| . $locale->text('Profit/Loss') . qq|]</a><br />
 <table width="100%">
 <tr class="listtop">
 <th colspan="4">| . $locale->text('Attached and Linked Files') . qq|</th>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.