Revision 51264c43
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
207 | 207 |
|
208 | 208 |
An alias for C<transdate> for compatibility with other sales/purchase models. |
209 | 209 |
|
210 |
=item C<displayable_name> |
|
211 |
|
|
212 |
Returns a human-readable and translated description of the delivery order, consisting of |
|
213 |
record type and number, e.g. "Verkaufslieferschein 123". |
|
214 |
|
|
210 | 215 |
=item C<displayable_state> |
211 | 216 |
|
212 | 217 |
Returns a human-readable description of the state regarding being |
... | ... | |
214 | 219 |
|
215 | 220 |
=item C<items> |
216 | 221 |
|
217 |
An alias for C<deliver_orer_items> for compatibility with other
|
|
222 |
An alias for C<delivery_order_items> for compatibility with other
|
|
218 | 223 |
sales/purchase models. |
219 | 224 |
|
220 | 225 |
=item C<new_from $source, %params> |
... | ... | |
280 | 285 |
|
281 | 286 |
=item C<type> |
282 | 287 |
|
283 |
Returns a stringdescribing this record's type: either |
|
288 |
Returns a string describing this record's type: either
|
|
284 | 289 |
C<sales_delivery_order> or C<purchase_delivery_order>. |
285 | 290 |
|
286 | 291 |
=back |
Auch abrufbar als: Unified diff
DeliveryOrder - Doku und Typos