[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5857] trunk
- Subject: SF.net SVN: ledger-smb:[5857] trunk
- From: ..hidden..
- Date: Tue, 21 May 2013 15:58:10 +0000
Revision: 5857
http://sourceforge.net/p/ledger-smb/code/5857
Author: einhverfr
Date: 2013-05-21 15:58:09 +0000 (Tue, 21 May 2013)
Log Message:
-----------
final clanges for initial balance sheet move
Modified Paths:
--------------
trunk/UI/Reports/balance_sheet.html
trunk/sql/Pg-database.sql
trunk/sql/modules/menu_rebuild.sql
Modified: trunk/UI/Reports/balance_sheet.html
===================================================================
--- trunk/UI/Reports/balance_sheet.html 2013-05-21 15:44:46 UTC (rev 5856)
+++ trunk/UI/Reports/balance_sheet.html 2013-05-21 15:58:09 UTC (rev 5857)
@@ -22,7 +22,7 @@
</tr>
<?lsmb FOREACH line IN report.balance_sheet.L.lines ?>
<tr><th><a href="journal.pl?action=search&to_date=<?lsmb to_date
- ?>&accno=account_number"
+ ?>&accno=<?lsmb line.account_number ?>"
><?lsmb line.account_number _ ': ' _ line.account_description ?></a></th>
<td class="amount"><?lsmb line.balance ?> </td>
</tr>
Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql 2013-05-21 15:44:46 UTC (rev 5856)
+++ trunk/sql/Pg-database.sql 2013-05-21 15:58:09 UTC (rev 5857)
@@ -3077,9 +3077,9 @@
108 translation project 271
109 menu 1 272
110 action chart_of_accounts 274
-113 action report 281
-113 module rp.pl 282
-113 report balance_sheet 283
+113 action start_report 281
+113 module reports.pl 282
+113 report_name balance_sheet 283
115 action recurring_transactions 287
115 module am.pl 288
116 menu 1 289
Modified: trunk/sql/modules/menu_rebuild.sql
===================================================================
--- trunk/sql/modules/menu_rebuild.sql 2013-05-21 15:44:46 UTC (rev 5856)
+++ trunk/sql/modules/menu_rebuild.sql 2013-05-21 15:58:09 UTC (rev 5857)
@@ -388,9 +388,9 @@
108 translation project 271
109 menu 1 272
110 action chart_of_accounts 274
-113 action report 281
-113 module rp.pl 282
-113 report balance_sheet 283
+113 action start_report 281
+113 module reports.pl 282
+113 report_name balance_sheet 283
115 action recurring_transactions 287
115 module am.pl 288
116 menu 1 289
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.