Revision 3424bf80
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/InstanceConfiguration.pm | ||
---|---|---|
49 | 49 |
return $self->{data}->{profit_determination}; |
50 | 50 |
} |
51 | 51 |
|
52 |
sub get_datev_check_on_sales_invoice { |
|
53 |
my ($self) = @_; |
|
54 |
return $self->{data}->{datev_check_on_sales_invoice}; |
|
55 |
} |
|
56 |
|
|
57 |
sub get_datev_check_on_purchase_invoice { |
|
58 |
my ($self) = @_; |
|
59 |
return $self->{data}->{datev_check_on_purchase_invoice}; |
|
60 |
} |
|
61 |
|
|
62 |
sub get_datev_check_on_ar_transaction { |
|
63 |
my ($self) = @_; |
|
64 |
return $self->{data}->{datev_check_on_ar_transaction}; |
|
65 |
} |
|
66 |
|
|
67 |
sub get_datev_check_on_ap_transaction { |
|
68 |
my ($self) = @_; |
|
69 |
return $self->{data}->{datev_check_on_ap_transaction}; |
|
70 |
} |
|
71 |
|
|
72 |
sub get_datev_check_on_gl_transaction { |
|
73 |
my ($self) = @_; |
|
74 |
return $self->{data}->{datev_check_on_gl_transaction}; |
|
75 |
} |
|
76 |
|
|
52 | 77 |
sub get_show_bestbefore { |
53 | 78 |
my ($self) = @_; |
54 | 79 |
return $self->{data}->{show_bestbefore}; |
... | ... | |
106 | 131 |
|
107 | 132 |
Returns the default profit determination method, balance or income |
108 | 133 |
|
134 |
=item C<get_datev_check_on_sales_invoice> |
|
135 |
|
|
136 |
Returns true if datev check should be performed on sales invoices |
|
137 |
|
|
138 |
=item C<get_datev_check_on_purchase_invoice> |
|
139 |
|
|
140 |
Returns true if datev check should be performed on purchase invoices |
|
141 |
|
|
142 |
=item C<get_datev_check_on_ar_transaction> |
|
143 |
|
|
144 |
Returns true if datev check should be performed on ar transactions |
|
145 |
|
|
146 |
=item C<get_datev_check_on_ap_transaction> |
|
147 |
|
|
148 |
Returns true if datev check should be performed on ap transactions |
|
149 |
|
|
150 |
=item C<get_datev_check_on_gl_transaction> |
|
151 |
|
|
152 |
Returns true if datev check should be performed on gl transactions |
|
153 |
|
|
109 | 154 |
=item C<get_show_bestbefore> |
110 | 155 |
|
111 | 156 |
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.