Revision 596cb5d6
Von Sven Schöling vor fast 14 Jahren hinzugefügt
bin/mozilla/ustva.pl | ||
---|---|---|
674 | 674 |
}; |
675 | 675 |
} |
676 | 676 |
|
677 |
# Kontrollvariable für die Templates |
|
678 |
$form->{'year2007'} = ($form->{year} >= 2007 ) ? "1":"0"; |
|
679 |
|
|
677 |
# Kontrollvariablen für die Templates |
|
678 |
$form->{"year$_"} = ($form->{year} >= $_ ) ? "1":"0" for 2007..2107; |
|
680 | 679 |
|
681 | 680 |
# Get the USTVA |
682 | 681 |
$ustva->ustva(\%myconfig, \%$form); |
sql/Pg-upgrade2/ustva_2010.sql | ||
---|---|---|
1 |
-- @tag: ustva_2010 |
|
2 |
-- @description: Zusätzliche UStVA Kennziffern. |
|
3 |
-- @charset: utf-8 |
|
4 |
-- @depends: release_2_6_1 |
|
5 |
|
|
6 |
INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) |
|
7 |
VALUES (47, '21', 66, 'Nicht steuerbare sonstige Leistungen gem. § 18b Satz 1 Nr. 2 UStG', 0, 0, '01.01.2010'); |
|
8 |
INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) |
|
9 |
VALUES (48, '46', 6, 'Im Inland steuerpflichtige sonstige Leistungen von im übrigen Gemeinschaftsgebiet ansässigen Unternehmen (§13b Abs. 1 UStG)', 0, 0, '01.01.2010'); |
|
10 |
INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) |
|
11 |
VALUES (49, '47', 6, '', 49, 2, '01.01.2010'); |
|
12 |
INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) |
|
13 |
VALUES (50, '83', 8, 'Verbleibender Überschuss - bitte dem Betrag ein Minuszeichen voranstellen -', 0, 0, '01.01.2010'); |
|
14 |
|
|
15 |
|
templates/German-ustva.html | ||
---|---|---|
256 | 256 |
<td class="spalte"><span class="nodis"></span></td> |
257 | 257 |
<td class="betrag"></td> |
258 | 258 |
</tr> |
259 |
<%if year2010%> |
|
260 |
<tr> |
|
261 |
<td class="text2"><b>Nicht steuerbare Leistungen</b> gem. § 18b Satz 1 Nr. 2 UStG</td> |
|
262 |
<td class="spalte ausfuellen">21</td> |
|
263 |
<td class="betrag ausfuellen" width="70"><%21%><br></td> |
|
264 |
<td class="spalte"><span class="nodis"></span></td> |
|
265 |
<td class="betrag"></td> |
|
266 |
</tr> |
|
267 |
<%end if year2010%> |
|
259 | 268 |
<tr> |
260 | 269 |
<td class="text">Im Inland nicht steuerbare Umsätze</td> |
261 | 270 |
<td class="spalte ausfuellen">45</td> |
... | ... | |
278 | 287 |
<td class="betrag"><%Z45%></td> |
279 | 288 |
</tr> |
280 | 289 |
|
290 |
<%if year2010%> |
|
291 |
<tr> |
|
292 |
<td class="text2">Im Inland steuerpflichtige sonstige Leistungen von im übrigen Gemeinschaftsgebiet ansässigen Unternehmen (§13b Abs. 1 UStG)</td> |
|
293 |
<td class="spalte ausfuellen">46</td> |
|
294 |
<td class="betrag ausfuellen"><%46%></td> |
|
295 |
<td class="spalte">47</td> |
|
296 |
<td class="betrag"><%47%></td> |
|
297 |
</tr> |
|
298 |
<%end if year2010%> |
|
281 | 299 |
<tr> |
282 | 300 |
<td class="text2">Leistungen eines im Ausland ansässigen Unternehmers</td> |
283 | 301 |
<td class="spalte ausfuellen">52</td> |
Auch abrufbar als: Unified diff
UStVA 2010 Rahmen.
Neue Felder hinzugefügt und html Template aktualisiert. PDF Vorlage ist dabei.
Jetzt fehlt nur noch das Tex Template und ein Gang über die Kontenzuordnungen.