From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- .../Traditional_Chinese_Big5-balance_sheet.html | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100755 templates/Traditional_Chinese_Big5-balance_sheet.html (limited to 'templates/Traditional_Chinese_Big5-balance_sheet.html') diff --git a/templates/Traditional_Chinese_Big5-balance_sheet.html b/templates/Traditional_Chinese_Big5-balance_sheet.html new file mode 100755 index 00000000..a31a41dd --- /dev/null +++ b/templates/Traditional_Chinese_Big5-balance_sheet.html @@ -0,0 +1,110 @@ + + + +

+<%company%> +
<%address%> + +

資產負債表 +
期間 <%this_period%> +

+ +<%if department%> +

部門: <%department%>

+<%end department%> + + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + +
資產

<%this_period%><%last_period%>
<%asset_account%><%asset_this_period%><%asset_last_period%>


資產合計<%total_assets_this_period%>
<%total_assets_last_period%>
負債
<%liability_account%><%liability_this_period%><%liability_last_period%>


負債合計<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
股東權益

<%equity_account%><%equity_this_period%><%equity_last_period%>


股東權益合計<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
負債及股東權益合計<%total_this_period%>

<%total_last_period%>

+ + + + + + + + + -- cgit v1.2.3