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

SF.net SVN: ledger-smb:[4985] branches/1.3



Revision: 4985
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4985&view=rev
Author:   einhverfr
Date:     2012-07-14 10:14:54 +0000 (Sat, 14 Jul 2012)
Log Message:
-----------
Drill down in income statement and balance sheets now respects date range in first column of report (i.e. primary report, not one to be compared to

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/templates/demo/balance_sheet.html
    branches/1.3/templates/demo/income_statement.html

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-07-14 09:47:20 UTC (rev 4984)
+++ branches/1.3/Changelog	2012-07-14 10:14:54 UTC (rev 4985)
@@ -15,6 +15,7 @@
 * Removed broken cash-basis reports (Chris T, h/t Jigme D
 * Backporting LedgerSMB::App_State to make other backports easier (Chris T)
 * Fixed Customer/Vendor search results unsorted (Chris T, h/t lbm, 3537592)
+* Income Statement/Balance sheet now pass through date ranges (Chris T)
 
 Andres B is Andres Basile
 Brian W is Brian Wolf

Modified: branches/1.3/templates/demo/balance_sheet.html
===================================================================
--- branches/1.3/templates/demo/balance_sheet.html	2012-07-14 09:47:20 UTC (rev 4984)
+++ branches/1.3/templates/demo/balance_sheet.html	2012-07-14 10:14:54 UTC (rev 4985)
@@ -40,9 +40,9 @@
 	RETURN UNLESS account_data.defined;
 	IF account_data.heading; ?><b><?lsmb
 		account_data.text; ?></b><?lsmb
-	ELSIF account_data.gifi_account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;login=<?lsmb login ?>&amp;sessionid=<?lsmb sessionid ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_gifi_accno=Y&amp;category=X&amp;gifi_accno=<?lsmb account_data.account ?>"><?lsmb
+	ELSIF account_data.gifi_account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;l_transdate=Y&amp;dateto=<?lsmb asofdate ?>&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_gifi_accno=Y&amp;category=X&amp;gifi_accno=<?lsmb account_data.account ?>"><?lsmb
 		account_data.text; ?></a><?lsmb
-	ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;login=<?lsmb login ?>&amp;sessionid=<?lsmb sessionid ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_accno=Y&amp;category=X&amp;accno=<?lsmb account_data.account ?>"><?lsmb
+	ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;dateto=<?lsmb asofdate ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_accno=Y&amp;category=X&amp;accno=<?lsmb account_data.account ?>"><?lsmb
 		account_data.text; ?></a><?lsmb
 	ELSIF account_data.subtotal; ?><b>&nbsp;&nbsp;<?lsmb
 		account_data.text; ?></b><?lsmb

Modified: branches/1.3/templates/demo/income_statement.html
===================================================================
--- branches/1.3/templates/demo/income_statement.html	2012-07-14 09:47:20 UTC (rev 4984)
+++ branches/1.3/templates/demo/income_statement.html	2012-07-14 10:14:54 UTC (rev 4985)
@@ -40,9 +40,9 @@
 	RETURN UNLESS account_data.defined;
 	IF account_data.heading; ?><br /><b><?lsmb
 		account_data.text; ?></b><?lsmb
-	ELSIF account_data.gifi_account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;login=<?lsmb login ?>&amp;sessionid=<?lsmb sessionid ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_gifi_accno=Y&amp;category=X&amp;gifi_accno=<?lsmb account_data.account ?>"><?lsmb
+	ELSIF account_data.gifi_account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;login=<?lsmb login ?>&amp;sessionid=<?lsmb sessionid ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_gifi_accno=Y&amp;category=X&amp;gifi_accno=<?lsmb account_data.account ?>&amp;datefrom=<?lsmb fromdate ?>&amp;dateto=<?lsmb todate ?>"><?lsmb
 		account_data.text; ?></a><?lsmb
-	ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;login=<?lsmb login ?>&amp;sessionid=<?lsmb sessionid ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_accno=Y&amp;category=X&amp;accno=<?lsmb account_data.account ?>"><?lsmb
+	ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&amp;path=<?lsmb path ?>&amp;login=<?lsmb login ?>&amp;sessionid=<?lsmb sessionid ?>&amp;l_transdate=Y&amp;l_reference=Y&amp;l_description=Y&amp;l_source=Y&amp;l_debit=Y&amp;l_credit=Y&amp;l_accno=Y&amp;category=X&amp;accno=<?lsmb account_data.account ?>&amp;datefrom=<?lsmb fromdate ?>&amp;dateto=<?lsmb todate ?>"><?lsmb
 		account_data.text; ?></a><?lsmb
 	ELSIF account_data.subtotal; ?><b>&nbsp;&nbsp;<?lsmb
 		account_data.text; ?></b><?lsmb

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