Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4a512642

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 4a512642d332384ddc7f24e29343f63508e1bfa1
  • Vorgänger d204ad68
  • Nachfolger 8f61d18a

Model::Record: Workflow zu Angebots- und Auftrags-Eingänge eingefügt

Unterschiede anzeigen:

SL/Controller/Order.pm
2296 2296
          t8('Save and Purchase Quotation Intake'),
2297 2297
          call     => [ 'kivi.submit_ajax_form', $self->url_for(action => "save_and_order_workflow", to_type => PURCHASE_QUOTATION_INTAKE_TYPE()), '#order_form' ],
2298 2298
          only_if  => (any { $self->type eq $_ } (REQUEST_QUOTATION_TYPE())),
2299
          only_if  => $self->type_data->show_menu('save_and_purchase_quotation_intake'),
2299 2300
          disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef,
2300 2301
        ],
2301 2302
        action => [
2302 2303
          t8('Save and Sales Order Intake'),
2303 2304
          call     => [ 'kivi.submit_ajax_form', $self->url_for(action => "save_and_order_workflow", to_type => SALES_ORDER_INTAKE_TYPE()), '#order_form' ],
2304 2305
          only_if  => (any { $self->type eq $_ } (SALES_QUOTATION_TYPE())),
2306
          only_if  => $self->type_data->show_menu('save_and_sales_order_intake'),
2305 2307
          disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef,
2306 2308
        ],
2307 2309
        action => [

Auch abrufbar als: Unified diff