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

SF.net SVN: ledger-smb:[3060] addons/1.3/enhanced_tb/trunk



Revision: 3060
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3060&view=rev
Author:   aurynn_cmd
Date:     2010-09-10 20:41:55 +0000 (Fri, 10 Sep 2010)

Log Message:
-----------
Removing spurious comments.
Noting a TODO in trial_balance.pl, line 299

Modified Paths:
--------------
    addons/1.3/enhanced_tb/trunk/LedgerSMB/DBObject/TrialBalance.pm
    addons/1.3/enhanced_tb/trunk/scripts/trial_balance.pl

Modified: addons/1.3/enhanced_tb/trunk/LedgerSMB/DBObject/TrialBalance.pm
===================================================================
--- addons/1.3/enhanced_tb/trunk/LedgerSMB/DBObject/TrialBalance.pm	2010-09-10 20:33:58 UTC (rev 3059)
+++ addons/1.3/enhanced_tb/trunk/LedgerSMB/DBObject/TrialBalance.pm	2010-09-10 20:41:55 UTC (rev 3060)
@@ -2,8 +2,6 @@
 use Data::Dumper;
 use base LedgerSMB::DBObject;
 
-# This is wrong. This is all wrong.
-
 sub fromId {
     
     my ($self, $report_id) = @_;

Modified: addons/1.3/enhanced_tb/trunk/scripts/trial_balance.pl
===================================================================
--- addons/1.3/enhanced_tb/trunk/scripts/trial_balance.pl	2010-09-10 20:33:58 UTC (rev 3059)
+++ addons/1.3/enhanced_tb/trunk/scripts/trial_balance.pl	2010-09-10 20:41:55 UTC (rev 3060)
@@ -106,7 +106,7 @@
     my ($request) = @_;
     
     # We need a date_start, a date_end, a description, and
-    # a whole damn lot of account IDs.
+    # a whole lot of account IDs.
     # I believe we can assume that a series of checkboxes
     # on the HTML end are translated into an array on the 
     # Perl end of things, in the request object.
@@ -297,6 +297,7 @@
     
     if (scalar(@rep_acc) == 0) {
         # We need to generate output based on the accounts that we know are present.
+        # This need to be filled out and updated.
     }
     
     return ..hidden.., $total_debits, $total_credits, $report;


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