X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4b31e6ba4211c900648d92af80ae8d09041977ad..3424bf80214aede7a8318c39b754290738e4aea0:/SL/InstanceConfiguration.pm diff --git a/SL/InstanceConfiguration.pm b/SL/InstanceConfiguration.pm index 4629e9423..58025ce57 100644 --- a/SL/InstanceConfiguration.pm +++ b/SL/InstanceConfiguration.pm @@ -49,6 +49,31 @@ sub get_profit_determination { 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}; @@ -106,6 +131,26 @@ Returns the default inventory system, perpetual or periodic Returns the default profit determination method, balance or income +=item C + +Returns true if datev check should be performed on sales invoices + +=item C + +Returns true if datev check should be performed on purchase invoices + +=item C + +Returns true if datev check should be performed on ar transactions + +=item C + +Returns true if datev check should be performed on ap transactions + +=item C + +Returns true if datev check should be performed on gl transactions + =item C Returns the default behavior for showing best before date, true or false