|
3 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4 | 4 | <head>
|
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6 |
| -<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" /> |
| 6 | +<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" /> |
7 | 7 | <title>Hide invoice lines from the PDF report if the unit price is 0</title>
|
8 | 8 | <style type="text/css">
|
9 | 9 |
|
10 | 10 | /*
|
11 | 11 | :Author: David Goodger (goodger@python.org)
|
12 |
| -:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $ |
| 12 | +:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ |
13 | 13 | :Copyright: This stylesheet has been placed in the public domain.
|
14 | 14 |
|
15 | 15 | Default cascading style sheet for the HTML output of Docutils.
|
|
37 | 37 | .hidden {
|
38 | 38 | display: none }
|
39 | 39 |
|
| 40 | +.subscript { |
| 41 | + vertical-align: sub; |
| 42 | + font-size: smaller } |
| 43 | + |
| 44 | +.superscript { |
| 45 | + vertical-align: super; |
| 46 | + font-size: smaller } |
| 47 | + |
40 | 48 | a.toc-backref {
|
41 | 49 | text-decoration: none ;
|
42 | 50 | color: black }
|
|
161 | 169 | hr.docutils {
|
162 | 170 | width: 75% }
|
163 | 171 |
|
164 |
| -img.align-left, .figure.align-left, object.align-left { |
| 172 | +img.align-left, .figure.align-left, object.align-left, table.align-left { |
165 | 173 | clear: left ;
|
166 | 174 | float: left ;
|
167 | 175 | margin-right: 1em }
|
168 | 176 |
|
169 |
| -img.align-right, .figure.align-right, object.align-right { |
| 177 | +img.align-right, .figure.align-right, object.align-right, table.align-right { |
170 | 178 | clear: right ;
|
171 | 179 | float: right ;
|
172 | 180 | margin-left: 1em }
|
|
177 | 185 | margin-right: auto;
|
178 | 186 | }
|
179 | 187 |
|
| 188 | +table.align-center { |
| 189 | + margin-left: auto; |
| 190 | + margin-right: auto; |
| 191 | +} |
| 192 | + |
180 | 193 | .align-left {
|
181 | 194 | text-align: left }
|
182 | 195 |
|
|
194 | 207 | /* div.align-center * { */
|
195 | 208 | /* text-align: left } */
|
196 | 209 |
|
| 210 | +.align-top { |
| 211 | + vertical-align: top } |
| 212 | + |
| 213 | +.align-middle { |
| 214 | + vertical-align: middle } |
| 215 | + |
| 216 | +.align-bottom { |
| 217 | + vertical-align: bottom } |
| 218 | + |
197 | 219 | ol.simple, ul.simple {
|
198 | 220 | margin-bottom: 1em }
|
199 | 221 |
|
@@ -365,25 +387,21 @@ <h1 class="title">Hide invoice lines from the PDF report if the unit price is 0<
|
365 | 387 | <div class="section" id="usage">
|
366 | 388 | <h1><a class="toc-backref" href="#id1">Usage</a></h1>
|
367 | 389 | <p>To use this module, you need to:</p>
|
368 |
| -<ul> |
369 |
| -<li><p class="first">Go to Invoicing</p> |
370 |
| -</li> |
371 |
| -<li><p class="first">Create or select a draft invoice</p> |
372 |
| -</li> |
| 390 | +<ul class="simple"> |
| 391 | +<li>Go to Invoicing</li> |
| 392 | +<li>Create or select a draft invoice</li> |
373 | 393 | <li><dl class="first docutils">
|
374 | 394 | <dt>Add an invoice line</dt>
|
375 |
| -<dd><ul class="first last simple"> |
| 395 | +<dd><ul class="first last"> |
376 | 396 | <li>Un-check the “Show in report” box</li>
|
377 | 397 | <li>Select a storable product</li>
|
378 | 398 | <li>Set the unit price to 0</li>
|
379 | 399 | </ul>
|
380 | 400 | </dd>
|
381 | 401 | </dl>
|
382 | 402 | </li>
|
383 |
| -<li><p class="first">Save and print the invoice. The new line does not show up in PDF.</p> |
384 |
| -</li> |
385 |
| -<li><p class="first">If you are using anglo-saxon accounting, validate the invoice and check that the journal entry is reconciling the delivery of the product.</p> |
386 |
| -</li> |
| 403 | +<li>Save and print the invoice. The new line does not show up in PDF.</li> |
| 404 | +<li>If you are using anglo-saxon accounting, validate the invoice and check that the journal entry is reconciling the delivery of the product.</li> |
387 | 405 | </ul>
|
388 | 406 | </div>
|
389 | 407 | <div class="section" id="bug-tracker">
|
|
0 commit comments