Revision 98b64fe1
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
t/db_helper/payment.t | ||
---|---|---|
147 | 147 |
description => 'Fourty-two fifty-four', |
148 | 148 |
lastcost => 1.93, |
149 | 149 |
sellprice => 2.34, |
150 |
part_type => 'part', |
|
150 | 151 |
buchungsgruppen_id => $buchungsgruppe->id, |
151 | 152 |
unit => $unit->name, |
152 | 153 |
%{ $params{part1} } |
... | ... | |
157 | 158 |
description => 'Zero EIGHT fifteeN @ 7%', |
158 | 159 |
lastcost => 5.473, |
159 | 160 |
sellprice => 9.714, |
161 |
part_type => 'part', |
|
160 | 162 |
buchungsgruppen_id => $buchungsgruppe7->id, |
161 | 163 |
unit => $unit->name, |
162 | 164 |
%{ $params{part2} } |
... | ... | |
166 | 168 |
description => 'Testware 19%', |
167 | 169 |
lastcost => 0, |
168 | 170 |
sellprice => 50, |
171 |
part_type => 'part', |
|
169 | 172 |
buchungsgruppen_id => $buchungsgruppe->id, |
170 | 173 |
unit => $unit->name, |
171 | 174 |
%{ $params{part3} } |
... | ... | |
175 | 178 |
description => 'Testware 7%', |
176 | 179 |
lastcost => 0, |
177 | 180 |
sellprice => 50, |
181 |
part_type => 'part', |
|
178 | 182 |
buchungsgruppen_id => $buchungsgruppe7->id, |
179 | 183 |
unit => $unit->name, |
180 | 184 |
%{ $params{part4} } |
Auch abrufbar als: Unified diff
Ware/Erzeugnis/Dienstleistung per parts.part_type unterscheiden 2
kivitendo Code angepasst.