Revision 1927b931
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
| SL/DB/ValidityToken.pm | ||
|---|---|---|
|  | ||
| __PACKAGE__->meta->initialize;
 | ||
|  | ||
| use constant SCOPE_SALES_INVOICE_POST  => 'SalesInvoice::Post';
 | ||
| use constant SCOPE_DELIVERY_ORDER_SAVE => 'DeliveryOrder::Save';
 | ||
| use constant SCOPE_ORDER_SAVE          => 'Order::Save';
 | ||
| use constant SCOPE_RECLAMATION_SAVE    => 'Reclamation::Save';
 | ||
| use constant SCOPE_SALES_INVOICE_POST    => 'SalesInvoice::Post';
 | ||
| use constant SCOPE_PURCHASE_INVOICE_POST => 'PurchaseInvoice::Post';
 | ||
| use constant SCOPE_DELIVERY_ORDER_SAVE   => 'DeliveryOrder::Save';
 | ||
| use constant SCOPE_ORDER_SAVE            => 'Order::Save';
 | ||
| use constant SCOPE_RECLAMATION_SAVE      => 'Reclamation::Save';
 | ||
|  | ||
| sub create {
 | ||
|   my ($class, %params) = @_;
 | ||
Auch abrufbar als: Unified diff
Gültigkeitstoken Einkaufsrechnung