Revision b04128a3
Von Jan Büren vor mehr als 10 Jahren hinzugefügt
SL/InstanceConfiguration.pm | ||
---|---|---|
94 | 94 |
|
95 | 95 |
=over 4 |
96 | 96 |
|
97 |
=item C<new> |
|
98 |
|
|
99 |
Creates a new instance. Does not read the configuration. |
|
100 |
|
|
101 |
=item C<crm_installed> |
|
102 |
|
|
103 |
Returns trueish if the CRM component is installed. |
|
104 |
|
|
105 | 97 |
=item C<get_currencies> |
106 | 98 |
|
107 | 99 |
Returns an array of configured currencies. |
108 | 100 |
|
109 |
=item C<get_default_currency> |
|
110 |
|
|
111 |
Returns the default currency or undef if no currency has been |
|
112 |
configured. |
|
113 |
|
|
114 |
=item C<get_accounting_method> |
|
115 |
|
|
116 |
Returns the default accounting method, accrual or cash |
|
117 |
|
|
118 |
=item C<get_inventory_system> |
|
119 |
|
|
120 |
Returns the default inventory system, perpetual or periodic |
|
121 |
|
|
122 |
=item C<get_profit_determination> |
|
123 |
|
|
124 |
Returns the default profit determination method, balance or income |
|
125 |
|
|
126 |
=item C<get_balance_startdate_method> |
|
127 |
|
|
128 |
Returns the default method for determining the startdate for the balance |
|
129 |
report. |
|
130 |
|
|
131 |
Valid options: |
|
132 |
closed_to start_of_year all_transactions last_ob_or_all_transactions last_ob_or_start_of_year |
|
133 |
|
|
134 |
=item C<get_is_changeable> |
|
135 |
|
|
136 |
=item C<get_ir_changeable> |
|
137 |
|
|
138 |
=item C<get_ar_changeable> |
|
139 |
|
|
140 |
=item C<get_ap_changeable> |
|
141 |
|
|
142 |
=item C<get_gl_changeable> |
|
143 |
|
|
144 |
Returns if and when these record types are changeable or deleteable after |
|
145 |
posting. 0 means never, 1 means always and 2 means on the same day. |
|
146 |
|
|
147 |
=item C<get_datev_check_on_sales_invoice> |
|
148 |
|
|
149 |
Returns true if datev check should be performed on sales invoices |
|
150 |
|
|
151 |
=item C<get_datev_check_on_purchase_invoice> |
|
152 |
|
|
153 |
Returns true if datev check should be performed on purchase invoices |
|
154 |
|
|
155 |
=item C<get_datev_check_on_ar_transaction> |
|
156 |
|
|
157 |
Returns true if datev check should be performed on ar transactions |
|
158 |
|
|
159 |
=item C<get_datev_check_on_ap_transaction> |
|
160 |
|
|
161 |
Returns true if datev check should be performed on ap transactions |
|
162 |
|
|
163 |
=item C<get_datev_check_on_gl_transaction> |
|
164 |
|
|
165 |
Returns true if datev check should be performed on gl transactions |
|
166 |
|
|
167 |
=item C<get_show_bestbefore> |
|
168 |
|
|
169 |
Returns the default behavior for showing best before date, true or false |
|
170 |
|
|
171 |
=item C<get_is_show_mark_as_paid> |
|
172 |
|
|
173 |
=item C<get_ir_show_mark_as_paid> |
|
174 |
|
|
175 |
=item C<get_ar_show_mark_as_paid> |
|
176 |
|
|
177 |
=item C<get_ap_show_mark_as_paid> |
|
178 |
|
|
179 |
Returns the default behavior for showing the mark as paid button for the |
|
180 |
corresponding record type (true or false). |
|
181 |
|
|
182 |
=item C<get_sales_order_show_delete> |
|
183 |
|
|
184 |
=item C<get_purchase_order_show_delete> |
|
185 |
|
|
186 |
=item C<get_sales_delivery_order_show_delete> |
|
187 |
|
|
188 |
=item C<get_purchase_delivery_order_show_delete> |
|
189 |
|
|
190 |
Returns the default behavior for showing the delete button for the |
|
191 |
corresponding record type (true or false). |
|
192 |
|
|
193 |
=item C<get_warehouse_id> |
|
194 |
|
|
195 |
Returns the default warehouse_id |
|
196 |
|
|
197 |
=item C<get_bin_id> |
|
198 |
|
|
199 |
Returns the default bin_id |
|
200 |
|
|
201 |
=item C<get_warehouse_id_ignore_onhand> |
|
202 |
|
|
203 |
Returns the default warehouse_id for transfers without checking the |
|
204 |
current stock quantity |
|
205 |
|
|
206 |
=item C<get_bin_id_ignore_onhand> |
|
207 |
|
|
208 |
Returns the default bin_id for transfers without checking the. |
|
209 |
current stock quantity |
|
210 |
|
|
211 |
|
|
212 |
|
|
213 |
=item C<get_transfer_default> |
|
214 |
|
|
215 |
=item C<get_transfer_default_use_master_default_bin> |
|
216 |
|
|
217 |
=item C<get_transfer_default_ignore_onhand> |
|
218 |
|
|
219 |
Returns the default behavior for the transfer out default feature (true or false) |
|
220 |
|
|
221 |
=item C<get_max_future_booking_interval> |
|
222 |
|
|
223 |
Returns the maximum interval value for future bookings |
|
224 |
|
|
225 |
=item C<get_webdav> |
|
226 |
|
|
227 |
Returns the configuration for WebDAV |
|
228 |
|
|
229 |
=item C<get_webdav_documents> |
|
230 |
|
|
231 |
Returns the configuration for storing documents in the corresponding WebDAV folder |
|
232 |
|
|
233 |
=item C<get_vertreter> |
|
234 |
|
|
235 |
Returns the configuration for "vertreter" |
|
236 |
|
|
237 |
=item C<get_parts_show_image> |
|
238 |
|
|
239 |
Returns the configuarion for show image in parts |
|
240 |
|
|
241 |
=item C<get_parts_image_css> |
|
242 |
|
|
243 |
Returns the css format string for images shown in parts |
|
244 |
|
|
245 |
=item C<get_parts_listing_image> |
|
246 |
|
|
247 |
Returns the configuartion for showing the picture in the results when you search for parts |
|
248 |
|
|
249 | 101 |
=back |
250 | 102 |
|
251 | 103 |
=head1 BUGS |
Auch abrufbar als: Unified diff
POD-Dokumentation aktualisiert
get_ Methoden werden nicht mehr einzeln für die Tabelle defaults gesetzt