Revision 35a20569
Von Sven Schöling vor fast 8 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
453 | 453 |
my $tpca_remainder = 0; |
454 | 454 |
|
455 | 455 |
$::request->layout->get('actionbar')->add_actions( |
456 |
[ t8('Update'), submit => [ '#form', { action_update => 1 } ] ], # always
|
|
457 |
[ t8('Ship to'), submit => [ '#form', { action_ship_to => 1 } ] ], # always
|
|
458 |
[ t8('Print'), submit => [ '#form', { action_print => 1 } ], checks => [ qw(require-data-dransation) ] ],
|
|
459 |
[ t8('E Mail'), submit => [ '#form', { action_print => 1 } ], checks => [ qw(require-data-dransation) ] ],
|
|
460 |
[ t8('Save'), submit => [ '#form', { action_save => 1 } ], checks => [ qw(require-data-dransation) ], confirm => t8('Missing transport cost: #1 Are you sure?', $tpca_remainder) ], # always, optional warn_save_active_periodic_invoice,
|
|
461 |
[ t8('Save and Close'), submit => [ '#form', { action_save_and_close => 1 } ], checks => [ qw(require-data-dransation) ], confirm => t8('Missing transport cost: #1 Are you sure?', $tpca_remainder) ], # always, optional warn_save_active_periodic_invoice,
|
|
462 |
[ t8('Follow Up'), function => [ 'follow_up_window' ], disabled => !$::form->{id} ],
|
|
456 |
[ t8('Update'), submit => [ '#form', { action_update => 1 } ] ], |
|
457 |
[ t8('Ship to'), submit => [ '#form', { action_ship_to => 1 } ] ], |
|
458 |
[ t8('Print'), submit => [ '#form', { action_print => 1 } ], checks => [ qw(kivi.SalesPurchase.check_transaction_description) ] ],
|
|
459 |
[ t8('E Mail'), submit => [ '#form', { action_print => 1 } ], checks => [ qw(kivi.SalesPurchase.check_transaction_description) ] ],
|
|
460 |
[ t8('Save'), submit => [ '#form', { action_save => 1 } ], checks => [ qw(kivi.SalesPurchase.check_transaction_description) ], confirm => t8('Missing transport cost: #1 Are you sure?', $tpca_remainder) ], # always, optional warn_save_active_periodic_invoice,
|
|
461 |
[ t8('Save and Close'), submit => [ '#form', { action_save_and_close => 1 } ], checks => [ qw(kivi.SalesPurchase.check_transaction_description) ], confirm => t8('Missing transport cost: #1 Are you sure?', $tpca_remainder) ], # always, optional warn_save_active_periodic_invoice,
|
|
462 |
[ t8('Follow-Up'), function => [ 'follow_up_window' ], disabled => !$::form->{id} ],
|
|
463 | 463 |
[ t8('History'), function => [ 'set_history_window', $::form->{id} * 1, 'id' ], disabled => !$::form->{id} ], |
464 |
[ t8('Save as new'), submit => [ '#form', { action_save_as_new => 1 } ], checks => [ qw(require-data-dransation) ], disabled => !$::form->{id} ],
|
|
464 |
[ t8('Save as new'), submit => [ '#form', { action_save_as_new => 1 } ], checks => [ qw(kivi.SalesPurchase.check_transaction_description) ], disabled => !$::form->{id} ],
|
|
465 | 465 |
([ t8('Delete'), submit => [ '#form', { action_delete => 1 } ], disabled => !$::form->{id} ]) x!!( $::form->{id} && (!$is_sales_ord || $::instance_conf->get_sales_order_show_delete) && (!$is_pur_ord || $::instance_conf->get_purchase_order_show_delete ) ), |
466 | 466 |
([ t8('Sales Order'), submit => [ '#form', { action_sales_order => 1 } ], disabled => !$::form->{id} ]) x!!($is_sales_quo ), |
467 | 467 |
([ t8('Purchase Order'), submit => [ '#form', { action_sales_order => 1 } ], disabled => !$::form->{id} ]) x!!($is_req_quo ), |
Auch abrufbar als: Unified diff
oe: auch die korrekten checks registrieren