Revision 1c62d23e
Von Kivitendo Admin vor mehr als 10 Jahren hinzugefügt
SL/DB/Buchungsgruppe.pm | ||
---|---|---|
103 | 103 |
=item C<expense_accno_id $taxzone> |
104 | 104 |
|
105 | 105 |
Return the chart ID for the expense account for the given taxzone |
106 |
(either an integer between 0 and 3 inclusively or an instance of |
|
107 |
L<SL::DB::TaxZone>). |
|
106 |
(either the DB id or an instance of L<SL::DB::TaxZone>). |
|
108 | 107 |
|
109 | 108 |
=item C<expense_account> |
110 | 109 |
|
111 | 110 |
Return the chart (an instance of L<SL::DB::Chart>) for the expense |
112 |
account for the given taxzone (either an integer between 0 and 3
|
|
113 |
inclusively or an instance of L<SL::DB::TaxZone>).
|
|
111 |
account for the given taxzone (either the DB id or an instance of
|
|
112 |
L<SL::DB::TaxZone>). |
|
114 | 113 |
|
115 | 114 |
=item C<income_accno_id> |
116 | 115 |
|
117 | 116 |
Return the chart ID for the income account for the given taxzone |
118 |
(either an integer between 0 and 3 inclusively or an instance of
|
|
117 |
(either the DB id or an instance of L<SL::DB::TaxZone>).
|
|
119 | 118 |
L<SL::DB::TaxZone>). |
120 | 119 |
|
121 | 120 |
=item C<income_account> |
122 | 121 |
|
123 | 122 |
Return the chart (an instance of L<SL::DB::Chart>) for the income |
124 |
account for the given taxzone (either an integer between 0 and 3
|
|
125 |
inclusively or an instance of L<SL::DB::TaxZone>).
|
|
123 |
account for the given taxzone (either the DB id or an instance of
|
|
124 |
L<SL::DB::TaxZone>). |
|
126 | 125 |
|
127 | 126 |
=back |
128 | 127 |
|
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.