Revision 3424bf80
Von Bernd Bleßmann vor mehr als 12 Jahren hinzugefügt
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
Option für Datev-Check in Mandantenkonfiguration verschoben.