Skladová karta: Porovnání verzí
Z K.A.P.
Skočit na navigaciSkočit na vyhledáváním |
m |
||
Řádek 36: | Řádek 36: | ||
|align="right" |Cell 2 (right aligned) | |align="right" |Cell 2 (right aligned) | ||
|- | |- | ||
+ | |} | ||
+ | |||
+ | {| | ||
+ | |+ The table's caption | ||
+ | ! Column heading 1 !! Column heading 2 !! Column heading 3 | ||
+ | |- | ||
+ | ! Row heading 1 | ||
+ | | Cell 2 || Cell 3 | ||
+ | |- | ||
+ | ! Row heading A | ||
+ | |Cell B | ||
+ | |Cell C | ||
|} | |} |
Verze z 3. 11. 2008, 12:06
Aby program mohl zpracovávat příjem a výdej zboží (popř. výrobků a obalů), musí o zboží mít určité informace. Tyto informace jsou uloženy ve skladových kartách ( v programu jsou obvykle zkráceně označovány jako karty). V kartách jsou uloženy takové informace, jako je název zboží, prodejní cena, sazba DPH a pod. Každá skladová karta musí
a toto je pod ní
header 1 | header 2 | header 3 |
---|---|---|
row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
Cell 1 | Cell 2 | Cell 3 |
Cell A | Cell B | Cell C |
Cell 1 (no modifier - not aligned) |
Cell 2 (right aligned) |
Column heading 1 | Column heading 2 | Column heading 3 |
---|---|---|
Row heading 1 | Cell 2 | Cell 3 |
Row heading A | Cell B | Cell C |