~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_budget/report/monthly_budget.mako

  • Committer: jf
  • Date: 2014-09-05 08:53:44 UTC
  • mfrom: (2206.3.39 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20140905085344-n3iz6igxpmo0yfht
Tags: pilot3.1b7
Pilot 3.1b7

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
      <Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"/>
98
98
    </Borders>
99
99
    <Font x:Family="Swiss" ss:Bold="1"/>
100
 
 
 
100
    <Alignment ss:Vertical="Center" ss:WrapText="1"/>
101
101
  </Style>
102
102
  <Style ss:ID="s28">
103
103
    <Alignment ss:Horizontal="Left" ss:Vertical="Bottom"/>
126
126
<ss:Worksheet ss:Name="${sheet_name(o.name and o.name.split('/')[-1])|x}">
127
127
 
128
128
  <Table x:FullColumns="1" x:FullRows="1">
129
 
    <Column ss:Width="160.75"/>
 
129
    <Column ss:Width="80.75"/>
130
130
    <Column ss:AutoFitWidth="0" ss:Width="273"/>
 
131
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
132
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
133
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
134
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
135
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
136
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
137
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
138
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
139
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
140
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
141
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
142
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
 
143
    <Column ss:AutoFitWidth="0" ss:Width="60.0"/>
131
144
 
132
145
    <Row>
133
146
      <Cell ss:StyleID="s22">
171
184
      <Cell ss:StyleID="s22" ><Data ss:Type="String">${( o.version or '' )|x}</Data></Cell>
172
185
    </Row>
173
186
 
174
 
    <Row ss:Index="8">
 
187
    <Row ss:Index="8" ss:AutoFitHeight="1">
175
188
      <Cell ss:StyleID="s24"><Data ss:Type="String">${_('Account code - Destination code')}</Data></Cell>
176
189
      <Cell ss:StyleID="s24"><Data ss:Type="String">${_('Account description')}</Data></Cell>
177
190
      <Cell ss:StyleID="s24"><Data ss:Type="String">${_('Jan')}</Data></Cell>
219
232
% endfor
220
233
 
221
234
  </Table>
222
 
<x:WorksheetOptions/></ss:Worksheet>
 
235
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
 
236
   <FitToPage/>
 
237
   <PageSetup>
 
238
    <Layout x:Orientation="Landscape"/>
 
239
    <Footer x:Data="Page &amp;P of &amp;N"/>
 
240
   </PageSetup>
 
241
   <Print>
 
242
     <FitHeight>0</FitHeight>
 
243
     <ValidPrinterInfo/>
 
244
     <PaperSizeIndex>9</PaperSizeIndex>
 
245
     <HorizontalResolution>600</HorizontalResolution>
 
246
     <VerticalResolution>600</VerticalResolution>
 
247
   </Print>
 
248
   <Selected/>
 
249
   <Panes>
 
250
     <Pane>
 
251
       <Number>3</Number>
 
252
       <ActiveRow>17</ActiveRow>
 
253
     </Pane>
 
254
   </Panes>
 
255
   <ProtectObjects>False</ProtectObjects>
 
256
   <ProtectScenarios>False</ProtectScenarios>
 
257
 </WorksheetOptions>
 
258
</ss:Worksheet>
223
259
% endfor
224
260
</Workbook>