[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6116] trunk/UI/Reports
- Subject: SF.net SVN: ledger-smb:[6116] trunk/UI/Reports
- From: ..hidden..
- Date: Tue, 8 Oct 2013 09:19:50 +0000
Revision: 6116
http://sourceforge.net/p/ledger-smb/code/6116
Author: einhverfr
Date: 2013-10-08 09:19:49 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
Balance sheet and PNL dislay/CSS fixes
Modified Paths:
--------------
trunk/UI/Reports/PNL.html
trunk/UI/Reports/balance_sheet.html
trunk/UI/Reports/pnl.css
Modified: trunk/UI/Reports/PNL.html
===================================================================
--- trunk/UI/Reports/PNL.html 2013-10-08 07:05:13 UTC (rev 6115)
+++ trunk/UI/Reports/PNL.html 2013-10-08 09:19:49 UTC (rev 6116)
@@ -87,7 +87,7 @@
<td class="amount total">
<?lsmb account_data.totals.${COMP.label}.E ?></td>
<?lsmb END ?></tr>
- <tr class="separator"><td colspan="<?lsmb COLS ?>"></td></tr>
+ <tr class="separator"><td colspan="<?lsmb COLS ?>"> </td></tr>
<tr class="sectionfoot">
<th><?lsmb text('Total Income') ?></th>
<td class="amount"><?lsmb account_data.totals.main.I ?></td>
Modified: trunk/UI/Reports/balance_sheet.html
===================================================================
--- trunk/UI/Reports/balance_sheet.html 2013-10-08 07:05:13 UTC (rev 6115)
+++ trunk/UI/Reports/balance_sheet.html 2013-10-08 09:19:49 UTC (rev 6116)
@@ -1,4 +1,5 @@
-<?lsmb INCLUDE 'ui-header.html' stylesheet=request.stylesheet ?>
+<?lsmb INCLUDE 'ui-header.html' stylesheet=request.stylesheet
+ include_stylesheet = ['UI/Reports/pnl.css']; ?>
<body class="financial-statement" id="balance-sheet">
<h1><?lsmb text('Balance Sheet') ?></h1>
<h2><?lsmb text('Through date:') _ ' ' _ report.to_date ?></h2>
Modified: trunk/UI/Reports/pnl.css
===================================================================
--- trunk/UI/Reports/pnl.css 2013-10-08 07:05:13 UTC (rev 6115)
+++ trunk/UI/Reports/pnl.css 2013-10-08 09:19:49 UTC (rev 6116)
@@ -23,8 +23,17 @@
text-align: right;
}
tr.separator {
- background-color: gray;
+ min-height: 1em;
}
+tr.sectionhead {
+}
+tr.sectionhead th {
+ padding-top: 2em;
+ margin-top: 4em;
+ font-size: 120%;
+ font-weight: bold;
+}
+
td.total {
border: 0px;
border-top: 1px;
@@ -35,3 +44,11 @@
th {
vertical-align: bottom;
}
+
+table {
+ margin-right: auto;
+ margin-left: auto;
+}
+h1, h2 {
+ text-align: center;
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits