Revision 1c62d23e
Von Kivitendo Admin vor mehr als 10 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
318 | 318 |
C<$params{is_sales}>) or expense (for falsish values of |
319 | 319 |
C<$params{is_sales}>) account for the current part. It uses the part's |
320 | 320 |
associated buchungsgruppe and uses the fields belonging to the tax |
321 |
zone given by C<$params{taxzone}> (range 0..3).
|
|
321 |
zone given by C<$params{taxzone}>. |
|
322 | 322 |
|
323 | 323 |
The information retrieved by the function is cached. |
324 | 324 |
|
... | ... | |
330 | 330 |
the three key words C<income>, C<expense> and C<inventory>. |
331 | 331 |
|
332 | 332 |
This function uses the part's associated buchungsgruppe and uses the |
333 |
fields belonging to the tax zone given by C<$params{taxzone}> (range |
|
334 |
0..3). |
|
333 |
fields belonging to the tax zone given by C<$params{taxzone}>. |
|
335 | 334 |
|
336 | 335 |
The information retrieved by the function is cached. |
337 | 336 |
|
Auch abrufbar als: Unified diff
Steuerzone - Default eingeführt (statt id 0)
Als Defaultsteuerzone gilt nun die Steuerzone mit dem höchsten Sortcode, der
nicht obsolet ist (in der Regel also id 1).
Bernd hatte noch ein paar Stellen gefunden, wo als Default 0 gesetzt wird.
Außerdem Doku angepasst, taxzone_id ist nun nicht mehr im Bereich 0-3.