Skip to content

Commit 31c97e6

Browse files
committed
[UPD] README.rst
1 parent 0b42bbb commit 31c97e6

File tree

1 file changed

+32
-14
lines changed
  • account_invoice_report_hide_line/static/description

1 file changed

+32
-14
lines changed

account_invoice_report_hide_line/static/description/index.html

+32-14
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<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/" />
77
<title>Hide invoice lines from the PDF report if the unit price is 0</title>
88
<style type="text/css">
99

1010
/*
1111
: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 $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
@@ -37,6 +37,14 @@
3737
.hidden {
3838
display: none }
3939

40+
.subscript {
41+
vertical-align: sub;
42+
font-size: smaller }
43+
44+
.superscript {
45+
vertical-align: super;
46+
font-size: smaller }
47+
4048
a.toc-backref {
4149
text-decoration: none ;
4250
color: black }
@@ -161,12 +169,12 @@
161169
hr.docutils {
162170
width: 75% }
163171

164-
img.align-left, .figure.align-left, object.align-left {
172+
img.align-left, .figure.align-left, object.align-left, table.align-left {
165173
clear: left ;
166174
float: left ;
167175
margin-right: 1em }
168176

169-
img.align-right, .figure.align-right, object.align-right {
177+
img.align-right, .figure.align-right, object.align-right, table.align-right {
170178
clear: right ;
171179
float: right ;
172180
margin-left: 1em }
@@ -177,6 +185,11 @@
177185
margin-right: auto;
178186
}
179187

188+
table.align-center {
189+
margin-left: auto;
190+
margin-right: auto;
191+
}
192+
180193
.align-left {
181194
text-align: left }
182195

@@ -194,6 +207,15 @@
194207
/* div.align-center * { */
195208
/* text-align: left } */
196209

210+
.align-top {
211+
vertical-align: top }
212+
213+
.align-middle {
214+
vertical-align: middle }
215+
216+
.align-bottom {
217+
vertical-align: bottom }
218+
197219
ol.simple, ul.simple {
198220
margin-bottom: 1em }
199221

@@ -365,25 +387,21 @@ <h1 class="title">Hide invoice lines from the PDF report if the unit price is 0<
365387
<div class="section" id="usage">
366388
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
367389
<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>
373393
<li><dl class="first docutils">
374394
<dt>Add an invoice line</dt>
375-
<dd><ul class="first last simple">
395+
<dd><ul class="first last">
376396
<li>Un-check the “Show in report” box</li>
377397
<li>Select a storable product</li>
378398
<li>Set the unit price to 0</li>
379399
</ul>
380400
</dd>
381401
</dl>
382402
</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>
387405
</ul>
388406
</div>
389407
<div class="section" id="bug-tracker">

0 commit comments

Comments
 (0)