[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5884] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5884] branches/1.3
- From: ..hidden..
- Date: Thu, 30 May 2013 12:04:23 +0000
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&path=<?lsmb path ?>&login=<?lsmb login ?>&sessionid=<?lsmb sessionid ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_gifi_accno=Y&category=X&gifi_accno=<?lsmb account_data.account ?>"><?lsmb
+ ELSIF account_data.gifi_account; ?><a href="gl.pl?action=generate_report&path=<?lsmb path ?>&l_transdate=Y&dateto=<?lsmb asofdate ?>&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_gifi_accno=Y&category=X&gifi_accno=<?lsmb account_data.account ?>"><?lsmb
account_data.text; ?></a><?lsmb
- ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&path=<?lsmb path ?>&login=<?lsmb login ?>&sessionid=<?lsmb sessionid ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_accno=Y&category=X&accno=<?lsmb account_data.account ?>"><?lsmb
+ ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&path=<?lsmb path ?>&dateto=<?lsmb asofdate ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_accno=Y&category=X&accno=<?lsmb account_data.account ?>"><?lsmb
account_data.text; ?></a><?lsmb
ELSIF account_data.subtotal; ?><b> <?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&path=<?lsmb path ?>&login=<?lsmb login ?>&sessionid=<?lsmb sessionid ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_gifi_accno=Y&category=X&gifi_accno=<?lsmb account_data.account ?>"><?lsmb
+ ELSIF account_data.gifi_account; ?><a href="gl.pl?action=generate_report&path=<?lsmb path ?>&login=<?lsmb login ?>&sessionid=<?lsmb sessionid ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_gifi_accno=Y&category=X&gifi_accno=<?lsmb account_data.account ?>&datefrom=<?lsmb fromdate ?>&dateto=<?lsmb todate ?>"><?lsmb
account_data.text; ?></a><?lsmb
- ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&path=<?lsmb path ?>&login=<?lsmb login ?>&sessionid=<?lsmb sessionid ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_accno=Y&category=X&accno=<?lsmb account_data.account ?>"><?lsmb
+ ELSIF account_data.account; ?><a href="gl.pl?action=generate_report&path=<?lsmb path ?>&login=<?lsmb login ?>&sessionid=<?lsmb sessionid ?>&l_transdate=Y&l_reference=Y&l_description=Y&l_source=Y&l_debit=Y&l_credit=Y&l_accno=Y&category=X&accno=<?lsmb account_data.account ?>&datefrom=<?lsmb fromdate ?>&dateto=<?lsmb todate ?>"><?lsmb
account_data.text; ?></a><?lsmb
ELSIF account_data.subtotal; ?><b> <?lsmb
account_data.text; ?></b><?lsmb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.