112 |
112 |
<tr>
|
113 |
113 |
<th align=right>| . $locale->text('Steuersatz') . qq|</th>
|
114 |
114 |
<td><select name=tax>$form->{selecttaxkey}</select></td>
|
115 |
|
<th align=right>| . $locale->text('Gültig ab') . qq|</th>
|
|
115 |
<th align=right>| . $locale->text('G?ltig ab') . qq|</th>
|
116 |
116 |
<td><input name=startdate value="$form->{startdate}"></td>
|
117 |
117 |
</tr>|;
|
118 |
118 |
|
... | ... | |
139 |
139 |
<tr>
|
140 |
140 |
<th align=right>| . $locale->text('Folgekonto') . qq|</th>
|
141 |
141 |
<td><select name=new_chart_id>$form->{selectnewaccount}</select></td>
|
142 |
|
<th align=right>| . $locale->text('Gültig ab') . qq|</th>
|
|
142 |
<th align=right>| . $locale->text('G?ltig ab') . qq|</th>
|
143 |
143 |
<td><input name=valid_from value="$form->{valid_from}"></td>
|
144 |
144 |
</tr>
|
145 |
145 |
</table>
|
... | ... | |
212 |
212 |
</tr>|;
|
213 |
213 |
|
214 |
214 |
$form->{selecteur} = "<option>\n";
|
215 |
|
%eur = (1 => "Umsatzerlöse",
|
216 |
|
2 => "sonstige Erlöse",
|
|
215 |
%eur = (1 => "Umsatzerl?se",
|
|
216 |
2 => "sonstige Erl?se",
|
217 |
217 |
3 => "Privatanteile",
|
218 |
|
4 => "Zinserträge",
|
219 |
|
5 => "Ausserordentliche Erträge",
|
|
218 |
4 => "Zinsertr?ge",
|
|
219 |
5 => "Ausserordentliche Ertr?ge",
|
220 |
220 |
6 => "Vereinnahmte Umsatzst.",
|
221 |
221 |
7 => "Umsatzsteuererstattungen",
|
222 |
|
8 => "Wareneingänge",
|
223 |
|
9 => "Löhne und Gehälter",
|
|
222 |
8 => "Wareneing?nge",
|
|
223 |
9 => "L?hne und Geh?lter",
|
224 |
224 |
10 => "Gesetzl. sozialer Aufw.",
|
225 |
225 |
11 => "Mieten",
|
226 |
226 |
12 => "Gas, Strom, Wasser",
|
227 |
227 |
13 => "Instandhaltung",
|
228 |
|
14 => "Steuern, Versich., Beiträge",
|
|
228 |
14 => "Steuern, Versich., Beitr?ge",
|
229 |
229 |
15 => "Kfz-Steuern",
|
230 |
230 |
16 => "Kfz-Versicherungen",
|
231 |
231 |
17 => "Sonst. Fahrtkosten",
|
232 |
232 |
18 => "Werbe- und Reisekosten",
|
233 |
233 |
19 => "Instandhaltung u. Werkzeuge",
|
234 |
|
20 => "Fachzeitschriften, Bücher",
|
235 |
|
21 => "Miete für Einrichtungen",
|
|
234 |
20 => "Fachzeitschriften, B?cher",
|
|
235 |
21 => "Miete f?r Einrichtungen",
|
236 |
236 |
22 => "Rechts- und Beratungskosten",
|
237 |
|
23 => "Bürobedarf, Porto, Telefon",
|
|
237 |
23 => "B?robedarf, Porto, Telefon",
|
238 |
238 |
24 => "Sonstige Aufwendungen",
|
239 |
239 |
25 => "Abschreibungen auf Anlagever.",
|
240 |
240 |
26 => "Abschreibungen auf GWG",
|
... | ... | |
261 |
261 |
|
262 |
262 |
$form->{selectbwa} = "<option>\n";
|
263 |
263 |
|
264 |
|
%bwapos = (1 => 'Umsatzerlöse',
|
|
264 |
%bwapos = (1 => 'Umsatzerl?se',
|
265 |
265 |
2 => 'Best.Verdg.FE/UE',
|
266 |
266 |
3 => 'Aktiv.Eigenleistung',
|
267 |
267 |
4 => 'Mat./Wareneinkauf',
|
268 |
|
5 => 'So.betr.Erlöse',
|
|
268 |
5 => 'So.betr.Erl?se',
|
269 |
269 |
10 => 'Personalkosten',
|
270 |
270 |
11 => 'Raumkosten',
|
271 |
271 |
12 => 'Betriebl.Steuern',
|
272 |
|
13 => 'Vers./Beiträge',
|
|
272 |
13 => 'Vers./Beitr?ge',
|
273 |
273 |
14 => 'Kfz.Kosten o.St.',
|
274 |
274 |
15 => 'Werbe-Reisek.',
|
275 |
275 |
16 => 'Kosten Warenabgabe',
|
276 |
276 |
17 => 'Abschreibungen',
|
277 |
277 |
18 => 'Rep./instandhlt.',
|
278 |
|
19 => 'Übrige Steuern',
|
|
278 |
19 => '?brige Steuern',
|
279 |
279 |
20 => 'Sonst.Kosten',
|
280 |
280 |
30 => 'Zinsauwand',
|
281 |
281 |
31 => 'Sonst.neutr.Aufw.',
|
282 |
|
32 => 'Zinserträge',
|
|
282 |
32 => 'Zinsertr?ge',
|
283 |
283 |
33 => 'Sonst.neutr.Ertrag',
|
284 |
284 |
34 => 'Verr.kalk.Kosten',
|
285 |
285 |
35 => 'Steuern Eink.u.Ertr.');
|
... | ... | |
1575 |
1575 |
. qq|</th>|;
|
1576 |
1576 |
$column_header{income_accno_0} =
|
1577 |
1577 |
qq|<th class=listheading>|
|
1578 |
|
. $locale->text('Erlöse Inland')
|
|
1578 |
. $locale->text('Erl?se Inland')
|
1579 |
1579 |
. qq|</th>|;
|
1580 |
1580 |
$column_header{expense_accno_0} =
|
1581 |
1581 |
qq|<th class=listheading>|
|
... | ... | |
1583 |
1583 |
. qq|</th>|;
|
1584 |
1584 |
$column_header{income_accno_1} =
|
1585 |
1585 |
qq|<th class=listheading>|
|
1586 |
|
. $locale->text('Erlöse EU m. UStId')
|
|
1586 |
. $locale->text('Erl?se EU m. UStId')
|
1587 |
1587 |
. qq|</th>|;
|
1588 |
1588 |
$column_header{expense_accno_1} =
|
1589 |
1589 |
qq|<th class=listheading>|
|
... | ... | |
1591 |
1591 |
. qq|</th>|;
|
1592 |
1592 |
$column_header{income_accno_2} =
|
1593 |
1593 |
qq|<th class=listheading>|
|
1594 |
|
. $locale->text('Erlöse EU o. UStId')
|
|
1594 |
. $locale->text('Erl?se EU o. UStId')
|
1595 |
1595 |
. qq|</th>|;
|
1596 |
1596 |
$column_header{expense_accno_2} =
|
1597 |
1597 |
qq|<th class=listheading>|
|
... | ... | |
1599 |
1599 |
. qq|</th>|;
|
1600 |
1600 |
$column_header{income_accno_3} =
|
1601 |
1601 |
qq|<th class=listheading>|
|
1602 |
|
. $locale->text('Erlöse Ausland')
|
|
1602 |
. $locale->text('Erl?se Ausland')
|
1603 |
1603 |
. qq|</th>|;
|
1604 |
1604 |
$column_header{expense_accno_3} =
|
1605 |
1605 |
qq|<th class=listheading>|
|
... | ... | |
1725 |
1725 |
|
1726 |
1726 |
$form->{title} = $locale->text("$form->{title} Buchungsgruppe");
|
1727 |
1727 |
|
1728 |
|
# $locale->text('Buchungsgruppe hinzufügen')
|
|
1728 |
# $locale->text('Buchungsgruppe hinzuf?gen')
|
1729 |
1729 |
# $locale->text('Buchungsgruppe bearbeiten')
|
1730 |
1730 |
|
1731 |
1731 |
my ($acc_inventory, $acc_income, $acc_expense) = ({}, {}, {});
|
... | ... | |
1776 |
1776 |
|
1777 |
1777 |
$linkaccounts .= qq|
|
1778 |
1778 |
<tr>
|
1779 |
|
<th align=right>| . $locale->text('Erlöse Inland') . qq|</th>
|
|
1779 |
<th align=right>| . $locale->text('Erl?se Inland') . qq|</th>
|
1780 |
1780 |
<td><select name=income_accno_id_0>$form->{selectIC_income}</select></td>
|
1781 |
1781 |
</tr>
|
1782 |
1782 |
<tr>
|
... | ... | |
1790 |
1790 |
$form->{selectIC_expense} =~ s/ value=$form->{expense_accno_id_1}/ value=$form->{expense_accno_id_1} selected/;
|
1791 |
1791 |
}
|
1792 |
1792 |
$linkaccounts .= qq| <tr>
|
1793 |
|
<th align=right>| . $locale->text('Erlöse EU m. UStId') . qq|</th>
|
|
1793 |
<th align=right>| . $locale->text('Erl?se EU m. UStId') . qq|</th>
|
1794 |
1794 |
<td><select name=income_accno_id_1>$form->{selectIC_income}</select></td>
|
1795 |
1795 |
</tr>
|
1796 |
1796 |
<tr>
|
... | ... | |
1806 |
1806 |
}
|
1807 |
1807 |
|
1808 |
1808 |
$linkaccounts .= qq| <tr>
|
1809 |
|
<th align=right>| . $locale->text('Erlöse EU o. UStId') . qq|</th>
|
|
1809 |
<th align=right>| . $locale->text('Erl?se EU o. UStId') . qq|</th>
|
1810 |
1810 |
<td><select name=income_accno_id_2>$form->{selectIC_income}</select></td>
|
1811 |
1811 |
</tr>
|
1812 |
1812 |
<tr>
|
... | ... | |
1822 |
1822 |
}
|
1823 |
1823 |
|
1824 |
1824 |
$linkaccounts .= qq| <tr>
|
1825 |
|
<th align=right>| . $locale->text('Erlöse Ausland') . qq|</th>
|
|
1825 |
<th align=right>| . $locale->text('Erl?se Ausland') . qq|</th>
|
1826 |
1826 |
<td><select name=income_accno_id_3>$form->{selectIC_income}</select></td>
|
1827 |
1827 |
</tr>
|
1828 |
1828 |
<tr>
|
... | ... | |
1875 |
1875 |
$lxdebug->enter_sub();
|
1876 |
1876 |
|
1877 |
1877 |
AM->delete_buchungsgruppe(\%myconfig, \%$form);
|
1878 |
|
$form->redirect($locale->text('Buchungsgruppe gelöscht!'));
|
|
1878 |
$form->redirect($locale->text('Buchungsgruppe gel?scht!'));
|
1879 |
1879 |
|
1880 |
1880 |
$lxdebug->leave_sub();
|
1881 |
1881 |
}
|
UTF-8 kodierte Umlaute wieder in ISO-8859-15 kodiert.