Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3424bf80

Von Bernd Bleßmann vor mehr als 12 Jahren hinzugefügt

  • ID 3424bf80214aede7a8318c39b754290738e4aea0
  • Vorgänger 4b31e6ba
  • Nachfolger d1d96e5d

Option für Datev-Check in Mandantenkonfiguration verschoben.

Unterschiede anzeigen:

SL/InstanceConfiguration.pm
return $self->{data}->{profit_determination};
}
sub get_datev_check_on_sales_invoice {
my ($self) = @_;
return $self->{data}->{datev_check_on_sales_invoice};
}
sub get_datev_check_on_purchase_invoice {
my ($self) = @_;
return $self->{data}->{datev_check_on_purchase_invoice};
}
sub get_datev_check_on_ar_transaction {
my ($self) = @_;
return $self->{data}->{datev_check_on_ar_transaction};
}
sub get_datev_check_on_ap_transaction {
my ($self) = @_;
return $self->{data}->{datev_check_on_ap_transaction};
}
sub get_datev_check_on_gl_transaction {
my ($self) = @_;
return $self->{data}->{datev_check_on_gl_transaction};
}
sub get_show_bestbefore {
my ($self) = @_;
return $self->{data}->{show_bestbefore};
......
Returns the default profit determination method, balance or income
=item C<get_datev_check_on_sales_invoice>
Returns true if datev check should be performed on sales invoices
=item C<get_datev_check_on_purchase_invoice>
Returns true if datev check should be performed on purchase invoices
=item C<get_datev_check_on_ar_transaction>
Returns true if datev check should be performed on ar transactions
=item C<get_datev_check_on_ap_transaction>
Returns true if datev check should be performed on ap transactions
=item C<get_datev_check_on_gl_transaction>
Returns true if datev check should be performed on gl transactions
=item C<get_show_bestbefore>
Returns the default behavior for showing best before date, true or false

Auch abrufbar als: Unified diff