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 --- templates/French-balance_sheet.html | 109 ++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100755 templates/French-balance_sheet.html (limited to 'templates/French-balance_sheet.html') diff --git a/templates/French-balance_sheet.html b/templates/French-balance_sheet.html new file mode 100755 index 00000000..56748d69 --- /dev/null +++ b/templates/French-balance_sheet.html @@ -0,0 +1,109 @@ + + + + + + +Bilan + + + + + + +

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

BILAN DE VÉRIFICATION +
<%period%> +

+ + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + +
ACTIF

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


Total Actif<%total_assets_this_period%>
<%total_assets_last_period%>
PASSIF
<%liability_account%><%liability_this_period%><%liability_last_period%>


Total Passif<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
BENEFICES NON DISTRIBUÉS

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


Total Capital<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
TOTAL PASSIF & CAPITAL<%total_this_period%>

<%total_last_period%>

+ + -- cgit v1.2.3