Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e3660d9e

Von Bernd Bleßmann vor 7 Monaten hinzugefügt

  • ID e3660d9ebbc3780bf9275cef5971f1d72bc0cef2
  • Vorgänger 37b0caec
  • Nachfolger ec57bf69

Sichtbarkeit Anzahlungs-/Schluss-Rgs: Einstellung bei Workflows berücksichtigen

Unterschiede anzeigen:

SL/DB/Order/TypeData.pm
save_and_purchase_delivery_order => 0,
save_and_supplier_delivery_order => 0,
save_and_reclamation => sub { $::instance_conf->get_show_sales_reclamation },
save_and_invoice_for_advance_payment => 1,
save_and_final_invoice => 1,
save_and_invoice_for_advance_payment => sub { $::instance_conf->get_show_invoice_for_advance_payment },
save_and_final_invoice => sub { $::instance_conf->get_show_invoice_for_advance_payment },
save_and_ap_transaction => 0,
save_and_invoice => 1,
save_and_print => 1,
bin/mozilla/is.pl
: $has_final_invoice ? t8('This invoice has already a final invoice.')
: $is_invoice_for_advance_payment_from_order ? t8('This invoice was added from an order. See there.')
: undef,
only_if => $form->{type} eq "invoice_for_advance_payment",
only_if => ($form->{type} eq "invoice_for_advance_payment" && $::instance_conf->get_show_invoice_for_advance_payment),
],
action => [
t8('Final Invoice'),
......
: $has_final_invoice ? t8('This invoice has already a final invoice.')
: $is_invoice_for_advance_payment_from_order ? t8('This invoice was added from an order. See there.')
: undef,
only_if => $form->{type} eq "invoice_for_advance_payment",
only_if => ($form->{type} eq "invoice_for_advance_payment" && $::instance_conf->get_show_invoice_for_advance_payment),
],
action => [
t8('Credit Note'),

Auch abrufbar als: Unified diff