Skip to content

Commit

Permalink
Změnit typ_transakce na typ_dokladu (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubklimek committed Feb 13, 2019
1 parent f3fcf39 commit d5f9917
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions faktury/draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ <h4>Identifikátor</h4>

</section>

<section id="vlastnost-faktura-typ-transakce">
<h4>Typ transakce</h4>
<section id="vlastnost-faktura-typ-dokladu">
<h4>Typ dokladu</h4>
<dl>
<dt>
Vlastnost
</dt>
<dd>
<code>typ_transakce</code>
<code>typ_dokladu</code>
</dd>
<dt>
Typ
Expand All @@ -170,19 +170,19 @@ <h4>Typ transakce</h4>
Jméno
</dt>
<dd>
Typ transakce
Typ dokladu
</dd>
<dt>
Popis
</dt>
<dd>
Popis typu transakce.
Typ dokladu.
</dd>
<dt>
Příklad
Příklady
</dt>
<dd>
<code>Přijaté faktury</code>, <code>Jiné přijaté platby</code>, <code>Vystavené faktury</code>
<code>Přijatá faktura</code>, <code>Jiná přijatá platba</code>, <code>Vystavená faktura</code>, <code>Dobropis</code>, <code>zálohová faktura</code>, <code>platební poukaz</code>, <code>likvidační list příjmu</code>
</dd>
</dl>

Expand Down
Loading

0 comments on commit d5f9917

Please sign in to comment.