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

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



Revision: 5884
          http://sourceforge.net/p/ledger-smb/code/5884
Author:   einhverfr
Date:     2013-05-30 12:04:22 +0000 (Thu, 30 May 2013)
Log Message:
-----------
Fixing xedemo templates for income statement/balance sheet clickthrough

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

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-05-30 11:41:10 UTC (rev 5883)
+++ branches/1.3/Changelog	2013-05-30 12:04:22 UTC (rev 5884)
@@ -2,6 +2,10 @@
 Initial Release:  Monday, Oct 12 2011
 Supported Presently
 
+Changelog for 1.3.34
+* Fixed some SQL syntax issues on using overpayments (Chris T)
+* Fixed date range when clicking through income statement to gl (Chris T, 836)
+
 Changelog for 1.3.33
 * Fixed <?lsmb YYMMMDD ?> interpolation in settings (Chris T)
 * Fixed Department dropdown ordering and selection (Chris T, 810)

Modified: branches/1.3/templates/xedemo/balance_sheet.html
===================================================================
--- branches/1.3/templates/xedemo/balance_sheet.html	2013-05-30 11:41:10 UTC (rev 5883)
+++ branches/1.3/templates/xedemo/balance_sheet.html	2013-05-30 12:04:22 UTC (rev 5884)
@@ -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/xedemo/income_statement.html
===================================================================
--- branches/1.3/templates/xedemo/income_statement.html	2013-05-30 11:41:10 UTC (rev 5883)
+++ branches/1.3/templates/xedemo/income_statement.html	2013-05-30 12:04:22 UTC (rev 5884)
@@ -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.