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

SF.net SVN: ledger-smb:[3064] addons/1.3/enhanced_tb/trunk/sql/modules/ trial_balance.sql



Revision: 3064
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3064&view=rev
Author:   einhverfr
Date:     2010-09-21 21:06:06 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
Ready to deploy enhanced trial balance

Modified Paths:
--------------
    addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql

Modified: addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql
===================================================================
--- addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql	2010-09-21 21:01:32 UTC (rev 3063)
+++ addons/1.3/enhanced_tb/trunk/sql/modules/trial_balance.sql	2010-09-21 21:06:06 UTC (rev 3064)
@@ -18,6 +18,7 @@
      ending_balance numeric
   );
 
+
 CREATE OR REPLACE FUNCTION trial_balance__generate 
 (i_date_from DATE, i_date_to DATE, in_heading INT, in_accounts INT[],
  in_ignore_yearend TEXT, in_department INT) 


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