
| Current Path : /var/www/web-klick.de/dsh/90_akt/nrn/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/90_akt/nrn/gmbh2011_exp.ps |
%!PS-Adobe-3.0
%%Title: gmbh2011_exp.txt
%%For: root
%%Creator: a2ps version 4.14
%%CreationDate: Wed Jan 25 10:38:14 2012
%%BoundingBox: 24 24 571 818
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%Pages: 272
%%PageOrder: Ascend
%%DocumentMedia: A4 595 842 0 () ()
%%DocumentNeededResources: font Courier
%%+ font Courier-Bold
%%+ font Courier-BoldOblique
%%+ font Courier-Oblique
%%+ font Helvetica
%%+ font Helvetica-Bold
%%+ font Symbol
%%+ font Times-Bold
%%+ font Times-Roman
%%DocumentProcessColors: Black
%%DocumentSuppliedResources: procset a2ps-a2ps-hdr
%%+ procset a2ps-black+white-Prolog
%%+ encoding ISO-8859-1Encoding
%%EndComments
/a2psdict 200 dict def
a2psdict begin
%%BeginProlog
%%Copyright: (c) 1988, 89, 90, 91, 92, 93 Miguel Santana
%%Copyright: (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana
% Check PostScript language level.
/languagelevel where {
pop /gs_languagelevel languagelevel def
} {
/gs_languagelevel 1 def
} ifelse
% EPSF import as in the Red Book
/BeginInclude {
/b4_Inc_state save def % Save state for cleanup
/dict_count countdictstack def % Count objects on dict stack
/op_count count 1 sub def % Count objects on operand stack
userdict begin
0 setgray 0 setlinecap
1 setlinewidth 0 setlinejoin
10 setmiterlimit [ ] 0 setdash newpath
gs_languagelevel 1 ne {
false setstrokeadjust false setoverprint
} if
} bind def
/EndInclude {
count op_count sub { pos } repeat % Clean up stacks
countdictstack dict_count sub { end } repeat
b4_Inc_state restore
} bind def
/BeginEPSF {
BeginInclude
/showpage { } def
} bind def
/EndEPSF {
EndInclude
} bind def
% Page prefeed
/page_prefeed { % bool -> -
statusdict /prefeed known {
statusdict exch /prefeed exch put
} {
pop
} ifelse
} bind def
/deffont {
findfont exch scalefont def
} bind def
/reencode_font {
findfont reencode 2 copy definefont pop def
} bind def
% Function c-show (str => -)
% centers text only according to x axis.
/c-show {
dup stringwidth pop
2 div neg 0 rmoveto
show
} bind def
% Function l-show (str => -)
% prints texts so that it ends at currentpoint
/l-show {
dup stringwidth pop neg
0
rmoveto show
} bind def
% center-fit show (str w => -)
% show centered, and scale currentfont so that the width is less than w
/cfshow {
exch dup stringwidth pop
% If the title is too big, try to make it smaller
3 2 roll 2 copy
gt
{ % if, i.e. too big
exch div
currentfont exch scalefont setfont
} { % ifelse
pop pop
}
ifelse
c-show % center title
} bind def
% Return the y size of the current font
% - => fontsize
/currentfontsize {
currentfont /FontType get 0 eq {
currentfont /FontMatrix get 3 get
}{
currentfont /FontMatrix get 3 get 1000 mul
} ifelse
} bind def
% reencode the font
% <encoding-vector> <fontdict> -> <newfontdict>
/reencode { %def
dup length 5 add dict begin
{ %forall
% <vector> <key> <val>
1 index /FID ne
{ def }{ pop pop } ifelse
} forall
/Encoding exch def % -
% Use the font's bounding box to determine the ascent, descent,
% and overall height; don't forget that these values have to be
% transformed using the font's matrix.
% We use `load' because sometimes BBox is executable, sometimes not.
% Since we need 4 numbers an not an array avoid BBox from being executed
/FontBBox load aload pop
FontMatrix transform /Ascent exch def pop
FontMatrix transform /Descent exch def pop
/FontHeight Ascent Descent sub def
% Get the underline position and thickness if they're defined.
% Use 1 if they are not defined.
currentdict /FontInfo 2 copy known
{ get
/UnderlinePosition 2 copy % <FontInfo> /UP <FontInfo> /UP
2 copy known
{ get }{ pop pop 1 } ifelse
0 exch FontMatrix transform exch pop
def % <FontInfo>
/UnderlineThickness 2 copy % <FontInfo> /UT <FontInfo> /UT
2 copy known
{ get }{ pop pop 1 } ifelse
0 exch FontMatrix transform exch pop
def % <FontInfo>
pop % -
}{ pop pop
} ifelse
currentdict
end
} bind def
% composite fonts for ASCII-EUC mixed strings
% Version 1.2 1/31/1990
% Original Ken'ichi HANDA (handa@etl.go.jp)
% Modified Norio Katayama (katayama@rd.nacsis.ac.jp),1998
% Extend & Fix Koji Nakamaru (maru@on.cs.keio.ac.jp), 1999
% Anyone can freely copy, modify, distribute this program.
/copyfont { % font-dic extra-entry-count copyfont font-dic
1 index maxlength add dict begin
{ 1 index /FID ne 2 index /UniqueID ne and
{def} {pop pop} ifelse
} forall
currentdict
end
} bind def
/compositefont { % ASCIIFontName EUCFontName RomanScale RomanOffset Rot(T/F) compositefont font
/RomanRotation exch def
/RomanOffset exch def
/RomanScale exch def
userdict /fixeucfont_dict known not {
userdict begin
/fixeucfont_dict 2 dict begin
/UpperByteEncoding [
16#00 1 16#20 { pop 0 } for
16#21 1 16#28 { 16#20 sub } for
16#29 1 16#2F { pop 0 } for
16#30 1 16#74 { 16#27 sub } for
16#75 1 16#FF { pop 0 } for
] def
/LowerByteEncoding [
16#00 1 16#A0 { pop /.notdef } for
16#A1 1 16#FE { 16#80 sub 16 2 string cvrs
(cXX) dup 1 4 -1 roll
putinterval cvn } for
/.notdef
] def
currentdict
end def
end
} if
findfont dup /FontType get 0 eq {
14 dict begin
%
% 7+8 bit EUC font
%
12 dict begin
/EUCFont exch def
/FontInfo (7+8 bit EUC font) readonly def
/PaintType 0 def
/FontType 0 def
/FontMatrix matrix def
% /FontName
/Encoding fixeucfont_dict /UpperByteEncoding get def
/FMapType 2 def
EUCFont /WMode known
{ EUCFont /WMode get /WMode exch def }
{ /WMode 0 def } ifelse
/FDepVector [
EUCFont /FDepVector get 0 get
[ 16#21 1 16#28 {} for 16#30 1 16#74 {} for ]
{
13 dict begin
/EUCFont EUCFont def
/UpperByte exch 16#80 add def
% /FontName
/FontInfo (EUC lower byte font) readonly def
/PaintType 0 def
/FontType 3 def
/FontMatrix matrix def
/FontBBox {0 0 0 0} def
/Encoding
fixeucfont_dict /LowerByteEncoding get def
% /UniqueID
% /WMode
/BuildChar {
gsave
exch dup /EUCFont get setfont
/UpperByte get
2 string
dup 0 4 -1 roll put
dup 1 4 -1 roll put
dup stringwidth setcharwidth
0 0 moveto show
grestore
} bind def
currentdict
end
/lowerbytefont exch definefont
} forall
] def
currentdict
end
/eucfont exch definefont
exch
findfont 1 copyfont dup begin
RomanRotation {
/FontMatrix FontMatrix
[ 0 RomanScale neg RomanScale 0 RomanOffset neg 0 ]
matrix concatmatrix def
}{
/FontMatrix FontMatrix
[ RomanScale 0 0 RomanScale 0 RomanOffset ] matrix concatmatrix
def
/CDevProc
{pop pop pop pop 0 exch -1000 exch 2 div 880} def
} ifelse
end
/asciifont exch definefont
exch
/FDepVector [ 4 2 roll ] def
/FontType 0 def
/WMode 0 def
/FMapType 4 def
/FontMatrix matrix def
/Encoding [0 1] def
/FontBBox {0 0 0 0} def
% /FontHeight 1.0 def % XXXX
/FontHeight RomanScale 1.0 ge { RomanScale }{ 1.0 } ifelse def
/Descent -0.3 def % XXXX
currentdict
end
/tmpfont exch definefont
pop
/tmpfont findfont
}{
pop findfont 0 copyfont
} ifelse
} def
/slantfont { % FontName slant-degree slantfont font'
exch findfont 1 copyfont begin
[ 1 0 4 -1 roll 1 0 0 ] FontMatrix exch matrix concatmatrix
/FontMatrix exch def
currentdict
end
} def
% Function print line number (<string> # -)
/# {
gsave
sx cw mul neg 2 div 0 rmoveto
f# setfont
c-show
grestore
} bind def
% -------- Some routines to enlight plain b/w printings ---------
% Underline
% width --
/dounderline {
currentpoint
gsave
moveto
0 currentfont /Descent get currentfontsize mul rmoveto
0 rlineto
stroke
grestore
} bind def
% Underline a string
% string --
/dounderlinestring {
stringwidth pop
dounderline
} bind def
/UL {
/ul exch store
} bind def
% Draw a box of WIDTH wrt current font
% width --
/dobox {
currentpoint
gsave
newpath
moveto
0 currentfont /Descent get currentfontsize mul rmoveto
dup 0 rlineto
0 currentfont /FontHeight get currentfontsize mul rlineto
neg 0 rlineto
closepath
stroke
grestore
} bind def
/BX {
/bx exch store
} bind def
% Box a string
% string --
/doboxstring {
stringwidth pop
dobox
} bind def
%
% ------------- Color routines ---------------
%
/FG /setrgbcolor load def
% Draw the background
% width --
/dobackground {
currentpoint
gsave
newpath
moveto
0 currentfont /Descent get currentfontsize mul rmoveto
dup 0 rlineto
0 currentfont /FontHeight get currentfontsize mul rlineto
neg 0 rlineto
closepath
bgcolor aload pop setrgbcolor
fill
grestore
} bind def
% Draw bg for a string
% string --
/dobackgroundstring {
stringwidth pop
dobackground
} bind def
/BG {
dup /bg exch store
{ mark 4 1 roll ] /bgcolor exch store } if
} bind def
/Show {
bg { dup dobackgroundstring } if
ul { dup dounderlinestring } if
bx { dup doboxstring } if
show
} bind def
% Function T(ab), jumps to the n-th tabulation in the current line
/T {
cw mul x0 add
bg { dup currentpoint pop sub dobackground } if
ul { dup currentpoint pop sub dounderline } if
bx { dup currentpoint pop sub dobox } if
y0 moveto
} bind def
% Function n: move to the next line
/n {
/y0 y0 bfs sub store
x0 y0 moveto
} bind def
% Function N: show and move to the next line
/N {
Show
/y0 y0 bfs sub store
x0 y0 moveto
} bind def
/S {
Show
} bind def
%%BeginResource: procset a2ps-a2ps-hdr 2.0 2
%%Copyright: (c) 1988, 89, 90, 91, 92, 93 Miguel Santana
%%Copyright: (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana
% Function title: prints page header.
% <ct> <rt> <lt> are passed as argument
/title {
% 1. Draw the background
x v get y v get moveto
gsave
0 th 2 div neg rmoveto
th setlinewidth
0.95 setgray
pw 0 rlineto stroke
grestore
% 2. Border it
gsave
0.7 setlinewidth
pw 0 rlineto
0 th neg rlineto
pw neg 0 rlineto
closepath stroke
grestore
% stk: ct rt lt
x v get y v get th sub 1 add moveto
%%IncludeResource: font Helvetica
fHelvetica fnfs 0.8 mul scalefont setfont
% 3. The left title
gsave
dup stringwidth pop fnfs 0.8 mul add exch % leave space took on stack
fnfs 0.8 mul hm rmoveto
show % left title
grestore
exch
% stk: ct ltw rt
% 4. the right title
gsave
dup stringwidth pop fnfs 0.8 mul add exch % leave space took on stack
dup
pw exch stringwidth pop fnfs 0.8 mul add sub
hm
rmoveto
show % right title
grestore
% stk: ct ltw rtw
% 5. the center title
gsave
pw 3 1 roll
% stk: ct pw ltw rtw
3 copy
% Move to the center of the left room
sub add 2 div hm rmoveto
% What is the available space in here?
add sub fnfs 0.8 mul sub fnfs 0.8 mul sub
% stk: ct space_left
%%IncludeResource: font Helvetica-Bold
fHelvetica-Bold fnfs scalefont setfont
cfshow
grestore
} bind def
% Function border: prints virtual page border
/border { %def
gsave % print four sides
0 setgray
x v get y v get moveto
0.7 setlinewidth % of the square
pw 0 rlineto
0 ph neg rlineto
pw neg 0 rlineto
closepath stroke
grestore
} bind def
% Function water: prints a water mark in background
/water { %def
gsave
scx scy moveto rotate
%%IncludeResource: font Times-Bold
fTimes-Bold 100 scalefont setfont
.97 setgray
dup stringwidth pop 2 div neg -50 rmoveto
show
grestore
} bind def
% Function rhead: prints the right header
/rhead { %def
lx ly moveto
fHelvetica fnfs 0.8 mul scalefont setfont
l-show
} bind def
% Function footer (cf rf lf -> -)
/footer {
fHelvetica fnfs 0.8 mul scalefont setfont
dx dy moveto
show
snx sny moveto
l-show
fnx fny moveto
c-show
} bind def
%%EndResource
%%BeginResource: procset a2ps-black+white-Prolog 2.0 1
% Function T(ab), jumps to the n-th tabulation in the current line
/T {
cw mul x0 add y0 moveto
} bind def
% Function n: move to the next line
/n { %def
/y0 y0 bfs sub store
x0 y0 moveto
} bind def
% Function N: show and move to the next line
/N {
Show
/y0 y0 bfs sub store
x0 y0 moveto
} bind def
/S {
Show
} bind def
/p {
false UL
false BX
fCourier bfs scalefont setfont
Show
} bind def
/sy {
false UL
false BX
fSymbol bfs scalefont setfont
Show
} bind def
/k {
false UL
false BX
fCourier-Oblique bfs scalefont setfont
Show
} bind def
/K {
false UL
false BX
fCourier-Bold bfs scalefont setfont
Show
} bind def
/c {
false UL
false BX
fCourier-Oblique bfs scalefont setfont
Show
} bind def
/C {
false UL
false BX
fCourier-BoldOblique bfs scalefont setfont
Show
} bind def
/l {
false UL
false BX
fHelvetica bfs scalefont setfont
Show
} bind def
/L {
false UL
false BX
fHelvetica-Bold bfs scalefont setfont
Show
} bind def
/str{
false UL
false BX
fTimes-Roman bfs scalefont setfont
Show
} bind def
/e{
false UL
true BX
fHelvetica-Bold bfs scalefont setfont
Show
} bind def
%%EndResource
%%EndProlog
%%BeginSetup
%%IncludeResource: font Courier
%%IncludeResource: font Courier-Oblique
%%IncludeResource: font Courier-Bold
%%IncludeResource: font Times-Roman
%%IncludeResource: font Symbol
%%IncludeResource: font Courier-BoldOblique
%%BeginResource: encoding ISO-8859-1Encoding
/ISO-8859-1Encoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /minus /period /slash
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /bullet
/cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
%%EndResource
% Initialize page description variables.
/sh 842 def
/sw 595 def
/llx 24 def
/urx 571 def
/ury 818 def
/lly 24 def
/#copies 1 def
/th 0.000000 def
/fnfs 11 def
/bfs 6.270060 def
/cw 3.762036 def
% Dictionary for ISO-8859-1 support
/iso1dict 8 dict begin
/fCourier ISO-8859-1Encoding /Courier reencode_font
/fCourier-Bold ISO-8859-1Encoding /Courier-Bold reencode_font
/fCourier-BoldOblique ISO-8859-1Encoding /Courier-BoldOblique reencode_font
/fCourier-Oblique ISO-8859-1Encoding /Courier-Oblique reencode_font
/fHelvetica ISO-8859-1Encoding /Helvetica reencode_font
/fHelvetica-Bold ISO-8859-1Encoding /Helvetica-Bold reencode_font
/fTimes-Bold ISO-8859-1Encoding /Times-Bold reencode_font
/fTimes-Roman ISO-8859-1Encoding /Times-Roman reencode_font
currentdict end def
/bgcolor [ 0 0 0 ] def
/bg false def
/ul false def
/bx false def
% The font for line numbering
/f# /Helvetica findfont bfs .6 mul scalefont def
/fSymbol /Symbol findfont def
/hm fnfs 0.25 mul def
/pw
cw 145.400000 mul
def
/ph
788.146490 th add
def
/pmw 0 def
/pmh 0 def
/v 0 def
/x [
0
] def
/y [
pmh ph add 0 mul ph add
] def
/scx sw 2 div def
/scy sh 2 div def
/snx urx def
/sny lly 2 add def
/dx llx def
/dy sny def
/fnx scx def
/fny dy def
/lx snx def
/ly ury fnfs 0.8 mul sub def
/sx 0 def
/tab 8 def
/x0 0 def
/y0 0 def
%%EndSetup
%%Page: (1) 1
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
( KONTEN UND UNTERKONTEN DER BUCHHALTUNG gmbh2011) N
() N
(***********************************************************************) N
() N
(gmbh2011, Konto \(\)) N
() N
() N
(10 Aktiva 32037.26) N
(10-10078 Hays_1_und_1 44553.60) N
(10-10078-10075 0.00) N
(10-10078-11013 0.00) N
(10-10078-11017 0.00) N
(10-10078-11018 0.00) N
(10-10078-11020 0.00) N
(10-10078-11033 0.00) N
(10-10078-11043 0.00) N
(10-10078-11047 0.00) N
(10-10078-11051 0.00) N
(10-10078-11059 0.00) N
(10-10078-11068 0.00) N
(10-10078-11076 11424.00) N
(10-10078-11079 21705.60) N
(10-10078-11085 11424.00) N
(10-10080 Miele_TES 30368.80) N
(10-10080-10073 0.00) N
(10-10080-10074 0.00) N
(10-10080-11014 0.00) N
(10-10080-11016 0.00) N
(10-10080-11017 0.00) N
(10-10080-11021 0.00) N
(10-10080-11028 0.00) N
(10-10080-11044 0.00) N
(10-10080-11048 0.00) N
(10-10080-11053 0.00) N
(10-10080-11063 0.00) N
(10-10080-11069 10472.00) N
(10-10080-11075 10995.60) N
(10-10080-11084 8901.20) N
(10-10082 KKH_Wilhelmshaven 226.10) N
(10-10082-10077 226.10) N
(10-10084 Lexware 0.00) N
(10-10084-11054 0.00) N
(10-1202 Kto_Sparkasse_F\303\274rth 20657.31) N
(10-1222 50000.00) N
(10-1231 -1074.54) N
(10-1310 Umsatzsteuer -4938.16) N
(10-1310-07 Umsatzsteuer_2007 -6183.59) N
(10-1310-08 Umsatzsteuer_2008 6197.06) N
(10-1310-09 Umsatzsteuer_2009 127.61) N
(10-1310-10 Umsatzsteuer_2010 296.08) N
(10-1310-11 Umsatzsteuer_2011 -5375.32) N
(10-1330 KSt -47546.43) N
(10-1330-07 28.89) N
(10-1330-08 -7275.32) N
(10-1330-09 -2500.00) N
(10-1330-10 -5800.00) N
(10-1330-11 -32000.00) N
(10-1331 GewSt -40593.00) N
(10-1331-07 48.00) N
(10-1331-08 -2841.00) N
(10-1331-09 -2400.00) N
(10-1331-10 -5400.00) N
(10-1331-11 -30000.00) N
(10-1335 QuellenSt -38287.50) N
(10-1335-07 0.00) N
(10-1335-08 0.00) N
(10-1335-09 0.00) N
(10-1335-10 -5275.00) N
(10-1335-11 -33012.50) N
(10-1380 Lohnsteuer 15108.53) N
(10-1380-07 2161.54) N
(10-1380-08 11674.64) N
(10-1380-09 1349.51) N
(10-1380-10 -49.50) N
(10-1380-10-zahlung -49.50) N
(10-1380-11 -27.66) N
(10-1380-11-ddienlin -11.08) N
(10-1380-11-dperic -61.94) N
(10-1380-11-zahlung 45.36) N
(10-1381 Soli 112.21) N
(10-1381-07 112.21) N
(10-1381-08 0.00) N
(10-1381-09 0.00) N
(10-1381-10 0.00) N
(10-1385 Kirchensteuer -1.38) N
(10-1385-07 0.00) N
(10-1385-08 0.00) N
(10-1385-09 -0.06) N
(10-1385-10 0.00) N
(10-1385-11 -1.32) N
(10-1385-11-dperic -4.83) N
(10-1385-11-zahlung 3.51) N
(10-1500 Lohnkonten -2.25) N
(10-1500-arjasanow -2.25) N
(10-1500-arjasanow-LOHN -6716.63) N
(10-1500-arjasanow-RV 555.63) N
(10-1500-arjasanow-ZAHL 6161.00) N
(10-1500-ashawky 0.00) N
(10-1500-ccsengery 0.00) N
(10-1500-ccsengery-LOHN -1800.00) N
(10-1500-ccsengery-ZAHL 1800.00) N
(10-1500-ckettner 0.00) N
(10-1500-cnawrot 0.00) N
(10-1500-dblaesche 0.00) N
(10-1500-ddienlin -0.00) N
(10-1500-ddienlin-LOHN -3063.74) N
(10-1500-ddienlin-LST 11.08) N
(10-1500-ddienlin-RV 172.66) N
(10-1500-ddienlin-ZAHL 2880.00) N
(10-1500-dkullick 0.00) N
(10-1500-dperic -0.00) N
(10-1500-dperic-KST 4.83) N
(10-1500-dperic-LOHN -2239.61) N
(10-1500-dperic-LST 61.94) N
(10-1500-dperic-RV 222.84) N
(10-1500-dperic-ZAHL 1950.00) N
(10-1500-etoo 0.00) N
(10-1500-hmaamoun 0.00) N
(10-1500-hparfuss 0.00) N
(10-1500-hparfuss-KV 260.79) N
(10-1500-hparfuss-LOHN -3301.23) N
(10-1500-hparfuss-PV 40.44) N
(10-1500-hparfuss-ZAHL 3000.00) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (2) 2
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(10-1500-hzaazou 0.00) p n
(10-1500-jclaussnitzer 0.00) N
(10-1500-jengewald 0.00) N
(10-1500-jengewald-LOHN -1920.00) N
(10-1500-jengewald-ZAHL 1920.00) N
(10-1500-jfriedrichs 0.00) N
(10-1500-jfriedrichs-LOHN -600.00) N
(10-1500-jfriedrichs-ZAHL 600.00) N
(10-1500-jkaiser 0.00) N
(10-1500-jkleckow 0.00) N
(10-1500-jkleckow-LOHN -1445.01) N
(10-1500-jkleckow-RV 95.01) N
(10-1500-jkleckow-ZAHL 1350.00) N
(10-1500-jkoch 0.00) N
(10-1500-jschuladen 0.00) N
(10-1500-klaewer 0.00) N
(10-1500-klangschwager 0.00) N
(10-1500-mherrschel 0.00) N
(10-1500-mherrschel-LOHN -1600.00) N
(10-1500-mherrschel-ZAHL 1600.00) N
(10-1500-mtruemper 0.00) N
(10-1500-mweber 0.00) N
(10-1500-oppenl 0.00) N
(10-1500-sgeier 0.00) N
(10-1500-srodenberg 0.00) N
(10-1500-stockbauer 0.00) N
(10-1500-tfelder 0.00) N
(10-1500-tjungblut 0.00) N
(10-1500-tkinzl 0.00) N
(10-1500-ukrohn 0.00) N
(10-1500-wkapraun 0.00) N
(10-1500-wsarhan 0.00) N
(10-1500-xxx 0.00) N
(10-1501 Debitoren 4914.80) N
(10-1501-arjasanow 300.00) N
(10-1501-cgabriel 4971.67) N
(10-1501-ckettner -1150.77) N
(10-1501-mherrschel 300.00) N
(10-1501-oppenl 0.00) N
(10-1501-tjungblut 493.90) N
(10-1510 DAK_Fuerth -739.37) N
(10-1510-zahlung 2254.10) N
(10-1512 Minijob 1745.57) N
(10-1512-ccsengery -504.00) N
(10-1512-jengewald -590.76) N
(10-1512-jfriedrichs -168.00) N
(10-1512-mherrschel -448.00) N
(10-1512-zahlung 2172.19) N
(10-1513 BKK_futur -419.67) N
(10-1514 AOK_Bayern -618.94) N
(10-1514-ddienlin -618.94) N
(10-1515 BKK_Mobil_Oil 46.32) N
(10-1515-jkleckow -238.80) N
(10-1515-zahlung 285.12) N
(10-1516 BKK_Siemens 51.51) N
(10-1516-hparfuss -942.51) N
(10-1516-zahlung 994.02) N
(10-1517 TechnikerKK 0.00) N
(10-1517-dperic -492.48) N
(10-1517-zahlung 492.48) N
(10-1518 Barmer_GEK 807.43) N
(10-1518-arjasanow -1223.94) N
(10-1518-zahlung 2935.34) N
(10-1598 -4354.12) N
(10-1599 0.00) N
(10-2080 Oelkonto 2020.44) N
(10-2080-Oel 713.90) N
(10-2080-Strom 1306.54) N
() N
(11 Passiva -29328.75) N
(11-1571 15.28) N
(11-1571-111 6.87) N
(11-1571-112 2.26) N
(11-1571-113 0.65) N
(11-1571-114 5.50) N
(11-1575 1306.11) N
(11-1575-111 167.64) N
(11-1575-112 249.21) N
(11-1575-113 304.44) N
(11-1575-114 584.82) N
(11-1775 -46866.85) N
(11-1775-111 -11187.20) N
(11-1775-112 -10488.00) N
(11-1775-113 -11493.90) N
(11-1775-114 -13697.75) N
(11-1779 46836.72) N
(11-1805 -30620.01) N
() N
(12 Ertrag -248709.45) N
(12-8401 -58880.00) N
(12-8402 -55200.00) N
(12-8403 -71656.00) N
(12-8404 -62973.45) N
() N
(13 Aufwand 246000.94) N
(13-5200 PKW 1487.06) N
(13-6010 Sozialversicherung 3880.06) N
(13-6010-arjasanow 668.31) N
(13-6010-ccsengery 504.00) N
(13-6010-ddienlin 446.28) N
(13-6010-dperic 269.64) N
(13-6010-hparfuss 641.28) N
(13-6010-jengewald 590.76) N
(13-6010-jfriedrichs 168.00) N
(13-6010-jkleckow 143.79) N
(13-6010-mherrschel 448.00) N
(13-6030 Aushilfslohn 22686.22) N
(13-6030-arjasanow 6716.63) N
(13-6030-ccsengery 1800.00) N
(13-6030-ddienlin 3063.74) N
(13-6030-dperic 2239.61) N
(13-6030-hparfuss 3301.23) N
(13-6030-jengewald 1920.00) N
(13-6030-jfriedrichs 600.00) N
(13-6030-jkleckow 1445.01) N
(13-6030-mherrschel 1600.00) N
(13-6100 Freiberufler 2880.00) N
(13-6100-tjungblut 2880.00) N
(13-6300 Sonstiges 379.00) N
(13-6310 Miete_Buero 7202.10) N
(13-6520 Kfz_Versicherung 605.32) N
(13-6670 Reisekosten 4054.33) N
(13-6680 Uebernachtung_Unternehmer 91.95) N
(13-6855 KtoGeb 122.33) N
(13-7001 Ausschuettung 105000.00) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (3) 3
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(13-7303 Nebenleistungen 5.51) p n
(13-7603 Koerperschaftsteuer 32000.00) N
(13-7610 Gewerbesteuer 30000.00) N
(13-7632 Kapitalertragssteuer 33012.50) N
(13-9210 CulturalMarketing 78.60) N
(13-9520 Netz_und_Telefon 515.86) N
(13-9631 GEZ 69.12) N
(13-9640 Beitraege 120.00) N
(13-9770 Hardware_Verbrauchsmaterial 438.68) N
(13-9775 Lohnbuchungen 666.40) N
(13-9780 Team-Event 472.90) N
(13-9998 Finanzamt 233.00) N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (4) 4
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10 \(Aktiva\)) N
() N
(20110101 11815.27 -10078-10075 11-1805 11815.27 Saldovortrag) N
(20110101 3927.00 -10080-10073 11-1805 15742.27 Saldovortrag) N
(20110101 9424.80 -10080-10074 11-1805 25167.07 Saldovortrag) N
(20110101 226.10 -10082-10077 11-1805 25393.17 Saldovortrag) N
(20110101 143.82 -1202 11-1805 25536.99 Saldovortrag) N
(20110101 -1074.54 -1231 11-1805 24462.45 Saldovortrag) N
(20110101 -6183.59 -1310-07 11-1805 18278.86 Saldovortrag) N
(20110101 6197.06 -1310-08 11-1805 24475.92 Saldovortrag) N
(20110101 127.61 -1310-09 11-1805 24603.53 Saldovortrag) N
(20110101 -3088.89 -1310-10 11-1805 21514.64 Saldovortrag) N
(20110101 28.89 -1330-07 11-1805 21543.53 Saldovortrag) N
(20110101 -7275.32 -1330-08 11-1805 14268.21 Saldovortrag) N
(20110101 -2500.00 -1330-09 11-1805 11768.21 Saldovortrag) N
(20110101 -5800.00 -1330-10 11-1805 5968.21 Saldovortrag) N
(20110101 48.00 -1331-07 11-1805 6016.21 Saldovortrag) N
(20110101 -2841.00 -1331-08 11-1805 3175.21 Saldovortrag) N
(20110101 -2400.00 -1331-09 11-1805 775.21 Saldovortrag) N
(20110101 -5400.00 -1331-10 11-1805 -4624.79 Saldovortrag) N
(20110101 -0.00 -1335-07 11-1805 -4624.79 Saldovortrag) N
(20110101 -0.00 -1335-08 11-1805 -4624.79 Saldovortrag) N
(20110101 -0.00 -1335-09 11-1805 -4624.79 Saldovortrag) N
(20110101 -5275.00 -1335-10 11-1805 -9899.79 Saldovortrag) N
(20110101 2161.54 -1380-07 11-1805 -7738.25 Saldovortrag) N
(20110101 11674.64 -1380-08 11-1805 3936.39 Saldovortrag) N
(20110101 1349.51 -1380-09 11-1805 5285.90 Saldovortrag) N
(20110101 -0.00 -1380-10 11-1805 5285.90 Saldovortrag) N
(20110101 112.21 -1381-07 11-1805 5398.11 Saldovortrag) N
(20110101 -0.00 -1381-08 11-1805 5398.11 Saldovortrag) N
(20110101 -0.00 -1381-09 11-1805 5398.11 Saldovortrag) N
(20110101 -0.00 -1381-10 11-1805 5398.11 Saldovortrag) N
(20110101 -0.00 -1385-07 11-1805 5398.11 Saldovortrag) N
(20110101 -0.00 -1385-08 11-1805 5398.11 Saldovortrag) N
(20110101 -0.06 -1385-09 11-1805 5398.05 Saldovortrag) N
(20110101 -0.00 -1385-10 11-1805 5398.05 Saldovortrag) N
(20110101 -2.25 -1500-arjasanow 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-ashawky 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-ckettner 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-cnawrot 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-dblaesche 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-dkullick 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-etoo 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-hmaamoun 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-hzaazou 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-jclaussnitzer 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-jengewald 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-jkaiser 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-jkoch 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-jschuladen 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-klaewer 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-klangschwager 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-mtruemper 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-mweber 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-oppenl 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-sgeier 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-srodenberg 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-stockbauer 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-tfelder 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-tjungblut 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-tkinzl 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-ukrohn 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-wkapraun 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-wsarhan 11-1805 5395.80 Saldovortrag) N
(20110101 -0.00 -1500-xxx 11-1805 5395.80 Saldovortrag) N
(20110101 33930.07 -1501-cgabriel 11-1805 39325.87 Saldovortrag) N
(20110101 -1150.77 -1501-ckettner 11-1805 38175.10 Saldovortrag) N
(20110101 -0.00 -1501-oppenl 11-1805 38175.10 Saldovortrag) N
(20110101 -2993.47 -1510 11-1805 35181.63 Saldovortrag) N
(20110101 1284.14 -1512 11-1805 36465.77 Saldovortrag) N
(20110101 -419.67 -1513 11-1805 36046.10 Saldovortrag) N
(20110101 -0.00 -1515 11-1805 36046.10 Saldovortrag) N
(20110101 -903.97 -1518 11-1805 35142.13 Saldovortrag) N
(20110101 -4354.12 -1598 11-1805 30788.01 Saldovortrag) N
(20110101 -0.00 -1599 11-1805 30788.01 Saldovortrag) N
(20110101 -718.00 -2080-Oel 11-1805 30070.01 Saldovortrag) N
(20110101 550.00 -2080-Strom 11-1805 30620.01 Saldovortrag) N
(20110104 -505.82 -1202 13-6520 30114.19 KFZ Versicherung, B1) N
(20110104 -528.00 -1202 13-6310 29586.19 Miete Buero, B2) N
(20110104 -350.00 -1202 13-6670 29236.19 Reisekosten Gabriel, B4) N
(20110104 -6.40 -1501-cgabriel 13-6670 29229.79 Taxi G\303\274tersloh) N
(20110115 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 29069.79 Brutto-Lohn) N
(20110115 -49.23 -1512-jengewald 13-6010-jengewald 29020.56 SV AG-Anteil) N
(20110116 -17.28 -1202 13-9631 29003.28 GEZ, B10) N
(20110120 -13.00 -1501-cgabriel 13-6670 28990.28 Taxi N\303\274rnberg) N
(20110124 -7.00 -1501-cgabriel 13-6670 28983.28 Taxi G\303\274tersloh) N
(20110128 -15.00 -1202 13-6520 28968.28 Auto-Verwarnung) N
(20110128 -120.00 -1202 13-9640 28848.28 IHK-Beitrag) N
(20110131 11995.20 -10078-11013 12-8401 40843.48 Rechnung 1und1 Januar) N
(20110131 10995.60 -10080-11014 12-8401 51839.08 Rechnung tes Januar) N
(20110131 -33.00 -1310-10 13-9998 51806.08 S\303\244umniszuschlag USt Dezember) N
(20110201 -9.31 -1202 13-6855 51796.77 Kontoabrechnung, B28) N
(20110201 -528.00 -1202 13-6310 51268.77 Miete FUE, B13) N
(20110201 -350.00 -1202 13-6670 50918.77 Reisekosten Gabriel, B14) N
(20110203 -18.00 -1501-cgabriel 13-6670 50900.77 Taxi N\303\274rnberg) N
(20110203 -17.00 -1501-cgabriel 13-6670 50883.77 Taxi N\303\274rnberg) N
(20110203 -14.00 -1501-cgabriel 13-6670 50869.77 Taxi N\303\274rnberg) N
(20110215 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 50315.10 Brutto-Lohn) N
(20110215 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 50155.10 Brutto-Lohn) N
(20110215 -49.23 -1512-jengewald 13-6010-jengewald 50105.87 SV AG-Anteil) N
(20110215 -55.19 -1518-arjasanow 13-6010-arjasanow 50050.68 SV AG-Anteil) N
(20110223 -7.00 -1501-cgabriel 13-6670 50043.68 Fahrpreisnacherhebung) N
(20110223 -10.00 -1501-cgabriel 13-6670 50033.68 Taxi N\303\274rnberg) N
(20110228 11424.00 -10078-11017 12-8401 61457.68 Rechnung 1und1 Februar) N
(20110228 10472.00 -10080-11016 12-8401 71929.68 Rechnung tes Februar) N
(20110301 -9.03 -1202 13-6855 71920.65 Kontoabrechnung, B28) N
(20110301 -528.00 -1202 13-6310 71392.65 Miete Fuerth, B24) N
(20110301 -350.00 -1202 13-6670 71042.65 Reisekosten Gabriel, B25) N
(20110314 -13.50 -1501-cgabriel 13-6670 71029.15 Sprinter-Aufpreis) N
(20110315 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 70474.48 Brutto-Lohn) N
(20110315 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 70314.48 Brutto-Lohn) N
(20110315 -49.23 -1512-jengewald 13-6010-jengewald 70265.25 SV AG-Anteil) N
(20110315 -55.19 -1518-arjasanow 13-6010-arjasanow 70210.06 SV AG-Anteil) N
(20110317 -13.00 -1501-cgabriel 13-6670 70197.06 Taxi N\303\274rnberg) N
(20110327 -13.00 -1501-cgabriel 13-6670 70184.06 Taxi N\303\274rnberg) N
(20110331 13137.60 -10078-11018 12-8401 83321.66 Rechnung 1und1 M\303\244rz) N
(20110331 12042.80 -10080-11017 12-8401 95364.46 Rechnung tes M\303\244rz) N
(20110331 -13.00 -1501-cgabriel 13-6670 95351.46 Taxi N\303\274rnberg) N
(20110401 -8.12 -1202 13-6855 95343.34 Kontoabrechnung) N
(20110401 -528.00 -1202 13-6310 94815.34 Miete Fuerth, B35) N
(20110401 -5.51 -1202 13-7303 94809.83 Zinsen) N
(20110404 -350.00 -1202 13-6670 94459.83 Reisekosten Gabriel, B36) N
(20110407 -7.00 -1501-cgabriel 13-6670 94452.83 Taxi G\303\274tersloh) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (5) 5
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20110415 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 93898.16 Brutto-Lohn) p n
(20110415 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 93738.16 Brutto-Lohn) N
(20110415 -17.28 -1202 13-9631 93720.88 GEZ, B42) N
(20110415 -49.23 -1512-jengewald 13-6010-jengewald 93671.65 SV AG-Anteil) N
(20110415 -55.19 -1518-arjasanow 13-6010-arjasanow 93616.46 SV AG-Anteil) N
(20110429 -9.00 -1501-cgabriel 13-6670 93607.46 Taxi M\303\274nster) N
(20110430 10852.80 -10078-11020 12-8402 104460.26 Rechnung 1und1 April) N
(20110430 9948.40 -10080-11021 12-8402 114408.66 Rechnung tes April) N
(20110502 -7.57 -1202 13-6855 114401.09 Kontoabrechnung, B92) N
(20110502 -528.00 -1202 13-6310 113873.09 Miete Buero Fuerth, B47) N
(20110503 -350.00 -1202 13-6670 113523.09 Reisekosten Gabriel, B48) N
(20110506 -12.00 -1501-cgabriel 13-6670 113511.09 Taxi M\303\274nster) N
(20110507 -14.00 -1501-cgabriel 13-6670 113497.09 Taxi N\303\274rnberg) N
(20110515 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 112942.42 Brutto-Lohn) N
(20110515 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 112782.42 Brutto-Lohn) N
(20110515 -49.23 -1512-jengewald 13-6010-jengewald 112733.19 SV AG-Anteil) N
(20110515 -55.19 -1518-arjasanow 13-6010-arjasanow 112678.00 SV AG-Anteil) N
(20110517 -69.50 -1202 13-6520 112608.50 Bu\303M-^_geld, Auto) N
(20110517 -15.00 -1202 13-6520 112593.50 Verwarnung, Auto) N
(20110520 -59.88 -1202 13-9520 112533.62 Alfahosting) N
(20110523 -11.50 -1501-cgabriel 13-6670 112522.12 Taxi N\303\274rnberg) N
(20110531 12566.40 -10078-11033 12-8402 125088.52 Rechnung 1und1 Mai) N
(20110531 11519.20 -10080-11028 12-8402 136607.72 Rechnung tes Mai) N
(20110601 -8.99 -1202 13-6855 136598.73 Kontoabrechnung, B92) N
(20110601 -528.00 -1202 13-6310 136070.73 Miete Buero Fuerth, B89) N
(20110601 -380.00 -1202 13-6670 135690.73 Reisekosten Gabriel, B90) N
(20110615 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 135136.06 Brutto-Lohn) N
(20110615 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 134976.06 Brutto-Lohn) N
(20110615 -49.23 -1512-jengewald 13-6010-jengewald 134926.83 SV AG-Anteil) N
(20110615 -55.19 -1518-arjasanow 13-6010-arjasanow 134871.64 SV AG-Anteil) N
(20110620 -292.74 -1202 13-6300 134578.90 Catering 1u1) N
(20110620 -158.27 -1202 13-6300 134420.63 Catering 1u1) N
(20110627 -35.90 -1202 13-9520 134384.73 Strato) N
(20110630 10852.80 -10078-11043 12-8402 145237.53 Rechnung 1und1 Juni) N
(20110630 9948.40 -10080-11044 12-8402 155185.93 Rechnung tes Juni) N
(20110701 -528.00 -1202 13-6310 154657.93 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110701 -7.98 -1202 13-6855 154649.95 ENTGELTABSCHLUSS Abrechnung 30.06.2011 Information zur Abrechnung En) N
(tgelte vom 01.06.2011 bis 30.06.2011 7,98S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 3 x 0,20 0,60S Gesch\303\244ftsvorf\303\244lle 3 x 0,03 0,09S) N
( \303M-^\\berweisung beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S) N
(20110704 -350.00 -1202 13-6670 154299.95 LASTSCHRIFT 30134002901 010711DBABO DIE BAHN SAGT DANKE) N
(20110715 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 153745.28 Brutto-Lohn) N
(20110715 -320.00 -1500-ddienlin-LOHN 13-6030-ddienlin 153425.28 Brutto-Lohn) N
(20110715 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 153265.28 Brutto-Lohn) N
(20110715 -17.28 -1202 13-9631 153248.00 LASTSCHRIFT 616144632 2011072000208860 RUNDFUNK 06.2011 - 08.2011 IF) N
(T IINFORMATIK GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN) N
(20110715 -49.23 -1512-jengewald 13-6010-jengewald 153198.77 SV AG-Anteil) N
(20110715 -89.60 -1514-ddienlin 13-6010-ddienlin 153109.17 SV AG-Anteil) N
(20110715 -55.19 -1518-arjasanow 13-6010-arjasanow 153053.98 SV AG-Anteil) N
(20110719 -81.00 -1202 13-5200 152972.98 LASTSCHRIFT FUE-IT110/4 17071) N
(20110720 -10.00 -1501-cgabriel 13-6670 152962.98 Taxi Karlsruhe) N
(20110726 -29.00 -1202 13-9520 152933.98 LASTSCHRIFT DRP 40891998 63160312) N
(20110731 11995.20 -10078-11047 12-8403 164929.18 Rechnung 1und1 Juli) N
(20110731 10472.00 -10080-11048 12-8403 175401.18 Rechnung tes Juli) N
(20110801 -528.00 -1202 13-6310 174873.18 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110801 -8.08 -1202 13-6855 174865.10 ENTGELTABSCHLUSS Abrechnung 29.07.2011 Information zur Abrechnung En) N
(tgelte vom 01.07.2011 bis 29.07.2011 8,08S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 4 x 0,20 0,80S Gesch\303\244ftsvorf\303\244lle 4 x 0,03 0,12S) N
( \303M-^\\berweisung beleglos 2 x 0,20 0,40S Gesch\303\244ftsvorf\303\244lle 2 x 0,03 0,06S) N
(20110801 -15.00 -1202 13-5200 174850.10 ONLINE-UEBERWEISUNG VERWARNUNG, AKTENZ. 0000102708195 FUe-IT 110 DAT) N
(UM 31.07.2011, 11.21 UHR 1.TAN 827793) N
(20110801 -129.49 -1202 13-6310 174720.61 ONLINE-UEBERWEISUNG BETRIEBSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, N) N
(UERNB.STR. DATUM 31.07.2011, 11.10 UHR 1.TAN 963626) N
(20110801 -81.68 -1202 13-9770 174638.93 ONLINE-UEBERWEISUNG BEITRAG 2010 IFT INFORMTIK FUERTH RECHN.NR. 2011) N
(2283440 DATUM 31.07.2011, 11.51 UHR 1.TAN 963123) N
(20110801 -30.00 -1202 13-9998 174608.93 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST APR 11 IFT INFO) N
(RMATIK GMBH DATUM 31.07.2011, 11.44 UHR 1.TAN 485029) N
(20110801 -75.00 -1202 13-9998 174533.93 ONLINE-UEBERWEISUNG VERSP.ZUSCHL 218/129/10296 UST MAI 11 IFT INFORM) N
(ATIK GMBH DATUM 31.07.2011, 11.42 UHR 1.TAN 005569) N
(20110801 -95.00 -1202 13-9998 174438.93 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST JUNI 11 IFT INF) N
(ORMATIK GMBH DATUM 31.07.2011, 11.34 UHR 1.TAN 576283) N
(20110802 -350.00 -1202 13-6670 174088.93 LASTSCHRIFT 30134002901 010811DBABO DIE BAHN SAGT DANKE) N
(20110815 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 173534.26 Brutto-Lohn) N
(20110815 -200.00 -1500-ccsengery-LOHN 13-6030-ccsengery 173334.26 Brutto-Lohn) N
(20110815 -320.00 -1500-ddienlin-LOHN 13-6030-ddienlin 173014.26 Brutto-Lohn) N
(20110815 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 172854.26 Brutto-Lohn) N
(20110815 -56.00 -1512-ccsengery 13-6010-ccsengery 172798.26 SV AG-Anteil) N
(20110815 -49.23 -1512-jengewald 13-6010-jengewald 172749.03 SV AG-Anteil) N
(20110815 -89.60 -1514-ddienlin 13-6010-ddienlin 172659.43 SV AG-Anteil) N
(20110815 -55.19 -1518-arjasanow 13-6010-arjasanow 172604.24 SV AG-Anteil) N
(20110823 -11.88 -1202 13-9520 172592.36 LASTSCHRIFT DRP 41086610 63160312 STRATO AG 100679001 38040007) N
(20110825 -29.00 -1202 13-9520 172563.36 LASTSCHRIFT DRP 41140465 63160312 STRATO AG 100679001 38040007) N
(20110828 -428.40 -1501-tjungblut 13-6100-tjungblut 172134.96 Rechnung) N
(20110831 13137.60 -10078-11051 12-8403 185272.56 Rechnung 1und1 August) N
(20110831 3867.50 -10084-11054 12-8403 189140.06 Rechnung lex August) N
(20110831 11519.20 -10080-11053 12-8403 200659.26 Rechnung tes August) N
(20110901 -528.00 -1202 13-6310 200131.26 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20110901 -11.92 -1202 13-6855 200119.34 ENTGELTABSCHLUSS Abrechnung 31.08.2011 Information zur Abrechnung En) N
(tgelte vom 30.07.2011 bis 31.08.2011 11,92S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15) N
(S \303M-^\\berweisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20110902 -350.00 -1202 13-6670 199769.34 LASTSCHRIFT 30134002901 010911DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20110915 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 199214.67 Brutto-Lohn) N
(20110915 -400.00 -1500-ccsengery-LOHN 13-6030-ccsengery 198814.67 Brutto-Lohn) N
(20110915 -320.00 -1500-ddienlin-LOHN 13-6030-ddienlin 198494.67 Brutto-Lohn) N
(20110915 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 198334.67 Brutto-Lohn) N
(20110915 -400.00 -1500-mherrschel-LOHN 13-6030-mherrschel 197934.67 Brutto-Lohn) N
(20110915 -112.00 -1512-ccsengery 13-6010-ccsengery 197822.67 SV AG-Anteil) N
(20110915 -49.23 -1512-jengewald 13-6010-jengewald 197773.44 SV AG-Anteil) N
(20110915 -112.00 -1512-mherrschel 13-6010-mherrschel 197661.44 SV AG-Anteil) N
(20110915 -55.19 -1518-arjasanow 13-6010-arjasanow 197606.25 SV AG-Anteil) N
(20110926 -14.00 -1202 13-6670 197592.25 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKTENZ. D.11.1655421.01.7-25 DATUM) N
( 24.09.2011, 19.52 UHR 1.TAN 833088 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 -14.00 -1202 13-6670 197578.25 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKT.Z D.11.1785838.01.5-25 DATUM 2) N
(4.09.2011, 19.49 UHR 1.TAN 230066 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 -257.04 -1202 13-9775 197321.21 ONLINE-UEBERWEISUNG RECHN. V. 14.9. RECHN.NR. 2011-2404 DATUM 25.09.) N
(2011, 23.54 UHR 1.TAN 941580 JOCHEN BACHMANN 11088200 52070024) N
(20110928 -428.40 -1501-tjungblut 13-6100-tjungblut 196892.81 Rechnung) N
(20110930 -59.00 -1202 13-9520 196833.81 LASTSCHRIFT DRP 41423717 63160312 STRATO AG 100679001 38040007) N
(20110930 12566.40 -10078-11059 12-8403 209400.21 Rechnung 1und1 September) N
(20110930 10472.00 -10080-11063 12-8403 219872.21 Rechnung tes September) N
(20111004 -528.00 -1202 13-6310 219344.21 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20111004 -11.09 -1202 13-6855 219333.12 ENTGELTABSCHLUSS Abrechnung 30.09.2011 Information zur Abrechnung En) N
(tgelte vom 01.09.2011 bis 30.09.2011 11,09S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 6 x 0,20 1,20S Gesch\303\244ftsvorf\303\244lle 6 x 0,03 0,18) N
(S \303M-^\\berweisung beleglos 11 x 0,20 2,20S Gesch\303\244ftsvorf\303\244lle 11 x 0,03 0,33S) N
(20111005 -350.00 -1202 13-6670 218983.12 LASTSCHRIFT 30134002901 011011DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20111005 -11.88 -1202 13-9520 218971.24 LASTSCHRIFT DRP 41508435 26841 STRATO AG 100679001 38040007) N
(20111015 -554.67 -1500-arjasanow-LOHN 13-6030-arjasanow 218416.57 Brutto-Lohn) N
(20111015 -400.00 -1500-ccsengery-LOHN 13-6030-ccsengery 218016.57 Brutto-Lohn) N
(20111015 -320.00 -1500-ddienlin-LOHN 13-6030-ddienlin 217696.57 Brutto-Lohn) N
(20111015 -1100.41 -1500-hparfuss-LOHN 13-6030-hparfuss 216596.16 Brutto-Lohn) N
(20111015 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 216436.16 Brutto-Lohn) N
(20111015 -481.67 -1500-jkleckow-LOHN 13-6030-jkleckow 215954.49 Brutto-Lohn) N
(20111015 -400.00 -1500-mherrschel-LOHN 13-6030-mherrschel 215554.49 Brutto-Lohn) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (6) 6
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20111015 -112.00 -1512-ccsengery 13-6010-ccsengery 215442.49 SV AG-Anteil) p n
(20111015 -49.23 -1512-jengewald 13-6010-jengewald 215393.26 SV AG-Anteil) N
(20111015 -112.00 -1512-mherrschel 13-6010-mherrschel 215281.26 SV AG-Anteil) N
(20111015 -89.60 -1514-ddienlin 13-6010-ddienlin 215191.66 SV AG-Anteil) N
(20111015 -47.93 -1515-jkleckow 13-6010-jkleckow 215143.73 SV AG-Anteil) N
(20111015 -213.76 -1516-hparfuss 13-6010-hparfuss 214929.97 SV AG-Anteil) N
(20111015 -55.19 -1518-arjasanow 13-6010-arjasanow 214874.78 SV AG-Anteil) N
(20111017 -17.28 -1202 13-9631 214857.50 LASTSCHRIFT 616144632 2011102000210054 RUNDFUNK 09.2011 - 11.2011 IF) N
(T IINFORMATIK GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN RUNDFUNKANST. 2024100 70050000) N
(20111025 -357.00 -1202 13-9770 214500.50 ONLINE-UEBERWEISUNG RECHNUNG F. TEST- HARDWARE DATUM 25.10.2011, 14.) N
(11 UHR 1.TAN 373364 DIETER SCHLOTZ 82098500 61170024) N
(20111028 -59.00 -1202 13-9520 214441.50 LASTSCHRIFT DRP 41674440 63160312 STRATO AG 100679001 38040007) N
(20111028 -856.80 -1501-tjungblut 13-6100-tjungblut 213584.70 Rechnung) N
(20111031 10852.80 -10078-11068 12-8403 224437.50 Rechnung 1und1 Oktober) N
(20111031 10472.00 -10080-11069 12-8404 234909.50 Rechnung tes Oktober) N
(20111102 -528.00 -1202 13-6310 234381.50 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20111102 -10.23 -1202 13-6855 234371.27 ENTGELTABSCHLUSS Abrechnung 31.10.2011 Information zur Abrechnung En) N
(tgelte vom 01.10.2011 bis 31.10.2011 10,23S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 7 x 0,20 1,40S Gesch\303\244ftsvorf\303\244lle 7 x 0,03 0,21) N
(S \303M-^\\berweisung beleglos 8 x 0,20 1,60S Gesch\303\244ftsvorf\303\244lle 8 x 0,03 0,24S) N
(20111102 -350.00 -1202 13-6670 234021.27 LASTSCHRIFT 30134002901 011111DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20111109 -84.00 -1501-tjungblut 13-6680 233937.27 Hotel jungblut) N
(20111109 -16.00 -1501-tjungblut 13-6680 233921.27 Hotel jungblut) N
(20111109 -135.66 -1202 13-9775 233785.61 LASTSCHRIFT RG.-NR. 20699/2806 JOCHEN BACHMANN 11088200 52070024) N
(20111109 -26.50 -1501-tjungblut 13-6670 233759.11 Reisekosten tjungblut) N
(20111114 -1391.06 -1202 13-5200 232368.05 ONLINE-UEBERWEISUNG RECHN.1529501 V. 18.10.2011 DATUM 13.11.2011, 20) N
(.56 UHR 1.TAN 744631 FROEHLICH PEUGEOT 380034892 76050101) N
(20111115 -869.52 -1500-arjasanow-LOHN 13-6030-arjasanow 231498.53 Brutto-Lohn) N
(20111115 -400.00 -1500-ccsengery-LOHN 13-6030-ccsengery 231098.53 Brutto-Lohn) N
(20111115 -705.36 -1500-ddienlin-LOHN 13-6030-ddienlin 230393.17 Brutto-Lohn) N
(20111115 -1120.34 -1500-dperic-LOHN 13-6030-dperic 229272.83 Brutto-Lohn) N
(20111115 -1100.41 -1500-hparfuss-LOHN 13-6030-hparfuss 228172.42 Brutto-Lohn) N
(20111115 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 228012.42 Brutto-Lohn) N
(20111115 -300.00 -1500-jfriedrichs-LOHN 13-6030-jfriedrichs 227712.42 Brutto-Lohn) N
(20111115 -481.67 -1500-jkleckow-LOHN 13-6030-jkleckow 227230.75 Brutto-Lohn) N
(20111115 -400.00 -1500-mherrschel-LOHN 13-6030-mherrschel 226830.75 Brutto-Lohn) N
(20111115 -112.00 -1512-ccsengery 13-6010-ccsengery 226718.75 SV AG-Anteil) N
(20111115 -49.23 -1512-jengewald 13-6010-jengewald 226669.52 SV AG-Anteil) N
(20111115 -84.00 -1512-jfriedrichs 13-6010-jfriedrichs 226585.52 SV AG-Anteil) N
(20111115 -112.00 -1512-mherrschel 13-6010-mherrschel 226473.52 SV AG-Anteil) N
(20111115 -70.18 -1514-ddienlin 13-6010-ddienlin 226403.34 SV AG-Anteil) N
(20111115 -47.93 -1515-jkleckow 13-6010-jkleckow 226355.41 SV AG-Anteil) N
(20111115 -213.76 -1516-hparfuss 13-6010-hparfuss 226141.65 SV AG-Anteil) N
(20111115 -135.88 -1517-dperic 13-6010-dperic 226005.77 SV AG-Anteil) N
(20111115 -86.52 -1518-arjasanow 13-6010-arjasanow 225919.25 SV AG-Anteil) N
(20111125 -30.00 -1202 13-6670 225889.25 LASTSCHRIFT 100000825540 050007169260 FAHRSCHEIN 18173538 DB VERTRIE) N
(B GMBH 152517108 10010010) N
(20111125 -11.88 -1202 13-9520 225877.37 LASTSCHRIFT DRP 41932879 26841 STRATO AG 100679001 38040007) N
(20111128 -856.80 -1501-tjungblut 13-6100-tjungblut 225020.57 Rechnung) N
(20111129 -78.60 -1202 13-9210 224941.97 ONLINE-UEBERWEISUNG RECHNUNG 202508 V. 22.11.11 DATUM 29.11.2011, 19) N
(.42 UHR 1.TAN 816918 BARTELS NOTEN, BREMEN 96900204 20010020) N
(20111129 -472.90 -1202 13-9780 224469.07 ONLINE-UEBERWEISUNG RECHNUNG 38258 V. 27.11.11 DATUM 29.11.2011, 19.) N
(43 UHR 1.TAN 627852 HOTEL BACCHUS, BENSHEIM 2056042 50950068) N
(20111130 -59.00 -1202 13-9520 224410.07 LASTSCHRIFT DRP 41932564 63160312 STRATO AG 100679001 38040007) N
(20111130 11424.00 -10078-11076 12-8404 235834.07 Rechnung 1und1 November) N
(20111130 10281.60 -10078-11079 12-8404 246115.67 Rechnung Intel November) N
(20111130 10995.60 -10080-11075 12-8404 257111.27 Rechnung tes November) N
(20111201 -528.00 -1202 13-6310 256583.27 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20111201 -16.13 -1202 13-6855 256567.14 ENTGELTABSCHLUSS Abrechnung 30.11.2011 Information zur Abrechnung En) N
(tgelte vom 01.11.2011 bis 30.11.2011 16,13S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 13 x 0,20 2,60S Gesch\303\244ftsvorf\303\244lle 13 x 0,03 0) N
(,39S \303M-^\\berweisung beleghaft 1 x 0,20 0,20S Gesch\303\244ftsvorf\303\244lle 1 x 0,30 0,30S) N
(20111202 -350.00 -1202 13-6670 256217.14 LASTSCHRIFT 30134002901 011211DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20111202 -68.00 -1202 13-6670 256149.14 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM DATUM 02.12.2011, 11.21 UHR) N
( 1.TAN 564047 HANS PARFUSS 192238 70020270) N
(20111208 -148.00 -1202 13-6670 256001.14 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM 26.-27.11.11 DATUM 08.12.20) N
(11, 12.34 UHR 1.TAN 157200 CHRISTIANE CSENGERY 3371514 76090500) N
(20111209 -50.00 -1202 13-9520 255951.14 LASTSCHRIFT RG E255785,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPG) N
(ATE GMBH 181148804 30040000) N
(20111209 -50.00 -1202 13-9520 255901.14 LASTSCHRIFT RG E255787,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPG) N
(ATE GMBH 181148804 30040000) N
(20111212 -589.05 -1202 13-6310 255312.09 ONLINE-UEBERWEISUNG RECHNUNG FW/10964 DATUM 10.12.2011, 14.05 UHR 1.) N
(TAN 925692 EBC FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111215 -855.08 -1500-arjasanow-LOHN 13-6030-arjasanow 254457.01 Brutto-Lohn) N
(20111215 -400.00 -1500-ccsengery-LOHN 13-6030-ccsengery 254057.01 Brutto-Lohn) N
(20111215 -1078.38 -1500-ddienlin-LOHN 13-6030-ddienlin 252978.63 Brutto-Lohn) N
(20111215 -1119.27 -1500-dperic-LOHN 13-6030-dperic 251859.36 Brutto-Lohn) N
(20111215 -1100.41 -1500-hparfuss-LOHN 13-6030-hparfuss 250758.95 Brutto-Lohn) N
(20111215 -160.00 -1500-jengewald-LOHN 13-6030-jengewald 250598.95 Brutto-Lohn) N
(20111215 -300.00 -1500-jfriedrichs-LOHN 13-6030-jfriedrichs 250298.95 Brutto-Lohn) N
(20111215 -481.67 -1500-jkleckow-LOHN 13-6030-jkleckow 249817.28 Brutto-Lohn) N
(20111215 -400.00 -1500-mherrschel-LOHN 13-6030-mherrschel 249417.28 Brutto-Lohn) N
(20111215 -273.70 -1202 13-9775 249143.58 LASTSCHRIFT RECH. 3152/30.11.11 MAND 20699 JOCHEN BACHMANN 1108820) N
(0 52070024) N
(20111215 -112.00 -1512-ccsengery 13-6010-ccsengery 249031.58 SV AG-Anteil) N
(20111215 -49.23 -1512-jengewald 13-6010-jengewald 248982.35 SV AG-Anteil) N
(20111215 -84.00 -1512-jfriedrichs 13-6010-jfriedrichs 248898.35 SV AG-Anteil) N
(20111215 -112.00 -1512-mherrschel 13-6010-mherrschel 248786.35 SV AG-Anteil) N
(20111215 -107.30 -1514-ddienlin 13-6010-ddienlin 248679.05 SV AG-Anteil) N
(20111215 -47.93 -1515-jkleckow 13-6010-jkleckow 248631.12 SV AG-Anteil) N
(20111215 -213.76 -1516-hparfuss 13-6010-hparfuss 248417.36 SV AG-Anteil) N
(20111215 -133.76 -1517-dperic 13-6010-dperic 248283.60 SV AG-Anteil) N
(20111215 -85.08 -1518-arjasanow 13-6010-arjasanow 248198.52 SV AG-Anteil) N
(20111219 -147.56 -1202 13-6310 248050.96 ONLINE-UEBERWEISUNG RECHNUNG FW/11228 DATUM 19.12.2011, 17.13 UHR 1.) N
(TAN 628795 EBC FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111223 16.00 -1202 12-8404 248066.96 UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16) N
(.12.2011 RESERVIX GMBH 21237906 68090000) N
(20111228 -856.80 -1501-tjungblut 13-6100-tjungblut 247210.16 Rechnung) N
(20111229 -33012.50 -1335-11 13-7632 214197.66 Kapitalsteuer) N
(20111229 -59.00 -1202 13-9520 214138.66 LASTSCHRIFT DRP 42181876 63160312 STRATO AG 100679001 38040007) N
(20111229 -30000.00 -1331-11 13-7610 184138.66 Rueckstellung Gewerbesteuer) N
(20111229 -32000.00 -1330-11 13-7603 152138.66 Rueckstellung Koerperschaftsteuer) N
(20111229 820.53 -1310-11 11-1779 152959.19 Umsatzsteuerumbuchung {gmbh2011:11-1575}) N
(20111229 -47657.25 -1310-11 11-1779 105301.94 Umsatzsteuerumbuchung {gmbh2011:11-1775}) N
(20111230 -13.88 -1202 13-6855 105288.06 ENTGELTABSCHLUSS Abrechnung 30.12.2011 Information zur Abrechnung En) N
(tgelte vom 01.12.2011 bis 30.12.2011 13,88S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 12 x 0,20 2,40S Gesch\303\244ftsvorf\303\244lle 12 x 0,03 0) N
(,36S \303M-^\\berweisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20111230 11424.00 -10078-11079 12-8404 116712.06 Rechnung Intel Dezember) N
(20111231 -105000.00 -1501-cgabriel 13-7001 11712.06 Aussch\303\274ttung) N
(20111231 11424.00 -10078-11085 12-8404 23136.06 Rechnung 1und1 Dezember) N
(20111231 8901.20 -10080-11084 12-8404 32037.26 Rechnung tes Dezember) N
() N
(10 Aktiva 32037.26) N
(10-10078 Hays_1_und_1 44553.60) N
(10-10078-10075 0.00) N
(10-10078-11013 0.00) N
(10-10078-11017 0.00) N
(10-10078-11018 0.00) N
(10-10078-11020 0.00) N
(10-10078-11033 0.00) N
(10-10078-11043 0.00) N
(10-10078-11047 0.00) N
(10-10078-11051 0.00) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (7) 7
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(10-10078-11059 0.00) p n
(10-10078-11068 0.00) N
(10-10078-11076 11424.00) N
(10-10078-11079 21705.60) N
(10-10078-11085 11424.00) N
(10-10080 Miele_TES 30368.80) N
(10-10080-10073 0.00) N
(10-10080-10074 0.00) N
(10-10080-11014 0.00) N
(10-10080-11016 0.00) N
(10-10080-11017 0.00) N
(10-10080-11021 0.00) N
(10-10080-11028 0.00) N
(10-10080-11044 0.00) N
(10-10080-11048 0.00) N
(10-10080-11053 0.00) N
(10-10080-11063 0.00) N
(10-10080-11069 10472.00) N
(10-10080-11075 10995.60) N
(10-10080-11084 8901.20) N
(10-10082 KKH_Wilhelmshaven 226.10) N
(10-10082-10077 226.10) N
(10-10084 Lexware 0.00) N
(10-10084-11054 0.00) N
(10-1202 Kto_Sparkasse_F\303\274rth 20657.31) N
(10-1222 50000.00) N
(10-1231 -1074.54) N
(10-1310 Umsatzsteuer -4938.16) N
(10-1310-07 Umsatzsteuer_2007 -6183.59) N
(10-1310-08 Umsatzsteuer_2008 6197.06) N
(10-1310-09 Umsatzsteuer_2009 127.61) N
(10-1310-10 Umsatzsteuer_2010 296.08) N
(10-1310-11 Umsatzsteuer_2011 -5375.32) N
(10-1330 KSt -47546.43) N
(10-1330-07 28.89) N
(10-1330-08 -7275.32) N
(10-1330-09 -2500.00) N
(10-1330-10 -5800.00) N
(10-1330-11 -32000.00) N
(10-1331 GewSt -40593.00) N
(10-1331-07 48.00) N
(10-1331-08 -2841.00) N
(10-1331-09 -2400.00) N
(10-1331-10 -5400.00) N
(10-1331-11 -30000.00) N
(10-1335 QuellenSt -38287.50) N
(10-1335-07 0.00) N
(10-1335-08 0.00) N
(10-1335-09 0.00) N
(10-1335-10 -5275.00) N
(10-1335-11 -33012.50) N
(10-1380 Lohnsteuer 15108.53) N
(10-1380-07 2161.54) N
(10-1380-08 11674.64) N
(10-1380-09 1349.51) N
(10-1380-10 -49.50) N
(10-1380-10-zahlung -49.50) N
(10-1380-11 -27.66) N
(10-1380-11-ddienlin -11.08) N
(10-1380-11-dperic -61.94) N
(10-1380-11-zahlung 45.36) N
(10-1381 Soli 112.21) N
(10-1381-07 112.21) N
(10-1381-08 0.00) N
(10-1381-09 0.00) N
(10-1381-10 0.00) N
(10-1385 Kirchensteuer -1.38) N
(10-1385-07 0.00) N
(10-1385-08 0.00) N
(10-1385-09 -0.06) N
(10-1385-10 0.00) N
(10-1385-11 -1.32) N
(10-1385-11-dperic -4.83) N
(10-1385-11-zahlung 3.51) N
(10-1500 Lohnkonten -2.25) N
(10-1500-arjasanow -2.25) N
(10-1500-arjasanow-LOHN -6716.63) N
(10-1500-arjasanow-RV 555.63) N
(10-1500-arjasanow-ZAHL 6161.00) N
(10-1500-ashawky 0.00) N
(10-1500-ccsengery 0.00) N
(10-1500-ccsengery-LOHN -1800.00) N
(10-1500-ccsengery-ZAHL 1800.00) N
(10-1500-ckettner 0.00) N
(10-1500-cnawrot 0.00) N
(10-1500-dblaesche 0.00) N
(10-1500-ddienlin -0.00) N
(10-1500-ddienlin-LOHN -3063.74) N
(10-1500-ddienlin-LST 11.08) N
(10-1500-ddienlin-RV 172.66) N
(10-1500-ddienlin-ZAHL 2880.00) N
(10-1500-dkullick 0.00) N
(10-1500-dperic -0.00) N
(10-1500-dperic-KST 4.83) N
(10-1500-dperic-LOHN -2239.61) N
(10-1500-dperic-LST 61.94) N
(10-1500-dperic-RV 222.84) N
(10-1500-dperic-ZAHL 1950.00) N
(10-1500-etoo 0.00) N
(10-1500-hmaamoun 0.00) N
(10-1500-hparfuss 0.00) N
(10-1500-hparfuss-KV 260.79) N
(10-1500-hparfuss-LOHN -3301.23) N
(10-1500-hparfuss-PV 40.44) N
(10-1500-hparfuss-ZAHL 3000.00) N
(10-1500-hzaazou 0.00) N
(10-1500-jclaussnitzer 0.00) N
(10-1500-jengewald 0.00) N
(10-1500-jengewald-LOHN -1920.00) N
(10-1500-jengewald-ZAHL 1920.00) N
(10-1500-jfriedrichs 0.00) N
(10-1500-jfriedrichs-LOHN -600.00) N
(10-1500-jfriedrichs-ZAHL 600.00) N
(10-1500-jkaiser 0.00) N
(10-1500-jkleckow 0.00) N
(10-1500-jkleckow-LOHN -1445.01) N
(10-1500-jkleckow-RV 95.01) N
(10-1500-jkleckow-ZAHL 1350.00) N
(10-1500-jkoch 0.00) N
(10-1500-jschuladen 0.00) N
(10-1500-klaewer 0.00) N
(10-1500-klangschwager 0.00) N
(10-1500-mherrschel 0.00) N
(10-1500-mherrschel-LOHN -1600.00) N
(10-1500-mherrschel-ZAHL 1600.00) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (8) 8
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(10-1500-mtruemper 0.00) p n
(10-1500-mweber 0.00) N
(10-1500-oppenl 0.00) N
(10-1500-sgeier 0.00) N
(10-1500-srodenberg 0.00) N
(10-1500-stockbauer 0.00) N
(10-1500-tfelder 0.00) N
(10-1500-tjungblut 0.00) N
(10-1500-tkinzl 0.00) N
(10-1500-ukrohn 0.00) N
(10-1500-wkapraun 0.00) N
(10-1500-wsarhan 0.00) N
(10-1500-xxx 0.00) N
(10-1501 Debitoren 4914.80) N
(10-1501-arjasanow 300.00) N
(10-1501-cgabriel 4971.67) N
(10-1501-ckettner -1150.77) N
(10-1501-mherrschel 300.00) N
(10-1501-oppenl 0.00) N
(10-1501-tjungblut 493.90) N
(10-1510 DAK_Fuerth -739.37) N
(10-1510-zahlung 2254.10) N
(10-1512 Minijob 1745.57) N
(10-1512-ccsengery -504.00) N
(10-1512-jengewald -590.76) N
(10-1512-jfriedrichs -168.00) N
(10-1512-mherrschel -448.00) N
(10-1512-zahlung 2172.19) N
(10-1513 BKK_futur -419.67) N
(10-1514 AOK_Bayern -618.94) N
(10-1514-ddienlin -618.94) N
(10-1515 BKK_Mobil_Oil 46.32) N
(10-1515-jkleckow -238.80) N
(10-1515-zahlung 285.12) N
(10-1516 BKK_Siemens 51.51) N
(10-1516-hparfuss -942.51) N
(10-1516-zahlung 994.02) N
(10-1517 TechnikerKK 0.00) N
(10-1517-dperic -492.48) N
(10-1517-zahlung 492.48) N
(10-1518 Barmer_GEK 807.43) N
(10-1518-arjasanow -1223.94) N
(10-1518-zahlung 2935.34) N
(10-1598 -4354.12) N
(10-1599 0.00) N
(10-2080 Oelkonto 2020.44) N
(10-2080-Oel 713.90) N
(10-2080-Strom 1306.54) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (9) 9
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078 \(Hays_1_und_1\)) N
() N
(20110101 11815.27 -10075 11-1805 11815.27 Saldovortrag) N
(20110131 11995.20 -11013 12-8401 23810.47 Rechnung 1und1 Januar) N
(20110131 -11815.27 -10075 10-1202 11995.20 Zahlung 1und1 Dezember) N
(20110228 11424.00 -11017 12-8401 23419.20 Rechnung 1und1 Februar) N
(20110331 13137.60 -11018 12-8401 36556.80 Rechnung 1und1 M\303\244rz) N
(20110401 -11995.20 -11013 10-1202 24561.60 Zahlung 1und1 Januar) N
(20110430 10852.80 -11020 12-8402 35414.40 Rechnung 1und1 April) N
(20110509 -11424.00 -11017 10-1202 23990.40 Zahlung 1und1 Februar) N
(20110519 -13137.60 -11018 10-1202 10852.80 Zahlung 1und1 M\303\244rz) N
(20110531 12566.40 -11033 12-8402 23419.20 Rechnung 1und1 Mai) N
(20110630 10852.80 -11043 12-8402 34272.00 Rechnung 1und1 Juni) N
(20110701 -10852.80 -11020 10-1202 23419.20 SEPA GUTSCHRIFT EREF+0007221055 SVWZ+/INV/2011-020 30.4.201 1) N
(20110728 -12566.40 -11033 10-1202 10852.80 SEPA GUTSCHRIFT EREF+0007225947 SVWZ+/INV/2011-033 31.5.201 1) N
(20110731 11995.20 -11047 12-8403 22848.00 Rechnung 1und1 Juli) N
(20110831 13137.60 -11051 12-8403 35985.60 Rechnung 1und1 August) N
(20110831 -10852.80 -11043 10-1202 25132.80 SEPA GUTSCHRIFT EREF+0007232006 SVWZ+/INV/2011-043 30.6.201 1 Hays AG DE53670400310604042200 COB) N
(ADEFF670) N
(20110929 -11995.20 -11047 10-1202 13137.60 SEPA GUTSCHRIFT EREF+0007237391 SVWZ+/INV/2011-047 31.7.201 1 Hays AG DE53670400310604042200 COB) N
(ADEFF670) N
(20110930 12566.40 -11059 12-8403 25704.00 Rechnung 1und1 September) N
(20111017 -13137.60 -11051 10-1202 12566.40 SEPA GUTSCHRIFT EREF+0007240212 SVWZ+/INV/2011-051 31.8.201 160-C-110648-01 /2011/Aug Hays AG DE) N
(53670400310604042200 COBADEFF670) N
(20111031 10852.80 -11068 12-8403 23419.20 Rechnung 1und1 Oktober) N
(20111130 11424.00 -11076 12-8404 34843.20 Rechnung 1und1 November) N
(20111130 10281.60 -11079 12-8404 45124.80 Rechnung Intel November) N
(20111201 -12566.40 -11059 10-1202 32558.40 SEPA GUTSCHRIFT EREF+0007249438 SVWZ+/INV/2011-059 30.9.201 1 Hays AG DE53670400310604042200 COB) N
(ADEFF670) N
(20111222 -10852.80 -11068 10-1202 21705.60 SEPA GUTSCHRIFT EREF+0007254348 SVWZ+/INV/2011-068 31.10.20 1160-C-110648-01 /2011/Okt Hays AG D) N
(E53670400310604042200 COBADEFF670) N
(20111230 11424.00 -11079 12-8404 33129.60 Rechnung Intel Dezember) N
(20111231 11424.00 -11085 12-8404 44553.60 Rechnung 1und1 Dezember) N
() N
(10-10078 Hays_1_und_1 44553.60) N
(10-10078-10075 0.00) N
(10-10078-11013 0.00) N
(10-10078-11017 0.00) N
(10-10078-11018 0.00) N
(10-10078-11020 0.00) N
(10-10078-11033 0.00) N
(10-10078-11043 0.00) N
(10-10078-11047 0.00) N
(10-10078-11051 0.00) N
(10-10078-11059 0.00) N
(10-10078-11068 0.00) N
(10-10078-11076 11424.00) N
(10-10078-11079 21705.60) N
(10-10078-11085 11424.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (10) 10
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-10075 \(\)) N
() N
(20110101 11815.27 - 11-1805 11815.27 Saldovortrag) N
(20110131 -11815.27 - 10-1202 0.00 Zahlung 1und1 Dezember) N
() N
(10-10078-10075 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (11) 11
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11013 \(\)) N
() N
(20110131 11995.20 - 12-8401 11995.20 Rechnung 1und1 Januar) N
(20110401 -11995.20 - 10-1202 0.00 Zahlung 1und1 Januar) N
() N
(10-10078-11013 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (12) 12
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11017 \(\)) N
() N
(20110228 11424.00 - 12-8401 11424.00 Rechnung 1und1 Februar) N
(20110509 -11424.00 - 10-1202 0.00 Zahlung 1und1 Februar) N
() N
(10-10078-11017 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (13) 13
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11018 \(\)) N
() N
(20110331 13137.60 - 12-8401 13137.60 Rechnung 1und1 M\303\244rz) N
(20110519 -13137.60 - 10-1202 0.00 Zahlung 1und1 M\303\244rz) N
() N
(10-10078-11018 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (14) 14
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11020 \(\)) N
() N
(20110430 10852.80 - 12-8402 10852.80 Rechnung 1und1 April) N
(20110701 -10852.80 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007221055 SVWZ+/INV/2011-020 30.4.201 1) N
() N
(10-10078-11020 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (15) 15
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11033 \(\)) N
() N
(20110531 12566.40 - 12-8402 12566.40 Rechnung 1und1 Mai) N
(20110728 -12566.40 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007225947 SVWZ+/INV/2011-033 31.5.201 1) N
() N
(10-10078-11033 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (16) 16
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11043 \(\)) N
() N
(20110630 10852.80 - 12-8402 10852.80 Rechnung 1und1 Juni) N
(20110831 -10852.80 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007232006 SVWZ+/INV/2011-043 30.6.201 1 Hays AG DE53670400310604042200 COBADE) N
(FF670) N
() N
(10-10078-11043 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (17) 17
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11047 \(\)) N
() N
(20110731 11995.20 - 12-8403 11995.20 Rechnung 1und1 Juli) N
(20110929 -11995.20 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007237391 SVWZ+/INV/2011-047 31.7.201 1 Hays AG DE53670400310604042200 COBADE) N
(FF670) N
() N
(10-10078-11047 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (18) 18
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11051 \(\)) N
() N
(20110831 13137.60 - 12-8403 13137.60 Rechnung 1und1 August) N
(20111017 -13137.60 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007240212 SVWZ+/INV/2011-051 31.8.201 160-C-110648-01 /2011/Aug Hays AG DE536) N
(70400310604042200 COBADEFF670) N
() N
(10-10078-11051 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (19) 19
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11059 \(\)) N
() N
(20110930 12566.40 - 12-8403 12566.40 Rechnung 1und1 September) N
(20111201 -12566.40 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007249438 SVWZ+/INV/2011-059 30.9.201 1 Hays AG DE53670400310604042200 COBADE) N
(FF670) N
() N
(10-10078-11059 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (20) 20
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11068 \(\)) N
() N
(20111031 10852.80 - 12-8403 10852.80 Rechnung 1und1 Oktober) N
(20111222 -10852.80 - 10-1202 0.00 SEPA GUTSCHRIFT EREF+0007254348 SVWZ+/INV/2011-068 31.10.20 1160-C-110648-01 /2011/Okt Hays AG DE53) N
(670400310604042200 COBADEFF670) N
() N
(10-10078-11068 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (21) 21
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11076 \(\)) N
() N
(20111130 11424.00 - 12-8404 11424.00 Rechnung 1und1 November) N
() N
(10-10078-11076 11424.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (22) 22
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11079 \(\)) N
() N
(20111130 10281.60 - 12-8404 10281.60 Rechnung Intel November) N
(20111230 11424.00 - 12-8404 21705.60 Rechnung Intel Dezember) N
() N
(10-10078-11079 21705.60) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (23) 23
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10078-11085 \(\)) N
() N
(20111231 11424.00 - 12-8404 11424.00 Rechnung 1und1 Dezember) N
() N
(10-10078-11085 11424.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (24) 24
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080 \(Miele_TES\)) N
() N
(20110101 3927.00 -10073 11-1805 3927.00 Saldovortrag) N
(20110101 9424.80 -10074 11-1805 13351.80 Saldovortrag) N
(20110110 -3300.00 -10073 10-1202 10051.80 Zahlung tes November) N
(20110131 10995.60 -11014 12-8401 21047.40 Rechnung tes Januar) N
(20110208 -627.00 -10073 10-1202 20420.40 Zahlung tes November) N
(20110210 -9424.80 -10074 10-1202 10995.60 Zahlung tes Dezember) N
(20110228 10472.00 -11016 12-8401 21467.60 Rechnung tes Februar) N
(20110307 -10995.60 -11014 10-1202 10472.00 Zahlung tes Januar) N
(20110331 12042.80 -11017 12-8401 22514.80 Rechnung tes M\303\244rz) N
(20110428 -10472.00 -11016 10-1202 12042.80 Zahlung tes Februar) N
(20110430 9948.40 -11021 12-8402 21991.20 Rechnung tes April) N
(20110503 -12042.80 -11017 10-1202 9948.40 Zahlung tes Maerz) N
(20110531 11519.20 -11028 12-8402 21467.60 Rechnung tes Mai) N
(20110630 9948.40 -11044 12-8402 31416.00 Rechnung tes Juni) N
(20110715 -11519.20 -11028 10-1202 19896.80 UEBERWEISUNGSGUTSCHRIFT DME1012464927 &CR&CR20 11 028 DME1012) N
(20110726 -9948.40 -11021 10-1202 9948.40 UEBERWEISUNGSGUTSCHRIFT DME1012511213 &CR&CR20 11 021 DME1012) N
(20110731 10472.00 -11048 12-8403 20420.40 Rechnung tes Juli) N
(20110805 -9948.40 -11044 10-1202 10472.00 UEBERWEISUNGSGUTSCHRIFT DME1012575324 &CR&CR20 11 044 DME1012) N
(20110831 11519.20 -11053 12-8403 21991.20 Rechnung tes August) N
(20110831 -10472.00 -11048 10-1202 11519.20 UEBERWEISUNGSGUTSCHRIFT DME1012699331 &CR&CR20 11048 DME10126 STHREE GMBH 1435416007 50230400) N
(20110930 10472.00 -11063 12-8403 21991.20 Rechnung tes September) N
(20111028 -11519.20 -11053 10-1202 10472.00 UEBERWEISUNGSGUTSCHRIFT DME1012990325 &CR&CR20 11053 DME10129 STHREE GMBH 1435416007 50230400) N
(20111031 10472.00 -11069 12-8404 20944.00 Rechnung tes Oktober) N
(20111111 -10472.00 -11063 10-1202 10472.00 UEBERWEISUNGSGUTSCHRIFT DME1013055621 &CR&CR20 11063 DME10130 STHREE GMBH 1435416007 50230400) N
(20111130 10995.60 -11075 12-8404 21467.60 Rechnung tes November) N
(20111231 8901.20 -11084 12-8404 30368.80 Rechnung tes Dezember) N
() N
(10-10080 Miele_TES 30368.80) N
(10-10080-10073 0.00) N
(10-10080-10074 0.00) N
(10-10080-11014 0.00) N
(10-10080-11016 0.00) N
(10-10080-11017 0.00) N
(10-10080-11021 0.00) N
(10-10080-11028 0.00) N
(10-10080-11044 0.00) N
(10-10080-11048 0.00) N
(10-10080-11053 0.00) N
(10-10080-11063 0.00) N
(10-10080-11069 10472.00) N
(10-10080-11075 10995.60) N
(10-10080-11084 8901.20) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (25) 25
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-10073 \(\)) N
() N
(20110101 3927.00 - 11-1805 3927.00 Saldovortrag) N
(20110110 -3300.00 - 10-1202 627.00 Zahlung tes November) N
(20110208 -627.00 - 10-1202 0.00 Zahlung tes November) N
() N
(10-10080-10073 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (26) 26
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-10074 \(\)) N
() N
(20110101 9424.80 - 11-1805 9424.80 Saldovortrag) N
(20110210 -9424.80 - 10-1202 0.00 Zahlung tes Dezember) N
() N
(10-10080-10074 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (27) 27
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11014 \(\)) N
() N
(20110131 10995.60 - 12-8401 10995.60 Rechnung tes Januar) N
(20110307 -10995.60 - 10-1202 0.00 Zahlung tes Januar) N
() N
(10-10080-11014 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (28) 28
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11016 \(\)) N
() N
(20110228 10472.00 - 12-8401 10472.00 Rechnung tes Februar) N
(20110428 -10472.00 - 10-1202 0.00 Zahlung tes Februar) N
() N
(10-10080-11016 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (29) 29
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11017 \(\)) N
() N
(20110331 12042.80 - 12-8401 12042.80 Rechnung tes M\303\244rz) N
(20110503 -12042.80 - 10-1202 0.00 Zahlung tes Maerz) N
() N
(10-10080-11017 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (30) 30
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11021 \(\)) N
() N
(20110430 9948.40 - 12-8402 9948.40 Rechnung tes April) N
(20110726 -9948.40 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT DME1012511213 &CR&CR20 11 021 DME1012) N
() N
(10-10080-11021 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (31) 31
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11028 \(\)) N
() N
(20110531 11519.20 - 12-8402 11519.20 Rechnung tes Mai) N
(20110715 -11519.20 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT DME1012464927 &CR&CR20 11 028 DME1012) N
() N
(10-10080-11028 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (32) 32
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11044 \(\)) N
() N
(20110630 9948.40 - 12-8402 9948.40 Rechnung tes Juni) N
(20110805 -9948.40 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT DME1012575324 &CR&CR20 11 044 DME1012) N
() N
(10-10080-11044 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (33) 33
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11048 \(\)) N
() N
(20110731 10472.00 - 12-8403 10472.00 Rechnung tes Juli) N
(20110831 -10472.00 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT DME1012699331 &CR&CR20 11048 DME10126 STHREE GMBH 1435416007 50230400) N
() N
(10-10080-11048 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (34) 34
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11053 \(\)) N
() N
(20110831 11519.20 - 12-8403 11519.20 Rechnung tes August) N
(20111028 -11519.20 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT DME1012990325 &CR&CR20 11053 DME10129 STHREE GMBH 1435416007 50230400) N
() N
(10-10080-11053 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (35) 35
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11063 \(\)) N
() N
(20110930 10472.00 - 12-8403 10472.00 Rechnung tes September) N
(20111111 -10472.00 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT DME1013055621 &CR&CR20 11063 DME10130 STHREE GMBH 1435416007 50230400) N
() N
(10-10080-11063 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (36) 36
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11069 \(\)) N
() N
(20111031 10472.00 - 12-8404 10472.00 Rechnung tes Oktober) N
() N
(10-10080-11069 10472.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (37) 37
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11075 \(\)) N
() N
(20111130 10995.60 - 12-8404 10995.60 Rechnung tes November) N
() N
(10-10080-11075 10995.60) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (38) 38
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10080-11084 \(\)) N
() N
(20111231 8901.20 - 12-8404 8901.20 Rechnung tes Dezember) N
() N
(10-10080-11084 8901.20) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (39) 39
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10082 \(KKH_Wilhelmshaven\)) N
() N
(20110101 226.10 -10077 11-1805 226.10 Saldovortrag) N
() N
(10-10082 KKH_Wilhelmshaven 226.10) N
(10-10082-10077 226.10) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (40) 40
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10082-10077 \(\)) N
() N
(20110101 226.10 - 11-1805 226.10 Saldovortrag) N
() N
(10-10082-10077 226.10) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (41) 41
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10084 \(Lexware\)) N
() N
(20110831 3867.50 -11054 12-8403 3867.50 Rechnung lex August) N
(20111118 -3867.50 -11054 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT 2011-054 VOM 13.10.2011 / Z AHLUNG ERFOLGT VORBEHALTLIC H DER ANERKENNUN) N
(G DER LEIST UNG. SOLCOM UNTERNEHMENSB.GMBH 11013 64050000) N
() N
(10-10084 Lexware 0.00) N
(10-10084-11054 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (42) 42
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-10084-11054 \(\)) N
() N
(20110831 3867.50 - 12-8403 3867.50 Rechnung lex August) N
(20111118 -3867.50 - 10-1202 0.00 UEBERWEISUNGSGUTSCHRIFT 2011-054 VOM 13.10.2011 / Z AHLUNG ERFOLGT VORBEHALTLIC H DER ANERKENNUNG D) N
(ER LEIST UNG. SOLCOM UNTERNEHMENSB.GMBH 11013 64050000) N
() N
(10-10084-11054 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (43) 43
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1202 \(Kto_Sparkasse_F\303\274rth\)) N
() N
(20110101 143.82 - 11-1805 143.82 Saldovortrag) N
(20110104 -87.00 - 10-2080-Strom 56.82 Infra, B6) N
(20110104 -505.82 - 13-6520 -449.00 KFZ Versicherung, B1) N
(20110104 -528.00 - 13-6310 -977.00 Miete Buero, B2) N
(20110104 -110.00 - 10-2080-Oel -1087.00 Oelvorauszahlung, B5) N
(20110104 -350.00 - 13-6670 -1437.00 Reisekosten Gabriel, B4) N
(20110110 3300.00 - 10-10080-10073 1863.00 Zahlung tes November) N
(20110116 -1200.00 - 10-1501-cgabriel 663.00 Entnahme) N
(20110116 -17.28 - 13-9631 645.72 GEZ, B10) N
(20110117 -160.00 - 10-1500-jengewald-ZAHL 485.72 Aushilfslohn Engewald, B15) N
(20110117 -49.23 - 10-1512-zahlung 436.49 Minijob/GSV, B11) N
(20110128 -15.00 - 13-6520 421.49 Auto-Verwarnung) N
(20110128 -120.00 - 13-9640 301.49 IHK-Beitrag) N
(20110131 -2100.00 - 10-1501-cgabriel -1798.51 Entnahme, f. Dani) N
(20110131 -1413.16 - 10-1310-10 -3211.67 USt-Vorauszahlung) N
(20110131 11815.27 - 10-10078-10075 8603.60 Zahlung 1und1 Dezember) N
(20110201 -9.31 - 13-6855 8594.29 Kontoabrechnung, B28) N
(20110201 -528.00 - 13-6310 8066.29 Miete FUE, B13) N
(20110201 -110.00 - 10-2080-Oel 7956.29 Oelvorauszahlung, B16) N
(20110201 -350.00 - 13-6670 7606.29 Reisekosten Gabriel, B14) N
(20110208 627.00 - 10-10080-10073 8233.29 Zahlung tes November) N
(20110210 9424.80 - 10-10080-10074 17658.09 Zahlung tes Dezember) N
(20110214 90.46 - 10-2080-Strom 17748.55 R\303\274ckzahlung infra) N
(20110214 -2004.81 - 10-1310-10 15743.74 USt-Vorauszahlung) N
(20110214 -3614.07 - 10-1310-11 12129.67 USt-Vorauszahlung) N
(20110216 -2983.00 - 10-1501-cgabriel 9146.67 Entnahme) N
(20110218 -300.00 - 10-1500-arjasanow-ZAHL 8846.67 Lohn) N
(20110222 -49.23 - 10-1512-zahlung 8797.44 GSV, B20) N
(20110226 -160.00 - 10-1500-jengewald-ZAHL 8637.44 Aushilfslohn Engewald, B23) N
(20110301 -9.03 - 13-6855 8628.41 Kontoabrechnung, B28) N
(20110301 -528.00 - 13-6310 8100.41 Miete Fuerth, B24) N
(20110301 -110.00 - 10-2080-Oel 7990.41 Oelvorauszahlung, B26) N
(20110301 -76.00 - 10-2080-Strom 7914.41 RE Infra, B27) N
(20110301 -350.00 - 13-6670 7564.41 Reisekosten Gabriel, B25) N
(20110304 -212.00 - 10-1500-arjasanow-ZAHL 7352.41 Lohn) N
(20110307 -36.00 - 10-1310-11 7316.41 USt-Versp.Zuschlag) N
(20110307 -3436.91 - 10-1310-11 3879.50 USt-Vorauszahlung) N
(20110307 10995.60 - 10-10080-11014 14875.10 Zahlung tes Januar) N
(20110318 -2983.00 - 10-1501-cgabriel 11892.10 Entnahme) N
(20110326 -49.23 - 10-1512-zahlung 11842.87 GSV, B32) N
(20110328 49.50 - 10-1380-10-zahlung 11892.37 Finanzamt) N
(20110330 -4992.00 - 10-1501-cgabriel 6900.37 Entnahme) N
(20110331 -160.00 - 10-1500-jengewald-ZAHL 6740.37 Aushilfslohn Engewald, B33) N
(20110331 -512.00 - 10-1500-arjasanow-ZAHL 6228.37 Lohn) N
(20110331 -76.00 - 10-2080-Strom 6152.37 RE Infra, B34) N
(20110401 -8.12 - 13-6855 6144.25 Kontoabrechnung) N
(20110401 -528.00 - 13-6310 5616.25 Miete Fuerth, B35) N
(20110401 -110.00 - 10-2080-Oel 5506.25 Oelvorauszahlung, B37) N
(20110401 11995.20 - 10-10078-11013 17501.45 Zahlung 1und1 Januar) N
(20110401 -5.51 - 13-7303 17495.94 Zinsen) N
(20110404 -350.00 - 13-6670 17145.94 Reisekosten Gabriel, B36) N
(20110411 -3964.52 - 10-1310-11 13181.42 USt-Vorauszahlung) N
(20110415 -1998.00 - 10-1501-cgabriel 11183.42 Entnahme) N
(20110415 -17.28 - 13-9631 11166.14 GEZ, B42) N
(20110418 -2983.00 - 10-1501-cgabriel 8183.14 Entnahme) N
(20110428 -160.00 - 10-1500-jengewald-ZAHL 8023.14 Aushilfslohn Engewald, B44) N
(20110428 -49.23 - 10-1512-zahlung 7973.91 GSV, B46) N
(20110428 10472.00 - 10-10080-11016 18445.91 Zahlung tes Februar) N
(20110429 -4992.00 - 10-1501-cgabriel 13453.91 Entnahme) N
(20110502 -7.57 - 13-6855 13446.34 Kontoabrechnung, B92) N
(20110502 -528.00 - 13-6310 12918.34 Miete Buero Fuerth, B47) N
(20110502 -76.00 - 10-2080-Strom 12842.34 RE Infra Fuerth, B45) N
(20110503 -4985.00 - 10-1501-cgabriel 7857.34 Entnahme) N
(20110503 -512.00 - 10-1500-arjasanow-ZAHL 7345.34 Lohn) N
(20110503 -110.00 - 10-2080-Oel 7235.34 Oelvorauszahlung, B49) N
(20110503 -350.00 - 13-6670 6885.34 Reisekosten Gabriel, B48) N
(20110503 12042.80 - 10-10080-11017 18928.14 Zahlung tes Maerz) N
(20110509 11424.00 - 10-10078-11017 30352.14 Zahlung 1und1 Februar) N
(20110512 -3265.32 - 10-1310-11 27086.82 USt-Vorauszahlung) N
(20110516 -2983.00 - 10-1501-cgabriel 24103.82 Entnahme) N
(20110517 -69.50 - 13-6520 24034.32 Bu\303M-^_geld, Auto) N
(20110517 -15.00 - 13-6520 24019.32 Verwarnung, Auto) N
(20110519 13137.60 - 10-10078-11018 37156.92 Zahlung 1und1 M\303\244rz) N
(20110520 -59.88 - 13-9520 37097.04 Alfahosting) N
(20110531 -76.00 - 10-2080-Strom 37021.04 Infra Fuerth, B88) N
(20110601 -8.99 - 13-6855 37012.05 Kontoabrechnung, B92) N
(20110601 -528.00 - 13-6310 36484.05 Miete Buero Fuerth, B89) N
(20110601 -110.00 - 10-2080-Oel 36374.05 Oelvorauszahlung, B91) N
(20110601 -380.00 - 13-6670 35994.05 Reisekosten Gabriel, B90) N
(20110607 -160.00 - 10-1500-jengewald-ZAHL 35834.05 Aushilfslohn Engewald, B93) N
(20110607 -49.23 - 10-1512-zahlung 35784.82 GSV/Minjob Zentrale, B94) N
(20110607 -3789.72 - 10-1310-11 31995.10 USt-Vorauszahlung) N
(20110608 -512.00 - 10-1500-arjasanow-ZAHL 31483.10 Lohn) N
(20110616 -2983.00 - 10-1501-cgabriel 28500.10 Entnahme) N
(20110620 -292.74 - 13-6300 28207.36 Catering 1u1) N
(20110620 -158.27 - 13-6300 28049.09 Catering 1u1) N
(20110620 -512.00 - 10-1500-arjasanow-ZAHL 27537.09 Lohn) N
(20110627 -35.90 - 13-9520 27501.19 Strato) N
(20110630 -160.00 - 10-1500-jengewald-ZAHL 27341.19 Aushilfslohn Engewald, B93) N
(20110630 -49.23 - 10-1512-zahlung 27291.96 GSV/Minjob Zentrale, B94) N
(20110630 -76.00 - 10-2080-Strom 27215.96 Infra Fuerth) N
(20110701 -528.00 - 13-6310 26687.96 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110701 -110.00 - 10-2080-Oel 26577.96 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110701 -7.98 - 13-6855 26569.98 ENTGELTABSCHLUSS Abrechnung 30.06.2011 Information zur Abrechnung Entgelte vom 01.) N
(06.2011 bis 30.06.2011 7,98S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 3 x 0,20 0,60S Gesch\303\244ftsvorf\303\244lle 3 x 0,03 0,09S \303M-^\\berweisu) N
(ng beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S) N
(20110701 10852.80 - 10-10078-11020 37422.78 SEPA GUTSCHRIFT EREF+0007221055 SVWZ+/INV/2011-020 30.4.201 1) N
(20110704 -350.00 - 13-6670 37072.78 LASTSCHRIFT 30134002901 010711DBABO DIE BAHN SAGT DANKE) N
(20110712 -3193.31 - 10-1310-11 33879.47 ONLINE-UEBERWEISUNG UST.-VORAUSZAHLUNG 218/129/10296 06/2011 IFT INFORMATIK DATUM ) N
(12.07.2011, 09.23 UHR 1.TAN 434095) N
(20110715 -17.28 - 13-9631 33862.19 LASTSCHRIFT 616144632 2011072000208860 RUNDFUNK 06.2011 - 08.2011 IFT IINFORMATIK ) N
(GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN) N
(20110715 11519.20 - 10-10080-11028 45381.39 UEBERWEISUNGSGUTSCHRIFT DME1012464927 &CR&CR20 11 028 DME1012) N
(20110718 -2983.00 - 10-1501-cgabriel 42398.39 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER) N
(20110719 -81.00 - 13-5200 42317.39 LASTSCHRIFT FUE-IT110/4 17071) N
(20110722 -160.00 - 10-1500-jengewald-ZAHL 42157.39 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK) N
(20110725 -49.23 - 10-1512-zahlung 42108.16 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD) N
(20110725 -4000.00 - 10-1501-cgabriel 38108.16 ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 25.07.2011, 10.36 UHR 1.TAN 271203) N
(20110726 -29.00 - 13-9520 38079.16 LASTSCHRIFT DRP 40891998 63160312) N
(20110726 9948.40 - 10-10080-11021 48027.56 UEBERWEISUNGSGUTSCHRIFT DME1012511213 &CR&CR20 11 021 DME1012) N
(20110728 12566.40 - 10-10078-11033 60593.96 SEPA GUTSCHRIFT EREF+0007225947 SVWZ+/INV/2011-033 31.5.201 1) N
(20110801 -528.00 - 13-6310 60065.96 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110801 -110.00 - 10-2080-Oel 59955.96 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110801 -8.08 - 13-6855 59947.88 ENTGELTABSCHLUSS Abrechnung 29.07.2011 Information zur Abrechnung Entgelte vom 01.) N
(07.2011 bis 29.07.2011 8,08S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 4 x 0,20 0,80S Gesch\303\244ftsvorf\303\244lle 4 x 0,03 0,12S \303M-^\\berweisu) N
(ng beleglos 2 x 0,20 0,40S Gesch\303\244ftsvorf\303\244lle 2 x 0,03 0,06S) N
(20110801 -76.00 - 10-2080-Strom 59871.88 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 07/11) N
(20110801 -1922.74 - 10-1310-11 57949.14 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST MAI 11 IFT INFORMATIK GMBH DA) N
(TUM 31.07.2011, 11.36 UHR 1.TAN 745376) N
(20110801 -512.00 - 10-1500-arjasanow-ZAHL 57437.14 ONLINE-UEBERWEISUNG AUSHILFSLOHN JULI 2011 DATUM 31.07.2011, 11.13 UHR 1.TAN 69077) N
(8) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (44) 44
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20110801 -111.90 - 10-2080-Oel 57325.24 ONLINE-UEBERWEISUNG HEIZUNGSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.STR. DAT) p n
(UM 31.07.2011, 11.12 UHR 1.TAN 852844) N
(20110801 -15.00 - 13-5200 57310.24 ONLINE-UEBERWEISUNG VERWARNUNG, AKTENZ. 0000102708195 FUe-IT 110 DATUM 31.07.2011,) N
( 11.21 UHR 1.TAN 827793) N
(20110801 -129.49 - 13-6310 57180.75 ONLINE-UEBERWEISUNG BETRIEBSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.STR. DAT) N
(UM 31.07.2011, 11.10 UHR 1.TAN 963626) N
(20110801 -81.68 - 13-9770 57099.07 ONLINE-UEBERWEISUNG BEITRAG 2010 IFT INFORMTIK FUERTH RECHN.NR. 20112283440 DATUM ) N
(31.07.2011, 11.51 UHR 1.TAN 963123) N
(20110801 -30.00 - 13-9998 57069.07 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST APR 11 IFT INFORMATIK GMBH DA) N
(TUM 31.07.2011, 11.44 UHR 1.TAN 485029) N
(20110801 -75.00 - 13-9998 56994.07 ONLINE-UEBERWEISUNG VERSP.ZUSCHL 218/129/10296 UST MAI 11 IFT INFORMATIK GMBH DATU) N
(M 31.07.2011, 11.42 UHR 1.TAN 005569) N
(20110801 -95.00 - 13-9998 56899.07 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST JUNI 11 IFT INFORMATIK GMBH D) N
(ATUM 31.07.2011, 11.34 UHR 1.TAN 576283) N
(20110802 -350.00 - 13-6670 56549.07 LASTSCHRIFT 30134002901 010811DBABO DIE BAHN SAGT DANKE) N
(20110802 -3500.00 - 10-1501-cgabriel 53049.07 ONLINE-UEBERWEISUNG ENTNAHME DATUM 02.08.2011, 11.07 UHR 1.TAN 482384) N
(20110805 9948.40 - 10-10080-11044 62997.47 UEBERWEISUNGSGUTSCHRIFT DME1012575324 &CR&CR20 11 044 DME1012) N
(20110818 -2983.00 - 10-1501-cgabriel 60014.47 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110819 -512.00 - 10-1500-arjasanow-ZAHL 59502.47 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011- AUG. DATUM 19.08.2011, 15.41 UHR 1) N
(.TAN 934798 RJASANOW, ANDREAS 105087918 50850150) N
(20110819 -200.00 - 10-1500-ccsengery-ZAHL 59302.47 ONLINE-UEBERWEISUNG ABSCHLAG 2011 AUG. DATUM 19.08.2011, 15.55 UHR 1.TAN 905819 CH) N
(RISTIANE CSENGERY 3371514 76090500) N
(20110819 -640.00 - 10-1500-ddienlin-ZAHL 58662.47 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 AUG. DATUM 19.08.201) N
(1, 15.40 UHR 1.TAN 837701 DOMINIK DIENLIN 4700984015 38160220) N
(20110819 -320.00 - 10-1501-tjungblut 58342.47 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011-AUG. DATUM 19.08.2011, 15.44 UHR 1.) N
(TAN 805438 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20110822 -160.00 - 10-1500-jengewald-ZAHL 58182.47 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20110823 -49.23 - 10-1512-zahlung 58133.24 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 182814) N
(1200 36010111) N
(20110823 -11.88 - 13-9520 58121.36 LASTSCHRIFT DRP 41086610 63160312 STRATO AG 100679001 38040007) N
(20110825 -29.00 - 13-9520 58092.36 LASTSCHRIFT DRP 41140465 63160312 STRATO AG 100679001 38040007) N
(20110831 -76.00 - 10-2080-Strom 58016.36 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 08/11 INFRA FUERTH GMBH) N
( 67 76250000) N
(20110831 10852.80 - 10-10078-11043 68869.16 SEPA GUTSCHRIFT EREF+0007232006 SVWZ+/INV/2011-043 30.6.201 1 Hays AG DE5367040031) N
(0604042200 COBADEFF670) N
(20110831 10472.00 - 10-10080-11048 79341.16 UEBERWEISUNGSGUTSCHRIFT DME1012699331 &CR&CR20 11048 DME10126 STHREE GMBH 14354160) N
(07 50230400) N
(20110901 -528.00 - 13-6310 78813.16 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010) N
(085) N
(20110901 -110.00 - 10-2080-Oel 78703.16 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250) N
(000) N
(20110901 -11.92 - 13-6855 78691.24 ENTGELTABSCHLUSS Abrechnung 31.08.2011 Information zur Abrechnung Entgelte vom 30.) N
(07.2011 bis 31.08.2011 11,92S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S \303M-^\\berweis) N
(ung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20110902 -350.00 - 13-6670 78341.24 LASTSCHRIFT 30134002901 010911DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 108135) N
(6054 10089260) N
(20110914 -1506.73 - 10-1310-11 76834.51 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST JUL.11 FINANZAMT FUERTH 76201500 76000) N
(000) N
(20110914 -4329.32 - 10-1310-11 72505.19 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST AUG.11 FINANZAMT FUERTH 76201500 7600) N
(0000) N
(20110915 -4695.00 - 10-1501-cgabriel 67810.19 ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 15.09.2011, 10.03 UHR 1.TAN 489446 CHRIST) N
(IAN GABRIEL 3103207 20040000) N
(20110915 -165.10 - 10-1512-zahlung 67645.09 ONLINE-UEBERWEISUNG 14993475 RUECKSTANDS-BETRAG 07/08 2011 DATUM 15.09.2011, 09.36) N
( UHR 1.TAN 544670 MINIJOB-ZENTRALE 1828141200 36010111) N
(20110919 -2983.00 - 10-1501-cgabriel 64662.09 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110922 -160.00 - 10-1500-jengewald-ZAHL 64502.09 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20110923 -49.23 - 10-1512-zahlung 64452.86 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 182814) N
(1200 36010111) N
(20110923 -754.88 - 10-1518-zahlung 63697.98 LASTSCHRIFT Z3501375998 OB-14993475 BARMER GEK 4000410 30050000) N
(20110926 -512.00 - 10-1500-arjasanow-ZAHL 63185.98 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20110926 -400.00 - 10-1500-ccsengery-ZAHL 62785.98 ONLINE-UEBERWEISUNG LOHN SEPT. 2011 DATUM 25.09.2011, 23.30 UHR 1.TAN 163533 CHRIS) N
(TIANE CSENGERY 3371514 76090500) N
(20110926 -640.00 - 10-1500-ddienlin-ZAHL 62145.98 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 SEPT. DATUM 25.09.20) N
(11, 23.25 UHR 1.TAN 893249 DOMINIK DIENLIN 4700984015 38160220) N
(20110926 -400.00 - 10-1500-mherrschel-ZAHL 61745.98 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.38 UHR 1.TAN 779919 MI) N
(CHAEL HERRSCHEL 368237 76060618) N
(20110926 -1000.00 - 10-1501-cgabriel 60745.98 ONLINE-UEBERWEISUNG PRIVATENTNAHME AUSLAGENERSATZ DATUM 24.09.2011, 19.47 UHR 1.TA) N
(N 994060 GABRIEL, DR. CHRISTIAN 200031185 76030080) N
(20110926 -360.00 - 10-1501-tjungblut 60385.98 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.35 UHR 1.TAN 605548 TO) N
(BIAS JUNGBLUT 1210781054 30020900) N
(20110926 -14.00 - 13-6670 60371.98 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKTENZ. D.11.1655421.01.7-25 DATUM 24.09.2011, 1) N
(9.52 UHR 1.TAN 833088 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 -14.00 - 13-6670 60357.98 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKT.Z D.11.1785838.01.5-25 DATUM 24.09.2011, 19.) N
(49 UHR 1.TAN 230066 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 -257.04 - 13-9775 60100.94 ONLINE-UEBERWEISUNG RECHN. V. 14.9. RECHN.NR. 2011-2404 DATUM 25.09.2011, 23.54 UH) N
(R 1.TAN 941580 JOCHEN BACHMANN 11088200 52070024) N
(20110928 -107.84 - 10-1518-zahlung 59993.10 LASTSCHRIFT Z5450354167 OB-14993475 BETRAG EUR 107,84. BEITRAG 0911 - 0911 BARME) N
(R GEK 4000410 30050000) N
(20110929 11995.20 - 10-10078-11047 71988.30 SEPA GUTSCHRIFT EREF+0007237391 SVWZ+/INV/2011-047 31.7.201 1 Hays AG DE5367040031) N
(0604042200 COBADEFF670) N
(20110930 -59.00 - 13-9520 71929.30 LASTSCHRIFT DRP 41423717 63160312 STRATO AG 100679001 38040007) N
(20110930 -76.00 - 10-2080-Strom 71853.30 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 09/11 INFRA FUERTH GMBH) N
( 67 76250000) N
(20111004 -528.00 - 13-6310 71325.30 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010) N
(085) N
(20111004 -110.00 - 10-2080-Oel 71215.30 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250) N
(000) N
(20111004 -11.09 - 13-6855 71204.21 ENTGELTABSCHLUSS Abrechnung 30.09.2011 Information zur Abrechnung Entgelte vom 01.) N
(09.2011 bis 30.09.2011 11,09S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 6 x 0,20 1,20S Gesch\303\244ftsvorf\303\244lle 6 x 0,03 0,18S \303M-^\\berweis) N
(ung beleglos 11 x 0,20 2,20S Gesch\303\244ftsvorf\303\244lle 11 x 0,03 0,33S) N
(20111005 -350.00 - 13-6670 70854.21 LASTSCHRIFT 30134002901 011011DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 108135) N
(6054 10089260) N
(20111005 -11.88 - 13-9520 70842.33 LASTSCHRIFT DRP 41508435 26841 STRATO AG 100679001 38040007) N
(20111013 -3622.52 - 10-1310-11 67219.81 LASTSCHRIFT 218/129/10296 UMS.ST SEP.11 FINANZAMT FUERTH 76201500 76000000) N
(20111017 -17.28 - 13-9631 67202.53 LASTSCHRIFT 616144632 2011102000210054 RUNDFUNK 09.2011 - 11.2011 IFT IINFORMATIK ) N
(GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN RUNDFUNKANST. 2024100 70050000) N
(20111017 13137.60 - 10-10078-11051 80340.13 SEPA GUTSCHRIFT EREF+0007240212 SVWZ+/INV/2011-051 31.8.201 160-C-110648-01 /2011/) N
(Aug Hays AG DE53670400310604042200 COBADEFF670) N
(20111018 -2983.00 - 10-1501-cgabriel 77357.13 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111024 -49.23 - 10-1512-zahlung 77307.90 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 182814) N
(1200 36010111) N
(20111024 -160.00 - 10-1500-jengewald-ZAHL 77147.90 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111025 -512.00 - 10-1500-arjasanow-ZAHL 76635.90 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111025 -400.00 - 10-1500-ccsengery-ZAHL 76235.90 ONLINE-UEBERWEISUNG LOHN OKT. 2011 DATUM 25.10.2011, 13.16 UHR 1.TAN 057398 CHRIST) N
(IANE CSENGERY 3371514 76090500) N
(20111025 -320.00 - 10-1500-ddienlin-ZAHL 75915.90 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 OKT DATUM 25.10.2011) N
(, 13.28 UHR 1.TAN 161738 DOMINIK DIENLIN 4700984015 38160220) N
(20111025 -1000.00 - 10-1500-hparfuss-ZAHL 74915.90 ONLINE-UEBERWEISUNG VERGUETUNG OKT. DATUM 25.10.2011, 13.18 UHR 1.TAN 909043 HANS ) N
(PARFUSS 192238 70020270) N
(20111025 -400.00 - 10-1500-mherrschel-ZAHL 74515.90 ONLINE-UEBERWEISUNG VERGUETUNG IFT OKT DATUM 25.10.2011, 13.30 UHR 1.TAN 010970 MI) N
(CHAEL HERRSCHEL 368237 76060618) N
(20111025 -4990.00 - 10-1501-cgabriel 69525.90 ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 25.10.2011, 13.07 UHR 1.TAN 743759 CHR) N
(ISTIAN GABRIEL 3103207 20040000) N
(20111025 -856.80 - 10-1501-tjungblut 68669.10 ONLINE-UEBERWEISUNG RECHNUNG OKTOBER MARKETING WEBAUFTRITT DATUM 25.10.2011, 13.11) N
( UHR 1.TAN 828344 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111025 -357.00 - 13-9770 68312.10 ONLINE-UEBERWEISUNG RECHNUNG F. TEST- HARDWARE DATUM 25.10.2011, 14.11 UHR 1.TAN 3) N
(73364 DIETER SCHLOTZ 82098500 61170024) N
(20111027 -1694.41 - 10-1518-zahlung 66617.69 LASTSCHRIFT Z3650365622 OB-14993475 BETRAG EUR 1.586,57. BETRAG EUR 107,84. BEIT) N
(RAG 1011 - 1011 BARMER GEK 4000410 30050000) N
(20111028 -59.00 - 13-9520 66558.69 LASTSCHRIFT DRP 41674440 63160312 STRATO AG 100679001 38040007) N
(20111028 11519.20 - 10-10080-11053 78077.89 UEBERWEISUNGSGUTSCHRIFT DME1012990325 &CR&CR20 11053 DME10129 STHREE GMBH 14354160) N
(07 50230400) N
(20111031 -76.00 - 10-2080-Strom 78001.89 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 10/11 INFRA FUERTH GMBH) N
( 67 76250000) N
(20111102 -528.00 - 13-6310 77473.89 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (45) 45
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(085) p n
(20111102 -110.00 - 10-2080-Oel 77363.89 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250) N
(000) N
(20111102 -10.23 - 13-6855 77353.66 ENTGELTABSCHLUSS Abrechnung 31.10.2011 Information zur Abrechnung Entgelte vom 01.) N
(10.2011 bis 31.10.2011 10,23S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 7 x 0,20 1,40S Gesch\303\244ftsvorf\303\244lle 7 x 0,03 0,21S \303M-^\\berweis) N
(ung beleglos 8 x 0,20 1,60S Gesch\303\244ftsvorf\303\244lle 8 x 0,03 0,24S) N
(20111102 -350.00 - 13-6670 77003.66 LASTSCHRIFT 30134002901 011111DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 108135) N
(6054 10089260) N
(20111103 -95.04 - 10-1515-zahlung 76908.62 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111104 -450.00 - 10-1500-jkleckow-ZAHL 76458.62 ONLINE-UEBERWEISUNG AUSHILFSLOHN OKT. 11 DATUM 04.11.2011, 08.15 UHR 1.TAN 567000 ) N
(JANINA KLECKOW 1050681 25152375) N
(20111104 -273.60 - 10-1501-tjungblut 76185.02 ONLINE-UEBERWEISUNG NACHZAHLUNG UST AUG. - OKT. DATUM 04.11.2011, 08.11 UHR 1.TAN ) N
(122824 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111104 -250.00 - 10-1501-tjungblut 75935.02 ONLINE-UEBERWEISUNG ABSCHLAG RK MUENCHEN DATUM 04.11.2011, 08.08 UHR 1.TAN 026028 ) N
(JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111109 -135.66 - 13-9775 75799.36 LASTSCHRIFT RG.-NR. 20699/2806 JOCHEN BACHMANN 11088200 52070024) N
(20111111 10472.00 - 10-10080-11063 86271.36 UEBERWEISUNGSGUTSCHRIFT DME1013055621 &CR&CR20 11063 DME10130 STHREE GMBH 14354160) N
(07 50230400) N
(20111114 -331.34 - 10-1516-zahlung 85940.02 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111114 -2232.10 - 10-1510-zahlung 83707.92 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH NACHZAHLUNG WG BETRIE) N
(BSPRUE FING RV NORDBAYERN DATUM 13.11.2011, 20.48 UHR 1.TAN 771600 DAK HAMBURG 938756000 20080000) N
(20111114 -1391.06 - 13-5200 82316.86 ONLINE-UEBERWEISUNG RECHN.1529501 V. 18.10.2011 DATUM 13.11.2011, 20.56 UHR 1.TAN ) N
(744631 FROEHLICH PEUGEOT 380034892 76050101) N
(20111115 -3348.92 - 10-1310-11 78967.94 LASTSCHRIFT 218/129/10296 UMS.ST OKT.11 FINANZAMT FUERTH 76201500 76000000) N
(20111118 -2983.00 - 10-1501-cgabriel 75984.94 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111118 3867.50 - 10-10084-11054 79852.44 UEBERWEISUNGSGUTSCHRIFT 2011-054 VOM 13.10.2011 / Z AHLUNG ERFOLGT VORBEHALTLIC H ) N
(DER ANERKENNUNG DER LEIST UNG. SOLCOM UNTERNEHMENSB.GMBH 11013 64050000) N
(20111122 -160.00 - 10-1500-jengewald-ZAHL 79692.44 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111122 -300.00 - 10-1501-arjasanow 79392.44 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.15 UHR 1.TAN 94709) N
(1 RJASANOW, ANDREAS 105087918 50850150) N
(20111122 -4985.00 - 10-1501-cgabriel 74407.44 ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 22.11.2011, 09.13 UHR 1.TAN 751810 CHR) N
(ISTIAN GABRIEL 3103207 20040000) N
(20111122 -300.00 - 10-1501-mherrschel 74107.44 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.16 UHR 1.TAN 74566) N
(0 MICHAEL HERRSCHEL 368237 76060618) N
(20111122 -273.60 - 10-1501-tjungblut 73833.84 ONLINE-UEBERWEISUNG UST-NACHZAHLUNG AUG SEP DATUM 22.11.2011, 09.17 UHR 1.TAN 4856) N
(15 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111123 -49.23 - 10-1512-zahlung 73784.61 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 182814) N
(1200 36010111) N
(20111125 -50000.00 - 10-1222 23784.61 AUFTRAG UMBUCHUNG IFT INSTITUT F\303M-^\\R TECHNOLOGI E TRANSFER 40349664 76250000) N
(20111125 -30.00 - 13-6670 23754.61 LASTSCHRIFT 100000825540 050007169260 FAHRSCHEIN 18173538 DB VERTRIEB GMBH 1525171) N
(08 10010010) N
(20111125 -11.88 - 13-9520 23742.73 LASTSCHRIFT DRP 41932879 26841 STRATO AG 100679001 38040007) N
(20111125 -783.00 - 10-1500-arjasanow-ZAHL 22959.73 ONLINE-UEBERWEISUNG GEHALT PLUS KRKS. DATUM 25.11.2011, 09.45 UHR 1.TAN 548889 AND) N
(REAS RJASANOW 105087918 50850150) N
(20111125 -400.00 - 10-1500-ccsengery-ZAHL 22559.73 ONLINE-UEBERWEISUNG LOHN 11/2011 DATUM 25.11.2011, 09.47 UHR 1.TAN 150272 CHRISTIA) N
(NE CSENGERY 3371514 76090500) N
(20111125 -640.00 - 10-1500-ddienlin-ZAHL 21919.73 ONLINE-UEBERWEISUNG GEHALT 11/2011 DATUM 25.11.2011, 09.46 UHR 1.TAN 414771 DOMINI) N
(K DIENLEIN 4700984015 38160220) N
(20111125 -960.00 - 10-1500-dperic-ZAHL 20959.73 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.54 UHR 1.TAN 496595 ) N
(DARJAN PERIC 101001504 50850150) N
(20111125 -1000.00 - 10-1500-hparfuss-ZAHL 19959.73 ONLINE-UEBERWEISUNG VERGUETUNG 11/2011 DATUM 25.11.2011, 09.49 UHR 1.TAN 929984 HA) N
(NS PARFUSS 192238 70020270) N
(20111125 -300.00 - 10-1500-jfriedrichs-ZAHL 19659.73 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.53 UHR 1.TAN 730884 ) N
(JUTTA FRIEDRICHS 55661859 76010085) N
(20111125 -450.00 - 10-1500-jkleckow-ZAHL 19209.73 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.51 UHR 1.TAN 292910 ) N
(JANINA KLECKOW 1050681 25152375) N
(20111125 -400.00 - 10-1500-mherrschel-ZAHL 18809.73 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.52 UHR 1.TAN 578686 ) N
(MICHAEL HERRSCHEL 368237 76060618) N
(20111128 -95.04 - 10-1515-zahlung 18714.69 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111128 -331.34 - 10-1516-zahlung 18383.35 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111128 -190.69 - 10-1518-zahlung 18192.66 LASTSCHRIFT Z0150389723 OB-14993475 BETRAG EUR 190,69. BEITRAG 1111 - 1111 BARME) N
(R GEK 4000410 30050000) N
(20111128 -1078.19 - 10-1512-zahlung 17114.47 LASTSCHRIFT Z4834432851 OB-14993475 EINZUG BEITRAG KNAPPSCHAFT-BAHN-SEE 1050541 ) N
(44050000) N
(20111129 -22.00 - 10-1510-zahlung 17092.47 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH 502492352501-410741-1) N
(2000-L I FEHLBETRAG DATUM 29.11.2011, 19.40 UHR 1.TAN 584973 DAK HAMBURG 938756000 20080000) N
(20111129 -78.60 - 13-9210 17013.87 ONLINE-UEBERWEISUNG RECHNUNG 202508 V. 22.11.11 DATUM 29.11.2011, 19.42 UHR 1.TAN ) N
(816918 BARTELS NOTEN, BREMEN 96900204 20010020) N
(20111129 -472.90 - 13-9780 16540.97 ONLINE-UEBERWEISUNG RECHNUNG 38258 V. 27.11.11 DATUM 29.11.2011, 19.43 UHR 1.TAN 6) N
(27852 HOTEL BACCHUS, BENSHEIM 2056042 50950068) N
(20111130 -59.00 - 13-9520 16481.97 LASTSCHRIFT DRP 41932564 63160312 STRATO AG 100679001 38040007) N
(20111130 -76.00 - 10-2080-Strom 16405.97 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 11/11 INFRA FUERTH GMBH) N
( 67 76250000) N
(20111201 -528.00 - 13-6310 15877.97 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010) N
(085) N
(20111201 -110.00 - 10-2080-Oel 15767.97 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250) N
(000) N
(20111201 -16.13 - 13-6855 15751.84 ENTGELTABSCHLUSS Abrechnung 30.11.2011 Information zur Abrechnung Entgelte vom 01.) N
(11.2011 bis 30.11.2011 16,13S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 13 x 0,20 2,60S Gesch\303\244ftsvorf\303\244lle 13 x 0,03 0,39S \303M-^\\berw) N
(eisung beleghaft 1 x 0,20 0,20S Gesch\303\244ftsvorf\303\244lle 1 x 0,30 0,30S) N
(20111201 12566.40 - 10-10078-11059 28318.24 SEPA GUTSCHRIFT EREF+0007249438 SVWZ+/INV/2011-059 30.9.201 1 Hays AG DE5367040031) N
(0604042200 COBADEFF670) N
(20111202 -350.00 - 13-6670 27968.24 LASTSCHRIFT 30134002901 011211DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 108135) N
(6054 10089260) N
(20111202 -247.35 - 10-1517-zahlung 27720.89 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 11/11 TK-301111,CDAE,3100872997 TEC) N
(HNIKER KRANKENKASSE 1280376854 20050550) N
(20111202 -68.00 - 13-6670 27652.89 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM DATUM 02.12.2011, 11.21 UHR 1.TAN 564047 ) N
(HANS PARFUSS 192238 70020270) N
(20111208 -148.00 - 13-6670 27504.89 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM 26.-27.11.11 DATUM 08.12.2011, 12.34 UHR ) N
(1.TAN 157200 CHRISTIANE CSENGERY 3371514 76090500) N
(20111209 -50.00 - 13-9520 27454.89 LASTSCHRIFT RG E255785,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPGATE GMBH 18114) N
(8804 30040000) N
(20111209 -50.00 - 13-9520 27404.89 LASTSCHRIFT RG E255787,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPGATE GMBH 18114) N
(8804 30040000) N
(20111212 -589.05 - 13-6310 26815.84 ONLINE-UEBERWEISUNG RECHNUNG FW/10964 DATUM 10.12.2011, 14.05 UHR 1.TAN 925692 EBC) N
( FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111214 -5431.32 - 10-1310-11 21384.52 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST NOV.11 FINANZAMT FUERTH 76201500 7600) N
(0000) N
(20111214 -45.36 - 10-1380-11-zahlung 21339.16 LASTSCHRIFT STEUERNR. 218/129/10296 LOHNST NOV.11 FINANZAMT FUERTH 76201500 76000) N
(000) N
(20111214 -3.51 - 10-1385-11-zahlung 21335.65 LASTSCHRIFT STEUERNR. 218/129/10296 LKST.RK NOV.11 FINANZAMT FUERTH 76201500 76) N
(000000) N
(20111215 -273.70 - 13-9775 21061.95 LASTSCHRIFT RECH. 3152/30.11.11 MAND 20699 JOCHEN BACHMANN 11088200 52070024) N
(20111219 -2983.00 - 10-1501-cgabriel 18078.95 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111219 -147.56 - 13-6310 17931.39 ONLINE-UEBERWEISUNG RECHNUNG FW/11228 DATUM 19.12.2011, 17.13 UHR 1.TAN 628795 EBC) N
( FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111221 -770.00 - 10-1500-arjasanow-ZAHL 17161.39 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.53 UHR 1.TAN 769965 ) N
(RJASANOW, ANDREAS 105087918 50850150) N
(20111221 -400.00 - 10-1500-ccsengery-ZAHL 16761.39 ONLINE-UEBERWEISUNG LOHN 12/2011 DATUM 21.12.2011, 18.55 UHR 1.TAN 636017 CHRISTIA) N
(NE CSENGERY 3371514 76090500) N
(20111221 -640.00 - 10-1500-ddienlin-ZAHL 16121.39 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.54 UHR 1.TAN 441574 ) N
(DOMINIK DIENLIN 4700984015 38160220) N
(20111221 -990.00 - 10-1500-dperic-ZAHL 15131.39 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN 915176 ) N
(DARJAN PERIC 101001504 50850150) N
(20111221 -1000.00 - 10-1500-hparfuss-ZAHL 14131.39 ONLINE-UEBERWEISUNG VERGUETUNG 12/2011 DATUM 21.12.2011, 18.57 UHR 1.TAN 860469 HA) N
(NS PARFUSS 192238 70020270) N
(20111221 -300.00 - 10-1500-jfriedrichs-ZAHL 13831.39 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN 447360 ) N
(JUTTA FRIEDRICHS 55661859 76010085) N
(20111221 -450.00 - 10-1500-jkleckow-ZAHL 13381.39 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN 624299 ) N
(JANINA KLECKOW 1050681 25152375) N
(20111221 -400.00 - 10-1500-mherrschel-ZAHL 12981.39 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN 688359 ) N
(MICHAEL HERRSCHEL 368237 76060618) N
(20111221 -720.00 - 10-1501-tjungblut 12261.39 ONLINE-UEBERWEISUNG RECHNUNG 11/2011 DATUM 21.12.2011, 19.02 UHR 1.TAN 908954 TOBI) N
(AS JUNGBLUT 1210781054 30020900) N
(20111222 -160.00 - 10-1500-jengewald-ZAHL 12101.39 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (46) 46
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20111222 10852.80 - 10-10078-11068 22954.19 SEPA GUTSCHRIFT EREF+0007254348 SVWZ+/INV/2011-068 31.10.20 1160-C-110648-01 /2011) p n
(/Okt Hays AG DE53670400310604042200 COBADEFF670) N
(20111223 -49.23 - 10-1512-zahlung 22904.96 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 182814) N
(1200 36010111) N
(20111223 16.00 - 12-8404 22920.96 UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16.12.2011 RESER) N
(VIX GMBH 21237906 68090000) N
(20111228 -95.04 - 10-1515-zahlung 22825.92 LASTSCHRIFT BEITRAG 14993475 12.11 BKK MOBIL OIL 638715300 20040000) N
(20111228 -331.34 - 10-1516-zahlung 22494.58 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111228 -245.13 - 10-1517-zahlung 22249.45 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 12/11 TK-231211,CDAE,4400960581 TEC) N
(HNIKER KRANKENKASSE 1280376854 20050550) N
(20111228 -187.52 - 10-1518-zahlung 22061.93 LASTSCHRIFT Z3050396613 OB-14993475 BETRAG EUR 187,52. BEITRAG 1211 - 1211 BARME) N
(R GEK 4000410 30050000) N
(20111228 -338.14 - 10-1512-zahlung 21723.79 LASTSCHRIFT Z6336135299 OB-14993475 338,14. BEITRAG 1211 - 1211 KNAPPSCHAFT-BAHN) N
(-SEE 1050541 44050000) N
(20111229 -59.00 - 13-9520 21664.79 LASTSCHRIFT DRP 42181876 63160312 STRATO AG 100679001 38040007) N
(20111230 -13.88 - 13-6855 21650.91 ENTGELTABSCHLUSS Abrechnung 30.12.2011 Information zur Abrechnung Entgelte vom 01.) N
(12.2011 bis 30.12.2011 13,88S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 12 x 0,20 2,40S Gesch\303\244ftsvorf\303\244lle 12 x 0,03 0,36S \303M-^\\berw) N
(eisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20111230 -993.60 - 10-1501-tjungblut 20657.31 ONLINE-UEBERWEISUNG RECHNUNG 201112271003 DEZ. PLUS MWST. AUS RE 201112510 NOVEMBE) N
(R 2011 DATUM 30.12.2011, 16.04 UHR 1.TAN 258601 JUNGBLUT, TOBIAS 1210781054 30020900) N
() N
(10-1202 Kto_Sparkasse_F\303\274rth 20657.31) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (47) 47
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1222 \(\)) N
() N
(20111125 50000.00 - 10-1202 50000.00 AUFTRAG UMBUCHUNG IFT INSTITUT F\303M-^\\R TECHNOLOGI E TRANSFER 40349664 76250000) N
() N
(10-1222 50000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (48) 48
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1231 \(\)) N
() N
(20110101 -1074.54 - 11-1805 -1074.54 Saldovortrag) N
() N
(10-1231 -1074.54) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (49) 49
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1310 \(Umsatzsteuer\)) N
() N
(20110101 -6183.59 -07 11-1805 -6183.59 Saldovortrag) N
(20110101 6197.06 -08 11-1805 13.47 Saldovortrag) N
(20110101 127.61 -09 11-1805 141.08 Saldovortrag) N
(20110101 -3088.89 -10 11-1805 -2947.81 Saldovortrag) N
(20110131 -33.00 -10 13-9998 -2980.81 S\303\244umniszuschlag USt Dezember) N
(20110131 1413.16 -10 10-1202 -1567.65 USt-Vorauszahlung) N
(20110214 2004.81 -10 10-1202 437.16 USt-Vorauszahlung) N
(20110214 3614.07 -11 10-1202 4051.23 USt-Vorauszahlung) N
(20110307 36.00 -11 10-1202 4087.23 USt-Versp.Zuschlag) N
(20110307 3436.91 -11 10-1202 7524.14 USt-Vorauszahlung) N
(20110411 3964.52 -11 10-1202 11488.66 USt-Vorauszahlung) N
(20110512 3265.32 -11 10-1202 14753.98 USt-Vorauszahlung) N
(20110607 3789.72 -11 10-1202 18543.70 USt-Vorauszahlung) N
(20110712 3193.31 -11 10-1202 21737.01 ONLINE-UEBERWEISUNG UST.-VORAUSZAHLUNG 218/129/10296 06/2011 IFT INFORMATIK DATUM 12.07.2011, 09.23) N
( UHR 1.TAN 434095) N
(20110801 1922.74 -11 10-1202 23659.75 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST MAI 11 IFT INFORMATIK GMBH DATUM 31.07.2011, 1) N
(1.36 UHR 1.TAN 745376) N
(20110914 1506.73 -11 10-1202 25166.48 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST JUL.11 FINANZAMT FUERTH 76201500 76000000) N
(20110914 4329.32 -11 10-1202 29495.80 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST AUG.11 FINANZAMT FUERTH 76201500 76000000) N
(20111013 3622.52 -11 10-1202 33118.32 LASTSCHRIFT 218/129/10296 UMS.ST SEP.11 FINANZAMT FUERTH 76201500 76000000) N
(20111115 3348.92 -11 10-1202 36467.24 LASTSCHRIFT 218/129/10296 UMS.ST OKT.11 FINANZAMT FUERTH 76201500 76000000) N
(20111214 5431.32 -11 10-1202 41898.56 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST NOV.11 FINANZAMT FUERTH 76201500 76000000) N
(20111229 820.53 -11 11-1779 42719.09 Umsatzsteuerumbuchung {gmbh2011:11-1575}) N
(20111229 -47657.25 -11 11-1779 -4938.16 Umsatzsteuerumbuchung {gmbh2011:11-1775}) N
() N
(10-1310 Umsatzsteuer -4938.16) N
(10-1310-07 Umsatzsteuer_2007 -6183.59) N
(10-1310-08 Umsatzsteuer_2008 6197.06) N
(10-1310-09 Umsatzsteuer_2009 127.61) N
(10-1310-10 Umsatzsteuer_2010 296.08) N
(10-1310-11 Umsatzsteuer_2011 -5375.32) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (50) 50
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1310-07 \(Umsatzsteuer_2007\)) N
() N
(20110101 -6183.59 - 11-1805 -6183.59 Saldovortrag) N
() N
(10-1310-07 Umsatzsteuer_2007 -6183.59) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (51) 51
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1310-08 \(Umsatzsteuer_2008\)) N
() N
(20110101 6197.06 - 11-1805 6197.06 Saldovortrag) N
() N
(10-1310-08 Umsatzsteuer_2008 6197.06) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (52) 52
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1310-09 \(Umsatzsteuer_2009\)) N
() N
(20110101 127.61 - 11-1805 127.61 Saldovortrag) N
() N
(10-1310-09 Umsatzsteuer_2009 127.61) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (53) 53
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1310-10 \(Umsatzsteuer_2010\)) N
() N
(20110101 -3088.89 - 11-1805 -3088.89 Saldovortrag) N
(20110131 -33.00 - 13-9998 -3121.89 S\303\244umniszuschlag USt Dezember) N
(20110131 1413.16 - 10-1202 -1708.73 USt-Vorauszahlung) N
(20110214 2004.81 - 10-1202 296.08 USt-Vorauszahlung) N
() N
(10-1310-10 Umsatzsteuer_2010 296.08) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (54) 54
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1310-11 \(Umsatzsteuer_2011\)) N
() N
(20110214 3614.07 - 10-1202 3614.07 USt-Vorauszahlung) N
(20110307 36.00 - 10-1202 3650.07 USt-Versp.Zuschlag) N
(20110307 3436.91 - 10-1202 7086.98 USt-Vorauszahlung) N
(20110411 3964.52 - 10-1202 11051.50 USt-Vorauszahlung) N
(20110512 3265.32 - 10-1202 14316.82 USt-Vorauszahlung) N
(20110607 3789.72 - 10-1202 18106.54 USt-Vorauszahlung) N
(20110712 3193.31 - 10-1202 21299.85 ONLINE-UEBERWEISUNG UST.-VORAUSZAHLUNG 218/129/10296 06/2011 IFT INFORMATIK DATUM 12.07.2011, 09.23) N
( UHR 1.TAN 434095) N
(20110801 1922.74 - 10-1202 23222.59 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST MAI 11 IFT INFORMATIK GMBH DATUM 31.07.2011, 1) N
(1.36 UHR 1.TAN 745376) N
(20110914 1506.73 - 10-1202 24729.32 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST JUL.11 FINANZAMT FUERTH 76201500 76000000) N
(20110914 4329.32 - 10-1202 29058.64 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST AUG.11 FINANZAMT FUERTH 76201500 76000000) N
(20111013 3622.52 - 10-1202 32681.16 LASTSCHRIFT 218/129/10296 UMS.ST SEP.11 FINANZAMT FUERTH 76201500 76000000) N
(20111115 3348.92 - 10-1202 36030.08 LASTSCHRIFT 218/129/10296 UMS.ST OKT.11 FINANZAMT FUERTH 76201500 76000000) N
(20111214 5431.32 - 10-1202 41461.40 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST NOV.11 FINANZAMT FUERTH 76201500 76000000) N
(20111229 820.53 - 11-1779 42281.93 Umsatzsteuerumbuchung {gmbh2011:11-1575}) N
(20111229 -47657.25 - 11-1779 -5375.32 Umsatzsteuerumbuchung {gmbh2011:11-1775}) N
() N
(10-1310-11 Umsatzsteuer_2011 -5375.32) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (55) 55
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1330 \(KSt\)) N
() N
(20110101 28.89 -07 11-1805 28.89 Saldovortrag) N
(20110101 -7275.32 -08 11-1805 -7246.43 Saldovortrag) N
(20110101 -2500.00 -09 11-1805 -9746.43 Saldovortrag) N
(20110101 -5800.00 -10 11-1805 -15546.43 Saldovortrag) N
(20111229 -32000.00 -11 13-7603 -47546.43 Rueckstellung Koerperschaftsteuer) N
() N
(10-1330 KSt -47546.43) N
(10-1330-07 28.89) N
(10-1330-08 -7275.32) N
(10-1330-09 -2500.00) N
(10-1330-10 -5800.00) N
(10-1330-11 -32000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (56) 56
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1330-07 \(\)) N
() N
(20110101 28.89 - 11-1805 28.89 Saldovortrag) N
() N
(10-1330-07 28.89) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (57) 57
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1330-08 \(\)) N
() N
(20110101 -7275.32 - 11-1805 -7275.32 Saldovortrag) N
() N
(10-1330-08 -7275.32) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (58) 58
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1330-09 \(\)) N
() N
(20110101 -2500.00 - 11-1805 -2500.00 Saldovortrag) N
() N
(10-1330-09 -2500.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (59) 59
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1330-10 \(\)) N
() N
(20110101 -5800.00 - 11-1805 -5800.00 Saldovortrag) N
() N
(10-1330-10 -5800.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (60) 60
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1330-11 \(\)) N
() N
(20111229 -32000.00 - 13-7603 -32000.00 Rueckstellung Koerperschaftsteuer) N
() N
(10-1330-11 -32000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (61) 61
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1331 \(GewSt\)) N
() N
(20110101 48.00 -07 11-1805 48.00 Saldovortrag) N
(20110101 -2841.00 -08 11-1805 -2793.00 Saldovortrag) N
(20110101 -2400.00 -09 11-1805 -5193.00 Saldovortrag) N
(20110101 -5400.00 -10 11-1805 -10593.00 Saldovortrag) N
(20111229 -30000.00 -11 13-7610 -40593.00 Rueckstellung Gewerbesteuer) N
() N
(10-1331 GewSt -40593.00) N
(10-1331-07 48.00) N
(10-1331-08 -2841.00) N
(10-1331-09 -2400.00) N
(10-1331-10 -5400.00) N
(10-1331-11 -30000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (62) 62
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1331-07 \(\)) N
() N
(20110101 48.00 - 11-1805 48.00 Saldovortrag) N
() N
(10-1331-07 48.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (63) 63
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1331-08 \(\)) N
() N
(20110101 -2841.00 - 11-1805 -2841.00 Saldovortrag) N
() N
(10-1331-08 -2841.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (64) 64
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1331-09 \(\)) N
() N
(20110101 -2400.00 - 11-1805 -2400.00 Saldovortrag) N
() N
(10-1331-09 -2400.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (65) 65
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1331-10 \(\)) N
() N
(20110101 -5400.00 - 11-1805 -5400.00 Saldovortrag) N
() N
(10-1331-10 -5400.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (66) 66
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1331-11 \(\)) N
() N
(20111229 -30000.00 - 13-7610 -30000.00 Rueckstellung Gewerbesteuer) N
() N
(10-1331-11 -30000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (67) 67
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1335 \(QuellenSt\)) N
() N
(20110101 -0.00 -07 11-1805 0.00 Saldovortrag) N
(20110101 -0.00 -08 11-1805 0.00 Saldovortrag) N
(20110101 -0.00 -09 11-1805 0.00 Saldovortrag) N
(20110101 -5275.00 -10 11-1805 -5275.00 Saldovortrag) N
(20111229 -33012.50 -11 13-7632 -38287.50 Kapitalsteuer) N
() N
(10-1335 QuellenSt -38287.50) N
(10-1335-07 0.00) N
(10-1335-08 0.00) N
(10-1335-09 0.00) N
(10-1335-10 -5275.00) N
(10-1335-11 -33012.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (68) 68
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1335-07 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1335-07 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (69) 69
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1335-08 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1335-08 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (70) 70
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1335-09 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1335-09 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (71) 71
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1335-10 \(\)) N
() N
(20110101 -5275.00 - 11-1805 -5275.00 Saldovortrag) N
() N
(10-1335-10 -5275.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (72) 72
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1335-11 \(\)) N
() N
(20111229 -33012.50 - 13-7632 -33012.50 Kapitalsteuer) N
() N
(10-1335-11 -33012.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (73) 73
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380 \(Lohnsteuer\)) N
() N
(20110101 2161.54 -07 11-1805 2161.54 Saldovortrag) N
(20110101 11674.64 -08 11-1805 13836.18 Saldovortrag) N
(20110101 1349.51 -09 11-1805 15185.69 Saldovortrag) N
(20110101 -0.00 -10 11-1805 15185.69 Saldovortrag) N
(20110328 -49.50 -10-zahlung 10-1202 15136.19 Finanzamt) N
(20111115 -45.36 -11-dperic 10-1500-dperic-LST 15090.83 Lohnsteuer) N
(20111214 45.36 -11-zahlung 10-1202 15136.19 LASTSCHRIFT STEUERNR. 218/129/10296 LOHNST NOV.11 FINANZAMT FUERTH 76201500 ) N
(76000000) N
(20111215 -11.08 -11-ddienlin 10-1500-ddienlin-LST 15125.11 Lohnsteuer) N
(20111215 -16.58 -11-dperic 10-1500-dperic-LST 15108.53 Lohnsteuer) N
() N
(10-1380 Lohnsteuer 15108.53) N
(10-1380-07 2161.54) N
(10-1380-08 11674.64) N
(10-1380-09 1349.51) N
(10-1380-10 -49.50) N
(10-1380-10-zahlung -49.50) N
(10-1380-11 -27.66) N
(10-1380-11-ddienlin -11.08) N
(10-1380-11-dperic -61.94) N
(10-1380-11-zahlung 45.36) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (74) 74
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-07 \(\)) N
() N
(20110101 2161.54 - 11-1805 2161.54 Saldovortrag) N
() N
(10-1380-07 2161.54) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (75) 75
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-08 \(\)) N
() N
(20110101 11674.64 - 11-1805 11674.64 Saldovortrag) N
() N
(10-1380-08 11674.64) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (76) 76
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-09 \(\)) N
() N
(20110101 1349.51 - 11-1805 1349.51 Saldovortrag) N
() N
(10-1380-09 1349.51) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (77) 77
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-10 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
(20110328 -49.50 -zahlung 10-1202 -49.50 Finanzamt) N
() N
(10-1380-10 -49.50) N
(10-1380-10-zahlung -49.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (78) 78
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-10-zahlung \(\)) N
() N
(20110328 -49.50 - 10-1202 -49.50 Finanzamt) N
() N
(10-1380-10-zahlung -49.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (79) 79
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-11 \(\)) N
() N
(20111115 -45.36 -dperic 10-1500-dperic-LST -45.36 Lohnsteuer) N
(20111214 45.36 -zahlung 10-1202 0.00 LASTSCHRIFT STEUERNR. 218/129/10296 LOHNST NOV.11 FINANZAMT FUERTH 76201500 760) N
(00000) N
(20111215 -11.08 -ddienlin 10-1500-ddienlin-LST -11.08 Lohnsteuer) N
(20111215 -16.58 -dperic 10-1500-dperic-LST -27.66 Lohnsteuer) N
() N
(10-1380-11 -27.66) N
(10-1380-11-ddienlin -11.08) N
(10-1380-11-dperic -61.94) N
(10-1380-11-zahlung 45.36) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (80) 80
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-11-ddienlin \(\)) N
() N
(20111215 -11.08 - 10-1500-ddienlin-LST -11.08 Lohnsteuer) N
() N
(10-1380-11-ddienlin -11.08) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (81) 81
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-11-dperic \(\)) N
() N
(20111115 -45.36 - 10-1500-dperic-LST -45.36 Lohnsteuer) N
(20111215 -16.58 - 10-1500-dperic-LST -61.94 Lohnsteuer) N
() N
(10-1380-11-dperic -61.94) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (82) 82
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1380-11-zahlung \(\)) N
() N
(20111214 45.36 - 10-1202 45.36 LASTSCHRIFT STEUERNR. 218/129/10296 LOHNST NOV.11 FINANZAMT FUERTH 76201500 76000000) N
() N
(10-1380-11-zahlung 45.36) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (83) 83
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1381 \(Soli\)) N
() N
(20110101 112.21 -07 11-1805 112.21 Saldovortrag) N
(20110101 -0.00 -08 11-1805 112.21 Saldovortrag) N
(20110101 -0.00 -09 11-1805 112.21 Saldovortrag) N
(20110101 -0.00 -10 11-1805 112.21 Saldovortrag) N
() N
(10-1381 Soli 112.21) N
(10-1381-07 112.21) N
(10-1381-08 0.00) N
(10-1381-09 0.00) N
(10-1381-10 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (84) 84
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1381-07 \(\)) N
() N
(20110101 112.21 - 11-1805 112.21 Saldovortrag) N
() N
(10-1381-07 112.21) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (85) 85
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1381-08 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1381-08 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (86) 86
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1381-09 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1381-09 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (87) 87
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1381-10 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1381-10 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (88) 88
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385 \(Kirchensteuer\)) N
() N
(20110101 -0.00 -07 11-1805 0.00 Saldovortrag) N
(20110101 -0.00 -08 11-1805 0.00 Saldovortrag) N
(20110101 -0.06 -09 11-1805 -0.06 Saldovortrag) N
(20110101 -0.00 -10 11-1805 -0.06 Saldovortrag) N
(20111115 -3.51 -11-dperic 10-1500-dperic-KST -3.57 Kirchensteuer) N
(20111214 3.51 -11-zahlung 10-1202 -0.06 LASTSCHRIFT STEUERNR. 218/129/10296 LKST.RK NOV.11 FINANZAMT FUERTH 76201500 ) N
(76000000) N
(20111215 -1.32 -11-dperic 10-1500-dperic-KST -1.38 Kirchensteuer) N
() N
(10-1385 Kirchensteuer -1.38) N
(10-1385-07 0.00) N
(10-1385-08 0.00) N
(10-1385-09 -0.06) N
(10-1385-10 0.00) N
(10-1385-11 -1.32) N
(10-1385-11-dperic -4.83) N
(10-1385-11-zahlung 3.51) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (89) 89
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-07 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1385-07 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (90) 90
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-08 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1385-08 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (91) 91
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-09 \(\)) N
() N
(20110101 -0.06 - 11-1805 -0.06 Saldovortrag) N
() N
(10-1385-09 -0.06) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (92) 92
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-10 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1385-10 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (93) 93
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-11 \(\)) N
() N
(20111115 -3.51 -dperic 10-1500-dperic-KST -3.51 Kirchensteuer) N
(20111214 3.51 -zahlung 10-1202 0.00 LASTSCHRIFT STEUERNR. 218/129/10296 LKST.RK NOV.11 FINANZAMT FUERTH 76201500 760) N
(00000) N
(20111215 -1.32 -dperic 10-1500-dperic-KST -1.32 Kirchensteuer) N
() N
(10-1385-11 -1.32) N
(10-1385-11-dperic -4.83) N
(10-1385-11-zahlung 3.51) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (94) 94
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-11-dperic \(\)) N
() N
(20111115 -3.51 - 10-1500-dperic-KST -3.51 Kirchensteuer) N
(20111215 -1.32 - 10-1500-dperic-KST -4.83 Kirchensteuer) N
() N
(10-1385-11-dperic -4.83) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (95) 95
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1385-11-zahlung \(\)) N
() N
(20111214 3.51 - 10-1202 3.51 LASTSCHRIFT STEUERNR. 218/129/10296 LKST.RK NOV.11 FINANZAMT FUERTH 76201500 76000000) N
() N
(10-1385-11-zahlung 3.51) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (96) 96
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500 \(Lohnkonten\)) N
() N
(20110101 -2.25 -arjasanow 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -ashawky 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -ckettner 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -cnawrot 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -dblaesche 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -dkullick 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -etoo 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -hmaamoun 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -hzaazou 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -jclaussnitzer 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -jengewald 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -jkaiser 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -jkoch 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -jschuladen 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -klaewer 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -klangschwager 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -mtruemper 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -mweber 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -oppenl 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -sgeier 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -srodenberg 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -stockbauer 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -tfelder 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -tjungblut 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -tkinzl 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -ukrohn 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -wkapraun 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -wsarhan 11-1805 -2.25 Saldovortrag) N
(20110101 -0.00 -xxx 11-1805 -2.25 Saldovortrag) N
(20110115 -160.00 -jengewald-LOHN 13-6030-jengewald -162.25 Brutto-Lohn) N
(20110117 160.00 -jengewald-ZAHL 10-1202 -2.25 Aushilfslohn Engewald, B15) N
(20110215 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110215 -160.00 -jengewald-LOHN 13-6030-jengewald -716.92 Brutto-Lohn) N
(20110215 42.67 -arjasanow-RV 10-1518-arjasanow -674.25 RV-Beitrag) N
(20110218 300.00 -arjasanow-ZAHL 10-1202 -374.25 Lohn) N
(20110226 160.00 -jengewald-ZAHL 10-1202 -214.25 Aushilfslohn Engewald, B23) N
(20110304 212.00 -arjasanow-ZAHL 10-1202 -2.25 Lohn) N
(20110315 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110315 -160.00 -jengewald-LOHN 13-6030-jengewald -716.92 Brutto-Lohn) N
(20110315 42.67 -arjasanow-RV 10-1518-arjasanow -674.25 RV-Beitrag) N
(20110331 160.00 -jengewald-ZAHL 10-1202 -514.25 Aushilfslohn Engewald, B33) N
(20110331 512.00 -arjasanow-ZAHL 10-1202 -2.25 Lohn) N
(20110415 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110415 -160.00 -jengewald-LOHN 13-6030-jengewald -716.92 Brutto-Lohn) N
(20110415 42.67 -arjasanow-RV 10-1518-arjasanow -674.25 RV-Beitrag) N
(20110428 160.00 -jengewald-ZAHL 10-1202 -514.25 Aushilfslohn Engewald, B44) N
(20110503 512.00 -arjasanow-ZAHL 10-1202 -2.25 Lohn) N
(20110515 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110515 -160.00 -jengewald-LOHN 13-6030-jengewald -716.92 Brutto-Lohn) N
(20110515 42.67 -arjasanow-RV 10-1518-arjasanow -674.25 RV-Beitrag) N
(20110607 160.00 -jengewald-ZAHL 10-1202 -514.25 Aushilfslohn Engewald, B93) N
(20110608 512.00 -arjasanow-ZAHL 10-1202 -2.25 Lohn) N
(20110615 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110615 -160.00 -jengewald-LOHN 13-6030-jengewald -716.92 Brutto-Lohn) N
(20110615 42.67 -arjasanow-RV 10-1518-arjasanow -674.25 RV-Beitrag) N
(20110620 512.00 -arjasanow-ZAHL 10-1202 -162.25 Lohn) N
(20110630 160.00 -jengewald-ZAHL 10-1202 -2.25 Aushilfslohn Engewald, B93) N
(20110715 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110715 -320.00 -ddienlin-LOHN 13-6030-ddienlin -876.92 Brutto-Lohn) N
(20110715 -160.00 -jengewald-LOHN 13-6030-jengewald -1036.92 Brutto-Lohn) N
(20110715 42.67 -arjasanow-RV 10-1518-arjasanow -994.25 RV-Beitrag) N
(20110722 160.00 -jengewald-ZAHL 10-1202 -834.25 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK) N
(20110801 512.00 -arjasanow-ZAHL 10-1202 -322.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN JULI 2011 DATUM 31.07.2011, 11.13 UHR 1.) N
(TAN 690778) N
(20110815 -554.67 -arjasanow-LOHN 13-6030-arjasanow -876.92 Brutto-Lohn) N
(20110815 -200.00 -ccsengery-LOHN 13-6030-ccsengery -1076.92 Brutto-Lohn) N
(20110815 -320.00 -ddienlin-LOHN 13-6030-ddienlin -1396.92 Brutto-Lohn) N
(20110815 -160.00 -jengewald-LOHN 13-6030-jengewald -1556.92 Brutto-Lohn) N
(20110815 42.67 -arjasanow-RV 10-1518-arjasanow -1514.25 RV-Beitrag) N
(20110819 512.00 -arjasanow-ZAHL 10-1202 -1002.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011- AUG. DATUM 19.08.2011, 15) N
(.41 UHR 1.TAN 934798 RJASANOW, ANDREAS 105087918 50850150) N
(20110819 200.00 -ccsengery-ZAHL 10-1202 -802.25 ONLINE-UEBERWEISUNG ABSCHLAG 2011 AUG. DATUM 19.08.2011, 15.55 UHR 1.TAN ) N
(905819 CHRISTIANE CSENGERY 3371514 76090500) N
(20110819 640.00 -ddienlin-ZAHL 10-1202 -162.25 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 AUG. DATUM ) N
(19.08.2011, 15.40 UHR 1.TAN 837701 DOMINIK DIENLIN 4700984015 38160220) N
(20110822 160.00 -jengewald-ZAHL 10-1202 -2.25 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 7625000) N
(0) N
(20110915 -554.67 -arjasanow-LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110915 -400.00 -ccsengery-LOHN 13-6030-ccsengery -956.92 Brutto-Lohn) N
(20110915 -320.00 -ddienlin-LOHN 13-6030-ddienlin -1276.92 Brutto-Lohn) N
(20110915 -160.00 -jengewald-LOHN 13-6030-jengewald -1436.92 Brutto-Lohn) N
(20110915 -400.00 -mherrschel-LOHN 13-6030-mherrschel -1836.92 Brutto-Lohn) N
(20110915 42.67 -arjasanow-RV 10-1518-arjasanow -1794.25 RV-Beitrag) N
(20110922 160.00 -jengewald-ZAHL 10-1202 -1634.25 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 7625000) N
(0) N
(20110926 512.00 -arjasanow-ZAHL 10-1202 -1122.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20110926 400.00 -ccsengery-ZAHL 10-1202 -722.25 ONLINE-UEBERWEISUNG LOHN SEPT. 2011 DATUM 25.09.2011, 23.30 UHR 1.TAN 163) N
(533 CHRISTIANE CSENGERY 3371514 76090500) N
(20110926 640.00 -ddienlin-ZAHL 10-1202 -82.25 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 SEPT. DATUM) N
( 25.09.2011, 23.25 UHR 1.TAN 893249 DOMINIK DIENLIN 4700984015 38160220) N
(20110926 400.00 -mherrschel-ZAHL 10-1202 317.75 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.38 UHR 1.TAN ) N
(779919 MICHAEL HERRSCHEL 368237 76060618) N
(20111015 -554.67 -arjasanow-LOHN 13-6030-arjasanow -236.92 Brutto-Lohn) N
(20111015 -400.00 -ccsengery-LOHN 13-6030-ccsengery -636.92 Brutto-Lohn) N
(20111015 -320.00 -ddienlin-LOHN 13-6030-ddienlin -956.92 Brutto-Lohn) N
(20111015 -1100.41 -hparfuss-LOHN 13-6030-hparfuss -2057.33 Brutto-Lohn) N
(20111015 -160.00 -jengewald-LOHN 13-6030-jengewald -2217.33 Brutto-Lohn) N
(20111015 -481.67 -jkleckow-LOHN 13-6030-jkleckow -2699.00 Brutto-Lohn) N
(20111015 -400.00 -mherrschel-LOHN 13-6030-mherrschel -3099.00 Brutto-Lohn) N
(20111015 86.93 -hparfuss-KV 10-1516-hparfuss -3012.07 KV-Beitrag) N
(20111015 13.48 -hparfuss-PV 10-1516-hparfuss -2998.59 PV-Beitrag) N
(20111015 42.67 -arjasanow-RV 10-1518-arjasanow -2955.92 RV-Beitrag) N
(20111015 31.67 -jkleckow-RV 10-1515-jkleckow -2924.25 RV-Beitrag) N
(20111024 160.00 -jengewald-ZAHL 10-1202 -2764.25 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 7625000) N
(0) N
(20111025 512.00 -arjasanow-ZAHL 10-1202 -2252.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111025 400.00 -ccsengery-ZAHL 10-1202 -1852.25 ONLINE-UEBERWEISUNG LOHN OKT. 2011 DATUM 25.10.2011, 13.16 UHR 1.TAN 0573) N
(98 CHRISTIANE CSENGERY 3371514 76090500) N
(20111025 320.00 -ddienlin-ZAHL 10-1202 -1532.25 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 OKT DATUM 2) N
(5.10.2011, 13.28 UHR 1.TAN 161738 DOMINIK DIENLIN 4700984015 38160220) N
(20111025 1000.00 -hparfuss-ZAHL 10-1202 -532.25 ONLINE-UEBERWEISUNG VERGUETUNG OKT. DATUM 25.10.2011, 13.18 UHR 1.TAN 909) N
(043 HANS PARFUSS 192238 70020270) N
(20111025 400.00 -mherrschel-ZAHL 10-1202 -132.25 ONLINE-UEBERWEISUNG VERGUETUNG IFT OKT DATUM 25.10.2011, 13.30 UHR 1.TAN ) N
(010970 MICHAEL HERRSCHEL 368237 76060618) N
(20111104 450.00 -jkleckow-ZAHL 10-1202 317.75 ONLINE-UEBERWEISUNG AUSHILFSLOHN OKT. 11 DATUM 04.11.2011, 08.15 UHR 1.TA) N
(N 567000 JANINA KLECKOW 1050681 25152375) N
(20111115 -869.52 -arjasanow-LOHN 13-6030-arjasanow -551.77 Brutto-Lohn) N
(20111115 -400.00 -ccsengery-LOHN 13-6030-ccsengery -951.77 Brutto-Lohn) N
(20111115 -705.36 -ddienlin-LOHN 13-6030-ddienlin -1657.13 Brutto-Lohn) N
(20111115 -1120.34 -dperic-LOHN 13-6030-dperic -2777.47 Brutto-Lohn) N
(20111115 -1100.41 -hparfuss-LOHN 13-6030-hparfuss -3877.88 Brutto-Lohn) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (97) 97
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20111115 -160.00 -jengewald-LOHN 13-6030-jengewald -4037.88 Brutto-Lohn) p n
(20111115 -300.00 -jfriedrichs-LOHN 13-6030-jfriedrichs -4337.88 Brutto-Lohn) N
(20111115 -481.67 -jkleckow-LOHN 13-6030-jkleckow -4819.55 Brutto-Lohn) N
(20111115 -400.00 -mherrschel-LOHN 13-6030-mherrschel -5219.55 Brutto-Lohn) N
(20111115 45.36 -dperic-LST 10-1380-11-dperic -5174.19 Lohnsteuer) N
(20111115 3.51 -dperic-KST 10-1385-11-dperic -5170.68 Kirchensteuer) N
(20111115 86.93 -hparfuss-KV 10-1516-hparfuss -5083.75 KV-Beitrag) N
(20111115 13.48 -hparfuss-PV 10-1516-hparfuss -5070.27 PV-Beitrag) N
(20111115 86.52 -arjasanow-RV 10-1518-arjasanow -4983.75 RV-Beitrag) N
(20111115 65.36 -ddienlin-RV 10-1514-ddienlin -4918.39 RV-Beitrag) N
(20111115 111.47 -dperic-RV 10-1517-dperic -4806.92 RV-Beitrag) N
(20111115 31.67 -jkleckow-RV 10-1515-jkleckow -4775.25 RV-Beitrag) N
(20111122 160.00 -jengewald-ZAHL 10-1202 -4615.25 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 7625000) N
(0) N
(20111125 783.00 -arjasanow-ZAHL 10-1202 -3832.25 ONLINE-UEBERWEISUNG GEHALT PLUS KRKS. DATUM 25.11.2011, 09.45 UHR 1.TAN 5) N
(48889 ANDREAS RJASANOW 105087918 50850150) N
(20111125 400.00 -ccsengery-ZAHL 10-1202 -3432.25 ONLINE-UEBERWEISUNG LOHN 11/2011 DATUM 25.11.2011, 09.47 UHR 1.TAN 150272) N
( CHRISTIANE CSENGERY 3371514 76090500) N
(20111125 640.00 -ddienlin-ZAHL 10-1202 -2792.25 ONLINE-UEBERWEISUNG GEHALT 11/2011 DATUM 25.11.2011, 09.46 UHR 1.TAN 4147) N
(71 DOMINIK DIENLEIN 4700984015 38160220) N
(20111125 960.00 -dperic-ZAHL 10-1202 -1832.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.54 UHR 1.TA) N
(N 496595 DARJAN PERIC 101001504 50850150) N
(20111125 1000.00 -hparfuss-ZAHL 10-1202 -832.25 ONLINE-UEBERWEISUNG VERGUETUNG 11/2011 DATUM 25.11.2011, 09.49 UHR 1.TAN ) N
(929984 HANS PARFUSS 192238 70020270) N
(20111125 300.00 -jfriedrichs-ZAHL 10-1202 -532.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.53 UHR 1.TA) N
(N 730884 JUTTA FRIEDRICHS 55661859 76010085) N
(20111125 450.00 -jkleckow-ZAHL 10-1202 -82.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.51 UHR 1.TA) N
(N 292910 JANINA KLECKOW 1050681 25152375) N
(20111125 400.00 -mherrschel-ZAHL 10-1202 317.75 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.52 UHR 1.TA) N
(N 578686 MICHAEL HERRSCHEL 368237 76060618) N
(20111215 -855.08 -arjasanow-LOHN 13-6030-arjasanow -537.33 Brutto-Lohn) N
(20111215 -400.00 -ccsengery-LOHN 13-6030-ccsengery -937.33 Brutto-Lohn) N
(20111215 -1078.38 -ddienlin-LOHN 13-6030-ddienlin -2015.71 Brutto-Lohn) N
(20111215 -1119.27 -dperic-LOHN 13-6030-dperic -3134.98 Brutto-Lohn) N
(20111215 -1100.41 -hparfuss-LOHN 13-6030-hparfuss -4235.39 Brutto-Lohn) N
(20111215 -160.00 -jengewald-LOHN 13-6030-jengewald -4395.39 Brutto-Lohn) N
(20111215 -300.00 -jfriedrichs-LOHN 13-6030-jfriedrichs -4695.39 Brutto-Lohn) N
(20111215 -481.67 -jkleckow-LOHN 13-6030-jkleckow -5177.06 Brutto-Lohn) N
(20111215 -400.00 -mherrschel-LOHN 13-6030-mherrschel -5577.06 Brutto-Lohn) N
(20111215 11.08 -ddienlin-LST 10-1380-11-ddienlin -5565.98 Lohnsteuer) N
(20111215 16.58 -dperic-LST 10-1380-11-dperic -5549.40 Lohnsteuer) N
(20111215 1.32 -dperic-KST 10-1385-11-dperic -5548.08 Kirchensteuer) N
(20111215 86.93 -hparfuss-KV 10-1516-hparfuss -5461.15 KV-Beitrag) N
(20111215 13.48 -hparfuss-PV 10-1516-hparfuss -5447.67 PV-Beitrag) N
(20111215 85.08 -arjasanow-RV 10-1518-arjasanow -5362.59 RV-Beitrag) N
(20111215 107.30 -ddienlin-RV 10-1514-ddienlin -5255.29 RV-Beitrag) N
(20111215 111.37 -dperic-RV 10-1517-dperic -5143.92 RV-Beitrag) N
(20111215 31.67 -jkleckow-RV 10-1515-jkleckow -5112.25 RV-Beitrag) N
(20111221 770.00 -arjasanow-ZAHL 10-1202 -4342.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.53 UHR 1.TA) N
(N 769965 RJASANOW, ANDREAS 105087918 50850150) N
(20111221 400.00 -ccsengery-ZAHL 10-1202 -3942.25 ONLINE-UEBERWEISUNG LOHN 12/2011 DATUM 21.12.2011, 18.55 UHR 1.TAN 636017) N
( CHRISTIANE CSENGERY 3371514 76090500) N
(20111221 640.00 -ddienlin-ZAHL 10-1202 -3302.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.54 UHR 1.TA) N
(N 441574 DOMINIK DIENLIN 4700984015 38160220) N
(20111221 990.00 -dperic-ZAHL 10-1202 -2312.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TA) N
(N 915176 DARJAN PERIC 101001504 50850150) N
(20111221 1000.00 -hparfuss-ZAHL 10-1202 -1312.25 ONLINE-UEBERWEISUNG VERGUETUNG 12/2011 DATUM 21.12.2011, 18.57 UHR 1.TAN ) N
(860469 HANS PARFUSS 192238 70020270) N
(20111221 300.00 -jfriedrichs-ZAHL 10-1202 -1012.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TA) N
(N 447360 JUTTA FRIEDRICHS 55661859 76010085) N
(20111221 450.00 -jkleckow-ZAHL 10-1202 -562.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TA) N
(N 624299 JANINA KLECKOW 1050681 25152375) N
(20111221 400.00 -mherrschel-ZAHL 10-1202 -162.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TA) N
(N 688359 MICHAEL HERRSCHEL 368237 76060618) N
(20111222 160.00 -jengewald-ZAHL 10-1202 -2.25 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 7625000) N
(0) N
() N
(10-1500 Lohnkonten -2.25) N
(10-1500-arjasanow -2.25) N
(10-1500-arjasanow-LOHN -6716.63) N
(10-1500-arjasanow-RV 555.63) N
(10-1500-arjasanow-ZAHL 6161.00) N
(10-1500-ashawky 0.00) N
(10-1500-ccsengery 0.00) N
(10-1500-ccsengery-LOHN -1800.00) N
(10-1500-ccsengery-ZAHL 1800.00) N
(10-1500-ckettner 0.00) N
(10-1500-cnawrot 0.00) N
(10-1500-dblaesche 0.00) N
(10-1500-ddienlin -0.00) N
(10-1500-ddienlin-LOHN -3063.74) N
(10-1500-ddienlin-LST 11.08) N
(10-1500-ddienlin-RV 172.66) N
(10-1500-ddienlin-ZAHL 2880.00) N
(10-1500-dkullick 0.00) N
(10-1500-dperic -0.00) N
(10-1500-dperic-KST 4.83) N
(10-1500-dperic-LOHN -2239.61) N
(10-1500-dperic-LST 61.94) N
(10-1500-dperic-RV 222.84) N
(10-1500-dperic-ZAHL 1950.00) N
(10-1500-etoo 0.00) N
(10-1500-hmaamoun 0.00) N
(10-1500-hparfuss 0.00) N
(10-1500-hparfuss-KV 260.79) N
(10-1500-hparfuss-LOHN -3301.23) N
(10-1500-hparfuss-PV 40.44) N
(10-1500-hparfuss-ZAHL 3000.00) N
(10-1500-hzaazou 0.00) N
(10-1500-jclaussnitzer 0.00) N
(10-1500-jengewald 0.00) N
(10-1500-jengewald-LOHN -1920.00) N
(10-1500-jengewald-ZAHL 1920.00) N
(10-1500-jfriedrichs 0.00) N
(10-1500-jfriedrichs-LOHN -600.00) N
(10-1500-jfriedrichs-ZAHL 600.00) N
(10-1500-jkaiser 0.00) N
(10-1500-jkleckow 0.00) N
(10-1500-jkleckow-LOHN -1445.01) N
(10-1500-jkleckow-RV 95.01) N
(10-1500-jkleckow-ZAHL 1350.00) N
(10-1500-jkoch 0.00) N
(10-1500-jschuladen 0.00) N
(10-1500-klaewer 0.00) N
(10-1500-klangschwager 0.00) N
(10-1500-mherrschel 0.00) N
(10-1500-mherrschel-LOHN -1600.00) N
(10-1500-mherrschel-ZAHL 1600.00) N
(10-1500-mtruemper 0.00) N
(10-1500-mweber 0.00) N
(10-1500-oppenl 0.00) N
(10-1500-sgeier 0.00) N
(10-1500-srodenberg 0.00) N
(10-1500-stockbauer 0.00) N
(10-1500-tfelder 0.00) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (98) 98
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(10-1500-tjungblut 0.00) p n
(10-1500-tkinzl 0.00) N
(10-1500-ukrohn 0.00) N
(10-1500-wkapraun 0.00) N
(10-1500-wsarhan 0.00) N
(10-1500-xxx 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (99) 99
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-arjasanow \(\)) N
() N
(20110101 -2.25 - 11-1805 -2.25 Saldovortrag) N
(20110215 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110215 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110218 300.00 -ZAHL 10-1202 -214.25 Lohn) N
(20110304 212.00 -ZAHL 10-1202 -2.25 Lohn) N
(20110315 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110315 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110331 512.00 -ZAHL 10-1202 -2.25 Lohn) N
(20110415 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110415 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110503 512.00 -ZAHL 10-1202 -2.25 Lohn) N
(20110515 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110515 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110608 512.00 -ZAHL 10-1202 -2.25 Lohn) N
(20110615 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110615 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110620 512.00 -ZAHL 10-1202 -2.25 Lohn) N
(20110715 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110715 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110801 512.00 -ZAHL 10-1202 -2.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN JULI 2011 DATUM 31.07.2011, 11.13 UHR 1.TAN 690778) N
(20110815 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110815 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110819 512.00 -ZAHL 10-1202 -2.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011- AUG. DATUM 19.08.2011, 15.41 UHR 1.TAN ) N
(934798 RJASANOW, ANDREAS 105087918 50850150) N
(20110915 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20110915 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20110926 512.00 -ZAHL 10-1202 -2.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111015 -554.67 -LOHN 13-6030-arjasanow -556.92 Brutto-Lohn) N
(20111015 42.67 -RV 10-1518-arjasanow -514.25 RV-Beitrag) N
(20111025 512.00 -ZAHL 10-1202 -2.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111115 -869.52 -LOHN 13-6030-arjasanow -871.77 Brutto-Lohn) N
(20111115 86.52 -RV 10-1518-arjasanow -785.25 RV-Beitrag) N
(20111125 783.00 -ZAHL 10-1202 -2.25 ONLINE-UEBERWEISUNG GEHALT PLUS KRKS. DATUM 25.11.2011, 09.45 UHR 1.TAN 548889 ANDREAS ) N
(RJASANOW 105087918 50850150) N
(20111215 -855.08 -LOHN 13-6030-arjasanow -857.33 Brutto-Lohn) N
(20111215 85.08 -RV 10-1518-arjasanow -772.25 RV-Beitrag) N
(20111221 770.00 -ZAHL 10-1202 -2.25 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.53 UHR 1.TAN 769965 RJASA) N
(NOW, ANDREAS 105087918 50850150) N
() N
(10-1500-arjasanow -2.25) N
(10-1500-arjasanow-LOHN -6716.63) N
(10-1500-arjasanow-RV 555.63) N
(10-1500-arjasanow-ZAHL 6161.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (100) 100
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-arjasanow-LOHN \(\)) N
() N
(20110215 -554.67 - 13-6030-arjasanow -554.67 Brutto-Lohn) N
(20110315 -554.67 - 13-6030-arjasanow -1109.34 Brutto-Lohn) N
(20110415 -554.67 - 13-6030-arjasanow -1664.01 Brutto-Lohn) N
(20110515 -554.67 - 13-6030-arjasanow -2218.68 Brutto-Lohn) N
(20110615 -554.67 - 13-6030-arjasanow -2773.35 Brutto-Lohn) N
(20110715 -554.67 - 13-6030-arjasanow -3328.02 Brutto-Lohn) N
(20110815 -554.67 - 13-6030-arjasanow -3882.69 Brutto-Lohn) N
(20110915 -554.67 - 13-6030-arjasanow -4437.36 Brutto-Lohn) N
(20111015 -554.67 - 13-6030-arjasanow -4992.03 Brutto-Lohn) N
(20111115 -869.52 - 13-6030-arjasanow -5861.55 Brutto-Lohn) N
(20111215 -855.08 - 13-6030-arjasanow -6716.63 Brutto-Lohn) N
() N
(10-1500-arjasanow-LOHN -6716.63) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (101) 101
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-arjasanow-RV \(\)) N
() N
(20110215 42.67 - 10-1518-arjasanow 42.67 RV-Beitrag) N
(20110315 42.67 - 10-1518-arjasanow 85.34 RV-Beitrag) N
(20110415 42.67 - 10-1518-arjasanow 128.01 RV-Beitrag) N
(20110515 42.67 - 10-1518-arjasanow 170.68 RV-Beitrag) N
(20110615 42.67 - 10-1518-arjasanow 213.35 RV-Beitrag) N
(20110715 42.67 - 10-1518-arjasanow 256.02 RV-Beitrag) N
(20110815 42.67 - 10-1518-arjasanow 298.69 RV-Beitrag) N
(20110915 42.67 - 10-1518-arjasanow 341.36 RV-Beitrag) N
(20111015 42.67 - 10-1518-arjasanow 384.03 RV-Beitrag) N
(20111115 86.52 - 10-1518-arjasanow 470.55 RV-Beitrag) N
(20111215 85.08 - 10-1518-arjasanow 555.63 RV-Beitrag) N
() N
(10-1500-arjasanow-RV 555.63) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (102) 102
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-arjasanow-ZAHL \(\)) N
() N
(20110218 300.00 - 10-1202 300.00 Lohn) N
(20110304 212.00 - 10-1202 512.00 Lohn) N
(20110331 512.00 - 10-1202 1024.00 Lohn) N
(20110503 512.00 - 10-1202 1536.00 Lohn) N
(20110608 512.00 - 10-1202 2048.00 Lohn) N
(20110620 512.00 - 10-1202 2560.00 Lohn) N
(20110801 512.00 - 10-1202 3072.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN JULI 2011 DATUM 31.07.2011, 11.13 UHR 1.TAN 690778) N
(20110819 512.00 - 10-1202 3584.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011- AUG. DATUM 19.08.2011, 15.41 UHR 1.TAN 934798 RJASA) N
(NOW, ANDREAS 105087918 50850150) N
(20110926 512.00 - 10-1202 4096.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111025 512.00 - 10-1202 4608.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111125 783.00 - 10-1202 5391.00 ONLINE-UEBERWEISUNG GEHALT PLUS KRKS. DATUM 25.11.2011, 09.45 UHR 1.TAN 548889 ANDREAS RJASANOW 105) N
(087918 50850150) N
(20111221 770.00 - 10-1202 6161.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.53 UHR 1.TAN 769965 RJASANOW, ANDREAS) N
( 105087918 50850150) N
() N
(10-1500-arjasanow-ZAHL 6161.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (103) 103
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ashawky \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-ashawky 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (104) 104
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ccsengery \(\)) N
() N
(20110815 -200.00 -LOHN 13-6030-ccsengery -200.00 Brutto-Lohn) N
(20110819 200.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG ABSCHLAG 2011 AUG. DATUM 19.08.2011, 15.55 UHR 1.TAN 905819 CHRISTI) N
(ANE CSENGERY 3371514 76090500) N
(20110915 -400.00 -LOHN 13-6030-ccsengery -400.00 Brutto-Lohn) N
(20110926 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG LOHN SEPT. 2011 DATUM 25.09.2011, 23.30 UHR 1.TAN 163533 CHRISTIANE) N
( CSENGERY 3371514 76090500) N
(20111015 -400.00 -LOHN 13-6030-ccsengery -400.00 Brutto-Lohn) N
(20111025 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG LOHN OKT. 2011 DATUM 25.10.2011, 13.16 UHR 1.TAN 057398 CHRISTIANE ) N
(CSENGERY 3371514 76090500) N
(20111115 -400.00 -LOHN 13-6030-ccsengery -400.00 Brutto-Lohn) N
(20111125 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG LOHN 11/2011 DATUM 25.11.2011, 09.47 UHR 1.TAN 150272 CHRISTIANE CS) N
(ENGERY 3371514 76090500) N
(20111215 -400.00 -LOHN 13-6030-ccsengery -400.00 Brutto-Lohn) N
(20111221 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG LOHN 12/2011 DATUM 21.12.2011, 18.55 UHR 1.TAN 636017 CHRISTIANE CS) N
(ENGERY 3371514 76090500) N
() N
(10-1500-ccsengery 0.00) N
(10-1500-ccsengery-LOHN -1800.00) N
(10-1500-ccsengery-ZAHL 1800.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (105) 105
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ccsengery-LOHN \(\)) N
() N
(20110815 -200.00 - 13-6030-ccsengery -200.00 Brutto-Lohn) N
(20110915 -400.00 - 13-6030-ccsengery -600.00 Brutto-Lohn) N
(20111015 -400.00 - 13-6030-ccsengery -1000.00 Brutto-Lohn) N
(20111115 -400.00 - 13-6030-ccsengery -1400.00 Brutto-Lohn) N
(20111215 -400.00 - 13-6030-ccsengery -1800.00 Brutto-Lohn) N
() N
(10-1500-ccsengery-LOHN -1800.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (106) 106
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ccsengery-ZAHL \(\)) N
() N
(20110819 200.00 - 10-1202 200.00 ONLINE-UEBERWEISUNG ABSCHLAG 2011 AUG. DATUM 19.08.2011, 15.55 UHR 1.TAN 905819 CHRISTIANE CSENGERY) N
( 3371514 76090500) N
(20110926 400.00 - 10-1202 600.00 ONLINE-UEBERWEISUNG LOHN SEPT. 2011 DATUM 25.09.2011, 23.30 UHR 1.TAN 163533 CHRISTIANE CSENGERY 33) N
(71514 76090500) N
(20111025 400.00 - 10-1202 1000.00 ONLINE-UEBERWEISUNG LOHN OKT. 2011 DATUM 25.10.2011, 13.16 UHR 1.TAN 057398 CHRISTIANE CSENGERY 337) N
(1514 76090500) N
(20111125 400.00 - 10-1202 1400.00 ONLINE-UEBERWEISUNG LOHN 11/2011 DATUM 25.11.2011, 09.47 UHR 1.TAN 150272 CHRISTIANE CSENGERY 33715) N
(14 76090500) N
(20111221 400.00 - 10-1202 1800.00 ONLINE-UEBERWEISUNG LOHN 12/2011 DATUM 21.12.2011, 18.55 UHR 1.TAN 636017 CHRISTIANE CSENGERY 33715) N
(14 76090500) N
() N
(10-1500-ccsengery-ZAHL 1800.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (107) 107
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ckettner \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-ckettner 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (108) 108
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-cnawrot \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-cnawrot 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (109) 109
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dblaesche \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-dblaesche 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (110) 110
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ddienlin \(\)) N
() N
(20110715 -320.00 -LOHN 13-6030-ddienlin -320.00 Brutto-Lohn) N
(20110815 -320.00 -LOHN 13-6030-ddienlin -640.00 Brutto-Lohn) N
(20110819 640.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 AUG. DATUM 19.08.2011, ) N
(15.40 UHR 1.TAN 837701 DOMINIK DIENLIN 4700984015 38160220) N
(20110915 -320.00 -LOHN 13-6030-ddienlin -320.00 Brutto-Lohn) N
(20110926 640.00 -ZAHL 10-1202 320.00 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 SEPT. DATUM 25.09.2011,) N
( 23.25 UHR 1.TAN 893249 DOMINIK DIENLIN 4700984015 38160220) N
(20111015 -320.00 -LOHN 13-6030-ddienlin 0.00 Brutto-Lohn) N
(20111025 320.00 -ZAHL 10-1202 320.00 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 OKT DATUM 25.10.2011, 1) N
(3.28 UHR 1.TAN 161738 DOMINIK DIENLIN 4700984015 38160220) N
(20111115 -705.36 -LOHN 13-6030-ddienlin -385.36 Brutto-Lohn) N
(20111115 65.36 -RV 10-1514-ddienlin -320.00 RV-Beitrag) N
(20111125 640.00 -ZAHL 10-1202 320.00 ONLINE-UEBERWEISUNG GEHALT 11/2011 DATUM 25.11.2011, 09.46 UHR 1.TAN 414771 DOMINIK D) N
(IENLEIN 4700984015 38160220) N
(20111215 -1078.38 -LOHN 13-6030-ddienlin -758.38 Brutto-Lohn) N
(20111215 11.08 -LST 10-1380-11-ddienlin -747.30 Lohnsteuer) N
(20111215 107.30 -RV 10-1514-ddienlin -640.00 RV-Beitrag) N
(20111221 640.00 -ZAHL 10-1202 -0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.54 UHR 1.TAN 441574 DOM) N
(INIK DIENLIN 4700984015 38160220) N
() N
(10-1500-ddienlin -0.00) N
(10-1500-ddienlin-LOHN -3063.74) N
(10-1500-ddienlin-LST 11.08) N
(10-1500-ddienlin-RV 172.66) N
(10-1500-ddienlin-ZAHL 2880.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (111) 111
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ddienlin-LOHN \(\)) N
() N
(20110715 -320.00 - 13-6030-ddienlin -320.00 Brutto-Lohn) N
(20110815 -320.00 - 13-6030-ddienlin -640.00 Brutto-Lohn) N
(20110915 -320.00 - 13-6030-ddienlin -960.00 Brutto-Lohn) N
(20111015 -320.00 - 13-6030-ddienlin -1280.00 Brutto-Lohn) N
(20111115 -705.36 - 13-6030-ddienlin -1985.36 Brutto-Lohn) N
(20111215 -1078.38 - 13-6030-ddienlin -3063.74 Brutto-Lohn) N
() N
(10-1500-ddienlin-LOHN -3063.74) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (112) 112
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ddienlin-LST \(\)) N
() N
(20111215 11.08 - 10-1380-11-ddienlin 11.08 Lohnsteuer) N
() N
(10-1500-ddienlin-LST 11.08) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (113) 113
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ddienlin-RV \(\)) N
() N
(20111115 65.36 - 10-1514-ddienlin 65.36 RV-Beitrag) N
(20111215 107.30 - 10-1514-ddienlin 172.66 RV-Beitrag) N
() N
(10-1500-ddienlin-RV 172.66) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (114) 114
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ddienlin-ZAHL \(\)) N
() N
(20110819 640.00 - 10-1202 640.00 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 AUG. DATUM 19.08.2011, 15.40 UHR 1.TA) N
(N 837701 DOMINIK DIENLIN 4700984015 38160220) N
(20110926 640.00 - 10-1202 1280.00 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 SEPT. DATUM 25.09.2011, 23.25 UHR 1.T) N
(AN 893249 DOMINIK DIENLIN 4700984015 38160220) N
(20111025 320.00 - 10-1202 1600.00 ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 OKT DATUM 25.10.2011, 13.28 UHR 1.TAN) N
( 161738 DOMINIK DIENLIN 4700984015 38160220) N
(20111125 640.00 - 10-1202 2240.00 ONLINE-UEBERWEISUNG GEHALT 11/2011 DATUM 25.11.2011, 09.46 UHR 1.TAN 414771 DOMINIK DIENLEIN 470098) N
(4015 38160220) N
(20111221 640.00 - 10-1202 2880.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.54 UHR 1.TAN 441574 DOMINIK DIENLIN 4) N
(700984015 38160220) N
() N
(10-1500-ddienlin-ZAHL 2880.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (115) 115
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dkullick \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-dkullick 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (116) 116
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dperic \(\)) N
() N
(20111115 -1120.34 -LOHN 13-6030-dperic -1120.34 Brutto-Lohn) N
(20111115 45.36 -LST 10-1380-11-dperic -1074.98 Lohnsteuer) N
(20111115 3.51 -KST 10-1385-11-dperic -1071.47 Kirchensteuer) N
(20111115 111.47 -RV 10-1517-dperic -960.00 RV-Beitrag) N
(20111125 960.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.54 UHR 1.TAN 496595 DARJA) N
(N PERIC 101001504 50850150) N
(20111215 -1119.27 -LOHN 13-6030-dperic -1119.27 Brutto-Lohn) N
(20111215 16.58 -LST 10-1380-11-dperic -1102.69 Lohnsteuer) N
(20111215 1.32 -KST 10-1385-11-dperic -1101.37 Kirchensteuer) N
(20111215 111.37 -RV 10-1517-dperic -990.00 RV-Beitrag) N
(20111221 990.00 -ZAHL 10-1202 -0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN 915176 DARJA) N
(N PERIC 101001504 50850150) N
() N
(10-1500-dperic -0.00) N
(10-1500-dperic-KST 4.83) N
(10-1500-dperic-LOHN -2239.61) N
(10-1500-dperic-LST 61.94) N
(10-1500-dperic-RV 222.84) N
(10-1500-dperic-ZAHL 1950.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (117) 117
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dperic-KST \(\)) N
() N
(20111115 3.51 - 10-1385-11-dperic 3.51 Kirchensteuer) N
(20111215 1.32 - 10-1385-11-dperic 4.83 Kirchensteuer) N
() N
(10-1500-dperic-KST 4.83) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (118) 118
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dperic-LOHN \(\)) N
() N
(20111115 -1120.34 - 13-6030-dperic -1120.34 Brutto-Lohn) N
(20111215 -1119.27 - 13-6030-dperic -2239.61 Brutto-Lohn) N
() N
(10-1500-dperic-LOHN -2239.61) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (119) 119
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dperic-LST \(\)) N
() N
(20111115 45.36 - 10-1380-11-dperic 45.36 Lohnsteuer) N
(20111215 16.58 - 10-1380-11-dperic 61.94 Lohnsteuer) N
() N
(10-1500-dperic-LST 61.94) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (120) 120
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dperic-RV \(\)) N
() N
(20111115 111.47 - 10-1517-dperic 111.47 RV-Beitrag) N
(20111215 111.37 - 10-1517-dperic 222.84 RV-Beitrag) N
() N
(10-1500-dperic-RV 222.84) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (121) 121
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-dperic-ZAHL \(\)) N
() N
(20111125 960.00 - 10-1202 960.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.54 UHR 1.TAN 496595 DARJAN PERIC 1010) N
(01504 50850150) N
(20111221 990.00 - 10-1202 1950.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN 915176 DARJAN PERIC 1010) N
(01504 50850150) N
() N
(10-1500-dperic-ZAHL 1950.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (122) 122
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-etoo \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-etoo 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (123) 123
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hmaamoun \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-hmaamoun 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (124) 124
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hparfuss \(\)) N
() N
(20111015 -1100.41 -LOHN 13-6030-hparfuss -1100.41 Brutto-Lohn) N
(20111015 86.93 -KV 10-1516-hparfuss -1013.48 KV-Beitrag) N
(20111015 13.48 -PV 10-1516-hparfuss -1000.00 PV-Beitrag) N
(20111025 1000.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG VERGUETUNG OKT. DATUM 25.10.2011, 13.18 UHR 1.TAN 909043 HANS PARFUS) N
(S 192238 70020270) N
(20111115 -1100.41 -LOHN 13-6030-hparfuss -1100.41 Brutto-Lohn) N
(20111115 86.93 -KV 10-1516-hparfuss -1013.48 KV-Beitrag) N
(20111115 13.48 -PV 10-1516-hparfuss -1000.00 PV-Beitrag) N
(20111125 1000.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG VERGUETUNG 11/2011 DATUM 25.11.2011, 09.49 UHR 1.TAN 929984 HANS PAR) N
(FUSS 192238 70020270) N
(20111215 -1100.41 -LOHN 13-6030-hparfuss -1100.41 Brutto-Lohn) N
(20111215 86.93 -KV 10-1516-hparfuss -1013.48 KV-Beitrag) N
(20111215 13.48 -PV 10-1516-hparfuss -1000.00 PV-Beitrag) N
(20111221 1000.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG VERGUETUNG 12/2011 DATUM 21.12.2011, 18.57 UHR 1.TAN 860469 HANS PAR) N
(FUSS 192238 70020270) N
() N
(10-1500-hparfuss 0.00) N
(10-1500-hparfuss-KV 260.79) N
(10-1500-hparfuss-LOHN -3301.23) N
(10-1500-hparfuss-PV 40.44) N
(10-1500-hparfuss-ZAHL 3000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (125) 125
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hparfuss-KV \(\)) N
() N
(20111015 86.93 - 10-1516-hparfuss 86.93 KV-Beitrag) N
(20111115 86.93 - 10-1516-hparfuss 173.86 KV-Beitrag) N
(20111215 86.93 - 10-1516-hparfuss 260.79 KV-Beitrag) N
() N
(10-1500-hparfuss-KV 260.79) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (126) 126
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hparfuss-LOHN \(\)) N
() N
(20111015 -1100.41 - 13-6030-hparfuss -1100.41 Brutto-Lohn) N
(20111115 -1100.41 - 13-6030-hparfuss -2200.82 Brutto-Lohn) N
(20111215 -1100.41 - 13-6030-hparfuss -3301.23 Brutto-Lohn) N
() N
(10-1500-hparfuss-LOHN -3301.23) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (127) 127
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hparfuss-PV \(\)) N
() N
(20111015 13.48 - 10-1516-hparfuss 13.48 PV-Beitrag) N
(20111115 13.48 - 10-1516-hparfuss 26.96 PV-Beitrag) N
(20111215 13.48 - 10-1516-hparfuss 40.44 PV-Beitrag) N
() N
(10-1500-hparfuss-PV 40.44) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (128) 128
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hparfuss-ZAHL \(\)) N
() N
(20111025 1000.00 - 10-1202 1000.00 ONLINE-UEBERWEISUNG VERGUETUNG OKT. DATUM 25.10.2011, 13.18 UHR 1.TAN 909043 HANS PARFUSS 192238 70) N
(020270) N
(20111125 1000.00 - 10-1202 2000.00 ONLINE-UEBERWEISUNG VERGUETUNG 11/2011 DATUM 25.11.2011, 09.49 UHR 1.TAN 929984 HANS PARFUSS 192238) N
( 70020270) N
(20111221 1000.00 - 10-1202 3000.00 ONLINE-UEBERWEISUNG VERGUETUNG 12/2011 DATUM 21.12.2011, 18.57 UHR 1.TAN 860469 HANS PARFUSS 192238) N
( 70020270) N
() N
(10-1500-hparfuss-ZAHL 3000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (129) 129
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-hzaazou \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-hzaazou 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (130) 130
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jclaussnitzer \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-jclaussnitzer 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (131) 131
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jengewald \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
(20110115 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110117 160.00 -ZAHL 10-1202 0.00 Aushilfslohn Engewald, B15) N
(20110215 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110226 160.00 -ZAHL 10-1202 0.00 Aushilfslohn Engewald, B23) N
(20110315 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110331 160.00 -ZAHL 10-1202 0.00 Aushilfslohn Engewald, B33) N
(20110415 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110428 160.00 -ZAHL 10-1202 0.00 Aushilfslohn Engewald, B44) N
(20110515 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110607 160.00 -ZAHL 10-1202 0.00 Aushilfslohn Engewald, B93) N
(20110615 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110630 160.00 -ZAHL 10-1202 0.00 Aushilfslohn Engewald, B93) N
(20110715 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110722 160.00 -ZAHL 10-1202 0.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK) N
(20110815 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110822 160.00 -ZAHL 10-1202 0.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20110915 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110922 160.00 -ZAHL 10-1202 0.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111015 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20111024 160.00 -ZAHL 10-1202 0.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111115 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20111122 160.00 -ZAHL 10-1202 0.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111215 -160.00 -LOHN 13-6030-jengewald -160.00 Brutto-Lohn) N
(20111222 160.00 -ZAHL 10-1202 0.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
() N
(10-1500-jengewald 0.00) N
(10-1500-jengewald-LOHN -1920.00) N
(10-1500-jengewald-ZAHL 1920.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (132) 132
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jengewald-LOHN \(\)) N
() N
(20110115 -160.00 - 13-6030-jengewald -160.00 Brutto-Lohn) N
(20110215 -160.00 - 13-6030-jengewald -320.00 Brutto-Lohn) N
(20110315 -160.00 - 13-6030-jengewald -480.00 Brutto-Lohn) N
(20110415 -160.00 - 13-6030-jengewald -640.00 Brutto-Lohn) N
(20110515 -160.00 - 13-6030-jengewald -800.00 Brutto-Lohn) N
(20110615 -160.00 - 13-6030-jengewald -960.00 Brutto-Lohn) N
(20110715 -160.00 - 13-6030-jengewald -1120.00 Brutto-Lohn) N
(20110815 -160.00 - 13-6030-jengewald -1280.00 Brutto-Lohn) N
(20110915 -160.00 - 13-6030-jengewald -1440.00 Brutto-Lohn) N
(20111015 -160.00 - 13-6030-jengewald -1600.00 Brutto-Lohn) N
(20111115 -160.00 - 13-6030-jengewald -1760.00 Brutto-Lohn) N
(20111215 -160.00 - 13-6030-jengewald -1920.00 Brutto-Lohn) N
() N
(10-1500-jengewald-LOHN -1920.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (133) 133
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jengewald-ZAHL \(\)) N
() N
(20110117 160.00 - 10-1202 160.00 Aushilfslohn Engewald, B15) N
(20110226 160.00 - 10-1202 320.00 Aushilfslohn Engewald, B23) N
(20110331 160.00 - 10-1202 480.00 Aushilfslohn Engewald, B33) N
(20110428 160.00 - 10-1202 640.00 Aushilfslohn Engewald, B44) N
(20110607 160.00 - 10-1202 800.00 Aushilfslohn Engewald, B93) N
(20110630 160.00 - 10-1202 960.00 Aushilfslohn Engewald, B93) N
(20110722 160.00 - 10-1202 1120.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK) N
(20110822 160.00 - 10-1202 1280.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20110922 160.00 - 10-1202 1440.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111024 160.00 - 10-1202 1600.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111122 160.00 - 10-1202 1760.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111222 160.00 - 10-1202 1920.00 DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
() N
(10-1500-jengewald-ZAHL 1920.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (134) 134
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jfriedrichs \(\)) N
() N
(20111115 -300.00 -LOHN 13-6030-jfriedrichs -300.00 Brutto-Lohn) N
(20111125 300.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.53 UHR 1.TAN 730884 JUT) N
(TA FRIEDRICHS 55661859 76010085) N
(20111215 -300.00 -LOHN 13-6030-jfriedrichs -300.00 Brutto-Lohn) N
(20111221 300.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN 447360 JUT) N
(TA FRIEDRICHS 55661859 76010085) N
() N
(10-1500-jfriedrichs 0.00) N
(10-1500-jfriedrichs-LOHN -600.00) N
(10-1500-jfriedrichs-ZAHL 600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (135) 135
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jfriedrichs-LOHN \(\)) N
() N
(20111115 -300.00 - 13-6030-jfriedrichs -300.00 Brutto-Lohn) N
(20111215 -300.00 - 13-6030-jfriedrichs -600.00 Brutto-Lohn) N
() N
(10-1500-jfriedrichs-LOHN -600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (136) 136
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jfriedrichs-ZAHL \(\)) N
() N
(20111125 300.00 - 10-1202 300.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.53 UHR 1.TAN 730884 JUTTA FRIEDRICHS ) N
(55661859 76010085) N
(20111221 300.00 - 10-1202 600.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN 447360 JUTTA FRIEDRICHS ) N
(55661859 76010085) N
() N
(10-1500-jfriedrichs-ZAHL 600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (137) 137
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jkaiser \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-jkaiser 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (138) 138
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jkleckow \(\)) N
() N
(20111015 -481.67 -LOHN 13-6030-jkleckow -481.67 Brutto-Lohn) N
(20111015 31.67 -RV 10-1515-jkleckow -450.00 RV-Beitrag) N
(20111104 450.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN OKT. 11 DATUM 04.11.2011, 08.15 UHR 1.TAN 567000 JANINA) N
( KLECKOW 1050681 25152375) N
(20111115 -481.67 -LOHN 13-6030-jkleckow -481.67 Brutto-Lohn) N
(20111115 31.67 -RV 10-1515-jkleckow -450.00 RV-Beitrag) N
(20111125 450.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.51 UHR 1.TAN 292910 JANINA) N
( KLECKOW 1050681 25152375) N
(20111215 -481.67 -LOHN 13-6030-jkleckow -481.67 Brutto-Lohn) N
(20111215 31.67 -RV 10-1515-jkleckow -450.00 RV-Beitrag) N
(20111221 450.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN 624299 JANINA) N
( KLECKOW 1050681 25152375) N
() N
(10-1500-jkleckow 0.00) N
(10-1500-jkleckow-LOHN -1445.01) N
(10-1500-jkleckow-RV 95.01) N
(10-1500-jkleckow-ZAHL 1350.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (139) 139
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jkleckow-LOHN \(\)) N
() N
(20111015 -481.67 - 13-6030-jkleckow -481.67 Brutto-Lohn) N
(20111115 -481.67 - 13-6030-jkleckow -963.34 Brutto-Lohn) N
(20111215 -481.67 - 13-6030-jkleckow -1445.01 Brutto-Lohn) N
() N
(10-1500-jkleckow-LOHN -1445.01) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (140) 140
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jkleckow-RV \(\)) N
() N
(20111015 31.67 - 10-1515-jkleckow 31.67 RV-Beitrag) N
(20111115 31.67 - 10-1515-jkleckow 63.34 RV-Beitrag) N
(20111215 31.67 - 10-1515-jkleckow 95.01 RV-Beitrag) N
() N
(10-1500-jkleckow-RV 95.01) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (141) 141
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jkleckow-ZAHL \(\)) N
() N
(20111104 450.00 - 10-1202 450.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN OKT. 11 DATUM 04.11.2011, 08.15 UHR 1.TAN 567000 JANINA KLECKOW 10) N
(50681 25152375) N
(20111125 450.00 - 10-1202 900.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.51 UHR 1.TAN 292910 JANINA KLECKOW 10) N
(50681 25152375) N
(20111221 450.00 - 10-1202 1350.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN 624299 JANINA KLECKOW 10) N
(50681 25152375) N
() N
(10-1500-jkleckow-ZAHL 1350.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (142) 142
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jkoch \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-jkoch 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (143) 143
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-jschuladen \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-jschuladen 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (144) 144
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-klaewer \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-klaewer 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (145) 145
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-klangschwager \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-klangschwager 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (146) 146
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-mherrschel \(\)) N
() N
(20110915 -400.00 -LOHN 13-6030-mherrschel -400.00 Brutto-Lohn) N
(20110926 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.38 UHR 1.TAN 779919 MICHAE) N
(L HERRSCHEL 368237 76060618) N
(20111015 -400.00 -LOHN 13-6030-mherrschel -400.00 Brutto-Lohn) N
(20111025 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG VERGUETUNG IFT OKT DATUM 25.10.2011, 13.30 UHR 1.TAN 010970 MICHAE) N
(L HERRSCHEL 368237 76060618) N
(20111115 -400.00 -LOHN 13-6030-mherrschel -400.00 Brutto-Lohn) N
(20111125 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.52 UHR 1.TAN 578686 MICH) N
(AEL HERRSCHEL 368237 76060618) N
(20111215 -400.00 -LOHN 13-6030-mherrschel -400.00 Brutto-Lohn) N
(20111221 400.00 -ZAHL 10-1202 0.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN 688359 MICH) N
(AEL HERRSCHEL 368237 76060618) N
() N
(10-1500-mherrschel 0.00) N
(10-1500-mherrschel-LOHN -1600.00) N
(10-1500-mherrschel-ZAHL 1600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (147) 147
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-mherrschel-LOHN \(\)) N
() N
(20110915 -400.00 - 13-6030-mherrschel -400.00 Brutto-Lohn) N
(20111015 -400.00 - 13-6030-mherrschel -800.00 Brutto-Lohn) N
(20111115 -400.00 - 13-6030-mherrschel -1200.00 Brutto-Lohn) N
(20111215 -400.00 - 13-6030-mherrschel -1600.00 Brutto-Lohn) N
() N
(10-1500-mherrschel-LOHN -1600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (148) 148
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-mherrschel-ZAHL \(\)) N
() N
(20110926 400.00 - 10-1202 400.00 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.38 UHR 1.TAN 779919 MICHAEL HERRSCHEL 3) N
(68237 76060618) N
(20111025 400.00 - 10-1202 800.00 ONLINE-UEBERWEISUNG VERGUETUNG IFT OKT DATUM 25.10.2011, 13.30 UHR 1.TAN 010970 MICHAEL HERRSCHEL 3) N
(68237 76060618) N
(20111125 400.00 - 10-1202 1200.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.52 UHR 1.TAN 578686 MICHAEL HERRSCHEL) N
( 368237 76060618) N
(20111221 400.00 - 10-1202 1600.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN 688359 MICHAEL HERRSCHEL) N
( 368237 76060618) N
() N
(10-1500-mherrschel-ZAHL 1600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (149) 149
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-mtruemper \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-mtruemper 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (150) 150
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-mweber \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-mweber 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (151) 151
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-oppenl \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-oppenl 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (152) 152
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-sgeier \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-sgeier 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (153) 153
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-srodenberg \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-srodenberg 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (154) 154
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-stockbauer \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-stockbauer 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (155) 155
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-tfelder \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-tfelder 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (156) 156
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-tjungblut \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-tjungblut 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (157) 157
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-tkinzl \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-tkinzl 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (158) 158
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-ukrohn \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-ukrohn 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (159) 159
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-wkapraun \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-wkapraun 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (160) 160
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-wsarhan \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-wsarhan 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (161) 161
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1500-xxx \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1500-xxx 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (162) 162
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501 \(Debitoren\)) N
() N
(20110101 33930.07 -cgabriel 11-1805 33930.07 Saldovortrag) N
(20110101 -1150.77 -ckettner 11-1805 32779.30 Saldovortrag) N
(20110101 -0.00 -oppenl 11-1805 32779.30 Saldovortrag) N
(20110104 -6.40 -cgabriel 13-6670 32772.90 Taxi G\303\274tersloh) N
(20110116 1200.00 -cgabriel 10-1202 33972.90 Entnahme) N
(20110120 -13.00 -cgabriel 13-6670 33959.90 Taxi N\303\274rnberg) N
(20110124 -7.00 -cgabriel 13-6670 33952.90 Taxi G\303\274tersloh) N
(20110131 2100.00 -cgabriel 10-1202 36052.90 Entnahme, f. Dani) N
(20110203 -18.00 -cgabriel 13-6670 36034.90 Taxi N\303\274rnberg) N
(20110203 -17.00 -cgabriel 13-6670 36017.90 Taxi N\303\274rnberg) N
(20110203 -14.00 -cgabriel 13-6670 36003.90 Taxi N\303\274rnberg) N
(20110216 2983.00 -cgabriel 10-1202 38986.90 Entnahme) N
(20110223 -7.00 -cgabriel 13-6670 38979.90 Fahrpreisnacherhebung) N
(20110223 -10.00 -cgabriel 13-6670 38969.90 Taxi N\303\274rnberg) N
(20110314 -13.50 -cgabriel 13-6670 38956.40 Sprinter-Aufpreis) N
(20110317 -13.00 -cgabriel 13-6670 38943.40 Taxi N\303\274rnberg) N
(20110318 2983.00 -cgabriel 10-1202 41926.40 Entnahme) N
(20110327 -13.00 -cgabriel 13-6670 41913.40 Taxi N\303\274rnberg) N
(20110330 4992.00 -cgabriel 10-1202 46905.40 Entnahme) N
(20110331 -13.00 -cgabriel 13-6670 46892.40 Taxi N\303\274rnberg) N
(20110407 -7.00 -cgabriel 13-6670 46885.40 Taxi G\303\274tersloh) N
(20110415 1998.00 -cgabriel 10-1202 48883.40 Entnahme) N
(20110418 2983.00 -cgabriel 10-1202 51866.40 Entnahme) N
(20110429 4992.00 -cgabriel 10-1202 56858.40 Entnahme) N
(20110429 -9.00 -cgabriel 13-6670 56849.40 Taxi M\303\274nster) N
(20110503 4985.00 -cgabriel 10-1202 61834.40 Entnahme) N
(20110506 -12.00 -cgabriel 13-6670 61822.40 Taxi M\303\274nster) N
(20110507 -14.00 -cgabriel 13-6670 61808.40 Taxi N\303\274rnberg) N
(20110516 2983.00 -cgabriel 10-1202 64791.40 Entnahme) N
(20110523 -11.50 -cgabriel 13-6670 64779.90 Taxi N\303\274rnberg) N
(20110616 2983.00 -cgabriel 10-1202 67762.90 Entnahme) N
(20110718 2983.00 -cgabriel 10-1202 70745.90 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER) N
(20110720 -10.00 -cgabriel 13-6670 70735.90 Taxi Karlsruhe) N
(20110725 4000.00 -cgabriel 10-1202 74735.90 ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 25.07.2011, 10.36 UHR 1.TAN 271203) N
(20110802 3500.00 -cgabriel 10-1202 78235.90 ONLINE-UEBERWEISUNG ENTNAHME DATUM 02.08.2011, 11.07 UHR 1.TAN 482384) N
(20110818 2983.00 -cgabriel 10-1202 81218.90 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110819 320.00 -tjungblut 10-1202 81538.90 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011-AUG. DATUM 19.08.2011, 15.44 UHR 1) N
(.TAN 805438 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20110828 -428.40 -tjungblut 13-6100-tjungblut 81110.50 Rechnung) N
(20110915 4695.00 -cgabriel 10-1202 85805.50 ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 15.09.2011, 10.03 UHR 1.TAN 489446 CHRIS) N
(TIAN GABRIEL 3103207 20040000) N
(20110919 2983.00 -cgabriel 10-1202 88788.50 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110926 1000.00 -cgabriel 10-1202 89788.50 ONLINE-UEBERWEISUNG PRIVATENTNAHME AUSLAGENERSATZ DATUM 24.09.2011, 19.47 UHR 1.T) N
(AN 994060 GABRIEL, DR. CHRISTIAN 200031185 76030080) N
(20110926 360.00 -tjungblut 10-1202 90148.50 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.35 UHR 1.TAN 605548 T) N
(OBIAS JUNGBLUT 1210781054 30020900) N
(20110928 -428.40 -tjungblut 13-6100-tjungblut 89720.10 Rechnung) N
(20111018 2983.00 -cgabriel 10-1202 92703.10 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111025 4990.00 -cgabriel 10-1202 97693.10 ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 25.10.2011, 13.07 UHR 1.TAN 743759 CH) N
(RISTIAN GABRIEL 3103207 20040000) N
(20111025 856.80 -tjungblut 10-1202 98549.90 ONLINE-UEBERWEISUNG RECHNUNG OKTOBER MARKETING WEBAUFTRITT DATUM 25.10.2011, 13.1) N
(1 UHR 1.TAN 828344 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111028 -856.80 -tjungblut 13-6100-tjungblut 97693.10 Rechnung) N
(20111104 273.60 -tjungblut 10-1202 97966.70 ONLINE-UEBERWEISUNG NACHZAHLUNG UST AUG. - OKT. DATUM 04.11.2011, 08.11 UHR 1.TAN) N
( 122824 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111104 250.00 -tjungblut 10-1202 98216.70 ONLINE-UEBERWEISUNG ABSCHLAG RK MUENCHEN DATUM 04.11.2011, 08.08 UHR 1.TAN 026028) N
( JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111109 -84.00 -tjungblut 13-6680 98132.70 Hotel jungblut) N
(20111109 -16.00 -tjungblut 13-6680 98116.70 Hotel jungblut) N
(20111109 -26.50 -tjungblut 13-6670 98090.20 Reisekosten tjungblut) N
(20111118 2983.00 -cgabriel 10-1202 101073.20 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111122 300.00 -arjasanow 10-1202 101373.20 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.15 UHR 1.TAN 9470) N
(91 RJASANOW, ANDREAS 105087918 50850150) N
(20111122 4985.00 -cgabriel 10-1202 106358.20 ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 22.11.2011, 09.13 UHR 1.TAN 751810 CH) N
(RISTIAN GABRIEL 3103207 20040000) N
(20111122 300.00 -mherrschel 10-1202 106658.20 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.16 UHR 1.TAN 7456) N
(60 MICHAEL HERRSCHEL 368237 76060618) N
(20111122 273.60 -tjungblut 10-1202 106931.80 ONLINE-UEBERWEISUNG UST-NACHZAHLUNG AUG SEP DATUM 22.11.2011, 09.17 UHR 1.TAN 485) N
(615 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111128 -856.80 -tjungblut 13-6100-tjungblut 106075.00 Rechnung) N
(20111219 2983.00 -cgabriel 10-1202 109058.00 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111221 720.00 -tjungblut 10-1202 109778.00 ONLINE-UEBERWEISUNG RECHNUNG 11/2011 DATUM 21.12.2011, 19.02 UHR 1.TAN 908954 TOB) N
(IAS JUNGBLUT 1210781054 30020900) N
(20111228 -856.80 -tjungblut 13-6100-tjungblut 108921.20 Rechnung) N
(20111230 993.60 -tjungblut 10-1202 109914.80 ONLINE-UEBERWEISUNG RECHNUNG 201112271003 DEZ. PLUS MWST. AUS RE 201112510 NOVEMB) N
(ER 2011 DATUM 30.12.2011, 16.04 UHR 1.TAN 258601 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111231 -105000.00 -cgabriel 13-7001 4914.80 Aussch\303\274ttung) N
() N
(10-1501 Debitoren 4914.80) N
(10-1501-arjasanow 300.00) N
(10-1501-cgabriel 4971.67) N
(10-1501-ckettner -1150.77) N
(10-1501-mherrschel 300.00) N
(10-1501-oppenl 0.00) N
(10-1501-tjungblut 493.90) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (163) 163
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501-arjasanow \(\)) N
() N
(20111122 300.00 - 10-1202 300.00 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.15 UHR 1.TAN 947091 RJASANOW, ANDRE) N
(AS 105087918 50850150) N
() N
(10-1501-arjasanow 300.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (164) 164
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501-cgabriel \(\)) N
() N
(20110101 33930.07 - 11-1805 33930.07 Saldovortrag) N
(20110104 -6.40 - 13-6670 33923.67 Taxi G\303\274tersloh) N
(20110116 1200.00 - 10-1202 35123.67 Entnahme) N
(20110120 -13.00 - 13-6670 35110.67 Taxi N\303\274rnberg) N
(20110124 -7.00 - 13-6670 35103.67 Taxi G\303\274tersloh) N
(20110131 2100.00 - 10-1202 37203.67 Entnahme, f. Dani) N
(20110203 -18.00 - 13-6670 37185.67 Taxi N\303\274rnberg) N
(20110203 -17.00 - 13-6670 37168.67 Taxi N\303\274rnberg) N
(20110203 -14.00 - 13-6670 37154.67 Taxi N\303\274rnberg) N
(20110216 2983.00 - 10-1202 40137.67 Entnahme) N
(20110223 -7.00 - 13-6670 40130.67 Fahrpreisnacherhebung) N
(20110223 -10.00 - 13-6670 40120.67 Taxi N\303\274rnberg) N
(20110314 -13.50 - 13-6670 40107.17 Sprinter-Aufpreis) N
(20110317 -13.00 - 13-6670 40094.17 Taxi N\303\274rnberg) N
(20110318 2983.00 - 10-1202 43077.17 Entnahme) N
(20110327 -13.00 - 13-6670 43064.17 Taxi N\303\274rnberg) N
(20110330 4992.00 - 10-1202 48056.17 Entnahme) N
(20110331 -13.00 - 13-6670 48043.17 Taxi N\303\274rnberg) N
(20110407 -7.00 - 13-6670 48036.17 Taxi G\303\274tersloh) N
(20110415 1998.00 - 10-1202 50034.17 Entnahme) N
(20110418 2983.00 - 10-1202 53017.17 Entnahme) N
(20110429 4992.00 - 10-1202 58009.17 Entnahme) N
(20110429 -9.00 - 13-6670 58000.17 Taxi M\303\274nster) N
(20110503 4985.00 - 10-1202 62985.17 Entnahme) N
(20110506 -12.00 - 13-6670 62973.17 Taxi M\303\274nster) N
(20110507 -14.00 - 13-6670 62959.17 Taxi N\303\274rnberg) N
(20110516 2983.00 - 10-1202 65942.17 Entnahme) N
(20110523 -11.50 - 13-6670 65930.67 Taxi N\303\274rnberg) N
(20110616 2983.00 - 10-1202 68913.67 Entnahme) N
(20110718 2983.00 - 10-1202 71896.67 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER) N
(20110720 -10.00 - 13-6670 71886.67 Taxi Karlsruhe) N
(20110725 4000.00 - 10-1202 75886.67 ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 25.07.2011, 10.36 UHR 1.TAN 271203) N
(20110802 3500.00 - 10-1202 79386.67 ONLINE-UEBERWEISUNG ENTNAHME DATUM 02.08.2011, 11.07 UHR 1.TAN 482384) N
(20110818 2983.00 - 10-1202 82369.67 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110915 4695.00 - 10-1202 87064.67 ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 15.09.2011, 10.03 UHR 1.TAN 489446 CHRISTIAN GABRIEL 31032) N
(07 20040000) N
(20110919 2983.00 - 10-1202 90047.67 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110926 1000.00 - 10-1202 91047.67 ONLINE-UEBERWEISUNG PRIVATENTNAHME AUSLAGENERSATZ DATUM 24.09.2011, 19.47 UHR 1.TAN 994060 GABRIEL,) N
( DR. CHRISTIAN 200031185 76030080) N
(20111018 2983.00 - 10-1202 94030.67 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111025 4990.00 - 10-1202 99020.67 ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 25.10.2011, 13.07 UHR 1.TAN 743759 CHRISTIAN GABRIEL 31) N
(03207 20040000) N
(20111118 2983.00 - 10-1202 102003.67 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111122 4985.00 - 10-1202 106988.67 ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 22.11.2011, 09.13 UHR 1.TAN 751810 CHRISTIAN GABRIEL 31) N
(03207 20040000) N
(20111219 2983.00 - 10-1202 109971.67 DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111231 -105000.00 - 13-7001 4971.67 Aussch\303\274ttung) N
() N
(10-1501-cgabriel 4971.67) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (165) 165
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501-ckettner \(\)) N
() N
(20110101 -1150.77 - 11-1805 -1150.77 Saldovortrag) N
() N
(10-1501-ckettner -1150.77) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (166) 166
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501-mherrschel \(\)) N
() N
(20111122 300.00 - 10-1202 300.00 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.16 UHR 1.TAN 745660 MICHAEL HERRSCH) N
(EL 368237 76060618) N
() N
(10-1501-mherrschel 300.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (167) 167
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501-oppenl \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1501-oppenl 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (168) 168
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1501-tjungblut \(\)) N
() N
(20110819 320.00 - 10-1202 320.00 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011-AUG. DATUM 19.08.2011, 15.44 UHR 1.TAN 805) N
(438 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20110828 -428.40 - 13-6100-tjungblut -108.40 Rechnung) N
(20110926 360.00 - 10-1202 251.60 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.35 UHR 1.TAN 605548 TOBIAS JU) N
(NGBLUT 1210781054 30020900) N
(20110928 -428.40 - 13-6100-tjungblut -176.80 Rechnung) N
(20111025 856.80 - 10-1202 680.00 ONLINE-UEBERWEISUNG RECHNUNG OKTOBER MARKETING WEBAUFTRITT DATUM 25.10.2011, 13.11 UHR 1.) N
(TAN 828344 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111028 -856.80 - 13-6100-tjungblut -176.80 Rechnung) N
(20111104 273.60 - 10-1202 96.80 ONLINE-UEBERWEISUNG NACHZAHLUNG UST AUG. - OKT. DATUM 04.11.2011, 08.11 UHR 1.TAN 122824 ) N
(JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111104 250.00 - 10-1202 346.80 ONLINE-UEBERWEISUNG ABSCHLAG RK MUENCHEN DATUM 04.11.2011, 08.08 UHR 1.TAN 026028 JUNGBLU) N
(T, TOBIAS 1210781054 30020900) N
(20111109 -84.00 - 13-6680 262.80 Hotel jungblut) N
(20111109 -16.00 - 13-6680 246.80 Hotel jungblut) N
(20111109 -26.50 - 13-6670 220.30 Reisekosten tjungblut) N
(20111122 273.60 - 10-1202 493.90 ONLINE-UEBERWEISUNG UST-NACHZAHLUNG AUG SEP DATUM 22.11.2011, 09.17 UHR 1.TAN 485615 JUNG) N
(BLUT, TOBIAS 1210781054 30020900) N
(20111128 -856.80 - 13-6100-tjungblut -362.90 Rechnung) N
(20111221 720.00 - 10-1202 357.10 ONLINE-UEBERWEISUNG RECHNUNG 11/2011 DATUM 21.12.2011, 19.02 UHR 1.TAN 908954 TOBIAS JUNG) N
(BLUT 1210781054 30020900) N
(20111228 -856.80 - 13-6100-tjungblut -499.70 Rechnung) N
(20111230 993.60 - 10-1202 493.90 ONLINE-UEBERWEISUNG RECHNUNG 201112271003 DEZ. PLUS MWST. AUS RE 201112510 NOVEMBER 2011 ) N
(DATUM 30.12.2011, 16.04 UHR 1.TAN 258601 JUNGBLUT, TOBIAS 1210781054 30020900) N
() N
(10-1501-tjungblut 493.90) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (169) 169
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1510 \(DAK_Fuerth\)) N
() N
(20110101 -2993.47 - 11-1805 -2993.47 Saldovortrag) N
(20111114 2232.10 -zahlung 10-1202 -761.37 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH NACHZAHLUNG WG BETRIEBSPRUE FING ) N
(RV NORDBAYERN DATUM 13.11.2011, 20.48 UHR 1.TAN 771600 DAK HAMBURG 938756000 20080000) N
(20111129 22.00 -zahlung 10-1202 -739.37 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH 502492352501-410741-12000-L I FEH) N
(LBETRAG DATUM 29.11.2011, 19.40 UHR 1.TAN 584973 DAK HAMBURG 938756000 20080000) N
() N
(10-1510 DAK_Fuerth -739.37) N
(10-1510-zahlung 2254.10) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (170) 170
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1510-zahlung \(\)) N
() N
(20111114 2232.10 - 10-1202 2232.10 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH NACHZAHLUNG WG BETRIEBSPRUE FING RV NO) N
(RDBAYERN DATUM 13.11.2011, 20.48 UHR 1.TAN 771600 DAK HAMBURG 938756000 20080000) N
(20111129 22.00 - 10-1202 2254.10 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH 502492352501-410741-12000-L I FEHLBETR) N
(AG DATUM 29.11.2011, 19.40 UHR 1.TAN 584973 DAK HAMBURG 938756000 20080000) N
() N
(10-1510-zahlung 2254.10) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (171) 171
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1512 \(Minijob\)) N
() N
(20110101 1284.14 - 11-1805 1284.14 Saldovortrag) N
(20110115 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110117 49.23 -zahlung 10-1202 1284.14 Minijob/GSV, B11) N
(20110215 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110222 49.23 -zahlung 10-1202 1284.14 GSV, B20) N
(20110315 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110326 49.23 -zahlung 10-1202 1284.14 GSV, B32) N
(20110415 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110428 49.23 -zahlung 10-1202 1284.14 GSV, B46) N
(20110515 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110607 49.23 -zahlung 10-1202 1284.14 GSV/Minjob Zentrale, B94) N
(20110615 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110630 49.23 -zahlung 10-1202 1284.14 GSV/Minjob Zentrale, B94) N
(20110715 -49.23 -jengewald 13-6010-jengewald 1234.91 SV AG-Anteil) N
(20110725 49.23 -zahlung 10-1202 1284.14 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD) N
(20110815 -56.00 -ccsengery 13-6010-ccsengery 1228.14 SV AG-Anteil) N
(20110815 -49.23 -jengewald 13-6010-jengewald 1178.91 SV AG-Anteil) N
(20110823 49.23 -zahlung 10-1202 1228.14 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 18) N
(28141200 36010111) N
(20110915 165.10 -zahlung 10-1202 1393.24 ONLINE-UEBERWEISUNG 14993475 RUECKSTANDS-BETRAG 07/08 2011 DATUM 15.09.2011, 0) N
(9.36 UHR 1.TAN 544670 MINIJOB-ZENTRALE 1828141200 36010111) N
(20110915 -112.00 -ccsengery 13-6010-ccsengery 1281.24 SV AG-Anteil) N
(20110915 -49.23 -jengewald 13-6010-jengewald 1232.01 SV AG-Anteil) N
(20110915 -112.00 -mherrschel 13-6010-mherrschel 1120.01 SV AG-Anteil) N
(20110923 49.23 -zahlung 10-1202 1169.24 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 18) N
(28141200 36010111) N
(20111015 -112.00 -ccsengery 13-6010-ccsengery 1057.24 SV AG-Anteil) N
(20111015 -49.23 -jengewald 13-6010-jengewald 1008.01 SV AG-Anteil) N
(20111015 -112.00 -mherrschel 13-6010-mherrschel 896.01 SV AG-Anteil) N
(20111024 49.23 -zahlung 10-1202 945.24 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 18) N
(28141200 36010111) N
(20111115 -112.00 -ccsengery 13-6010-ccsengery 833.24 SV AG-Anteil) N
(20111115 -49.23 -jengewald 13-6010-jengewald 784.01 SV AG-Anteil) N
(20111115 -84.00 -jfriedrichs 13-6010-jfriedrichs 700.01 SV AG-Anteil) N
(20111115 -112.00 -mherrschel 13-6010-mherrschel 588.01 SV AG-Anteil) N
(20111123 49.23 -zahlung 10-1202 637.24 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 18) N
(28141200 36010111) N
(20111128 1078.19 -zahlung 10-1202 1715.43 LASTSCHRIFT Z4834432851 OB-14993475 EINZUG BEITRAG KNAPPSCHAFT-BAHN-SEE 1050) N
(541 44050000) N
(20111215 -112.00 -ccsengery 13-6010-ccsengery 1603.43 SV AG-Anteil) N
(20111215 -49.23 -jengewald 13-6010-jengewald 1554.20 SV AG-Anteil) N
(20111215 -84.00 -jfriedrichs 13-6010-jfriedrichs 1470.20 SV AG-Anteil) N
(20111215 -112.00 -mherrschel 13-6010-mherrschel 1358.20 SV AG-Anteil) N
(20111223 49.23 -zahlung 10-1202 1407.43 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 18) N
(28141200 36010111) N
(20111228 338.14 -zahlung 10-1202 1745.57 LASTSCHRIFT Z6336135299 OB-14993475 338,14. BEITRAG 1211 - 1211 KNAPPSCHAFT-) N
(BAHN-SEE 1050541 44050000) N
() N
(10-1512 Minijob 1745.57) N
(10-1512-ccsengery -504.00) N
(10-1512-jengewald -590.76) N
(10-1512-jfriedrichs -168.00) N
(10-1512-mherrschel -448.00) N
(10-1512-zahlung 2172.19) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (172) 172
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1512-ccsengery \(\)) N
() N
(20110815 -56.00 - 13-6010-ccsengery -56.00 SV AG-Anteil) N
(20110915 -112.00 - 13-6010-ccsengery -168.00 SV AG-Anteil) N
(20111015 -112.00 - 13-6010-ccsengery -280.00 SV AG-Anteil) N
(20111115 -112.00 - 13-6010-ccsengery -392.00 SV AG-Anteil) N
(20111215 -112.00 - 13-6010-ccsengery -504.00 SV AG-Anteil) N
() N
(10-1512-ccsengery -504.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (173) 173
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1512-jengewald \(\)) N
() N
(20110115 -49.23 - 13-6010-jengewald -49.23 SV AG-Anteil) N
(20110215 -49.23 - 13-6010-jengewald -98.46 SV AG-Anteil) N
(20110315 -49.23 - 13-6010-jengewald -147.69 SV AG-Anteil) N
(20110415 -49.23 - 13-6010-jengewald -196.92 SV AG-Anteil) N
(20110515 -49.23 - 13-6010-jengewald -246.15 SV AG-Anteil) N
(20110615 -49.23 - 13-6010-jengewald -295.38 SV AG-Anteil) N
(20110715 -49.23 - 13-6010-jengewald -344.61 SV AG-Anteil) N
(20110815 -49.23 - 13-6010-jengewald -393.84 SV AG-Anteil) N
(20110915 -49.23 - 13-6010-jengewald -443.07 SV AG-Anteil) N
(20111015 -49.23 - 13-6010-jengewald -492.30 SV AG-Anteil) N
(20111115 -49.23 - 13-6010-jengewald -541.53 SV AG-Anteil) N
(20111215 -49.23 - 13-6010-jengewald -590.76 SV AG-Anteil) N
() N
(10-1512-jengewald -590.76) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (174) 174
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1512-jfriedrichs \(\)) N
() N
(20111115 -84.00 - 13-6010-jfriedrichs -84.00 SV AG-Anteil) N
(20111215 -84.00 - 13-6010-jfriedrichs -168.00 SV AG-Anteil) N
() N
(10-1512-jfriedrichs -168.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (175) 175
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1512-mherrschel \(\)) N
() N
(20110915 -112.00 - 13-6010-mherrschel -112.00 SV AG-Anteil) N
(20111015 -112.00 - 13-6010-mherrschel -224.00 SV AG-Anteil) N
(20111115 -112.00 - 13-6010-mherrschel -336.00 SV AG-Anteil) N
(20111215 -112.00 - 13-6010-mherrschel -448.00 SV AG-Anteil) N
() N
(10-1512-mherrschel -448.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (176) 176
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1512-zahlung \(\)) N
() N
(20110117 49.23 - 10-1202 49.23 Minijob/GSV, B11) N
(20110222 49.23 - 10-1202 98.46 GSV, B20) N
(20110326 49.23 - 10-1202 147.69 GSV, B32) N
(20110428 49.23 - 10-1202 196.92 GSV, B46) N
(20110607 49.23 - 10-1202 246.15 GSV/Minjob Zentrale, B94) N
(20110630 49.23 - 10-1202 295.38 GSV/Minjob Zentrale, B94) N
(20110725 49.23 - 10-1202 344.61 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD) N
(20110823 49.23 - 10-1202 393.84 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 1828141200 36010111) N
(20110915 165.10 - 10-1202 558.94 ONLINE-UEBERWEISUNG 14993475 RUECKSTANDS-BETRAG 07/08 2011 DATUM 15.09.2011, 09.36 UHR 1.TAN 544670) N
( MINIJOB-ZENTRALE 1828141200 36010111) N
(20110923 49.23 - 10-1202 608.17 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 1828141200 36010111) N
(20111024 49.23 - 10-1202 657.40 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 1828141200 36010111) N
(20111123 49.23 - 10-1202 706.63 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 1828141200 36010111) N
(20111128 1078.19 - 10-1202 1784.82 LASTSCHRIFT Z4834432851 OB-14993475 EINZUG BEITRAG KNAPPSCHAFT-BAHN-SEE 1050541 44050000) N
(20111223 49.23 - 10-1202 1834.05 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE 1828141200 36010111) N
(20111228 338.14 - 10-1202 2172.19 LASTSCHRIFT Z6336135299 OB-14993475 338,14. BEITRAG 1211 - 1211 KNAPPSCHAFT-BAHN-SEE 1050541 4405) N
(0000) N
() N
(10-1512-zahlung 2172.19) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (177) 177
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1513 \(BKK_futur\)) N
() N
(20110101 -419.67 - 11-1805 -419.67 Saldovortrag) N
() N
(10-1513 BKK_futur -419.67) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (178) 178
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1514 \(AOK_Bayern\)) N
() N
(20110715 -89.60 -ddienlin 13-6010-ddienlin -89.60 SV AG-Anteil) N
(20110815 -89.60 -ddienlin 13-6010-ddienlin -179.20 SV AG-Anteil) N
(20111015 -89.60 -ddienlin 13-6010-ddienlin -268.80 SV AG-Anteil) N
(20111115 -65.36 -ddienlin 10-1500-ddienlin-RV -334.16 RV-Beitrag) N
(20111115 -70.18 -ddienlin 13-6010-ddienlin -404.34 SV AG-Anteil) N
(20111215 -107.30 -ddienlin 10-1500-ddienlin-RV -511.64 RV-Beitrag) N
(20111215 -107.30 -ddienlin 13-6010-ddienlin -618.94 SV AG-Anteil) N
() N
(10-1514 AOK_Bayern -618.94) N
(10-1514-ddienlin -618.94) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (179) 179
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1514-ddienlin \(\)) N
() N
(20110715 -89.60 - 13-6010-ddienlin -89.60 SV AG-Anteil) N
(20110815 -89.60 - 13-6010-ddienlin -179.20 SV AG-Anteil) N
(20111015 -89.60 - 13-6010-ddienlin -268.80 SV AG-Anteil) N
(20111115 -65.36 - 10-1500-ddienlin-RV -334.16 RV-Beitrag) N
(20111115 -70.18 - 13-6010-ddienlin -404.34 SV AG-Anteil) N
(20111215 -107.30 - 10-1500-ddienlin-RV -511.64 RV-Beitrag) N
(20111215 -107.30 - 13-6010-ddienlin -618.94 SV AG-Anteil) N
() N
(10-1514-ddienlin -618.94) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (180) 180
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1515 \(BKK_Mobil_Oil\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
(20111015 -31.67 -jkleckow 10-1500-jkleckow-RV -31.67 RV-Beitrag) N
(20111015 -47.93 -jkleckow 13-6010-jkleckow -79.60 SV AG-Anteil) N
(20111103 95.04 -zahlung 10-1202 15.44 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111115 -31.67 -jkleckow 10-1500-jkleckow-RV -16.23 RV-Beitrag) N
(20111115 -47.93 -jkleckow 13-6010-jkleckow -64.16 SV AG-Anteil) N
(20111128 95.04 -zahlung 10-1202 30.88 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111215 -31.67 -jkleckow 10-1500-jkleckow-RV -0.79 RV-Beitrag) N
(20111215 -47.93 -jkleckow 13-6010-jkleckow -48.72 SV AG-Anteil) N
(20111228 95.04 -zahlung 10-1202 46.32 LASTSCHRIFT BEITRAG 14993475 12.11 BKK MOBIL OIL 638715300 20040000) N
() N
(10-1515 BKK_Mobil_Oil 46.32) N
(10-1515-jkleckow -238.80) N
(10-1515-zahlung 285.12) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (181) 181
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1515-jkleckow \(\)) N
() N
(20111015 -31.67 - 10-1500-jkleckow-RV -31.67 RV-Beitrag) N
(20111015 -47.93 - 13-6010-jkleckow -79.60 SV AG-Anteil) N
(20111115 -31.67 - 10-1500-jkleckow-RV -111.27 RV-Beitrag) N
(20111115 -47.93 - 13-6010-jkleckow -159.20 SV AG-Anteil) N
(20111215 -31.67 - 10-1500-jkleckow-RV -190.87 RV-Beitrag) N
(20111215 -47.93 - 13-6010-jkleckow -238.80 SV AG-Anteil) N
() N
(10-1515-jkleckow -238.80) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (182) 182
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1515-zahlung \(\)) N
() N
(20111103 95.04 - 10-1202 95.04 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111128 95.04 - 10-1202 190.08 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111228 95.04 - 10-1202 285.12 LASTSCHRIFT BEITRAG 14993475 12.11 BKK MOBIL OIL 638715300 20040000) N
() N
(10-1515-zahlung 285.12) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (183) 183
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1516 \(BKK_Siemens\)) N
() N
(20111015 -86.93 -hparfuss 10-1500-hparfuss-KV -86.93 KV-Beitrag) N
(20111015 -13.48 -hparfuss 10-1500-hparfuss-PV -100.41 PV-Beitrag) N
(20111015 -213.76 -hparfuss 13-6010-hparfuss -314.17 SV AG-Anteil) N
(20111114 331.34 -zahlung 10-1202 17.17 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111115 -86.93 -hparfuss 10-1500-hparfuss-KV -69.76 KV-Beitrag) N
(20111115 -13.48 -hparfuss 10-1500-hparfuss-PV -83.24 PV-Beitrag) N
(20111115 -213.76 -hparfuss 13-6010-hparfuss -297.00 SV AG-Anteil) N
(20111128 331.34 -zahlung 10-1202 34.34 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111215 -86.93 -hparfuss 10-1500-hparfuss-KV -52.59 KV-Beitrag) N
(20111215 -13.48 -hparfuss 10-1500-hparfuss-PV -66.07 PV-Beitrag) N
(20111215 -213.76 -hparfuss 13-6010-hparfuss -279.83 SV AG-Anteil) N
(20111228 331.34 -zahlung 10-1202 51.51 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
() N
(10-1516 BKK_Siemens 51.51) N
(10-1516-hparfuss -942.51) N
(10-1516-zahlung 994.02) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (184) 184
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1516-hparfuss \(\)) N
() N
(20111015 -86.93 - 10-1500-hparfuss-KV -86.93 KV-Beitrag) N
(20111015 -13.48 - 10-1500-hparfuss-PV -100.41 PV-Beitrag) N
(20111015 -213.76 - 13-6010-hparfuss -314.17 SV AG-Anteil) N
(20111115 -86.93 - 10-1500-hparfuss-KV -401.10 KV-Beitrag) N
(20111115 -13.48 - 10-1500-hparfuss-PV -414.58 PV-Beitrag) N
(20111115 -213.76 - 13-6010-hparfuss -628.34 SV AG-Anteil) N
(20111215 -86.93 - 10-1500-hparfuss-KV -715.27 KV-Beitrag) N
(20111215 -13.48 - 10-1500-hparfuss-PV -728.75 PV-Beitrag) N
(20111215 -213.76 - 13-6010-hparfuss -942.51 SV AG-Anteil) N
() N
(10-1516-hparfuss -942.51) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (185) 185
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1516-zahlung \(\)) N
() N
(20111114 331.34 - 10-1202 331.34 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111128 331.34 - 10-1202 662.68 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111228 331.34 - 10-1202 994.02 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
() N
(10-1516-zahlung 994.02) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (186) 186
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1517 \(TechnikerKK\)) N
() N
(20111115 -111.47 -dperic 10-1500-dperic-RV -111.47 RV-Beitrag) N
(20111115 -135.88 -dperic 13-6010-dperic -247.35 SV AG-Anteil) N
(20111202 247.35 -zahlung 10-1202 0.00 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 11/11 TK-301111,CDAE,3100872997 TECHN) N
(IKER KRANKENKASSE 1280376854 20050550) N
(20111215 -111.37 -dperic 10-1500-dperic-RV -111.37 RV-Beitrag) N
(20111215 -133.76 -dperic 13-6010-dperic -245.13 SV AG-Anteil) N
(20111228 245.13 -zahlung 10-1202 0.00 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 12/11 TK-231211,CDAE,4400960581 TECHN) N
(IKER KRANKENKASSE 1280376854 20050550) N
() N
(10-1517 TechnikerKK 0.00) N
(10-1517-dperic -492.48) N
(10-1517-zahlung 492.48) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (187) 187
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1517-dperic \(\)) N
() N
(20111115 -111.47 - 10-1500-dperic-RV -111.47 RV-Beitrag) N
(20111115 -135.88 - 13-6010-dperic -247.35 SV AG-Anteil) N
(20111215 -111.37 - 10-1500-dperic-RV -358.72 RV-Beitrag) N
(20111215 -133.76 - 13-6010-dperic -492.48 SV AG-Anteil) N
() N
(10-1517-dperic -492.48) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (188) 188
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1517-zahlung \(\)) N
() N
(20111202 247.35 - 10-1202 247.35 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 11/11 TK-301111,CDAE,3100872997 TECHNIKER KRANKENKAS) N
(SE 1280376854 20050550) N
(20111228 245.13 - 10-1202 492.48 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 12/11 TK-231211,CDAE,4400960581 TECHNIKER KRANKENKAS) N
(SE 1280376854 20050550) N
() N
(10-1517-zahlung 492.48) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (189) 189
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1518 \(Barmer_GEK\)) N
() N
(20110101 -903.97 - 11-1805 -903.97 Saldovortrag) N
(20110215 -42.67 -arjasanow 10-1500-arjasanow-RV -946.64 RV-Beitrag) N
(20110215 -55.19 -arjasanow 13-6010-arjasanow -1001.83 SV AG-Anteil) N
(20110315 -42.67 -arjasanow 10-1500-arjasanow-RV -1044.50 RV-Beitrag) N
(20110315 -55.19 -arjasanow 13-6010-arjasanow -1099.69 SV AG-Anteil) N
(20110415 -42.67 -arjasanow 10-1500-arjasanow-RV -1142.36 RV-Beitrag) N
(20110415 -55.19 -arjasanow 13-6010-arjasanow -1197.55 SV AG-Anteil) N
(20110515 -42.67 -arjasanow 10-1500-arjasanow-RV -1240.22 RV-Beitrag) N
(20110515 -55.19 -arjasanow 13-6010-arjasanow -1295.41 SV AG-Anteil) N
(20110615 -42.67 -arjasanow 10-1500-arjasanow-RV -1338.08 RV-Beitrag) N
(20110615 -55.19 -arjasanow 13-6010-arjasanow -1393.27 SV AG-Anteil) N
(20110715 -42.67 -arjasanow 10-1500-arjasanow-RV -1435.94 RV-Beitrag) N
(20110715 -55.19 -arjasanow 13-6010-arjasanow -1491.13 SV AG-Anteil) N
(20110815 -42.67 -arjasanow 10-1500-arjasanow-RV -1533.80 RV-Beitrag) N
(20110815 -55.19 -arjasanow 13-6010-arjasanow -1588.99 SV AG-Anteil) N
(20110915 -42.67 -arjasanow 10-1500-arjasanow-RV -1631.66 RV-Beitrag) N
(20110915 -55.19 -arjasanow 13-6010-arjasanow -1686.85 SV AG-Anteil) N
(20110923 754.88 -zahlung 10-1202 -931.97 LASTSCHRIFT Z3501375998 OB-14993475 BARMER GEK 4000410 30050000) N
(20110928 107.84 -zahlung 10-1202 -824.13 LASTSCHRIFT Z5450354167 OB-14993475 BETRAG EUR 107,84. BEITRAG 0911 - 0911 BA) N
(RMER GEK 4000410 30050000) N
(20111015 -42.67 -arjasanow 10-1500-arjasanow-RV -866.80 RV-Beitrag) N
(20111015 -55.19 -arjasanow 13-6010-arjasanow -921.99 SV AG-Anteil) N
(20111027 1694.41 -zahlung 10-1202 772.42 LASTSCHRIFT Z3650365622 OB-14993475 BETRAG EUR 1.586,57. BETRAG EUR 107,84. B) N
(EITRAG 1011 - 1011 BARMER GEK 4000410 30050000) N
(20111115 -86.52 -arjasanow 10-1500-arjasanow-RV 685.90 RV-Beitrag) N
(20111115 -86.52 -arjasanow 13-6010-arjasanow 599.38 SV AG-Anteil) N
(20111128 190.69 -zahlung 10-1202 790.07 LASTSCHRIFT Z0150389723 OB-14993475 BETRAG EUR 190,69. BEITRAG 1111 - 1111 BA) N
(RMER GEK 4000410 30050000) N
(20111215 -85.08 -arjasanow 10-1500-arjasanow-RV 704.99 RV-Beitrag) N
(20111215 -85.08 -arjasanow 13-6010-arjasanow 619.91 SV AG-Anteil) N
(20111228 187.52 -zahlung 10-1202 807.43 LASTSCHRIFT Z3050396613 OB-14993475 BETRAG EUR 187,52. BEITRAG 1211 - 1211 BA) N
(RMER GEK 4000410 30050000) N
() N
(10-1518 Barmer_GEK 807.43) N
(10-1518-arjasanow -1223.94) N
(10-1518-zahlung 2935.34) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (190) 190
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1518-arjasanow \(\)) N
() N
(20110215 -42.67 - 10-1500-arjasanow-RV -42.67 RV-Beitrag) N
(20110215 -55.19 - 13-6010-arjasanow -97.86 SV AG-Anteil) N
(20110315 -42.67 - 10-1500-arjasanow-RV -140.53 RV-Beitrag) N
(20110315 -55.19 - 13-6010-arjasanow -195.72 SV AG-Anteil) N
(20110415 -42.67 - 10-1500-arjasanow-RV -238.39 RV-Beitrag) N
(20110415 -55.19 - 13-6010-arjasanow -293.58 SV AG-Anteil) N
(20110515 -42.67 - 10-1500-arjasanow-RV -336.25 RV-Beitrag) N
(20110515 -55.19 - 13-6010-arjasanow -391.44 SV AG-Anteil) N
(20110615 -42.67 - 10-1500-arjasanow-RV -434.11 RV-Beitrag) N
(20110615 -55.19 - 13-6010-arjasanow -489.30 SV AG-Anteil) N
(20110715 -42.67 - 10-1500-arjasanow-RV -531.97 RV-Beitrag) N
(20110715 -55.19 - 13-6010-arjasanow -587.16 SV AG-Anteil) N
(20110815 -42.67 - 10-1500-arjasanow-RV -629.83 RV-Beitrag) N
(20110815 -55.19 - 13-6010-arjasanow -685.02 SV AG-Anteil) N
(20110915 -42.67 - 10-1500-arjasanow-RV -727.69 RV-Beitrag) N
(20110915 -55.19 - 13-6010-arjasanow -782.88 SV AG-Anteil) N
(20111015 -42.67 - 10-1500-arjasanow-RV -825.55 RV-Beitrag) N
(20111015 -55.19 - 13-6010-arjasanow -880.74 SV AG-Anteil) N
(20111115 -86.52 - 10-1500-arjasanow-RV -967.26 RV-Beitrag) N
(20111115 -86.52 - 13-6010-arjasanow -1053.78 SV AG-Anteil) N
(20111215 -85.08 - 10-1500-arjasanow-RV -1138.86 RV-Beitrag) N
(20111215 -85.08 - 13-6010-arjasanow -1223.94 SV AG-Anteil) N
() N
(10-1518-arjasanow -1223.94) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (191) 191
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1518-zahlung \(\)) N
() N
(20110923 754.88 - 10-1202 754.88 LASTSCHRIFT Z3501375998 OB-14993475 BARMER GEK 4000410 30050000) N
(20110928 107.84 - 10-1202 862.72 LASTSCHRIFT Z5450354167 OB-14993475 BETRAG EUR 107,84. BEITRAG 0911 - 0911 BARMER GEK 4000410 300) N
(50000) N
(20111027 1694.41 - 10-1202 2557.13 LASTSCHRIFT Z3650365622 OB-14993475 BETRAG EUR 1.586,57. BETRAG EUR 107,84. BEITRAG 1011 - 1011 B) N
(ARMER GEK 4000410 30050000) N
(20111128 190.69 - 10-1202 2747.82 LASTSCHRIFT Z0150389723 OB-14993475 BETRAG EUR 190,69. BEITRAG 1111 - 1111 BARMER GEK 4000410 300) N
(50000) N
(20111228 187.52 - 10-1202 2935.34 LASTSCHRIFT Z3050396613 OB-14993475 BETRAG EUR 187,52. BEITRAG 1211 - 1211 BARMER GEK 4000410 300) N
(50000) N
() N
(10-1518-zahlung 2935.34) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (192) 192
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1598 \(\)) N
() N
(20110101 -4354.12 - 11-1805 -4354.12 Saldovortrag) N
() N
(10-1598 -4354.12) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (193) 193
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-1599 \(\)) N
() N
(20110101 -0.00 - 11-1805 0.00 Saldovortrag) N
() N
(10-1599 0.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (194) 194
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-2080 \(Oelkonto\)) N
() N
(20110101 -718.00 -Oel 11-1805 -718.00 Saldovortrag) N
(20110101 550.00 -Strom 11-1805 -168.00 Saldovortrag) N
(20110104 87.00 -Strom 10-1202 -81.00 Infra, B6) N
(20110104 110.00 -Oel 10-1202 29.00 Oelvorauszahlung, B5) N
(20110201 110.00 -Oel 10-1202 139.00 Oelvorauszahlung, B16) N
(20110214 -90.46 -Strom 10-1202 48.54 R\303\274ckzahlung infra) N
(20110301 110.00 -Oel 10-1202 158.54 Oelvorauszahlung, B26) N
(20110301 76.00 -Strom 10-1202 234.54 RE Infra, B27) N
(20110331 76.00 -Strom 10-1202 310.54 RE Infra, B34) N
(20110401 110.00 -Oel 10-1202 420.54 Oelvorauszahlung, B37) N
(20110502 76.00 -Strom 10-1202 496.54 RE Infra Fuerth, B45) N
(20110503 110.00 -Oel 10-1202 606.54 Oelvorauszahlung, B49) N
(20110531 76.00 -Strom 10-1202 682.54 Infra Fuerth, B88) N
(20110601 110.00 -Oel 10-1202 792.54 Oelvorauszahlung, B91) N
(20110630 76.00 -Strom 10-1202 868.54 Infra Fuerth) N
(20110701 110.00 -Oel 10-1202 978.54 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110801 110.00 -Oel 10-1202 1088.54 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110801 76.00 -Strom 10-1202 1164.54 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 07/11) N
(20110801 111.90 -Oel 10-1202 1276.44 ONLINE-UEBERWEISUNG HEIZUNGSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.STR. DATUM 31.07.2011,) N
( 11.12 UHR 1.TAN 852844) N
(20110831 76.00 -Strom 10-1202 1352.44 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 08/11 INFRA FUERTH GMBH 67 76250000) N
(20110901 110.00 -Oel 10-1202 1462.44 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
(20110930 76.00 -Strom 10-1202 1538.44 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 09/11 INFRA FUERTH GMBH 67 76250000) N
(20111004 110.00 -Oel 10-1202 1648.44 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
(20111031 76.00 -Strom 10-1202 1724.44 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 10/11 INFRA FUERTH GMBH 67 76250000) N
(20111102 110.00 -Oel 10-1202 1834.44 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
(20111130 76.00 -Strom 10-1202 1910.44 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 11/11 INFRA FUERTH GMBH 67 76250000) N
(20111201 110.00 -Oel 10-1202 2020.44 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
() N
(10-2080 Oelkonto 2020.44) N
(10-2080-Oel 713.90) N
(10-2080-Strom 1306.54) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (195) 195
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-2080-Oel \(\)) N
() N
(20110101 -718.00 - 11-1805 -718.00 Saldovortrag) N
(20110104 110.00 - 10-1202 -608.00 Oelvorauszahlung, B5) N
(20110201 110.00 - 10-1202 -498.00 Oelvorauszahlung, B16) N
(20110301 110.00 - 10-1202 -388.00 Oelvorauszahlung, B26) N
(20110401 110.00 - 10-1202 -278.00 Oelvorauszahlung, B37) N
(20110503 110.00 - 10-1202 -168.00 Oelvorauszahlung, B49) N
(20110601 110.00 - 10-1202 -58.00 Oelvorauszahlung, B91) N
(20110701 110.00 - 10-1202 52.00 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110801 110.00 - 10-1202 162.00 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110801 111.90 - 10-1202 273.90 ONLINE-UEBERWEISUNG HEIZUNGSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.STR. DATUM 31.07.2011, 11) N
(.12 UHR 1.TAN 852844) N
(20110901 110.00 - 10-1202 383.90 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
(20111004 110.00 - 10-1202 493.90 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
(20111102 110.00 - 10-1202 603.90 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
(20111201 110.00 - 10-1202 713.90 DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 655738 76250000) N
() N
(10-2080-Oel 713.90) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (196) 196
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 10-2080-Strom \(\)) N
() N
(20110101 550.00 - 11-1805 550.00 Saldovortrag) N
(20110104 87.00 - 10-1202 637.00 Infra, B6) N
(20110214 -90.46 - 10-1202 546.54 R\303\274ckzahlung infra) N
(20110301 76.00 - 10-1202 622.54 RE Infra, B27) N
(20110331 76.00 - 10-1202 698.54 RE Infra, B34) N
(20110502 76.00 - 10-1202 774.54 RE Infra Fuerth, B45) N
(20110531 76.00 - 10-1202 850.54 Infra Fuerth, B88) N
(20110630 76.00 - 10-1202 926.54 Infra Fuerth) N
(20110801 76.00 - 10-1202 1002.54 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 07/11) N
(20110831 76.00 - 10-1202 1078.54 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 08/11 INFRA FUERTH GMBH 67 76250000) N
(20110930 76.00 - 10-1202 1154.54 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 09/11 INFRA FUERTH GMBH 67 76250000) N
(20111031 76.00 - 10-1202 1230.54 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 10/11 INFRA FUERTH GMBH 67 76250000) N
(20111130 76.00 - 10-1202 1306.54 LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 11/11 INFRA FUERTH GMBH 67 76250000) N
() N
(10-2080-Strom 1306.54) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (197) 197
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11 \(Passiva\)) N
() N
(20110101 -11815.27 -1805 10-10078-10075 -11815.27 Saldovortrag) N
(20110101 -3927.00 -1805 10-10080-10073 -15742.27 Saldovortrag) N
(20110101 -9424.80 -1805 10-10080-10074 -25167.07 Saldovortrag) N
(20110101 -226.10 -1805 10-10082-10077 -25393.17 Saldovortrag) N
(20110101 -143.82 -1805 10-1202 -25536.99 Saldovortrag) N
(20110101 1074.54 -1805 10-1231 -24462.45 Saldovortrag) N
(20110101 6183.59 -1805 10-1310-07 -18278.86 Saldovortrag) N
(20110101 -6197.06 -1805 10-1310-08 -24475.92 Saldovortrag) N
(20110101 -127.61 -1805 10-1310-09 -24603.53 Saldovortrag) N
(20110101 3088.89 -1805 10-1310-10 -21514.64 Saldovortrag) N
(20110101 -28.89 -1805 10-1330-07 -21543.53 Saldovortrag) N
(20110101 7275.32 -1805 10-1330-08 -14268.21 Saldovortrag) N
(20110101 2500.00 -1805 10-1330-09 -11768.21 Saldovortrag) N
(20110101 5800.00 -1805 10-1330-10 -5968.21 Saldovortrag) N
(20110101 -48.00 -1805 10-1331-07 -6016.21 Saldovortrag) N
(20110101 2841.00 -1805 10-1331-08 -3175.21 Saldovortrag) N
(20110101 2400.00 -1805 10-1331-09 -775.21 Saldovortrag) N
(20110101 5400.00 -1805 10-1331-10 4624.79 Saldovortrag) N
(20110101 0.00 -1805 10-1335-07 4624.79 Saldovortrag) N
(20110101 0.00 -1805 10-1335-08 4624.79 Saldovortrag) N
(20110101 0.00 -1805 10-1335-09 4624.79 Saldovortrag) N
(20110101 5275.00 -1805 10-1335-10 9899.79 Saldovortrag) N
(20110101 -2161.54 -1805 10-1380-07 7738.25 Saldovortrag) N
(20110101 -11674.64 -1805 10-1380-08 -3936.39 Saldovortrag) N
(20110101 -1349.51 -1805 10-1380-09 -5285.90 Saldovortrag) N
(20110101 0.00 -1805 10-1380-10 -5285.90 Saldovortrag) N
(20110101 -112.21 -1805 10-1381-07 -5398.11 Saldovortrag) N
(20110101 0.00 -1805 10-1381-08 -5398.11 Saldovortrag) N
(20110101 0.00 -1805 10-1381-09 -5398.11 Saldovortrag) N
(20110101 0.00 -1805 10-1381-10 -5398.11 Saldovortrag) N
(20110101 0.00 -1805 10-1385-07 -5398.11 Saldovortrag) N
(20110101 0.00 -1805 10-1385-08 -5398.11 Saldovortrag) N
(20110101 0.06 -1805 10-1385-09 -5398.05 Saldovortrag) N
(20110101 0.00 -1805 10-1385-10 -5398.05 Saldovortrag) N
(20110101 2.25 -1805 10-1500-arjasanow -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-ashawky -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-ckettner -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-cnawrot -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-dblaesche -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-dkullick -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-etoo -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-hmaamoun -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-hzaazou -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-jclaussnitzer -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-jengewald -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-jkaiser -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-jkoch -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-jschuladen -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-klaewer -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-klangschwager -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-mtruemper -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-mweber -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-oppenl -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-sgeier -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-srodenberg -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-stockbauer -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-tfelder -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-tjungblut -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-tkinzl -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-ukrohn -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-wkapraun -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-wsarhan -5395.80 Saldovortrag) N
(20110101 0.00 -1805 10-1500-xxx -5395.80 Saldovortrag) N
(20110101 -33930.07 -1805 10-1501-cgabriel -39325.87 Saldovortrag) N
(20110101 1150.77 -1805 10-1501-ckettner -38175.10 Saldovortrag) N
(20110101 0.00 -1805 10-1501-oppenl -38175.10 Saldovortrag) N
(20110101 2993.47 -1805 10-1510 -35181.63 Saldovortrag) N
(20110101 -1284.14 -1805 10-1512 -36465.77 Saldovortrag) N
(20110101 419.67 -1805 10-1513 -36046.10 Saldovortrag) N
(20110101 0.00 -1805 10-1515 -36046.10 Saldovortrag) N
(20110101 903.97 -1805 10-1518 -35142.13 Saldovortrag) N
(20110101 4354.12 -1805 10-1598 -30788.01 Saldovortrag) N
(20110101 0.00 -1805 10-1599 -30788.01 Saldovortrag) N
(20110101 718.00 -1805 10-2080-Oel -30070.01 Saldovortrag) N
(20110101 -550.00 -1805 10-2080-Strom -30620.01 Saldovortrag) N
(20110104 55.88 -1575-111 13-6670 -30564.13 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B4\)) N
(20110120 0.85 -1571-111 13-6670 -30563.28 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110124 0.46 -1571-111 13-6670 -30562.82 7 v.H. Vorst. von 7.00 \(Taxi G\303\274tersloh\)) N
(20110131 -1915.20 -1775-111 12-8401 -32478.02 19 v.H. USt. von 11995.20 \(Rechnung 1und1 Januar\)) N
(20110131 -1755.60 -1775-111 12-8401 -34233.62 19 v.H. USt. von 10995.60 \(Rechnung tes Januar\)) N
(20110201 55.88 -1575-111 13-6670 -34177.74 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B14\)) N
(20110203 1.18 -1571-111 13-6670 -34176.56 7 v.H. Vorst. von 18.00 \(Taxi N\303\274rnberg\)) N
(20110203 1.11 -1571-111 13-6670 -34175.45 7 v.H. Vorst. von 17.00 \(Taxi N\303\274rnberg\)) N
(20110203 0.92 -1571-111 13-6670 -34174.53 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110223 0.65 -1571-111 13-6670 -34173.88 7 v.H. Vorst. von 10.00 \(Taxi N\303\274rnberg\)) N
(20110228 -1824.00 -1775-111 12-8401 -35997.88 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Februar\)) N
(20110228 -1672.00 -1775-111 12-8401 -37669.88 19 v.H. USt. von 10472.00 \(Rechnung tes Februar\)) N
(20110301 55.88 -1575-111 13-6670 -37614.00 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B25\)) N
(20110317 0.85 -1571-111 13-6670 -37613.15 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110331 -2097.60 -1775-111 12-8401 -39710.75 19 v.H. USt. von 13137.60 \(Rechnung 1und1 M\303\244rz\)) N
(20110331 -1922.80 -1775-111 12-8401 -41633.55 19 v.H. USt. von 12042.80 \(Rechnung tes M\303\244rz\)) N
(20110331 0.85 -1571-111 13-6670 -41632.70 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110401 55.88 -1575-112 13-6670 -41576.82 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B36\)) N
(20110429 0.59 -1571-112 13-6670 -41576.23 7 v.H. Vorst. von 9.00 \(Taxi M\303\274nster\)) N
(20110430 -1732.80 -1775-112 12-8402 -43309.03 19 v.H. USt. von 10852.80 \(Rechnung 1und1 April\)) N
(20110430 -1588.40 -1775-112 12-8402 -44897.43 19 v.H. USt. von 9948.40 \(Rechnung tes April\)) N
(20110503 55.88 -1575-112 13-6670 -44841.55 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B48\)) N
(20110507 0.92 -1571-112 13-6670 -44840.63 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110520 9.56 -1575-112 13-9520 -44831.07 19 v.H. Vorst. von 59.88 \(Alfahosting\)) N
(20110523 0.75 -1571-112 13-6670 -44830.32 7 v.H. Vorst. von 11.50 \(Taxi N\303\274rnberg\)) N
(20110531 -2006.40 -1775-112 12-8402 -46836.72 19 v.H. USt. von 12566.40 \(Rechnung 1und1 Mai\)) N
(20110531 -1839.20 -1775-112 12-8402 -48675.92 19 v.H. USt. von 11519.20 \(Rechnung tes Mai\)) N
(20110601 55.88 -1575-112 13-6670 -48620.04 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110620 46.74 -1575-112 13-6300 -48573.30 19 v.H. Vorst. von 292.74 \(Catering 1u1\)) N
(20110620 25.27 -1575-112 13-6300 -48548.03 19 v.H. Vorst. von 158.27 \(Catering 1u1\)) N
(20110630 -1732.80 -1775-112 12-8402 -50280.83 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Juni\)) N
(20110630 -1588.40 -1775-112 12-8402 -51869.23 19 v.H. USt. von 9948.40 \(Rechnung tes Juni\)) N
(20110701 55.88 -1575-113 13-6670 -51813.35 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110720 0.65 -1571-113 13-6670 -51812.70 7 v.H. Vorst. von 10.00 \(Taxi Karlsruhe\)) N
(20110731 -1672.00 -1775-113 12-8403 -53484.70 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110731 -1672.00 -1775-113 12-8403 -55156.70 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110802 55.88 -1575-113 13-6670 -55100.82 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010810DBABO\)) N
(20110828 68.40 -1575-113 13-6100-tjungblut -55032.42 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110831 -2097.60 -1775-113 12-8403 -57130.02 19 v.H. USt. von 13137.60 \(Rechnung 1und1 August\)) N
(20110831 -534.70 -1775-113 12-8403 -57664.72 19 v.H. USt. von 3348.92 \(Rechnung lex August\)) N
(20110831 -1839.20 -1775-113 12-8403 -59503.92 19 v.H. USt. von 11519.20 \(Rechnung tes August\)) N
(20110901 55.88 -1575-113 13-6670 -59448.04 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010910DBABO\)) N
(20110928 68.40 -1575-113 13-6100-tjungblut -59379.64 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110930 -2006.40 -1775-113 12-8403 -61386.04 19 v.H. USt. von 12566.40 \(Rechnung 1und1 September\)) N
(20110930 -1672.00 -1775-113 12-8403 -63058.04 19 v.H. USt. von 10472.00 \(Rechnung tes September\)) N
(20111001 55.88 -1575-114 13-6670 -63002.16 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011010DBABO\)) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (198) 198
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20111028 136.80 -1575-114 13-6100-tjungblut -62865.36 19 v.H. Vorst. von 856.80 \(Rechnung\)) p n
(20111031 -1732.80 -1775-114 12-8403 -64598.16 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Oktober\)) N
(20111031 -1672.00 -1775-114 12-8404 -66270.16 19 v.H. USt. von 10472.00 \(Rechnung tes Oktober\)) N
(20111102 55.88 -1575-114 13-6670 -66214.28 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011110DBABO\)) N
(20111109 5.50 -1571-114 13-6680 -66208.78 7 v.H. Vorst. von 84.00 \(Hotel jungblut\)) N
(20111109 2.55 -1575-114 13-6680 -66206.23 19 v.H. Vorst. von 16.00 \(Hotel jungblut\)) N
(20111109 4.23 -1575-114 13-6670 -66202.00 19 v.H. Vorst. von 26.50 \(Reisekosten tjungblut\)) N
(20111128 136.80 -1575-114 13-6100-tjungblut -66065.20 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111130 -1824.00 -1775-114 12-8404 -67889.20 19 v.H. USt. von 11424.00 \(Rechnung 1und1 November\)) N
(20111130 -1641.60 -1775-114 12-8404 -69530.80 19 v.H. USt. von 10281.60 \(Rechnung Intel November\)) N
(20111130 -1755.60 -1775-114 12-8404 -71286.40 19 v.H. USt. von 10995.60 \(Rechnung tes November\)) N
(20111201 55.88 -1575-114 13-6670 -71230.52 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011210DBABO\)) N
(20111223 -2.55 -1775-114 12-8404 -71233.07 19 v.H. USt. von 16.00 \(UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 A) N
(BRECHNUNG VOM 16.12.2011 RESERVIX GMBH 21237906 68090000\)) N
(20111228 136.80 -1575-114 13-6100-tjungblut -71096.27 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111229 -820.53 -1779 10-1310-11 -71916.80 Umsatzsteuerumbuchung {-gmbh2011:11-1575}) N
(20111229 47657.25 -1779 10-1310-11 -24259.55 Umsatzsteuerumbuchung {-gmbh2011:11-1775}) N
(20111230 -1824.00 -1775-114 12-8404 -26083.55 19 v.H. USt. von 11424.00 \(Rechnung Intel Dezember\)) N
(20111231 -1824.00 -1775-114 12-8404 -27907.55 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Dezember\)) N
(20111231 -1421.20 -1775-114 12-8404 -29328.75 19 v.H. USt. von 8901.20 \(Rechnung tes Dezember\)) N
() N
(11 Passiva -29328.75) N
(11-1571 15.28) N
(11-1571-111 6.87) N
(11-1571-112 2.26) N
(11-1571-113 0.65) N
(11-1571-114 5.50) N
(11-1575 1306.11) N
(11-1575-111 167.64) N
(11-1575-112 249.21) N
(11-1575-113 304.44) N
(11-1575-114 584.82) N
(11-1775 -46866.85) N
(11-1775-111 -11187.20) N
(11-1775-112 -10488.00) N
(11-1775-113 -11493.90) N
(11-1775-114 -13697.75) N
(11-1779 46836.72) N
(11-1805 -30620.01) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (199) 199
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1571 \(\)) N
() N
(20110120 0.85 -111 13-6670 0.85 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110124 0.46 -111 13-6670 1.31 7 v.H. Vorst. von 7.00 \(Taxi G\303\274tersloh\)) N
(20110203 1.18 -111 13-6670 2.49 7 v.H. Vorst. von 18.00 \(Taxi N\303\274rnberg\)) N
(20110203 1.11 -111 13-6670 3.60 7 v.H. Vorst. von 17.00 \(Taxi N\303\274rnberg\)) N
(20110203 0.92 -111 13-6670 4.52 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110223 0.65 -111 13-6670 5.17 7 v.H. Vorst. von 10.00 \(Taxi N\303\274rnberg\)) N
(20110317 0.85 -111 13-6670 6.02 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110331 0.85 -111 13-6670 6.87 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110429 0.59 -112 13-6670 7.46 7 v.H. Vorst. von 9.00 \(Taxi M\303\274nster\)) N
(20110507 0.92 -112 13-6670 8.38 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110523 0.75 -112 13-6670 9.13 7 v.H. Vorst. von 11.50 \(Taxi N\303\274rnberg\)) N
(20110720 0.65 -113 13-6670 9.78 7 v.H. Vorst. von 10.00 \(Taxi Karlsruhe\)) N
(20111109 5.50 -114 13-6680 15.28 7 v.H. Vorst. von 84.00 \(Hotel jungblut\)) N
() N
(11-1571 15.28) N
(11-1571-111 6.87) N
(11-1571-112 2.26) N
(11-1571-113 0.65) N
(11-1571-114 5.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (200) 200
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1571-111 \(\)) N
() N
(20110120 0.85 - 13-6670 0.85 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110124 0.46 - 13-6670 1.31 7 v.H. Vorst. von 7.00 \(Taxi G\303\274tersloh\)) N
(20110203 1.18 - 13-6670 2.49 7 v.H. Vorst. von 18.00 \(Taxi N\303\274rnberg\)) N
(20110203 1.11 - 13-6670 3.60 7 v.H. Vorst. von 17.00 \(Taxi N\303\274rnberg\)) N
(20110203 0.92 - 13-6670 4.52 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110223 0.65 - 13-6670 5.17 7 v.H. Vorst. von 10.00 \(Taxi N\303\274rnberg\)) N
(20110317 0.85 - 13-6670 6.02 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110331 0.85 - 13-6670 6.87 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
() N
(11-1571-111 6.87) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (201) 201
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1571-112 \(\)) N
() N
(20110429 0.59 - 13-6670 0.59 7 v.H. Vorst. von 9.00 \(Taxi M\303\274nster\)) N
(20110507 0.92 - 13-6670 1.51 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110523 0.75 - 13-6670 2.26 7 v.H. Vorst. von 11.50 \(Taxi N\303\274rnberg\)) N
() N
(11-1571-112 2.26) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (202) 202
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1571-113 \(\)) N
() N
(20110720 0.65 - 13-6670 0.65 7 v.H. Vorst. von 10.00 \(Taxi Karlsruhe\)) N
() N
(11-1571-113 0.65) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (203) 203
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1571-114 \(\)) N
() N
(20111109 5.50 - 13-6680 5.50 7 v.H. Vorst. von 84.00 \(Hotel jungblut\)) N
() N
(11-1571-114 5.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (204) 204
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1575 \(\)) N
() N
(20110104 55.88 -111 13-6670 55.88 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B4\)) N
(20110201 55.88 -111 13-6670 111.76 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B14\)) N
(20110301 55.88 -111 13-6670 167.64 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B25\)) N
(20110401 55.88 -112 13-6670 223.52 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B36\)) N
(20110503 55.88 -112 13-6670 279.40 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B48\)) N
(20110520 9.56 -112 13-9520 288.96 19 v.H. Vorst. von 59.88 \(Alfahosting\)) N
(20110601 55.88 -112 13-6670 344.84 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110620 46.74 -112 13-6300 391.58 19 v.H. Vorst. von 292.74 \(Catering 1u1\)) N
(20110620 25.27 -112 13-6300 416.85 19 v.H. Vorst. von 158.27 \(Catering 1u1\)) N
(20110701 55.88 -113 13-6670 472.73 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110802 55.88 -113 13-6670 528.61 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010810DBABO\)) N
(20110828 68.40 -113 13-6100-tjungblut 597.01 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110901 55.88 -113 13-6670 652.89 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010910DBABO\)) N
(20110928 68.40 -113 13-6100-tjungblut 721.29 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20111001 55.88 -114 13-6670 777.17 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011010DBABO\)) N
(20111028 136.80 -114 13-6100-tjungblut 913.97 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111102 55.88 -114 13-6670 969.85 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011110DBABO\)) N
(20111109 2.55 -114 13-6680 972.40 19 v.H. Vorst. von 16.00 \(Hotel jungblut\)) N
(20111109 4.23 -114 13-6670 976.63 19 v.H. Vorst. von 26.50 \(Reisekosten tjungblut\)) N
(20111128 136.80 -114 13-6100-tjungblut 1113.43 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111201 55.88 -114 13-6670 1169.31 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011210DBABO\)) N
(20111228 136.80 -114 13-6100-tjungblut 1306.11 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
() N
(11-1575 1306.11) N
(11-1575-111 167.64) N
(11-1575-112 249.21) N
(11-1575-113 304.44) N
(11-1575-114 584.82) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (205) 205
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1575-111 \(\)) N
() N
(20110104 55.88 - 13-6670 55.88 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B4\)) N
(20110201 55.88 - 13-6670 111.76 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B14\)) N
(20110301 55.88 - 13-6670 167.64 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B25\)) N
() N
(11-1575-111 167.64) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (206) 206
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1575-112 \(\)) N
() N
(20110401 55.88 - 13-6670 55.88 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B36\)) N
(20110503 55.88 - 13-6670 111.76 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B48\)) N
(20110520 9.56 - 13-9520 121.32 19 v.H. Vorst. von 59.88 \(Alfahosting\)) N
(20110601 55.88 - 13-6670 177.20 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110620 46.74 - 13-6300 223.94 19 v.H. Vorst. von 292.74 \(Catering 1u1\)) N
(20110620 25.27 - 13-6300 249.21 19 v.H. Vorst. von 158.27 \(Catering 1u1\)) N
() N
(11-1575-112 249.21) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (207) 207
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1575-113 \(\)) N
() N
(20110701 55.88 - 13-6670 55.88 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110802 55.88 - 13-6670 111.76 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010810DBABO\)) N
(20110828 68.40 - 13-6100-tjungblut 180.16 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110901 55.88 - 13-6670 236.04 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010910DBABO\)) N
(20110928 68.40 - 13-6100-tjungblut 304.44 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
() N
(11-1575-113 304.44) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (208) 208
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1575-114 \(\)) N
() N
(20111001 55.88 - 13-6670 55.88 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011010DBABO\)) N
(20111028 136.80 - 13-6100-tjungblut 192.68 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111102 55.88 - 13-6670 248.56 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011110DBABO\)) N
(20111109 2.55 - 13-6680 251.11 19 v.H. Vorst. von 16.00 \(Hotel jungblut\)) N
(20111109 4.23 - 13-6670 255.34 19 v.H. Vorst. von 26.50 \(Reisekosten tjungblut\)) N
(20111128 136.80 - 13-6100-tjungblut 392.14 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111201 55.88 - 13-6670 448.02 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011210DBABO\)) N
(20111228 136.80 - 13-6100-tjungblut 584.82 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
() N
(11-1575-114 584.82) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (209) 209
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1775 \(\)) N
() N
(20110131 -1915.20 -111 12-8401 -1915.20 19 v.H. USt. von 11995.20 \(Rechnung 1und1 Januar\)) N
(20110131 -1755.60 -111 12-8401 -3670.80 19 v.H. USt. von 10995.60 \(Rechnung tes Januar\)) N
(20110228 -1824.00 -111 12-8401 -5494.80 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Februar\)) N
(20110228 -1672.00 -111 12-8401 -7166.80 19 v.H. USt. von 10472.00 \(Rechnung tes Februar\)) N
(20110331 -2097.60 -111 12-8401 -9264.40 19 v.H. USt. von 13137.60 \(Rechnung 1und1 M\303\244rz\)) N
(20110331 -1922.80 -111 12-8401 -11187.20 19 v.H. USt. von 12042.80 \(Rechnung tes M\303\244rz\)) N
(20110430 -1732.80 -112 12-8402 -12920.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 April\)) N
(20110430 -1588.40 -112 12-8402 -14508.40 19 v.H. USt. von 9948.40 \(Rechnung tes April\)) N
(20110531 -2006.40 -112 12-8402 -16514.80 19 v.H. USt. von 12566.40 \(Rechnung 1und1 Mai\)) N
(20110531 -1839.20 -112 12-8402 -18354.00 19 v.H. USt. von 11519.20 \(Rechnung tes Mai\)) N
(20110630 -1732.80 -112 12-8402 -20086.80 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Juni\)) N
(20110630 -1588.40 -112 12-8402 -21675.20 19 v.H. USt. von 9948.40 \(Rechnung tes Juni\)) N
(20110731 -1672.00 -113 12-8403 -23347.20 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110731 -1672.00 -113 12-8403 -25019.20 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110831 -2097.60 -113 12-8403 -27116.80 19 v.H. USt. von 13137.60 \(Rechnung 1und1 August\)) N
(20110831 -534.70 -113 12-8403 -27651.50 19 v.H. USt. von 3348.92 \(Rechnung lex August\)) N
(20110831 -1839.20 -113 12-8403 -29490.70 19 v.H. USt. von 11519.20 \(Rechnung tes August\)) N
(20110930 -2006.40 -113 12-8403 -31497.10 19 v.H. USt. von 12566.40 \(Rechnung 1und1 September\)) N
(20110930 -1672.00 -113 12-8403 -33169.10 19 v.H. USt. von 10472.00 \(Rechnung tes September\)) N
(20111031 -1732.80 -114 12-8403 -34901.90 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Oktober\)) N
(20111031 -1672.00 -114 12-8404 -36573.90 19 v.H. USt. von 10472.00 \(Rechnung tes Oktober\)) N
(20111130 -1824.00 -114 12-8404 -38397.90 19 v.H. USt. von 11424.00 \(Rechnung 1und1 November\)) N
(20111130 -1641.60 -114 12-8404 -40039.50 19 v.H. USt. von 10281.60 \(Rechnung Intel November\)) N
(20111130 -1755.60 -114 12-8404 -41795.10 19 v.H. USt. von 10995.60 \(Rechnung tes November\)) N
(20111223 -2.55 -114 12-8404 -41797.65 19 v.H. USt. von 16.00 \(UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16.12) N
(.2011 RESERVIX GMBH 21237906 68090000\)) N
(20111230 -1824.00 -114 12-8404 -43621.65 19 v.H. USt. von 11424.00 \(Rechnung Intel Dezember\)) N
(20111231 -1824.00 -114 12-8404 -45445.65 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Dezember\)) N
(20111231 -1421.20 -114 12-8404 -46866.85 19 v.H. USt. von 8901.20 \(Rechnung tes Dezember\)) N
() N
(11-1775 -46866.85) N
(11-1775-111 -11187.20) N
(11-1775-112 -10488.00) N
(11-1775-113 -11493.90) N
(11-1775-114 -13697.75) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (210) 210
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1775-111 \(\)) N
() N
(20110131 -1915.20 - 12-8401 -1915.20 19 v.H. USt. von 11995.20 \(Rechnung 1und1 Januar\)) N
(20110131 -1755.60 - 12-8401 -3670.80 19 v.H. USt. von 10995.60 \(Rechnung tes Januar\)) N
(20110228 -1824.00 - 12-8401 -5494.80 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Februar\)) N
(20110228 -1672.00 - 12-8401 -7166.80 19 v.H. USt. von 10472.00 \(Rechnung tes Februar\)) N
(20110331 -2097.60 - 12-8401 -9264.40 19 v.H. USt. von 13137.60 \(Rechnung 1und1 M\303\244rz\)) N
(20110331 -1922.80 - 12-8401 -11187.20 19 v.H. USt. von 12042.80 \(Rechnung tes M\303\244rz\)) N
() N
(11-1775-111 -11187.20) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (211) 211
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1775-112 \(\)) N
() N
(20110430 -1732.80 - 12-8402 -1732.80 19 v.H. USt. von 10852.80 \(Rechnung 1und1 April\)) N
(20110430 -1588.40 - 12-8402 -3321.20 19 v.H. USt. von 9948.40 \(Rechnung tes April\)) N
(20110531 -2006.40 - 12-8402 -5327.60 19 v.H. USt. von 12566.40 \(Rechnung 1und1 Mai\)) N
(20110531 -1839.20 - 12-8402 -7166.80 19 v.H. USt. von 11519.20 \(Rechnung tes Mai\)) N
(20110630 -1732.80 - 12-8402 -8899.60 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Juni\)) N
(20110630 -1588.40 - 12-8402 -10488.00 19 v.H. USt. von 9948.40 \(Rechnung tes Juni\)) N
() N
(11-1775-112 -10488.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (212) 212
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1775-113 \(\)) N
() N
(20110731 -1672.00 - 12-8403 -1672.00 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110731 -1672.00 - 12-8403 -3344.00 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110831 -2097.60 - 12-8403 -5441.60 19 v.H. USt. von 13137.60 \(Rechnung 1und1 August\)) N
(20110831 -534.70 - 12-8403 -5976.30 19 v.H. USt. von 3348.92 \(Rechnung lex August\)) N
(20110831 -1839.20 - 12-8403 -7815.50 19 v.H. USt. von 11519.20 \(Rechnung tes August\)) N
(20110930 -2006.40 - 12-8403 -9821.90 19 v.H. USt. von 12566.40 \(Rechnung 1und1 September\)) N
(20110930 -1672.00 - 12-8403 -11493.90 19 v.H. USt. von 10472.00 \(Rechnung tes September\)) N
() N
(11-1775-113 -11493.90) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (213) 213
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1775-114 \(\)) N
() N
(20111031 -1732.80 - 12-8403 -1732.80 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Oktober\)) N
(20111031 -1672.00 - 12-8404 -3404.80 19 v.H. USt. von 10472.00 \(Rechnung tes Oktober\)) N
(20111130 -1824.00 - 12-8404 -5228.80 19 v.H. USt. von 11424.00 \(Rechnung 1und1 November\)) N
(20111130 -1641.60 - 12-8404 -6870.40 19 v.H. USt. von 10281.60 \(Rechnung Intel November\)) N
(20111130 -1755.60 - 12-8404 -8626.00 19 v.H. USt. von 10995.60 \(Rechnung tes November\)) N
(20111223 -2.55 - 12-8404 -8628.55 19 v.H. USt. von 16.00 \(UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16.12.) N
(2011 RESERVIX GMBH 21237906 68090000\)) N
(20111230 -1824.00 - 12-8404 -10452.55 19 v.H. USt. von 11424.00 \(Rechnung Intel Dezember\)) N
(20111231 -1824.00 - 12-8404 -12276.55 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Dezember\)) N
(20111231 -1421.20 - 12-8404 -13697.75 19 v.H. USt. von 8901.20 \(Rechnung tes Dezember\)) N
() N
(11-1775-114 -13697.75) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (214) 214
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1779 \(\)) N
() N
(20111229 -820.53 - 10-1310-11 -820.53 Umsatzsteuerumbuchung {-gmbh2011:11-1575}) N
(20111229 47657.25 - 10-1310-11 46836.72 Umsatzsteuerumbuchung {-gmbh2011:11-1775}) N
() N
(11-1779 46836.72) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (215) 215
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 11-1805 \(\)) N
() N
(20110101 -11815.27 - 10-10078-10075 -11815.27 Saldovortrag) N
(20110101 -3927.00 - 10-10080-10073 -15742.27 Saldovortrag) N
(20110101 -9424.80 - 10-10080-10074 -25167.07 Saldovortrag) N
(20110101 -226.10 - 10-10082-10077 -25393.17 Saldovortrag) N
(20110101 -143.82 - 10-1202 -25536.99 Saldovortrag) N
(20110101 1074.54 - 10-1231 -24462.45 Saldovortrag) N
(20110101 6183.59 - 10-1310-07 -18278.86 Saldovortrag) N
(20110101 -6197.06 - 10-1310-08 -24475.92 Saldovortrag) N
(20110101 -127.61 - 10-1310-09 -24603.53 Saldovortrag) N
(20110101 3088.89 - 10-1310-10 -21514.64 Saldovortrag) N
(20110101 -28.89 - 10-1330-07 -21543.53 Saldovortrag) N
(20110101 7275.32 - 10-1330-08 -14268.21 Saldovortrag) N
(20110101 2500.00 - 10-1330-09 -11768.21 Saldovortrag) N
(20110101 5800.00 - 10-1330-10 -5968.21 Saldovortrag) N
(20110101 -48.00 - 10-1331-07 -6016.21 Saldovortrag) N
(20110101 2841.00 - 10-1331-08 -3175.21 Saldovortrag) N
(20110101 2400.00 - 10-1331-09 -775.21 Saldovortrag) N
(20110101 5400.00 - 10-1331-10 4624.79 Saldovortrag) N
(20110101 0.00 - 10-1335-07 4624.79 Saldovortrag) N
(20110101 0.00 - 10-1335-08 4624.79 Saldovortrag) N
(20110101 0.00 - 10-1335-09 4624.79 Saldovortrag) N
(20110101 5275.00 - 10-1335-10 9899.79 Saldovortrag) N
(20110101 -2161.54 - 10-1380-07 7738.25 Saldovortrag) N
(20110101 -11674.64 - 10-1380-08 -3936.39 Saldovortrag) N
(20110101 -1349.51 - 10-1380-09 -5285.90 Saldovortrag) N
(20110101 0.00 - 10-1380-10 -5285.90 Saldovortrag) N
(20110101 -112.21 - 10-1381-07 -5398.11 Saldovortrag) N
(20110101 0.00 - 10-1381-08 -5398.11 Saldovortrag) N
(20110101 0.00 - 10-1381-09 -5398.11 Saldovortrag) N
(20110101 0.00 - 10-1381-10 -5398.11 Saldovortrag) N
(20110101 0.00 - 10-1385-07 -5398.11 Saldovortrag) N
(20110101 0.00 - 10-1385-08 -5398.11 Saldovortrag) N
(20110101 0.06 - 10-1385-09 -5398.05 Saldovortrag) N
(20110101 0.00 - 10-1385-10 -5398.05 Saldovortrag) N
(20110101 2.25 - 10-1500-arjasanow -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-ashawky -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-ckettner -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-cnawrot -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-dblaesche -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-dkullick -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-etoo -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-hmaamoun -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-hzaazou -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-jclaussnitzer -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-jengewald -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-jkaiser -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-jkoch -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-jschuladen -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-klaewer -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-klangschwager -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-mtruemper -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-mweber -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-oppenl -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-sgeier -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-srodenberg -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-stockbauer -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-tfelder -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-tjungblut -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-tkinzl -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-ukrohn -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-wkapraun -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-wsarhan -5395.80 Saldovortrag) N
(20110101 0.00 - 10-1500-xxx -5395.80 Saldovortrag) N
(20110101 -33930.07 - 10-1501-cgabriel -39325.87 Saldovortrag) N
(20110101 1150.77 - 10-1501-ckettner -38175.10 Saldovortrag) N
(20110101 0.00 - 10-1501-oppenl -38175.10 Saldovortrag) N
(20110101 2993.47 - 10-1510 -35181.63 Saldovortrag) N
(20110101 -1284.14 - 10-1512 -36465.77 Saldovortrag) N
(20110101 419.67 - 10-1513 -36046.10 Saldovortrag) N
(20110101 0.00 - 10-1515 -36046.10 Saldovortrag) N
(20110101 903.97 - 10-1518 -35142.13 Saldovortrag) N
(20110101 4354.12 - 10-1598 -30788.01 Saldovortrag) N
(20110101 0.00 - 10-1599 -30788.01 Saldovortrag) N
(20110101 718.00 - 10-2080-Oel -30070.01 Saldovortrag) N
(20110101 -550.00 - 10-2080-Strom -30620.01 Saldovortrag) N
() N
(11-1805 -30620.01) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (216) 216
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 12 \(Ertrag\)) N
() N
(20110131 -11995.20 -8401 10-10078-11013 -11995.20 Rechnung 1und1 Januar) N
(20110131 1915.20 -8401 11-1775-111 -10080.00 19 v.H. USt. von 11995.20 \(Rechnung 1und1 Januar\)) N
(20110131 -10995.60 -8401 10-10080-11014 -21075.60 Rechnung tes Januar) N
(20110131 1755.60 -8401 11-1775-111 -19320.00 19 v.H. USt. von 10995.60 \(Rechnung tes Januar\)) N
(20110228 -11424.00 -8401 10-10078-11017 -30744.00 Rechnung 1und1 Februar) N
(20110228 1824.00 -8401 11-1775-111 -28920.00 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Februar\)) N
(20110228 -10472.00 -8401 10-10080-11016 -39392.00 Rechnung tes Februar) N
(20110228 1672.00 -8401 11-1775-111 -37720.00 19 v.H. USt. von 10472.00 \(Rechnung tes Februar\)) N
(20110331 -13137.60 -8401 10-10078-11018 -50857.60 Rechnung 1und1 M\303\244rz) N
(20110331 2097.60 -8401 11-1775-111 -48760.00 19 v.H. USt. von 13137.60 \(Rechnung 1und1 M\303\244rz\)) N
(20110331 -12042.80 -8401 10-10080-11017 -60802.80 Rechnung tes M\303\244rz) N
(20110331 1922.80 -8401 11-1775-111 -58880.00 19 v.H. USt. von 12042.80 \(Rechnung tes M\303\244rz\)) N
(20110430 -10852.80 -8402 10-10078-11020 -69732.80 Rechnung 1und1 April) N
(20110430 1732.80 -8402 11-1775-112 -68000.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 April\)) N
(20110430 -9948.40 -8402 10-10080-11021 -77948.40 Rechnung tes April) N
(20110430 1588.40 -8402 11-1775-112 -76360.00 19 v.H. USt. von 9948.40 \(Rechnung tes April\)) N
(20110531 -12566.40 -8402 10-10078-11033 -88926.40 Rechnung 1und1 Mai) N
(20110531 2006.40 -8402 11-1775-112 -86920.00 19 v.H. USt. von 12566.40 \(Rechnung 1und1 Mai\)) N
(20110531 -11519.20 -8402 10-10080-11028 -98439.20 Rechnung tes Mai) N
(20110531 1839.20 -8402 11-1775-112 -96600.00 19 v.H. USt. von 11519.20 \(Rechnung tes Mai\)) N
(20110630 -10852.80 -8402 10-10078-11043 -107452.80 Rechnung 1und1 Juni) N
(20110630 1732.80 -8402 11-1775-112 -105720.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Juni\)) N
(20110630 -9948.40 -8402 10-10080-11044 -115668.40 Rechnung tes Juni) N
(20110630 1588.40 -8402 11-1775-112 -114080.00 19 v.H. USt. von 9948.40 \(Rechnung tes Juni\)) N
(20110731 -11995.20 -8403 10-10078-11047 -126075.20 Rechnung 1und1 Juli) N
(20110731 -10472.00 -8403 10-10080-11048 -136547.20 Rechnung tes Juli) N
(20110731 1672.00 -8403 11-1775-113 -134875.20 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110731 1672.00 -8403 11-1775-113 -133203.20 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110831 -13137.60 -8403 10-10078-11051 -146340.80 Rechnung 1und1 August) N
(20110831 2097.60 -8403 11-1775-113 -144243.20 19 v.H. USt. von 13137.60 \(Rechnung 1und1 August\)) N
(20110831 -3867.50 -8403 10-10084-11054 -148110.70 Rechnung lex August) N
(20110831 534.70 -8403 11-1775-113 -147576.00 19 v.H. USt. von 3348.92 \(Rechnung lex August\)) N
(20110831 -11519.20 -8403 10-10080-11053 -159095.20 Rechnung tes August) N
(20110831 1839.20 -8403 11-1775-113 -157256.00 19 v.H. USt. von 11519.20 \(Rechnung tes August\)) N
(20110930 -12566.40 -8403 10-10078-11059 -169822.40 Rechnung 1und1 September) N
(20110930 2006.40 -8403 11-1775-113 -167816.00 19 v.H. USt. von 12566.40 \(Rechnung 1und1 September\)) N
(20110930 -10472.00 -8403 10-10080-11063 -178288.00 Rechnung tes September) N
(20110930 1672.00 -8403 11-1775-113 -176616.00 19 v.H. USt. von 10472.00 \(Rechnung tes September\)) N
(20111031 -10852.80 -8403 10-10078-11068 -187468.80 Rechnung 1und1 Oktober) N
(20111031 1732.80 -8403 11-1775-114 -185736.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Oktober\)) N
(20111031 -10472.00 -8404 10-10080-11069 -196208.00 Rechnung tes Oktober) N
(20111031 1672.00 -8404 11-1775-114 -194536.00 19 v.H. USt. von 10472.00 \(Rechnung tes Oktober\)) N
(20111130 -11424.00 -8404 10-10078-11076 -205960.00 Rechnung 1und1 November) N
(20111130 1824.00 -8404 11-1775-114 -204136.00 19 v.H. USt. von 11424.00 \(Rechnung 1und1 November\)) N
(20111130 -10281.60 -8404 10-10078-11079 -214417.60 Rechnung Intel November) N
(20111130 1641.60 -8404 11-1775-114 -212776.00 19 v.H. USt. von 10281.60 \(Rechnung Intel November\)) N
(20111130 -10995.60 -8404 10-10080-11075 -223771.60 Rechnung tes November) N
(20111130 1755.60 -8404 11-1775-114 -222016.00 19 v.H. USt. von 10995.60 \(Rechnung tes November\)) N
(20111223 -16.00 -8404 10-1202 -222032.00 UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16.12.2011 RESERVIX GMBH) N
( 21237906 68090000) N
(20111223 2.55 -8404 11-1775-114 -222029.45 19 v.H. USt. von 16.00 \(UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG V) N
(OM 16.12.2011 RESERVIX GMBH 21237906 68090000\)) N
(20111230 -11424.00 -8404 10-10078-11079 -233453.45 Rechnung Intel Dezember) N
(20111230 1824.00 -8404 11-1775-114 -231629.45 19 v.H. USt. von 11424.00 \(Rechnung Intel Dezember\)) N
(20111231 -11424.00 -8404 10-10078-11085 -243053.45 Rechnung 1und1 Dezember) N
(20111231 1824.00 -8404 11-1775-114 -241229.45 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Dezember\)) N
(20111231 -8901.20 -8404 10-10080-11084 -250130.65 Rechnung tes Dezember) N
(20111231 1421.20 -8404 11-1775-114 -248709.45 19 v.H. USt. von 8901.20 \(Rechnung tes Dezember\)) N
() N
(12 Ertrag -248709.45) N
(12-8401 -58880.00) N
(12-8402 -55200.00) N
(12-8403 -71656.00) N
(12-8404 -62973.45) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (217) 217
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 12-8401 \(\)) N
() N
(20110131 -11995.20 - 10-10078-11013 -11995.20 Rechnung 1und1 Januar) N
(20110131 1915.20 - 11-1775-111 -10080.00 19 v.H. USt. von 11995.20 \(Rechnung 1und1 Januar\)) N
(20110131 -10995.60 - 10-10080-11014 -21075.60 Rechnung tes Januar) N
(20110131 1755.60 - 11-1775-111 -19320.00 19 v.H. USt. von 10995.60 \(Rechnung tes Januar\)) N
(20110228 -11424.00 - 10-10078-11017 -30744.00 Rechnung 1und1 Februar) N
(20110228 1824.00 - 11-1775-111 -28920.00 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Februar\)) N
(20110228 -10472.00 - 10-10080-11016 -39392.00 Rechnung tes Februar) N
(20110228 1672.00 - 11-1775-111 -37720.00 19 v.H. USt. von 10472.00 \(Rechnung tes Februar\)) N
(20110331 -13137.60 - 10-10078-11018 -50857.60 Rechnung 1und1 M\303\244rz) N
(20110331 2097.60 - 11-1775-111 -48760.00 19 v.H. USt. von 13137.60 \(Rechnung 1und1 M\303\244rz\)) N
(20110331 -12042.80 - 10-10080-11017 -60802.80 Rechnung tes M\303\244rz) N
(20110331 1922.80 - 11-1775-111 -58880.00 19 v.H. USt. von 12042.80 \(Rechnung tes M\303\244rz\)) N
() N
(12-8401 -58880.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (218) 218
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 12-8402 \(\)) N
() N
(20110430 -10852.80 - 10-10078-11020 -10852.80 Rechnung 1und1 April) N
(20110430 1732.80 - 11-1775-112 -9120.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 April\)) N
(20110430 -9948.40 - 10-10080-11021 -19068.40 Rechnung tes April) N
(20110430 1588.40 - 11-1775-112 -17480.00 19 v.H. USt. von 9948.40 \(Rechnung tes April\)) N
(20110531 -12566.40 - 10-10078-11033 -30046.40 Rechnung 1und1 Mai) N
(20110531 2006.40 - 11-1775-112 -28040.00 19 v.H. USt. von 12566.40 \(Rechnung 1und1 Mai\)) N
(20110531 -11519.20 - 10-10080-11028 -39559.20 Rechnung tes Mai) N
(20110531 1839.20 - 11-1775-112 -37720.00 19 v.H. USt. von 11519.20 \(Rechnung tes Mai\)) N
(20110630 -10852.80 - 10-10078-11043 -48572.80 Rechnung 1und1 Juni) N
(20110630 1732.80 - 11-1775-112 -46840.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Juni\)) N
(20110630 -9948.40 - 10-10080-11044 -56788.40 Rechnung tes Juni) N
(20110630 1588.40 - 11-1775-112 -55200.00 19 v.H. USt. von 9948.40 \(Rechnung tes Juni\)) N
() N
(12-8402 -55200.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (219) 219
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 12-8403 \(\)) N
() N
(20110731 -11995.20 - 10-10078-11047 -11995.20 Rechnung 1und1 Juli) N
(20110731 -10472.00 - 10-10080-11048 -22467.20 Rechnung tes Juli) N
(20110731 1672.00 - 11-1775-113 -20795.20 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110731 1672.00 - 11-1775-113 -19123.20 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110831 -13137.60 - 10-10078-11051 -32260.80 Rechnung 1und1 August) N
(20110831 2097.60 - 11-1775-113 -30163.20 19 v.H. USt. von 13137.60 \(Rechnung 1und1 August\)) N
(20110831 -3867.50 - 10-10084-11054 -34030.70 Rechnung lex August) N
(20110831 534.70 - 11-1775-113 -33496.00 19 v.H. USt. von 3348.92 \(Rechnung lex August\)) N
(20110831 -11519.20 - 10-10080-11053 -45015.20 Rechnung tes August) N
(20110831 1839.20 - 11-1775-113 -43176.00 19 v.H. USt. von 11519.20 \(Rechnung tes August\)) N
(20110930 -12566.40 - 10-10078-11059 -55742.40 Rechnung 1und1 September) N
(20110930 2006.40 - 11-1775-113 -53736.00 19 v.H. USt. von 12566.40 \(Rechnung 1und1 September\)) N
(20110930 -10472.00 - 10-10080-11063 -64208.00 Rechnung tes September) N
(20110930 1672.00 - 11-1775-113 -62536.00 19 v.H. USt. von 10472.00 \(Rechnung tes September\)) N
(20111031 -10852.80 - 10-10078-11068 -73388.80 Rechnung 1und1 Oktober) N
(20111031 1732.80 - 11-1775-114 -71656.00 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Oktober\)) N
() N
(12-8403 -71656.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (220) 220
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 12-8404 \(\)) N
() N
(20111031 -10472.00 - 10-10080-11069 -10472.00 Rechnung tes Oktober) N
(20111031 1672.00 - 11-1775-114 -8800.00 19 v.H. USt. von 10472.00 \(Rechnung tes Oktober\)) N
(20111130 -11424.00 - 10-10078-11076 -20224.00 Rechnung 1und1 November) N
(20111130 1824.00 - 11-1775-114 -18400.00 19 v.H. USt. von 11424.00 \(Rechnung 1und1 November\)) N
(20111130 -10281.60 - 10-10078-11079 -28681.60 Rechnung Intel November) N
(20111130 1641.60 - 11-1775-114 -27040.00 19 v.H. USt. von 10281.60 \(Rechnung Intel November\)) N
(20111130 -10995.60 - 10-10080-11075 -38035.60 Rechnung tes November) N
(20111130 1755.60 - 11-1775-114 -36280.00 19 v.H. USt. von 10995.60 \(Rechnung tes November\)) N
(20111223 -16.00 - 10-1202 -36296.00 UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16.12.2011 RESERVIX GMBH 2) N
(1237906 68090000) N
(20111223 2.55 - 11-1775-114 -36293.45 19 v.H. USt. von 16.00 \(UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM) N
( 16.12.2011 RESERVIX GMBH 21237906 68090000\)) N
(20111230 -11424.00 - 10-10078-11079 -47717.45 Rechnung Intel Dezember) N
(20111230 1824.00 - 11-1775-114 -45893.45 19 v.H. USt. von 11424.00 \(Rechnung Intel Dezember\)) N
(20111231 -11424.00 - 10-10078-11085 -57317.45 Rechnung 1und1 Dezember) N
(20111231 1824.00 - 11-1775-114 -55493.45 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Dezember\)) N
(20111231 -8901.20 - 10-10080-11084 -64394.65 Rechnung tes Dezember) N
(20111231 1421.20 - 11-1775-114 -62973.45 19 v.H. USt. von 8901.20 \(Rechnung tes Dezember\)) N
() N
(12-8404 -62973.45) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (221) 221
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13 \(Aufwand\)) N
() N
(20110104 505.82 -6520 10-1202 505.82 KFZ Versicherung, B1) N
(20110104 528.00 -6310 10-1202 1033.82 Miete Buero, B2) N
(20110104 350.00 -6670 10-1202 1383.82 Reisekosten Gabriel, B4) N
(20110104 -55.88 -6670 11-1575-111 1327.94 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B4\)) N
(20110104 6.40 -6670 10-1501-cgabriel 1334.34 Taxi G\303\274tersloh) N
(20110115 160.00 -6030-jengewald 10-1500-jengewald-LOHN 1494.34 Brutto-Lohn) N
(20110115 49.23 -6010-jengewald 10-1512-jengewald 1543.57 SV AG-Anteil) N
(20110116 17.28 -9631 10-1202 1560.85 GEZ, B10) N
(20110120 13.00 -6670 10-1501-cgabriel 1573.85 Taxi N\303\274rnberg) N
(20110120 -0.85 -6670 11-1571-111 1573.00 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110124 7.00 -6670 10-1501-cgabriel 1580.00 Taxi G\303\274tersloh) N
(20110124 -0.46 -6670 11-1571-111 1579.54 7 v.H. Vorst. von 7.00 \(Taxi G\303\274tersloh\)) N
(20110128 15.00 -6520 10-1202 1594.54 Auto-Verwarnung) N
(20110128 120.00 -9640 10-1202 1714.54 IHK-Beitrag) N
(20110131 33.00 -9998 10-1310-10 1747.54 S\303\244umniszuschlag USt Dezember) N
(20110201 9.31 -6855 10-1202 1756.85 Kontoabrechnung, B28) N
(20110201 528.00 -6310 10-1202 2284.85 Miete FUE, B13) N
(20110201 350.00 -6670 10-1202 2634.85 Reisekosten Gabriel, B14) N
(20110201 -55.88 -6670 11-1575-111 2578.97 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B14\)) N
(20110203 18.00 -6670 10-1501-cgabriel 2596.97 Taxi N\303\274rnberg) N
(20110203 17.00 -6670 10-1501-cgabriel 2613.97 Taxi N\303\274rnberg) N
(20110203 14.00 -6670 10-1501-cgabriel 2627.97 Taxi N\303\274rnberg) N
(20110203 -1.18 -6670 11-1571-111 2626.79 7 v.H. Vorst. von 18.00 \(Taxi N\303\274rnberg\)) N
(20110203 -1.11 -6670 11-1571-111 2625.68 7 v.H. Vorst. von 17.00 \(Taxi N\303\274rnberg\)) N
(20110203 -0.92 -6670 11-1571-111 2624.76 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110215 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 3179.43 Brutto-Lohn) N
(20110215 160.00 -6030-jengewald 10-1500-jengewald-LOHN 3339.43 Brutto-Lohn) N
(20110215 49.23 -6010-jengewald 10-1512-jengewald 3388.66 SV AG-Anteil) N
(20110215 55.19 -6010-arjasanow 10-1518-arjasanow 3443.85 SV AG-Anteil) N
(20110223 7.00 -6670 10-1501-cgabriel 3450.85 Fahrpreisnacherhebung) N
(20110223 10.00 -6670 10-1501-cgabriel 3460.85 Taxi N\303\274rnberg) N
(20110223 -0.65 -6670 11-1571-111 3460.20 7 v.H. Vorst. von 10.00 \(Taxi N\303\274rnberg\)) N
(20110301 9.03 -6855 10-1202 3469.23 Kontoabrechnung, B28) N
(20110301 528.00 -6310 10-1202 3997.23 Miete Fuerth, B24) N
(20110301 350.00 -6670 10-1202 4347.23 Reisekosten Gabriel, B25) N
(20110301 -55.88 -6670 11-1575-111 4291.35 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B25\)) N
(20110314 13.50 -6670 10-1501-cgabriel 4304.85 Sprinter-Aufpreis) N
(20110315 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 4859.52 Brutto-Lohn) N
(20110315 160.00 -6030-jengewald 10-1500-jengewald-LOHN 5019.52 Brutto-Lohn) N
(20110315 49.23 -6010-jengewald 10-1512-jengewald 5068.75 SV AG-Anteil) N
(20110315 55.19 -6010-arjasanow 10-1518-arjasanow 5123.94 SV AG-Anteil) N
(20110317 13.00 -6670 10-1501-cgabriel 5136.94 Taxi N\303\274rnberg) N
(20110317 -0.85 -6670 11-1571-111 5136.09 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110327 13.00 -6670 10-1501-cgabriel 5149.09 Taxi N\303\274rnberg) N
(20110331 13.00 -6670 10-1501-cgabriel 5162.09 Taxi N\303\274rnberg) N
(20110331 -0.85 -6670 11-1571-111 5161.24 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110401 8.12 -6855 10-1202 5169.36 Kontoabrechnung) N
(20110401 528.00 -6310 10-1202 5697.36 Miete Fuerth, B35) N
(20110401 -55.88 -6670 11-1575-112 5641.48 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B36\)) N
(20110401 5.51 -7303 10-1202 5646.99 Zinsen) N
(20110404 350.00 -6670 10-1202 5996.99 Reisekosten Gabriel, B36) N
(20110407 7.00 -6670 10-1501-cgabriel 6003.99 Taxi G\303\274tersloh) N
(20110415 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 6558.66 Brutto-Lohn) N
(20110415 160.00 -6030-jengewald 10-1500-jengewald-LOHN 6718.66 Brutto-Lohn) N
(20110415 17.28 -9631 10-1202 6735.94 GEZ, B42) N
(20110415 49.23 -6010-jengewald 10-1512-jengewald 6785.17 SV AG-Anteil) N
(20110415 55.19 -6010-arjasanow 10-1518-arjasanow 6840.36 SV AG-Anteil) N
(20110429 9.00 -6670 10-1501-cgabriel 6849.36 Taxi M\303\274nster) N
(20110429 -0.59 -6670 11-1571-112 6848.77 7 v.H. Vorst. von 9.00 \(Taxi M\303\274nster\)) N
(20110502 7.57 -6855 10-1202 6856.34 Kontoabrechnung, B92) N
(20110502 528.00 -6310 10-1202 7384.34 Miete Buero Fuerth, B47) N
(20110503 350.00 -6670 10-1202 7734.34 Reisekosten Gabriel, B48) N
(20110503 -55.88 -6670 11-1575-112 7678.46 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B48\)) N
(20110506 12.00 -6670 10-1501-cgabriel 7690.46 Taxi M\303\274nster) N
(20110507 14.00 -6670 10-1501-cgabriel 7704.46 Taxi N\303\274rnberg) N
(20110507 -0.92 -6670 11-1571-112 7703.54 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110515 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 8258.21 Brutto-Lohn) N
(20110515 160.00 -6030-jengewald 10-1500-jengewald-LOHN 8418.21 Brutto-Lohn) N
(20110515 49.23 -6010-jengewald 10-1512-jengewald 8467.44 SV AG-Anteil) N
(20110515 55.19 -6010-arjasanow 10-1518-arjasanow 8522.63 SV AG-Anteil) N
(20110517 69.50 -6520 10-1202 8592.13 Bu\303M-^_geld, Auto) N
(20110517 15.00 -6520 10-1202 8607.13 Verwarnung, Auto) N
(20110520 59.88 -9520 10-1202 8667.01 Alfahosting) N
(20110520 -9.56 -9520 11-1575-112 8657.45 19 v.H. Vorst. von 59.88 \(Alfahosting\)) N
(20110523 11.50 -6670 10-1501-cgabriel 8668.95 Taxi N\303\274rnberg) N
(20110523 -0.75 -6670 11-1571-112 8668.20 7 v.H. Vorst. von 11.50 \(Taxi N\303\274rnberg\)) N
(20110601 8.99 -6855 10-1202 8677.19 Kontoabrechnung, B92) N
(20110601 528.00 -6310 10-1202 9205.19 Miete Buero Fuerth, B89) N
(20110601 380.00 -6670 10-1202 9585.19 Reisekosten Gabriel, B90) N
(20110601 -55.88 -6670 11-1575-112 9529.31 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110615 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 10083.98 Brutto-Lohn) N
(20110615 160.00 -6030-jengewald 10-1500-jengewald-LOHN 10243.98 Brutto-Lohn) N
(20110615 49.23 -6010-jengewald 10-1512-jengewald 10293.21 SV AG-Anteil) N
(20110615 55.19 -6010-arjasanow 10-1518-arjasanow 10348.40 SV AG-Anteil) N
(20110620 292.74 -6300 10-1202 10641.14 Catering 1u1) N
(20110620 158.27 -6300 10-1202 10799.41 Catering 1u1) N
(20110620 -46.74 -6300 11-1575-112 10752.67 19 v.H. Vorst. von 292.74 \(Catering 1u1\)) N
(20110620 -25.27 -6300 11-1575-112 10727.40 19 v.H. Vorst. von 158.27 \(Catering 1u1\)) N
(20110627 35.90 -9520 10-1202 10763.30 Strato) N
(20110701 528.00 -6310 10-1202 11291.30 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110701 7.98 -6855 10-1202 11299.28 ENTGELTABSCHLUSS Abrechnung 30.06.2011 Information zur Abrechnung En) N
(tgelte vom 01.06.2011 bis 30.06.2011 7,98S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 3 x 0,20 0,60S Gesch\303\244ftsvorf\303\244lle 3 x 0,03 0,09S) N
( \303M-^\\berweisung beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S) N
(20110701 -55.88 -6670 11-1575-113 11243.40 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110704 350.00 -6670 10-1202 11593.40 LASTSCHRIFT 30134002901 010711DBABO DIE BAHN SAGT DANKE) N
(20110715 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 12148.07 Brutto-Lohn) N
(20110715 320.00 -6030-ddienlin 10-1500-ddienlin-LOHN 12468.07 Brutto-Lohn) N
(20110715 160.00 -6030-jengewald 10-1500-jengewald-LOHN 12628.07 Brutto-Lohn) N
(20110715 17.28 -9631 10-1202 12645.35 LASTSCHRIFT 616144632 2011072000208860 RUNDFUNK 06.2011 - 08.2011 IF) N
(T IINFORMATIK GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN) N
(20110715 49.23 -6010-jengewald 10-1512-jengewald 12694.58 SV AG-Anteil) N
(20110715 89.60 -6010-ddienlin 10-1514-ddienlin 12784.18 SV AG-Anteil) N
(20110715 55.19 -6010-arjasanow 10-1518-arjasanow 12839.37 SV AG-Anteil) N
(20110719 81.00 -5200 10-1202 12920.37 LASTSCHRIFT FUE-IT110/4 17071) N
(20110720 10.00 -6670 10-1501-cgabriel 12930.37 Taxi Karlsruhe) N
(20110720 -0.65 -6670 11-1571-113 12929.72 7 v.H. Vorst. von 10.00 \(Taxi Karlsruhe\)) N
(20110726 29.00 -9520 10-1202 12958.72 LASTSCHRIFT DRP 40891998 63160312) N
(20110801 528.00 -6310 10-1202 13486.72 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110801 8.08 -6855 10-1202 13494.80 ENTGELTABSCHLUSS Abrechnung 29.07.2011 Information zur Abrechnung En) N
(tgelte vom 01.07.2011 bis 29.07.2011 8,08S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 4 x 0,20 0,80S Gesch\303\244ftsvorf\303\244lle 4 x 0,03 0,12S) N
( \303M-^\\berweisung beleglos 2 x 0,20 0,40S Gesch\303\244ftsvorf\303\244lle 2 x 0,03 0,06S) N
(20110801 15.00 -5200 10-1202 13509.80 ONLINE-UEBERWEISUNG VERWARNUNG, AKTENZ. 0000102708195 FUe-IT 110 DAT) N
(UM 31.07.2011, 11.21 UHR 1.TAN 827793) N
(20110801 129.49 -6310 10-1202 13639.29 ONLINE-UEBERWEISUNG BETRIEBSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, N) N
(UERNB.STR. DATUM 31.07.2011, 11.10 UHR 1.TAN 963626) N
(20110801 81.68 -9770 10-1202 13720.97 ONLINE-UEBERWEISUNG BEITRAG 2010 IFT INFORMTIK FUERTH RECHN.NR. 2011) N
(2283440 DATUM 31.07.2011, 11.51 UHR 1.TAN 963123) N
(20110801 30.00 -9998 10-1202 13750.97 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST APR 11 IFT INFO) N
(RMATIK GMBH DATUM 31.07.2011, 11.44 UHR 1.TAN 485029) N
(20110801 75.00 -9998 10-1202 13825.97 ONLINE-UEBERWEISUNG VERSP.ZUSCHL 218/129/10296 UST MAI 11 IFT INFORM) N
(ATIK GMBH DATUM 31.07.2011, 11.42 UHR 1.TAN 005569) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (222) 222
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20110801 95.00 -9998 10-1202 13920.97 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST JUNI 11 IFT INF) p n
(ORMATIK GMBH DATUM 31.07.2011, 11.34 UHR 1.TAN 576283) N
(20110802 350.00 -6670 10-1202 14270.97 LASTSCHRIFT 30134002901 010811DBABO DIE BAHN SAGT DANKE) N
(20110802 -55.88 -6670 11-1575-113 14215.09 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010810DBABO) N
(\)) N
(20110815 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 14769.76 Brutto-Lohn) N
(20110815 200.00 -6030-ccsengery 10-1500-ccsengery-LOHN 14969.76 Brutto-Lohn) N
(20110815 320.00 -6030-ddienlin 10-1500-ddienlin-LOHN 15289.76 Brutto-Lohn) N
(20110815 160.00 -6030-jengewald 10-1500-jengewald-LOHN 15449.76 Brutto-Lohn) N
(20110815 56.00 -6010-ccsengery 10-1512-ccsengery 15505.76 SV AG-Anteil) N
(20110815 49.23 -6010-jengewald 10-1512-jengewald 15554.99 SV AG-Anteil) N
(20110815 89.60 -6010-ddienlin 10-1514-ddienlin 15644.59 SV AG-Anteil) N
(20110815 55.19 -6010-arjasanow 10-1518-arjasanow 15699.78 SV AG-Anteil) N
(20110823 11.88 -9520 10-1202 15711.66 LASTSCHRIFT DRP 41086610 63160312 STRATO AG 100679001 38040007) N
(20110825 29.00 -9520 10-1202 15740.66 LASTSCHRIFT DRP 41140465 63160312 STRATO AG 100679001 38040007) N
(20110828 428.40 -6100-tjungblut 10-1501-tjungblut 16169.06 Rechnung) N
(20110828 -68.40 -6100-tjungblut 11-1575-113 16100.66 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110901 528.00 -6310 10-1202 16628.66 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20110901 11.92 -6855 10-1202 16640.58 ENTGELTABSCHLUSS Abrechnung 31.08.2011 Information zur Abrechnung En) N
(tgelte vom 30.07.2011 bis 31.08.2011 11,92S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15) N
(S \303M-^\\berweisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20110901 -55.88 -6670 11-1575-113 16584.70 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010910DBABO) N
(\)) N
(20110902 350.00 -6670 10-1202 16934.70 LASTSCHRIFT 30134002901 010911DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20110915 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 17489.37 Brutto-Lohn) N
(20110915 400.00 -6030-ccsengery 10-1500-ccsengery-LOHN 17889.37 Brutto-Lohn) N
(20110915 320.00 -6030-ddienlin 10-1500-ddienlin-LOHN 18209.37 Brutto-Lohn) N
(20110915 160.00 -6030-jengewald 10-1500-jengewald-LOHN 18369.37 Brutto-Lohn) N
(20110915 400.00 -6030-mherrschel 10-1500-mherrschel-LOHN 18769.37 Brutto-Lohn) N
(20110915 112.00 -6010-ccsengery 10-1512-ccsengery 18881.37 SV AG-Anteil) N
(20110915 49.23 -6010-jengewald 10-1512-jengewald 18930.60 SV AG-Anteil) N
(20110915 112.00 -6010-mherrschel 10-1512-mherrschel 19042.60 SV AG-Anteil) N
(20110915 55.19 -6010-arjasanow 10-1518-arjasanow 19097.79 SV AG-Anteil) N
(20110926 14.00 -6670 10-1202 19111.79 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKTENZ. D.11.1655421.01.7-25 DATUM) N
( 24.09.2011, 19.52 UHR 1.TAN 833088 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 14.00 -6670 10-1202 19125.79 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKT.Z D.11.1785838.01.5-25 DATUM 2) N
(4.09.2011, 19.49 UHR 1.TAN 230066 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 257.04 -9775 10-1202 19382.83 ONLINE-UEBERWEISUNG RECHN. V. 14.9. RECHN.NR. 2011-2404 DATUM 25.09.) N
(2011, 23.54 UHR 1.TAN 941580 JOCHEN BACHMANN 11088200 52070024) N
(20110928 428.40 -6100-tjungblut 10-1501-tjungblut 19811.23 Rechnung) N
(20110928 -68.40 -6100-tjungblut 11-1575-113 19742.83 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110930 59.00 -9520 10-1202 19801.83 LASTSCHRIFT DRP 41423717 63160312 STRATO AG 100679001 38040007) N
(20111001 -55.88 -6670 11-1575-114 19745.95 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011010DBABO) N
(\)) N
(20111004 528.00 -6310 10-1202 20273.95 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20111004 11.09 -6855 10-1202 20285.04 ENTGELTABSCHLUSS Abrechnung 30.09.2011 Information zur Abrechnung En) N
(tgelte vom 01.09.2011 bis 30.09.2011 11,09S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 6 x 0,20 1,20S Gesch\303\244ftsvorf\303\244lle 6 x 0,03 0,18) N
(S \303M-^\\berweisung beleglos 11 x 0,20 2,20S Gesch\303\244ftsvorf\303\244lle 11 x 0,03 0,33S) N
(20111005 350.00 -6670 10-1202 20635.04 LASTSCHRIFT 30134002901 011011DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20111005 11.88 -9520 10-1202 20646.92 LASTSCHRIFT DRP 41508435 26841 STRATO AG 100679001 38040007) N
(20111015 554.67 -6030-arjasanow 10-1500-arjasanow-LOHN 21201.59 Brutto-Lohn) N
(20111015 400.00 -6030-ccsengery 10-1500-ccsengery-LOHN 21601.59 Brutto-Lohn) N
(20111015 320.00 -6030-ddienlin 10-1500-ddienlin-LOHN 21921.59 Brutto-Lohn) N
(20111015 1100.41 -6030-hparfuss 10-1500-hparfuss-LOHN 23022.00 Brutto-Lohn) N
(20111015 160.00 -6030-jengewald 10-1500-jengewald-LOHN 23182.00 Brutto-Lohn) N
(20111015 481.67 -6030-jkleckow 10-1500-jkleckow-LOHN 23663.67 Brutto-Lohn) N
(20111015 400.00 -6030-mherrschel 10-1500-mherrschel-LOHN 24063.67 Brutto-Lohn) N
(20111015 112.00 -6010-ccsengery 10-1512-ccsengery 24175.67 SV AG-Anteil) N
(20111015 49.23 -6010-jengewald 10-1512-jengewald 24224.90 SV AG-Anteil) N
(20111015 112.00 -6010-mherrschel 10-1512-mherrschel 24336.90 SV AG-Anteil) N
(20111015 89.60 -6010-ddienlin 10-1514-ddienlin 24426.50 SV AG-Anteil) N
(20111015 47.93 -6010-jkleckow 10-1515-jkleckow 24474.43 SV AG-Anteil) N
(20111015 213.76 -6010-hparfuss 10-1516-hparfuss 24688.19 SV AG-Anteil) N
(20111015 55.19 -6010-arjasanow 10-1518-arjasanow 24743.38 SV AG-Anteil) N
(20111017 17.28 -9631 10-1202 24760.66 LASTSCHRIFT 616144632 2011102000210054 RUNDFUNK 09.2011 - 11.2011 IF) N
(T IINFORMATIK GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN RUNDFUNKANST. 2024100 70050000) N
(20111025 357.00 -9770 10-1202 25117.66 ONLINE-UEBERWEISUNG RECHNUNG F. TEST- HARDWARE DATUM 25.10.2011, 14.) N
(11 UHR 1.TAN 373364 DIETER SCHLOTZ 82098500 61170024) N
(20111028 59.00 -9520 10-1202 25176.66 LASTSCHRIFT DRP 41674440 63160312 STRATO AG 100679001 38040007) N
(20111028 856.80 -6100-tjungblut 10-1501-tjungblut 26033.46 Rechnung) N
(20111028 -136.80 -6100-tjungblut 11-1575-114 25896.66 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111102 528.00 -6310 10-1202 26424.66 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20111102 10.23 -6855 10-1202 26434.89 ENTGELTABSCHLUSS Abrechnung 31.10.2011 Information zur Abrechnung En) N
(tgelte vom 01.10.2011 bis 31.10.2011 10,23S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 7 x 0,20 1,40S Gesch\303\244ftsvorf\303\244lle 7 x 0,03 0,21) N
(S \303M-^\\berweisung beleglos 8 x 0,20 1,60S Gesch\303\244ftsvorf\303\244lle 8 x 0,03 0,24S) N
(20111102 350.00 -6670 10-1202 26784.89 LASTSCHRIFT 30134002901 011111DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20111102 -55.88 -6670 11-1575-114 26729.01 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011110DBABO) N
(\)) N
(20111109 84.00 -6680 10-1501-tjungblut 26813.01 Hotel jungblut) N
(20111109 16.00 -6680 10-1501-tjungblut 26829.01 Hotel jungblut) N
(20111109 -5.50 -6680 11-1571-114 26823.51 7 v.H. Vorst. von 84.00 \(Hotel jungblut\)) N
(20111109 -2.55 -6680 11-1575-114 26820.96 19 v.H. Vorst. von 16.00 \(Hotel jungblut\)) N
(20111109 135.66 -9775 10-1202 26956.62 LASTSCHRIFT RG.-NR. 20699/2806 JOCHEN BACHMANN 11088200 52070024) N
(20111109 26.50 -6670 10-1501-tjungblut 26983.12 Reisekosten tjungblut) N
(20111109 -4.23 -6670 11-1575-114 26978.89 19 v.H. Vorst. von 26.50 \(Reisekosten tjungblut\)) N
(20111114 1391.06 -5200 10-1202 28369.95 ONLINE-UEBERWEISUNG RECHN.1529501 V. 18.10.2011 DATUM 13.11.2011, 20) N
(.56 UHR 1.TAN 744631 FROEHLICH PEUGEOT 380034892 76050101) N
(20111115 869.52 -6030-arjasanow 10-1500-arjasanow-LOHN 29239.47 Brutto-Lohn) N
(20111115 400.00 -6030-ccsengery 10-1500-ccsengery-LOHN 29639.47 Brutto-Lohn) N
(20111115 705.36 -6030-ddienlin 10-1500-ddienlin-LOHN 30344.83 Brutto-Lohn) N
(20111115 1120.34 -6030-dperic 10-1500-dperic-LOHN 31465.17 Brutto-Lohn) N
(20111115 1100.41 -6030-hparfuss 10-1500-hparfuss-LOHN 32565.58 Brutto-Lohn) N
(20111115 160.00 -6030-jengewald 10-1500-jengewald-LOHN 32725.58 Brutto-Lohn) N
(20111115 300.00 -6030-jfriedrichs 10-1500-jfriedrichs-LOHN 33025.58 Brutto-Lohn) N
(20111115 481.67 -6030-jkleckow 10-1500-jkleckow-LOHN 33507.25 Brutto-Lohn) N
(20111115 400.00 -6030-mherrschel 10-1500-mherrschel-LOHN 33907.25 Brutto-Lohn) N
(20111115 112.00 -6010-ccsengery 10-1512-ccsengery 34019.25 SV AG-Anteil) N
(20111115 49.23 -6010-jengewald 10-1512-jengewald 34068.48 SV AG-Anteil) N
(20111115 84.00 -6010-jfriedrichs 10-1512-jfriedrichs 34152.48 SV AG-Anteil) N
(20111115 112.00 -6010-mherrschel 10-1512-mherrschel 34264.48 SV AG-Anteil) N
(20111115 70.18 -6010-ddienlin 10-1514-ddienlin 34334.66 SV AG-Anteil) N
(20111115 47.93 -6010-jkleckow 10-1515-jkleckow 34382.59 SV AG-Anteil) N
(20111115 213.76 -6010-hparfuss 10-1516-hparfuss 34596.35 SV AG-Anteil) N
(20111115 135.88 -6010-dperic 10-1517-dperic 34732.23 SV AG-Anteil) N
(20111115 86.52 -6010-arjasanow 10-1518-arjasanow 34818.75 SV AG-Anteil) N
(20111125 30.00 -6670 10-1202 34848.75 LASTSCHRIFT 100000825540 050007169260 FAHRSCHEIN 18173538 DB VERTRIE) N
(B GMBH 152517108 10010010) N
(20111125 11.88 -9520 10-1202 34860.63 LASTSCHRIFT DRP 41932879 26841 STRATO AG 100679001 38040007) N
(20111128 856.80 -6100-tjungblut 10-1501-tjungblut 35717.43 Rechnung) N
(20111128 -136.80 -6100-tjungblut 11-1575-114 35580.63 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111129 78.60 -9210 10-1202 35659.23 ONLINE-UEBERWEISUNG RECHNUNG 202508 V. 22.11.11 DATUM 29.11.2011, 19) N
(.42 UHR 1.TAN 816918 BARTELS NOTEN, BREMEN 96900204 20010020) N
(20111129 472.90 -9780 10-1202 36132.13 ONLINE-UEBERWEISUNG RECHNUNG 38258 V. 27.11.11 DATUM 29.11.2011, 19.) N
(43 UHR 1.TAN 627852 HOTEL BACCHUS, BENSHEIM 2056042 50950068) N
(20111130 59.00 -9520 10-1202 36191.13 LASTSCHRIFT DRP 41932564 63160312 STRATO AG 100679001 38040007) N
(20111201 528.00 -6310 10-1202 36719.13 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH) N
( 8440858 76010085) N
(20111201 16.13 -6855 10-1202 36735.26 ENTGELTABSCHLUSS Abrechnung 30.11.2011 Information zur Abrechnung En) N
(tgelte vom 01.11.2011 bis 30.11.2011 16,13S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 13 x 0,20 2,60S Gesch\303\244ftsvorf\303\244lle 13 x 0,03 0) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (223) 223
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(,39S \303M-^\\berweisung beleghaft 1 x 0,20 0,20S Gesch\303\244ftsvorf\303\244lle 1 x 0,30 0,30S) p n
(20111201 -55.88 -6670 11-1575-114 36679.38 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011210DBABO) N
(\)) N
(20111202 350.00 -6670 10-1202 37029.38 LASTSCHRIFT 30134002901 011211DBABO DIE BAHN SAGT DANKE DB VERTRI) N
(EB GMBH 1081356054 10089260) N
(20111202 68.00 -6670 10-1202 37097.38 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM DATUM 02.12.2011, 11.21 UHR) N
( 1.TAN 564047 HANS PARFUSS 192238 70020270) N
(20111208 148.00 -6670 10-1202 37245.38 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM 26.-27.11.11 DATUM 08.12.20) N
(11, 12.34 UHR 1.TAN 157200 CHRISTIANE CSENGERY 3371514 76090500) N
(20111209 50.00 -9520 10-1202 37295.38 LASTSCHRIFT RG E255785,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPG) N
(ATE GMBH 181148804 30040000) N
(20111209 50.00 -9520 10-1202 37345.38 LASTSCHRIFT RG E255787,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPG) N
(ATE GMBH 181148804 30040000) N
(20111212 589.05 -6310 10-1202 37934.43 ONLINE-UEBERWEISUNG RECHNUNG FW/10964 DATUM 10.12.2011, 14.05 UHR 1.) N
(TAN 925692 EBC FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111215 855.08 -6030-arjasanow 10-1500-arjasanow-LOHN 38789.51 Brutto-Lohn) N
(20111215 400.00 -6030-ccsengery 10-1500-ccsengery-LOHN 39189.51 Brutto-Lohn) N
(20111215 1078.38 -6030-ddienlin 10-1500-ddienlin-LOHN 40267.89 Brutto-Lohn) N
(20111215 1119.27 -6030-dperic 10-1500-dperic-LOHN 41387.16 Brutto-Lohn) N
(20111215 1100.41 -6030-hparfuss 10-1500-hparfuss-LOHN 42487.57 Brutto-Lohn) N
(20111215 160.00 -6030-jengewald 10-1500-jengewald-LOHN 42647.57 Brutto-Lohn) N
(20111215 300.00 -6030-jfriedrichs 10-1500-jfriedrichs-LOHN 42947.57 Brutto-Lohn) N
(20111215 481.67 -6030-jkleckow 10-1500-jkleckow-LOHN 43429.24 Brutto-Lohn) N
(20111215 400.00 -6030-mherrschel 10-1500-mherrschel-LOHN 43829.24 Brutto-Lohn) N
(20111215 273.70 -9775 10-1202 44102.94 LASTSCHRIFT RECH. 3152/30.11.11 MAND 20699 JOCHEN BACHMANN 1108820) N
(0 52070024) N
(20111215 112.00 -6010-ccsengery 10-1512-ccsengery 44214.94 SV AG-Anteil) N
(20111215 49.23 -6010-jengewald 10-1512-jengewald 44264.17 SV AG-Anteil) N
(20111215 84.00 -6010-jfriedrichs 10-1512-jfriedrichs 44348.17 SV AG-Anteil) N
(20111215 112.00 -6010-mherrschel 10-1512-mherrschel 44460.17 SV AG-Anteil) N
(20111215 107.30 -6010-ddienlin 10-1514-ddienlin 44567.47 SV AG-Anteil) N
(20111215 47.93 -6010-jkleckow 10-1515-jkleckow 44615.40 SV AG-Anteil) N
(20111215 213.76 -6010-hparfuss 10-1516-hparfuss 44829.16 SV AG-Anteil) N
(20111215 133.76 -6010-dperic 10-1517-dperic 44962.92 SV AG-Anteil) N
(20111215 85.08 -6010-arjasanow 10-1518-arjasanow 45048.00 SV AG-Anteil) N
(20111219 147.56 -6310 10-1202 45195.56 ONLINE-UEBERWEISUNG RECHNUNG FW/11228 DATUM 19.12.2011, 17.13 UHR 1.) N
(TAN 628795 EBC FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111228 856.80 -6100-tjungblut 10-1501-tjungblut 46052.36 Rechnung) N
(20111228 -136.80 -6100-tjungblut 11-1575-114 45915.56 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111229 33012.50 -7632 10-1335-11 78928.06 Kapitalsteuer) N
(20111229 59.00 -9520 10-1202 78987.06 LASTSCHRIFT DRP 42181876 63160312 STRATO AG 100679001 38040007) N
(20111229 30000.00 -7610 10-1331-11 108987.06 Rueckstellung Gewerbesteuer) N
(20111229 32000.00 -7603 10-1330-11 140987.06 Rueckstellung Koerperschaftsteuer) N
(20111230 13.88 -6855 10-1202 141000.94 ENTGELTABSCHLUSS Abrechnung 30.12.2011 Information zur Abrechnung En) N
(tgelte vom 01.12.2011 bis 30.12.2011 13,88S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 12 x 0,20 2,40S Gesch\303\244ftsvorf\303\244lle 12 x 0,03 0) N
(,36S \303M-^\\berweisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20111231 105000.00 -7001 10-1501-cgabriel 246000.94 Aussch\303\274ttung) N
() N
(13 Aufwand 246000.94) N
(13-5200 PKW 1487.06) N
(13-6010 Sozialversicherung 3880.06) N
(13-6010-arjasanow 668.31) N
(13-6010-ccsengery 504.00) N
(13-6010-ddienlin 446.28) N
(13-6010-dperic 269.64) N
(13-6010-hparfuss 641.28) N
(13-6010-jengewald 590.76) N
(13-6010-jfriedrichs 168.00) N
(13-6010-jkleckow 143.79) N
(13-6010-mherrschel 448.00) N
(13-6030 Aushilfslohn 22686.22) N
(13-6030-arjasanow 6716.63) N
(13-6030-ccsengery 1800.00) N
(13-6030-ddienlin 3063.74) N
(13-6030-dperic 2239.61) N
(13-6030-hparfuss 3301.23) N
(13-6030-jengewald 1920.00) N
(13-6030-jfriedrichs 600.00) N
(13-6030-jkleckow 1445.01) N
(13-6030-mherrschel 1600.00) N
(13-6100 Freiberufler 2880.00) N
(13-6100-tjungblut 2880.00) N
(13-6300 Sonstiges 379.00) N
(13-6310 Miete_Buero 7202.10) N
(13-6520 Kfz_Versicherung 605.32) N
(13-6670 Reisekosten 4054.33) N
(13-6680 Uebernachtung_Unternehmer 91.95) N
(13-6855 KtoGeb 122.33) N
(13-7001 Ausschuettung 105000.00) N
(13-7303 Nebenleistungen 5.51) N
(13-7603 Koerperschaftsteuer 32000.00) N
(13-7610 Gewerbesteuer 30000.00) N
(13-7632 Kapitalertragssteuer 33012.50) N
(13-9210 CulturalMarketing 78.60) N
(13-9520 Netz_und_Telefon 515.86) N
(13-9631 GEZ 69.12) N
(13-9640 Beitraege 120.00) N
(13-9770 Hardware_Verbrauchsmaterial 438.68) N
(13-9775 Lohnbuchungen 666.40) N
(13-9780 Team-Event 472.90) N
(13-9998 Finanzamt 233.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (224) 224
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-5200 \(PKW\)) N
() N
(20110719 81.00 - 10-1202 81.00 LASTSCHRIFT FUE-IT110/4 17071) N
(20110801 15.00 - 10-1202 96.00 ONLINE-UEBERWEISUNG VERWARNUNG, AKTENZ. 0000102708195 FUe-IT 110 DATUM 31.07.2011, 11.21 UHR 1.TAN ) N
(827793) N
(20111114 1391.06 - 10-1202 1487.06 ONLINE-UEBERWEISUNG RECHN.1529501 V. 18.10.2011 DATUM 13.11.2011, 20.56 UHR 1.TAN 744631 FROEHLICH ) N
(PEUGEOT 380034892 76050101) N
() N
(13-5200 PKW 1487.06) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (225) 225
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010 \(Sozialversicherung\)) N
() N
(20110115 49.23 -jengewald 10-1512-jengewald 49.23 SV AG-Anteil) N
(20110215 49.23 -jengewald 10-1512-jengewald 98.46 SV AG-Anteil) N
(20110215 55.19 -arjasanow 10-1518-arjasanow 153.65 SV AG-Anteil) N
(20110315 49.23 -jengewald 10-1512-jengewald 202.88 SV AG-Anteil) N
(20110315 55.19 -arjasanow 10-1518-arjasanow 258.07 SV AG-Anteil) N
(20110415 49.23 -jengewald 10-1512-jengewald 307.30 SV AG-Anteil) N
(20110415 55.19 -arjasanow 10-1518-arjasanow 362.49 SV AG-Anteil) N
(20110515 49.23 -jengewald 10-1512-jengewald 411.72 SV AG-Anteil) N
(20110515 55.19 -arjasanow 10-1518-arjasanow 466.91 SV AG-Anteil) N
(20110615 49.23 -jengewald 10-1512-jengewald 516.14 SV AG-Anteil) N
(20110615 55.19 -arjasanow 10-1518-arjasanow 571.33 SV AG-Anteil) N
(20110715 49.23 -jengewald 10-1512-jengewald 620.56 SV AG-Anteil) N
(20110715 89.60 -ddienlin 10-1514-ddienlin 710.16 SV AG-Anteil) N
(20110715 55.19 -arjasanow 10-1518-arjasanow 765.35 SV AG-Anteil) N
(20110815 56.00 -ccsengery 10-1512-ccsengery 821.35 SV AG-Anteil) N
(20110815 49.23 -jengewald 10-1512-jengewald 870.58 SV AG-Anteil) N
(20110815 89.60 -ddienlin 10-1514-ddienlin 960.18 SV AG-Anteil) N
(20110815 55.19 -arjasanow 10-1518-arjasanow 1015.37 SV AG-Anteil) N
(20110915 112.00 -ccsengery 10-1512-ccsengery 1127.37 SV AG-Anteil) N
(20110915 49.23 -jengewald 10-1512-jengewald 1176.60 SV AG-Anteil) N
(20110915 112.00 -mherrschel 10-1512-mherrschel 1288.60 SV AG-Anteil) N
(20110915 55.19 -arjasanow 10-1518-arjasanow 1343.79 SV AG-Anteil) N
(20111015 112.00 -ccsengery 10-1512-ccsengery 1455.79 SV AG-Anteil) N
(20111015 49.23 -jengewald 10-1512-jengewald 1505.02 SV AG-Anteil) N
(20111015 112.00 -mherrschel 10-1512-mherrschel 1617.02 SV AG-Anteil) N
(20111015 89.60 -ddienlin 10-1514-ddienlin 1706.62 SV AG-Anteil) N
(20111015 47.93 -jkleckow 10-1515-jkleckow 1754.55 SV AG-Anteil) N
(20111015 213.76 -hparfuss 10-1516-hparfuss 1968.31 SV AG-Anteil) N
(20111015 55.19 -arjasanow 10-1518-arjasanow 2023.50 SV AG-Anteil) N
(20111115 112.00 -ccsengery 10-1512-ccsengery 2135.50 SV AG-Anteil) N
(20111115 49.23 -jengewald 10-1512-jengewald 2184.73 SV AG-Anteil) N
(20111115 84.00 -jfriedrichs 10-1512-jfriedrichs 2268.73 SV AG-Anteil) N
(20111115 112.00 -mherrschel 10-1512-mherrschel 2380.73 SV AG-Anteil) N
(20111115 70.18 -ddienlin 10-1514-ddienlin 2450.91 SV AG-Anteil) N
(20111115 47.93 -jkleckow 10-1515-jkleckow 2498.84 SV AG-Anteil) N
(20111115 213.76 -hparfuss 10-1516-hparfuss 2712.60 SV AG-Anteil) N
(20111115 135.88 -dperic 10-1517-dperic 2848.48 SV AG-Anteil) N
(20111115 86.52 -arjasanow 10-1518-arjasanow 2935.00 SV AG-Anteil) N
(20111215 112.00 -ccsengery 10-1512-ccsengery 3047.00 SV AG-Anteil) N
(20111215 49.23 -jengewald 10-1512-jengewald 3096.23 SV AG-Anteil) N
(20111215 84.00 -jfriedrichs 10-1512-jfriedrichs 3180.23 SV AG-Anteil) N
(20111215 112.00 -mherrschel 10-1512-mherrschel 3292.23 SV AG-Anteil) N
(20111215 107.30 -ddienlin 10-1514-ddienlin 3399.53 SV AG-Anteil) N
(20111215 47.93 -jkleckow 10-1515-jkleckow 3447.46 SV AG-Anteil) N
(20111215 213.76 -hparfuss 10-1516-hparfuss 3661.22 SV AG-Anteil) N
(20111215 133.76 -dperic 10-1517-dperic 3794.98 SV AG-Anteil) N
(20111215 85.08 -arjasanow 10-1518-arjasanow 3880.06 SV AG-Anteil) N
() N
(13-6010 Sozialversicherung 3880.06) N
(13-6010-arjasanow 668.31) N
(13-6010-ccsengery 504.00) N
(13-6010-ddienlin 446.28) N
(13-6010-dperic 269.64) N
(13-6010-hparfuss 641.28) N
(13-6010-jengewald 590.76) N
(13-6010-jfriedrichs 168.00) N
(13-6010-jkleckow 143.79) N
(13-6010-mherrschel 448.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (226) 226
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-arjasanow \(\)) N
() N
(20110215 55.19 - 10-1518-arjasanow 55.19 SV AG-Anteil) N
(20110315 55.19 - 10-1518-arjasanow 110.38 SV AG-Anteil) N
(20110415 55.19 - 10-1518-arjasanow 165.57 SV AG-Anteil) N
(20110515 55.19 - 10-1518-arjasanow 220.76 SV AG-Anteil) N
(20110615 55.19 - 10-1518-arjasanow 275.95 SV AG-Anteil) N
(20110715 55.19 - 10-1518-arjasanow 331.14 SV AG-Anteil) N
(20110815 55.19 - 10-1518-arjasanow 386.33 SV AG-Anteil) N
(20110915 55.19 - 10-1518-arjasanow 441.52 SV AG-Anteil) N
(20111015 55.19 - 10-1518-arjasanow 496.71 SV AG-Anteil) N
(20111115 86.52 - 10-1518-arjasanow 583.23 SV AG-Anteil) N
(20111215 85.08 - 10-1518-arjasanow 668.31 SV AG-Anteil) N
() N
(13-6010-arjasanow 668.31) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (227) 227
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-ccsengery \(\)) N
() N
(20110815 56.00 - 10-1512-ccsengery 56.00 SV AG-Anteil) N
(20110915 112.00 - 10-1512-ccsengery 168.00 SV AG-Anteil) N
(20111015 112.00 - 10-1512-ccsengery 280.00 SV AG-Anteil) N
(20111115 112.00 - 10-1512-ccsengery 392.00 SV AG-Anteil) N
(20111215 112.00 - 10-1512-ccsengery 504.00 SV AG-Anteil) N
() N
(13-6010-ccsengery 504.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (228) 228
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-ddienlin \(\)) N
() N
(20110715 89.60 - 10-1514-ddienlin 89.60 SV AG-Anteil) N
(20110815 89.60 - 10-1514-ddienlin 179.20 SV AG-Anteil) N
(20111015 89.60 - 10-1514-ddienlin 268.80 SV AG-Anteil) N
(20111115 70.18 - 10-1514-ddienlin 338.98 SV AG-Anteil) N
(20111215 107.30 - 10-1514-ddienlin 446.28 SV AG-Anteil) N
() N
(13-6010-ddienlin 446.28) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (229) 229
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-dperic \(\)) N
() N
(20111115 135.88 - 10-1517-dperic 135.88 SV AG-Anteil) N
(20111215 133.76 - 10-1517-dperic 269.64 SV AG-Anteil) N
() N
(13-6010-dperic 269.64) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (230) 230
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-hparfuss \(\)) N
() N
(20111015 213.76 - 10-1516-hparfuss 213.76 SV AG-Anteil) N
(20111115 213.76 - 10-1516-hparfuss 427.52 SV AG-Anteil) N
(20111215 213.76 - 10-1516-hparfuss 641.28 SV AG-Anteil) N
() N
(13-6010-hparfuss 641.28) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (231) 231
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-jengewald \(\)) N
() N
(20110115 49.23 - 10-1512-jengewald 49.23 SV AG-Anteil) N
(20110215 49.23 - 10-1512-jengewald 98.46 SV AG-Anteil) N
(20110315 49.23 - 10-1512-jengewald 147.69 SV AG-Anteil) N
(20110415 49.23 - 10-1512-jengewald 196.92 SV AG-Anteil) N
(20110515 49.23 - 10-1512-jengewald 246.15 SV AG-Anteil) N
(20110615 49.23 - 10-1512-jengewald 295.38 SV AG-Anteil) N
(20110715 49.23 - 10-1512-jengewald 344.61 SV AG-Anteil) N
(20110815 49.23 - 10-1512-jengewald 393.84 SV AG-Anteil) N
(20110915 49.23 - 10-1512-jengewald 443.07 SV AG-Anteil) N
(20111015 49.23 - 10-1512-jengewald 492.30 SV AG-Anteil) N
(20111115 49.23 - 10-1512-jengewald 541.53 SV AG-Anteil) N
(20111215 49.23 - 10-1512-jengewald 590.76 SV AG-Anteil) N
() N
(13-6010-jengewald 590.76) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (232) 232
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-jfriedrichs \(\)) N
() N
(20111115 84.00 - 10-1512-jfriedrichs 84.00 SV AG-Anteil) N
(20111215 84.00 - 10-1512-jfriedrichs 168.00 SV AG-Anteil) N
() N
(13-6010-jfriedrichs 168.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (233) 233
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-jkleckow \(\)) N
() N
(20111015 47.93 - 10-1515-jkleckow 47.93 SV AG-Anteil) N
(20111115 47.93 - 10-1515-jkleckow 95.86 SV AG-Anteil) N
(20111215 47.93 - 10-1515-jkleckow 143.79 SV AG-Anteil) N
() N
(13-6010-jkleckow 143.79) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (234) 234
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6010-mherrschel \(\)) N
() N
(20110915 112.00 - 10-1512-mherrschel 112.00 SV AG-Anteil) N
(20111015 112.00 - 10-1512-mherrschel 224.00 SV AG-Anteil) N
(20111115 112.00 - 10-1512-mherrschel 336.00 SV AG-Anteil) N
(20111215 112.00 - 10-1512-mherrschel 448.00 SV AG-Anteil) N
() N
(13-6010-mherrschel 448.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (235) 235
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030 \(Aushilfslohn\)) N
() N
(20110115 160.00 -jengewald 10-1500-jengewald-LOHN 160.00 Brutto-Lohn) N
(20110215 554.67 -arjasanow 10-1500-arjasanow-LOHN 714.67 Brutto-Lohn) N
(20110215 160.00 -jengewald 10-1500-jengewald-LOHN 874.67 Brutto-Lohn) N
(20110315 554.67 -arjasanow 10-1500-arjasanow-LOHN 1429.34 Brutto-Lohn) N
(20110315 160.00 -jengewald 10-1500-jengewald-LOHN 1589.34 Brutto-Lohn) N
(20110415 554.67 -arjasanow 10-1500-arjasanow-LOHN 2144.01 Brutto-Lohn) N
(20110415 160.00 -jengewald 10-1500-jengewald-LOHN 2304.01 Brutto-Lohn) N
(20110515 554.67 -arjasanow 10-1500-arjasanow-LOHN 2858.68 Brutto-Lohn) N
(20110515 160.00 -jengewald 10-1500-jengewald-LOHN 3018.68 Brutto-Lohn) N
(20110615 554.67 -arjasanow 10-1500-arjasanow-LOHN 3573.35 Brutto-Lohn) N
(20110615 160.00 -jengewald 10-1500-jengewald-LOHN 3733.35 Brutto-Lohn) N
(20110715 554.67 -arjasanow 10-1500-arjasanow-LOHN 4288.02 Brutto-Lohn) N
(20110715 320.00 -ddienlin 10-1500-ddienlin-LOHN 4608.02 Brutto-Lohn) N
(20110715 160.00 -jengewald 10-1500-jengewald-LOHN 4768.02 Brutto-Lohn) N
(20110815 554.67 -arjasanow 10-1500-arjasanow-LOHN 5322.69 Brutto-Lohn) N
(20110815 200.00 -ccsengery 10-1500-ccsengery-LOHN 5522.69 Brutto-Lohn) N
(20110815 320.00 -ddienlin 10-1500-ddienlin-LOHN 5842.69 Brutto-Lohn) N
(20110815 160.00 -jengewald 10-1500-jengewald-LOHN 6002.69 Brutto-Lohn) N
(20110915 554.67 -arjasanow 10-1500-arjasanow-LOHN 6557.36 Brutto-Lohn) N
(20110915 400.00 -ccsengery 10-1500-ccsengery-LOHN 6957.36 Brutto-Lohn) N
(20110915 320.00 -ddienlin 10-1500-ddienlin-LOHN 7277.36 Brutto-Lohn) N
(20110915 160.00 -jengewald 10-1500-jengewald-LOHN 7437.36 Brutto-Lohn) N
(20110915 400.00 -mherrschel 10-1500-mherrschel-LOHN 7837.36 Brutto-Lohn) N
(20111015 554.67 -arjasanow 10-1500-arjasanow-LOHN 8392.03 Brutto-Lohn) N
(20111015 400.00 -ccsengery 10-1500-ccsengery-LOHN 8792.03 Brutto-Lohn) N
(20111015 320.00 -ddienlin 10-1500-ddienlin-LOHN 9112.03 Brutto-Lohn) N
(20111015 1100.41 -hparfuss 10-1500-hparfuss-LOHN 10212.44 Brutto-Lohn) N
(20111015 160.00 -jengewald 10-1500-jengewald-LOHN 10372.44 Brutto-Lohn) N
(20111015 481.67 -jkleckow 10-1500-jkleckow-LOHN 10854.11 Brutto-Lohn) N
(20111015 400.00 -mherrschel 10-1500-mherrschel-LOHN 11254.11 Brutto-Lohn) N
(20111115 869.52 -arjasanow 10-1500-arjasanow-LOHN 12123.63 Brutto-Lohn) N
(20111115 400.00 -ccsengery 10-1500-ccsengery-LOHN 12523.63 Brutto-Lohn) N
(20111115 705.36 -ddienlin 10-1500-ddienlin-LOHN 13228.99 Brutto-Lohn) N
(20111115 1120.34 -dperic 10-1500-dperic-LOHN 14349.33 Brutto-Lohn) N
(20111115 1100.41 -hparfuss 10-1500-hparfuss-LOHN 15449.74 Brutto-Lohn) N
(20111115 160.00 -jengewald 10-1500-jengewald-LOHN 15609.74 Brutto-Lohn) N
(20111115 300.00 -jfriedrichs 10-1500-jfriedrichs-LOHN 15909.74 Brutto-Lohn) N
(20111115 481.67 -jkleckow 10-1500-jkleckow-LOHN 16391.41 Brutto-Lohn) N
(20111115 400.00 -mherrschel 10-1500-mherrschel-LOHN 16791.41 Brutto-Lohn) N
(20111215 855.08 -arjasanow 10-1500-arjasanow-LOHN 17646.49 Brutto-Lohn) N
(20111215 400.00 -ccsengery 10-1500-ccsengery-LOHN 18046.49 Brutto-Lohn) N
(20111215 1078.38 -ddienlin 10-1500-ddienlin-LOHN 19124.87 Brutto-Lohn) N
(20111215 1119.27 -dperic 10-1500-dperic-LOHN 20244.14 Brutto-Lohn) N
(20111215 1100.41 -hparfuss 10-1500-hparfuss-LOHN 21344.55 Brutto-Lohn) N
(20111215 160.00 -jengewald 10-1500-jengewald-LOHN 21504.55 Brutto-Lohn) N
(20111215 300.00 -jfriedrichs 10-1500-jfriedrichs-LOHN 21804.55 Brutto-Lohn) N
(20111215 481.67 -jkleckow 10-1500-jkleckow-LOHN 22286.22 Brutto-Lohn) N
(20111215 400.00 -mherrschel 10-1500-mherrschel-LOHN 22686.22 Brutto-Lohn) N
() N
(13-6030 Aushilfslohn 22686.22) N
(13-6030-arjasanow 6716.63) N
(13-6030-ccsengery 1800.00) N
(13-6030-ddienlin 3063.74) N
(13-6030-dperic 2239.61) N
(13-6030-hparfuss 3301.23) N
(13-6030-jengewald 1920.00) N
(13-6030-jfriedrichs 600.00) N
(13-6030-jkleckow 1445.01) N
(13-6030-mherrschel 1600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (236) 236
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-arjasanow \(\)) N
() N
(20110215 554.67 - 10-1500-arjasanow-LOHN 554.67 Brutto-Lohn) N
(20110315 554.67 - 10-1500-arjasanow-LOHN 1109.34 Brutto-Lohn) N
(20110415 554.67 - 10-1500-arjasanow-LOHN 1664.01 Brutto-Lohn) N
(20110515 554.67 - 10-1500-arjasanow-LOHN 2218.68 Brutto-Lohn) N
(20110615 554.67 - 10-1500-arjasanow-LOHN 2773.35 Brutto-Lohn) N
(20110715 554.67 - 10-1500-arjasanow-LOHN 3328.02 Brutto-Lohn) N
(20110815 554.67 - 10-1500-arjasanow-LOHN 3882.69 Brutto-Lohn) N
(20110915 554.67 - 10-1500-arjasanow-LOHN 4437.36 Brutto-Lohn) N
(20111015 554.67 - 10-1500-arjasanow-LOHN 4992.03 Brutto-Lohn) N
(20111115 869.52 - 10-1500-arjasanow-LOHN 5861.55 Brutto-Lohn) N
(20111215 855.08 - 10-1500-arjasanow-LOHN 6716.63 Brutto-Lohn) N
() N
(13-6030-arjasanow 6716.63) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (237) 237
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-ccsengery \(\)) N
() N
(20110815 200.00 - 10-1500-ccsengery-LOHN 200.00 Brutto-Lohn) N
(20110915 400.00 - 10-1500-ccsengery-LOHN 600.00 Brutto-Lohn) N
(20111015 400.00 - 10-1500-ccsengery-LOHN 1000.00 Brutto-Lohn) N
(20111115 400.00 - 10-1500-ccsengery-LOHN 1400.00 Brutto-Lohn) N
(20111215 400.00 - 10-1500-ccsengery-LOHN 1800.00 Brutto-Lohn) N
() N
(13-6030-ccsengery 1800.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (238) 238
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-ddienlin \(\)) N
() N
(20110715 320.00 - 10-1500-ddienlin-LOHN 320.00 Brutto-Lohn) N
(20110815 320.00 - 10-1500-ddienlin-LOHN 640.00 Brutto-Lohn) N
(20110915 320.00 - 10-1500-ddienlin-LOHN 960.00 Brutto-Lohn) N
(20111015 320.00 - 10-1500-ddienlin-LOHN 1280.00 Brutto-Lohn) N
(20111115 705.36 - 10-1500-ddienlin-LOHN 1985.36 Brutto-Lohn) N
(20111215 1078.38 - 10-1500-ddienlin-LOHN 3063.74 Brutto-Lohn) N
() N
(13-6030-ddienlin 3063.74) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (239) 239
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-dperic \(\)) N
() N
(20111115 1120.34 - 10-1500-dperic-LOHN 1120.34 Brutto-Lohn) N
(20111215 1119.27 - 10-1500-dperic-LOHN 2239.61 Brutto-Lohn) N
() N
(13-6030-dperic 2239.61) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (240) 240
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-hparfuss \(\)) N
() N
(20111015 1100.41 - 10-1500-hparfuss-LOHN 1100.41 Brutto-Lohn) N
(20111115 1100.41 - 10-1500-hparfuss-LOHN 2200.82 Brutto-Lohn) N
(20111215 1100.41 - 10-1500-hparfuss-LOHN 3301.23 Brutto-Lohn) N
() N
(13-6030-hparfuss 3301.23) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (241) 241
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-jengewald \(\)) N
() N
(20110115 160.00 - 10-1500-jengewald-LOHN 160.00 Brutto-Lohn) N
(20110215 160.00 - 10-1500-jengewald-LOHN 320.00 Brutto-Lohn) N
(20110315 160.00 - 10-1500-jengewald-LOHN 480.00 Brutto-Lohn) N
(20110415 160.00 - 10-1500-jengewald-LOHN 640.00 Brutto-Lohn) N
(20110515 160.00 - 10-1500-jengewald-LOHN 800.00 Brutto-Lohn) N
(20110615 160.00 - 10-1500-jengewald-LOHN 960.00 Brutto-Lohn) N
(20110715 160.00 - 10-1500-jengewald-LOHN 1120.00 Brutto-Lohn) N
(20110815 160.00 - 10-1500-jengewald-LOHN 1280.00 Brutto-Lohn) N
(20110915 160.00 - 10-1500-jengewald-LOHN 1440.00 Brutto-Lohn) N
(20111015 160.00 - 10-1500-jengewald-LOHN 1600.00 Brutto-Lohn) N
(20111115 160.00 - 10-1500-jengewald-LOHN 1760.00 Brutto-Lohn) N
(20111215 160.00 - 10-1500-jengewald-LOHN 1920.00 Brutto-Lohn) N
() N
(13-6030-jengewald 1920.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (242) 242
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-jfriedrichs \(\)) N
() N
(20111115 300.00 - 10-1500-jfriedrichs-LOHN 300.00 Brutto-Lohn) N
(20111215 300.00 - 10-1500-jfriedrichs-LOHN 600.00 Brutto-Lohn) N
() N
(13-6030-jfriedrichs 600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (243) 243
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-jkleckow \(\)) N
() N
(20111015 481.67 - 10-1500-jkleckow-LOHN 481.67 Brutto-Lohn) N
(20111115 481.67 - 10-1500-jkleckow-LOHN 963.34 Brutto-Lohn) N
(20111215 481.67 - 10-1500-jkleckow-LOHN 1445.01 Brutto-Lohn) N
() N
(13-6030-jkleckow 1445.01) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (244) 244
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6030-mherrschel \(\)) N
() N
(20110915 400.00 - 10-1500-mherrschel-LOHN 400.00 Brutto-Lohn) N
(20111015 400.00 - 10-1500-mherrschel-LOHN 800.00 Brutto-Lohn) N
(20111115 400.00 - 10-1500-mherrschel-LOHN 1200.00 Brutto-Lohn) N
(20111215 400.00 - 10-1500-mherrschel-LOHN 1600.00 Brutto-Lohn) N
() N
(13-6030-mherrschel 1600.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (245) 245
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6100 \(Freiberufler\)) N
() N
(20110828 428.40 -tjungblut 10-1501-tjungblut 428.40 Rechnung) N
(20110828 -68.40 -tjungblut 11-1575-113 360.00 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110928 428.40 -tjungblut 10-1501-tjungblut 788.40 Rechnung) N
(20110928 -68.40 -tjungblut 11-1575-113 720.00 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20111028 856.80 -tjungblut 10-1501-tjungblut 1576.80 Rechnung) N
(20111028 -136.80 -tjungblut 11-1575-114 1440.00 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111128 856.80 -tjungblut 10-1501-tjungblut 2296.80 Rechnung) N
(20111128 -136.80 -tjungblut 11-1575-114 2160.00 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111228 856.80 -tjungblut 10-1501-tjungblut 3016.80 Rechnung) N
(20111228 -136.80 -tjungblut 11-1575-114 2880.00 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
() N
(13-6100 Freiberufler 2880.00) N
(13-6100-tjungblut 2880.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (246) 246
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6100-tjungblut \(\)) N
() N
(20110828 428.40 - 10-1501-tjungblut 428.40 Rechnung) N
(20110828 -68.40 - 11-1575-113 360.00 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110928 428.40 - 10-1501-tjungblut 788.40 Rechnung) N
(20110928 -68.40 - 11-1575-113 720.00 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20111028 856.80 - 10-1501-tjungblut 1576.80 Rechnung) N
(20111028 -136.80 - 11-1575-114 1440.00 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111128 856.80 - 10-1501-tjungblut 2296.80 Rechnung) N
(20111128 -136.80 - 11-1575-114 2160.00 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111228 856.80 - 10-1501-tjungblut 3016.80 Rechnung) N
(20111228 -136.80 - 11-1575-114 2880.00 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
() N
(13-6100-tjungblut 2880.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (247) 247
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6300 \(Sonstiges\)) N
() N
(20110620 292.74 - 10-1202 292.74 Catering 1u1) N
(20110620 158.27 - 10-1202 451.01 Catering 1u1) N
(20110620 -46.74 - 11-1575-112 404.27 19 v.H. Vorst. von 292.74 \(Catering 1u1\)) N
(20110620 -25.27 - 11-1575-112 379.00 19 v.H. Vorst. von 158.27 \(Catering 1u1\)) N
() N
(13-6300 Sonstiges 379.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (248) 248
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6310 \(Miete_Buero\)) N
() N
(20110104 528.00 - 10-1202 528.00 Miete Buero, B2) N
(20110201 528.00 - 10-1202 1056.00 Miete FUE, B13) N
(20110301 528.00 - 10-1202 1584.00 Miete Fuerth, B24) N
(20110401 528.00 - 10-1202 2112.00 Miete Fuerth, B35) N
(20110502 528.00 - 10-1202 2640.00 Miete Buero Fuerth, B47) N
(20110601 528.00 - 10-1202 3168.00 Miete Buero Fuerth, B89) N
(20110701 528.00 - 10-1202 3696.00 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110801 528.00 - 10-1202 4224.00 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110801 129.49 - 10-1202 4353.49 ONLINE-UEBERWEISUNG BETRIEBSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.STR. DATUM 31.07.2011, 11) N
(.10 UHR 1.TAN 963626) N
(20110901 528.00 - 10-1202 4881.49 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010085) N
(20111004 528.00 - 10-1202 5409.49 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010085) N
(20111102 528.00 - 10-1202 5937.49 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010085) N
(20111201 528.00 - 10-1202 6465.49 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 8440858 76010085) N
(20111212 589.05 - 10-1202 7054.54 ONLINE-UEBERWEISUNG RECHNUNG FW/10964 DATUM 10.12.2011, 14.05 UHR 1.TAN 925692 EBC FRANKFURT GMBH &) N
( CO. KG 288563 37050299) N
(20111219 147.56 - 10-1202 7202.10 ONLINE-UEBERWEISUNG RECHNUNG FW/11228 DATUM 19.12.2011, 17.13 UHR 1.TAN 628795 EBC FRANKFURT GMBH &) N
( CO. KG 288563 37050299) N
() N
(13-6310 Miete_Buero 7202.10) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (249) 249
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6520 \(Kfz_Versicherung\)) N
() N
(20110104 505.82 - 10-1202 505.82 KFZ Versicherung, B1) N
(20110128 15.00 - 10-1202 520.82 Auto-Verwarnung) N
(20110517 69.50 - 10-1202 590.32 Bu\303M-^_geld, Auto) N
(20110517 15.00 - 10-1202 605.32 Verwarnung, Auto) N
() N
(13-6520 Kfz_Versicherung 605.32) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (250) 250
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6670 \(Reisekosten\)) N
() N
(20110104 350.00 - 10-1202 350.00 Reisekosten Gabriel, B4) N
(20110104 -55.88 - 11-1575-111 294.12 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B4\)) N
(20110104 6.40 - 10-1501-cgabriel 300.52 Taxi G\303\274tersloh) N
(20110120 13.00 - 10-1501-cgabriel 313.52 Taxi N\303\274rnberg) N
(20110120 -0.85 - 11-1571-111 312.67 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110124 7.00 - 10-1501-cgabriel 319.67 Taxi G\303\274tersloh) N
(20110124 -0.46 - 11-1571-111 319.21 7 v.H. Vorst. von 7.00 \(Taxi G\303\274tersloh\)) N
(20110201 350.00 - 10-1202 669.21 Reisekosten Gabriel, B14) N
(20110201 -55.88 - 11-1575-111 613.33 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B14\)) N
(20110203 18.00 - 10-1501-cgabriel 631.33 Taxi N\303\274rnberg) N
(20110203 17.00 - 10-1501-cgabriel 648.33 Taxi N\303\274rnberg) N
(20110203 14.00 - 10-1501-cgabriel 662.33 Taxi N\303\274rnberg) N
(20110203 -1.18 - 11-1571-111 661.15 7 v.H. Vorst. von 18.00 \(Taxi N\303\274rnberg\)) N
(20110203 -1.11 - 11-1571-111 660.04 7 v.H. Vorst. von 17.00 \(Taxi N\303\274rnberg\)) N
(20110203 -0.92 - 11-1571-111 659.12 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110223 7.00 - 10-1501-cgabriel 666.12 Fahrpreisnacherhebung) N
(20110223 10.00 - 10-1501-cgabriel 676.12 Taxi N\303\274rnberg) N
(20110223 -0.65 - 11-1571-111 675.47 7 v.H. Vorst. von 10.00 \(Taxi N\303\274rnberg\)) N
(20110301 350.00 - 10-1202 1025.47 Reisekosten Gabriel, B25) N
(20110301 -55.88 - 11-1575-111 969.59 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B25\)) N
(20110314 13.50 - 10-1501-cgabriel 983.09 Sprinter-Aufpreis) N
(20110317 13.00 - 10-1501-cgabriel 996.09 Taxi N\303\274rnberg) N
(20110317 -0.85 - 11-1571-111 995.24 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110327 13.00 - 10-1501-cgabriel 1008.24 Taxi N\303\274rnberg) N
(20110331 13.00 - 10-1501-cgabriel 1021.24 Taxi N\303\274rnberg) N
(20110331 -0.85 - 11-1571-111 1020.39 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110401 -55.88 - 11-1575-112 964.51 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B36\)) N
(20110404 350.00 - 10-1202 1314.51 Reisekosten Gabriel, B36) N
(20110407 7.00 - 10-1501-cgabriel 1321.51 Taxi G\303\274tersloh) N
(20110429 9.00 - 10-1501-cgabriel 1330.51 Taxi M\303\274nster) N
(20110429 -0.59 - 11-1571-112 1329.92 7 v.H. Vorst. von 9.00 \(Taxi M\303\274nster\)) N
(20110503 350.00 - 10-1202 1679.92 Reisekosten Gabriel, B48) N
(20110503 -55.88 - 11-1575-112 1624.04 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B48\)) N
(20110506 12.00 - 10-1501-cgabriel 1636.04 Taxi M\303\274nster) N
(20110507 14.00 - 10-1501-cgabriel 1650.04 Taxi N\303\274rnberg) N
(20110507 -0.92 - 11-1571-112 1649.12 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110523 11.50 - 10-1501-cgabriel 1660.62 Taxi N\303\274rnberg) N
(20110523 -0.75 - 11-1571-112 1659.87 7 v.H. Vorst. von 11.50 \(Taxi N\303\274rnberg\)) N
(20110601 380.00 - 10-1202 2039.87 Reisekosten Gabriel, B90) N
(20110601 -55.88 - 11-1575-112 1983.99 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110701 -55.88 - 11-1575-113 1928.11 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110704 350.00 - 10-1202 2278.11 LASTSCHRIFT 30134002901 010711DBABO DIE BAHN SAGT DANKE) N
(20110720 10.00 - 10-1501-cgabriel 2288.11 Taxi Karlsruhe) N
(20110720 -0.65 - 11-1571-113 2287.46 7 v.H. Vorst. von 10.00 \(Taxi Karlsruhe\)) N
(20110802 350.00 - 10-1202 2637.46 LASTSCHRIFT 30134002901 010811DBABO DIE BAHN SAGT DANKE) N
(20110802 -55.88 - 11-1575-113 2581.58 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010810DBABO\)) N
(20110901 -55.88 - 11-1575-113 2525.70 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010910DBABO\)) N
(20110902 350.00 - 10-1202 2875.70 LASTSCHRIFT 30134002901 010911DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 1081356054 10) N
(089260) N
(20110926 14.00 - 10-1202 2889.70 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKTENZ. D.11.1655421.01.7-25 DATUM 24.09.2011, 19.52 UH) N
(R 1.TAN 833088 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 14.00 - 10-1202 2903.70 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKT.Z D.11.1785838.01.5-25 DATUM 24.09.2011, 19.49 UHR ) N
(1.TAN 230066 DB VERTRIEB GMBH 115507600 66240002) N
(20111001 -55.88 - 11-1575-114 2847.82 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011010DBABO\)) N
(20111005 350.00 - 10-1202 3197.82 LASTSCHRIFT 30134002901 011011DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 1081356054 10) N
(089260) N
(20111102 350.00 - 10-1202 3547.82 LASTSCHRIFT 30134002901 011111DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 1081356054 10) N
(089260) N
(20111102 -55.88 - 11-1575-114 3491.94 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011110DBABO\)) N
(20111109 26.50 - 10-1501-tjungblut 3518.44 Reisekosten tjungblut) N
(20111109 -4.23 - 11-1575-114 3514.21 19 v.H. Vorst. von 26.50 \(Reisekosten tjungblut\)) N
(20111125 30.00 - 10-1202 3544.21 LASTSCHRIFT 100000825540 050007169260 FAHRSCHEIN 18173538 DB VERTRIEB GMBH 152517108 1001) N
(0010) N
(20111201 -55.88 - 11-1575-114 3488.33 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011210DBABO\)) N
(20111202 350.00 - 10-1202 3838.33 LASTSCHRIFT 30134002901 011211DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH 1081356054 10) N
(089260) N
(20111202 68.00 - 10-1202 3906.33 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM DATUM 02.12.2011, 11.21 UHR 1.TAN 564047 HANS PA) N
(RFUSS 192238 70020270) N
(20111208 148.00 - 10-1202 4054.33 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM 26.-27.11.11 DATUM 08.12.2011, 12.34 UHR 1.TAN 1) N
(57200 CHRISTIANE CSENGERY 3371514 76090500) N
() N
(13-6670 Reisekosten 4054.33) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (251) 251
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6680 \(Uebernachtung_Unternehmer\)) N
() N
(20111109 84.00 - 10-1501-tjungblut 84.00 Hotel jungblut) N
(20111109 16.00 - 10-1501-tjungblut 100.00 Hotel jungblut) N
(20111109 -5.50 - 11-1571-114 94.50 7 v.H. Vorst. von 84.00 \(Hotel jungblut\)) N
(20111109 -2.55 - 11-1575-114 91.95 19 v.H. Vorst. von 16.00 \(Hotel jungblut\)) N
() N
(13-6680 Uebernachtung_Unternehmer 91.95) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (252) 252
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-6855 \(KtoGeb\)) N
() N
(20110201 9.31 - 10-1202 9.31 Kontoabrechnung, B28) N
(20110301 9.03 - 10-1202 18.34 Kontoabrechnung, B28) N
(20110401 8.12 - 10-1202 26.46 Kontoabrechnung) N
(20110502 7.57 - 10-1202 34.03 Kontoabrechnung, B92) N
(20110601 8.99 - 10-1202 43.02 Kontoabrechnung, B92) N
(20110701 7.98 - 10-1202 51.00 ENTGELTABSCHLUSS Abrechnung 30.06.2011 Information zur Abrechnung Entgelte vom 01.06.2011 bis 30.0) N
(6.2011 7,98S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 3 x 0,20 0,60S Gesch\303\244ftsvorf\303\244lle 3 x 0,03 0,09S \303M-^\\berweisung beleglos 5 x 0) N
(,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S) N
(20110801 8.08 - 10-1202 59.08 ENTGELTABSCHLUSS Abrechnung 29.07.2011 Information zur Abrechnung Entgelte vom 01.07.2011 bis 29.0) N
(7.2011 8,08S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 4 x 0,20 0,80S Gesch\303\244ftsvorf\303\244lle 4 x 0,03 0,12S \303M-^\\berweisung beleglos 2 x 0) N
(,20 0,40S Gesch\303\244ftsvorf\303\244lle 2 x 0,03 0,06S) N
(20110901 11.92 - 10-1202 71.00 ENTGELTABSCHLUSS Abrechnung 31.08.2011 Information zur Abrechnung Entgelte vom 30.07.2011 bis 31.0) N
(8.2011 11,92S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S \303M-^\\berweisung beleglos 14 x) N
( 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
(20111004 11.09 - 10-1202 82.09 ENTGELTABSCHLUSS Abrechnung 30.09.2011 Information zur Abrechnung Entgelte vom 01.09.2011 bis 30.0) N
(9.2011 11,09S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 6 x 0,20 1,20S Gesch\303\244ftsvorf\303\244lle 6 x 0,03 0,18S \303M-^\\berweisung beleglos 11 x) N
( 0,20 2,20S Gesch\303\244ftsvorf\303\244lle 11 x 0,03 0,33S) N
(20111102 10.23 - 10-1202 92.32 ENTGELTABSCHLUSS Abrechnung 31.10.2011 Information zur Abrechnung Entgelte vom 01.10.2011 bis 31.1) N
(0.2011 10,23S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 7 x 0,20 1,40S Gesch\303\244ftsvorf\303\244lle 7 x 0,03 0,21S \303M-^\\berweisung beleglos 8 x ) N
(0,20 1,60S Gesch\303\244ftsvorf\303\244lle 8 x 0,03 0,24S) N
(20111201 16.13 - 10-1202 108.45 ENTGELTABSCHLUSS Abrechnung 30.11.2011 Information zur Abrechnung Entgelte vom 01.11.2011 bis 30.1) N
(1.2011 16,13S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 13 x 0,20 2,60S Gesch\303\244ftsvorf\303\244lle 13 x 0,03 0,39S \303M-^\\berweisung beleghaft ) N
(1 x 0,20 0,20S Gesch\303\244ftsvorf\303\244lle 1 x 0,30 0,30S) N
(20111230 13.88 - 10-1202 122.33 ENTGELTABSCHLUSS Abrechnung 30.12.2011 Information zur Abrechnung Entgelte vom 01.12.2011 bis 30.1) N
(2.2011 13,88S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 12 x 0,20 2,40S Gesch\303\244ftsvorf\303\244lle 12 x 0,03 0,36S \303M-^\\berweisung beleglos 1) N
(4 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S) N
() N
(13-6855 KtoGeb 122.33) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (253) 253
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-7001 \(Ausschuettung\)) N
() N
(20111231 105000.00 - 10-1501-cgabriel 105000.00 Aussch\303\274ttung) N
() N
(13-7001 Ausschuettung 105000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (254) 254
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-7303 \(Nebenleistungen\)) N
() N
(20110401 5.51 - 10-1202 5.51 Zinsen) N
() N
(13-7303 Nebenleistungen 5.51) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (255) 255
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-7603 \(Koerperschaftsteuer\)) N
() N
(20111229 32000.00 - 10-1330-11 32000.00 Rueckstellung Koerperschaftsteuer) N
() N
(13-7603 Koerperschaftsteuer 32000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (256) 256
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-7610 \(Gewerbesteuer\)) N
() N
(20111229 30000.00 - 10-1331-11 30000.00 Rueckstellung Gewerbesteuer) N
() N
(13-7610 Gewerbesteuer 30000.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (257) 257
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-7632 \(Kapitalertragssteuer\)) N
() N
(20111229 33012.50 - 10-1335-11 33012.50 Kapitalsteuer) N
() N
(13-7632 Kapitalertragssteuer 33012.50) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (258) 258
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9210 \(CulturalMarketing\)) N
() N
(20111129 78.60 - 10-1202 78.60 ONLINE-UEBERWEISUNG RECHNUNG 202508 V. 22.11.11 DATUM 29.11.2011, 19.42 UHR 1.TAN 816918 BARTELS NO) N
(TEN, BREMEN 96900204 20010020) N
() N
(13-9210 CulturalMarketing 78.60) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (259) 259
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9520 \(Netz_und_Telefon\)) N
() N
(20110520 59.88 - 10-1202 59.88 Alfahosting) N
(20110520 -9.56 - 11-1575-112 50.32 19 v.H. Vorst. von 59.88 \(Alfahosting\)) N
(20110627 35.90 - 10-1202 86.22 Strato) N
(20110726 29.00 - 10-1202 115.22 LASTSCHRIFT DRP 40891998 63160312) N
(20110823 11.88 - 10-1202 127.10 LASTSCHRIFT DRP 41086610 63160312 STRATO AG 100679001 38040007) N
(20110825 29.00 - 10-1202 156.10 LASTSCHRIFT DRP 41140465 63160312 STRATO AG 100679001 38040007) N
(20110930 59.00 - 10-1202 215.10 LASTSCHRIFT DRP 41423717 63160312 STRATO AG 100679001 38040007) N
(20111005 11.88 - 10-1202 226.98 LASTSCHRIFT DRP 41508435 26841 STRATO AG 100679001 38040007) N
(20111028 59.00 - 10-1202 285.98 LASTSCHRIFT DRP 41674440 63160312 STRATO AG 100679001 38040007) N
(20111125 11.88 - 10-1202 297.86 LASTSCHRIFT DRP 41932879 26841 STRATO AG 100679001 38040007) N
(20111130 59.00 - 10-1202 356.86 LASTSCHRIFT DRP 41932564 63160312 STRATO AG 100679001 38040007) N
(20111209 50.00 - 10-1202 406.86 LASTSCHRIFT RG E255785,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPGATE GMBH 181148804 30040000) N
(20111209 50.00 - 10-1202 456.86 LASTSCHRIFT RG E255787,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPGATE GMBH 181148804 30040000) N
(20111229 59.00 - 10-1202 515.86 LASTSCHRIFT DRP 42181876 63160312 STRATO AG 100679001 38040007) N
() N
(13-9520 Netz_und_Telefon 515.86) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (260) 260
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9631 \(GEZ\)) N
() N
(20110116 17.28 - 10-1202 17.28 GEZ, B10) N
(20110415 17.28 - 10-1202 34.56 GEZ, B42) N
(20110715 17.28 - 10-1202 51.84 LASTSCHRIFT 616144632 2011072000208860 RUNDFUNK 06.2011 - 08.2011 IFT IINFORMATIK GMBH VIELEN DANK ) N
(FUER IHRE RUNDFUNKGEBUEHREN) N
(20111017 17.28 - 10-1202 69.12 LASTSCHRIFT 616144632 2011102000210054 RUNDFUNK 09.2011 - 11.2011 IFT IINFORMATIK GMBH VIELEN DANK ) N
(FUER IHRE RUNDFUNKGEBUEHREN RUNDFUNKANST. 2024100 70050000) N
() N
(13-9631 GEZ 69.12) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (261) 261
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9640 \(Beitraege\)) N
() N
(20110128 120.00 - 10-1202 120.00 IHK-Beitrag) N
() N
(13-9640 Beitraege 120.00) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (262) 262
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9770 \(Hardware_Verbrauchsmaterial\)) N
() N
(20110801 81.68 - 10-1202 81.68 ONLINE-UEBERWEISUNG BEITRAG 2010 IFT INFORMTIK FUERTH RECHN.NR. 20112283440 DATUM 31.07.2011, 11.51) N
( UHR 1.TAN 963123) N
(20111025 357.00 - 10-1202 438.68 ONLINE-UEBERWEISUNG RECHNUNG F. TEST- HARDWARE DATUM 25.10.2011, 14.11 UHR 1.TAN 373364 DIETER SCHL) N
(OTZ 82098500 61170024) N
() N
(13-9770 Hardware_Verbrauchsmaterial 438.68) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (263) 263
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9775 \(Lohnbuchungen\)) N
() N
(20110926 257.04 - 10-1202 257.04 ONLINE-UEBERWEISUNG RECHN. V. 14.9. RECHN.NR. 2011-2404 DATUM 25.09.2011, 23.54 UHR 1.TAN 941580 JO) N
(CHEN BACHMANN 11088200 52070024) N
(20111109 135.66 - 10-1202 392.70 LASTSCHRIFT RG.-NR. 20699/2806 JOCHEN BACHMANN 11088200 52070024) N
(20111215 273.70 - 10-1202 666.40 LASTSCHRIFT RECH. 3152/30.11.11 MAND 20699 JOCHEN BACHMANN 11088200 52070024) N
() N
(13-9775 Lohnbuchungen 666.40) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (264) 264
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9780 \(Team-Event\)) N
() N
(20111129 472.90 - 10-1202 472.90 ONLINE-UEBERWEISUNG RECHNUNG 38258 V. 27.11.11 DATUM 29.11.2011, 19.43 UHR 1.TAN 627852 HOTEL BACCH) N
(US, BENSHEIM 2056042 50950068) N
() N
(13-9780 Team-Event 472.90) N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (265) 265
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
(gmbh2011, Konto 13-9998 \(Finanzamt\)) N
() N
(20110131 33.00 - 10-1310-10 33.00 S\303\244umniszuschlag USt Dezember) N
(20110801 30.00 - 10-1202 63.00 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST APR 11 IFT INFORMATIK GMBH DATUM 31.07.2011) N
(, 11.44 UHR 1.TAN 485029) N
(20110801 75.00 - 10-1202 138.00 ONLINE-UEBERWEISUNG VERSP.ZUSCHL 218/129/10296 UST MAI 11 IFT INFORMATIK GMBH DATUM 31.07.2011, ) N
(11.42 UHR 1.TAN 005569) N
(20110801 95.00 - 10-1202 233.00 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST JUNI 11 IFT INFORMATIK GMBH DATUM 31.07.201) N
(1, 11.34 UHR 1.TAN 576283) N
() N
(13-9998 Finanzamt 233.00) N
() N
() N
() N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (266) 266
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(***********************************************************************) p n
() N
( JOURNAL: ) N
() N
(20110101 -11815.27 11-1805 10-10078-10075 Saldovortrag) N
(20110101 -3927.00 11-1805 10-10080-10073 Saldovortrag) N
(20110101 -9424.80 11-1805 10-10080-10074 Saldovortrag) N
(20110101 -226.10 11-1805 10-10082-10077 Saldovortrag) N
(20110101 -143.82 11-1805 10-1202 Saldovortrag) N
(20110101 1074.54 11-1805 10-1231 Saldovortrag) N
(20110101 6183.59 11-1805 10-1310-07 Saldovortrag) N
(20110101 -6197.06 11-1805 10-1310-08 Saldovortrag) N
(20110101 -127.61 11-1805 10-1310-09 Saldovortrag) N
(20110101 3088.89 11-1805 10-1310-10 Saldovortrag) N
(20110101 -28.89 11-1805 10-1330-07 Saldovortrag) N
(20110101 7275.32 11-1805 10-1330-08 Saldovortrag) N
(20110101 2500.00 11-1805 10-1330-09 Saldovortrag) N
(20110101 5800.00 11-1805 10-1330-10 Saldovortrag) N
(20110101 -48.00 11-1805 10-1331-07 Saldovortrag) N
(20110101 2841.00 11-1805 10-1331-08 Saldovortrag) N
(20110101 2400.00 11-1805 10-1331-09 Saldovortrag) N
(20110101 5400.00 11-1805 10-1331-10 Saldovortrag) N
(20110101 0.00 11-1805 10-1335-07 Saldovortrag) N
(20110101 0.00 11-1805 10-1335-08 Saldovortrag) N
(20110101 0.00 11-1805 10-1335-09 Saldovortrag) N
(20110101 5275.00 11-1805 10-1335-10 Saldovortrag) N
(20110101 -2161.54 11-1805 10-1380-07 Saldovortrag) N
(20110101 -11674.64 11-1805 10-1380-08 Saldovortrag) N
(20110101 -1349.51 11-1805 10-1380-09 Saldovortrag) N
(20110101 0.00 11-1805 10-1380-10 Saldovortrag) N
(20110101 -112.21 11-1805 10-1381-07 Saldovortrag) N
(20110101 0.00 11-1805 10-1381-08 Saldovortrag) N
(20110101 0.00 11-1805 10-1381-09 Saldovortrag) N
(20110101 0.00 11-1805 10-1381-10 Saldovortrag) N
(20110101 0.00 11-1805 10-1385-07 Saldovortrag) N
(20110101 0.00 11-1805 10-1385-08 Saldovortrag) N
(20110101 0.06 11-1805 10-1385-09 Saldovortrag) N
(20110101 0.00 11-1805 10-1385-10 Saldovortrag) N
(20110101 2.25 11-1805 10-1500-arjasanow Saldovortrag) N
(20110101 0.00 11-1805 10-1500-ashawky Saldovortrag) N
(20110101 0.00 11-1805 10-1500-ckettner Saldovortrag) N
(20110101 0.00 11-1805 10-1500-cnawrot Saldovortrag) N
(20110101 0.00 11-1805 10-1500-dblaesche Saldovortrag) N
(20110101 0.00 11-1805 10-1500-dkullick Saldovortrag) N
(20110101 0.00 11-1805 10-1500-etoo Saldovortrag) N
(20110101 0.00 11-1805 10-1500-hmaamoun Saldovortrag) N
(20110101 0.00 11-1805 10-1500-hzaazou Saldovortrag) N
(20110101 0.00 11-1805 10-1500-jclaussnitzer Saldovortrag) N
(20110101 0.00 11-1805 10-1500-jengewald Saldovortrag) N
(20110101 0.00 11-1805 10-1500-jkaiser Saldovortrag) N
(20110101 0.00 11-1805 10-1500-jkoch Saldovortrag) N
(20110101 0.00 11-1805 10-1500-jschuladen Saldovortrag) N
(20110101 0.00 11-1805 10-1500-klaewer Saldovortrag) N
(20110101 0.00 11-1805 10-1500-klangschwager Saldovortrag) N
(20110101 0.00 11-1805 10-1500-mtruemper Saldovortrag) N
(20110101 0.00 11-1805 10-1500-mweber Saldovortrag) N
(20110101 0.00 11-1805 10-1500-oppenl Saldovortrag) N
(20110101 0.00 11-1805 10-1500-sgeier Saldovortrag) N
(20110101 0.00 11-1805 10-1500-srodenberg Saldovortrag) N
(20110101 0.00 11-1805 10-1500-stockbauer Saldovortrag) N
(20110101 0.00 11-1805 10-1500-tfelder Saldovortrag) N
(20110101 0.00 11-1805 10-1500-tjungblut Saldovortrag) N
(20110101 0.00 11-1805 10-1500-tkinzl Saldovortrag) N
(20110101 0.00 11-1805 10-1500-ukrohn Saldovortrag) N
(20110101 0.00 11-1805 10-1500-wkapraun Saldovortrag) N
(20110101 0.00 11-1805 10-1500-wsarhan Saldovortrag) N
(20110101 0.00 11-1805 10-1500-xxx Saldovortrag) N
(20110101 -33930.07 11-1805 10-1501-cgabriel Saldovortrag) N
(20110101 1150.77 11-1805 10-1501-ckettner Saldovortrag) N
(20110101 0.00 11-1805 10-1501-oppenl Saldovortrag) N
(20110101 2993.47 11-1805 10-1510 Saldovortrag) N
(20110101 -1284.14 11-1805 10-1512 Saldovortrag) N
(20110101 419.67 11-1805 10-1513 Saldovortrag) N
(20110101 0.00 11-1805 10-1515 Saldovortrag) N
(20110101 903.97 11-1805 10-1518 Saldovortrag) N
(20110101 4354.12 11-1805 10-1598 Saldovortrag) N
(20110101 0.00 11-1805 10-1599 Saldovortrag) N
(20110101 718.00 11-1805 10-2080-Oel Saldovortrag) N
(20110101 -550.00 11-1805 10-2080-Strom Saldovortrag) N
(20110104 -87.00 10-1202 10-2080-Strom Infra, B6) N
(20110104 -505.82 10-1202 13-6520 KFZ Versicherung, B1) N
(20110104 -528.00 10-1202 13-6310 Miete Buero, B2) N
(20110104 110.00 10-2080-Oel 10-1202 Oelvorauszahlung, B5) N
(20110104 350.00 13-6670 10-1202 Reisekosten Gabriel, B4) N
(20110104 -55.88 13-6670 11-1575-111 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B4\)) N
(20110104 6.40 13-6670 10-1501-cgabriel Taxi G\303\274tersloh) N
(20110110 3300.00 10-1202 10-10080-10073 Zahlung tes November) N
(20110115 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110115 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110116 -1200.00 10-1202 10-1501-cgabriel Entnahme) N
(20110116 17.28 13-9631 10-1202 GEZ, B10) N
(20110117 -160.00 10-1202 10-1500-jengewald-ZAHL Aushilfslohn Engewald, B15) N
(20110117 49.23 10-1512-zahlung 10-1202 Minijob/GSV, B11) N
(20110120 13.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110120 -0.85 13-6670 11-1571-111 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110124 7.00 13-6670 10-1501-cgabriel Taxi G\303\274tersloh) N
(20110124 -0.46 13-6670 11-1571-111 7 v.H. Vorst. von 7.00 \(Taxi G\303\274tersloh\)) N
(20110128 -15.00 10-1202 13-6520 Auto-Verwarnung) N
(20110128 120.00 13-9640 10-1202 IHK-Beitrag) N
(20110131 -2100.00 10-1202 10-1501-cgabriel Entnahme, f. Dani) N
(20110131 -11995.20 12-8401 10-10078-11013 Rechnung 1und1 Januar) N
(20110131 1915.20 12-8401 11-1775-111 19 v.H. USt. von 11995.20 \(Rechnung 1und1 Januar\)) N
(20110131 -10995.60 12-8401 10-10080-11014 Rechnung tes Januar) N
(20110131 1755.60 12-8401 11-1775-111 19 v.H. USt. von 10995.60 \(Rechnung tes Januar\)) N
(20110131 33.00 13-9998 10-1310-10 S\303\244umniszuschlag USt Dezember) N
(20110131 1413.16 10-1310-10 10-1202 USt-Vorauszahlung) N
(20110131 11815.27 10-1202 10-10078-10075 Zahlung 1und1 Dezember) N
(20110201 -9.31 10-1202 13-6855 Kontoabrechnung, B28) N
(20110201 -528.00 10-1202 13-6310 Miete FUE, B13) N
(20110201 110.00 10-2080-Oel 10-1202 Oelvorauszahlung, B16) N
(20110201 350.00 13-6670 10-1202 Reisekosten Gabriel, B14) N
(20110201 -55.88 13-6670 11-1575-111 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B14\)) N
(20110203 18.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110203 17.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110203 14.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110203 -1.18 13-6670 11-1571-111 7 v.H. Vorst. von 18.00 \(Taxi N\303\274rnberg\)) N
(20110203 -1.11 13-6670 11-1571-111 7 v.H. Vorst. von 17.00 \(Taxi N\303\274rnberg\)) N
(20110203 -0.92 13-6670 11-1571-111 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110208 627.00 10-1202 10-10080-10073 Zahlung tes November) N
(20110210 -9424.80 10-10080-10074 10-1202 Zahlung tes Dezember) N
(20110214 90.46 10-1202 10-2080-Strom R\303\274ckzahlung infra) N
(20110214 2004.81 10-1310-10 10-1202 USt-Vorauszahlung) N
(20110214 3614.07 10-1310-11 10-1202 USt-Vorauszahlung) N
(20110215 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110215 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (267) 267
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20110215 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) p n
(20110215 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110215 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110216 -2983.00 10-1202 10-1501-cgabriel Entnahme) N
(20110218 -300.00 10-1202 10-1500-arjasanow-ZAHL Lohn) N
(20110222 49.23 10-1512-zahlung 10-1202 GSV, B20) N
(20110223 7.00 13-6670 10-1501-cgabriel Fahrpreisnacherhebung) N
(20110223 10.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110223 -0.65 13-6670 11-1571-111 7 v.H. Vorst. von 10.00 \(Taxi N\303\274rnberg\)) N
(20110226 -160.00 10-1202 10-1500-jengewald-ZAHL Aushilfslohn Engewald, B23) N
(20110228 -11424.00 12-8401 10-10078-11017 Rechnung 1und1 Februar) N
(20110228 1824.00 12-8401 11-1775-111 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Februar\)) N
(20110228 -10472.00 12-8401 10-10080-11016 Rechnung tes Februar) N
(20110228 1672.00 12-8401 11-1775-111 19 v.H. USt. von 10472.00 \(Rechnung tes Februar\)) N
(20110301 -9.03 10-1202 13-6855 Kontoabrechnung, B28) N
(20110301 -528.00 10-1202 13-6310 Miete Fuerth, B24) N
(20110301 110.00 10-2080-Oel 10-1202 Oelvorauszahlung, B26) N
(20110301 -76.00 10-1202 10-2080-Strom RE Infra, B27) N
(20110301 350.00 13-6670 10-1202 Reisekosten Gabriel, B25) N
(20110301 -55.88 13-6670 11-1575-111 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B25\)) N
(20110304 -212.00 10-1202 10-1500-arjasanow-ZAHL Lohn) N
(20110307 -36.00 10-1202 10-1310-11 USt-Versp.Zuschlag) N
(20110307 -3436.91 10-1202 10-1310-11 USt-Vorauszahlung) N
(20110307 -10995.60 10-10080-11014 10-1202 Zahlung tes Januar) N
(20110314 13.50 13-6670 10-1501-cgabriel Sprinter-Aufpreis) N
(20110315 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110315 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110315 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110315 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110315 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110317 13.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110317 -0.85 13-6670 11-1571-111 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110318 -2983.00 10-1202 10-1501-cgabriel Entnahme) N
(20110326 49.23 10-1512-zahlung 10-1202 GSV, B32) N
(20110327 13.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110328 -49.50 10-1380-10-zahlung 10-1202 Finanzamt) N
(20110330 -4992.00 10-1202 10-1501-cgabriel Entnahme) N
(20110331 -160.00 10-1202 10-1500-jengewald-ZAHL Aushilfslohn Engewald, B33) N
(20110331 -512.00 10-1202 10-1500-arjasanow-ZAHL Lohn) N
(20110331 -76.00 10-1202 10-2080-Strom RE Infra, B34) N
(20110331 -13137.60 12-8401 10-10078-11018 Rechnung 1und1 M\303\244rz) N
(20110331 2097.60 12-8401 11-1775-111 19 v.H. USt. von 13137.60 \(Rechnung 1und1 M\303\244rz\)) N
(20110331 -12042.80 12-8401 10-10080-11017 Rechnung tes M\303\244rz) N
(20110331 1922.80 12-8401 11-1775-111 19 v.H. USt. von 12042.80 \(Rechnung tes M\303\244rz\)) N
(20110331 13.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110331 -0.85 13-6670 11-1571-111 7 v.H. Vorst. von 13.00 \(Taxi N\303\274rnberg\)) N
(20110401 -8.12 10-1202 13-6855 Kontoabrechnung) N
(20110401 -528.00 10-1202 13-6310 Miete Fuerth, B35) N
(20110401 110.00 10-2080-Oel 10-1202 Oelvorauszahlung, B37) N
(20110401 -55.88 13-6670 11-1575-112 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B36\)) N
(20110401 -11995.20 10-10078-11013 10-1202 Zahlung 1und1 Januar) N
(20110401 5.51 13-7303 10-1202 Zinsen) N
(20110404 -350.00 10-1202 13-6670 Reisekosten Gabriel, B36) N
(20110407 7.00 13-6670 10-1501-cgabriel Taxi G\303\274tersloh) N
(20110411 -3964.52 10-1202 10-1310-11 USt-Vorauszahlung) N
(20110415 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110415 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110415 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110415 -1998.00 10-1202 10-1501-cgabriel Entnahme) N
(20110415 17.28 13-9631 10-1202 GEZ, B42) N
(20110415 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110415 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110418 -2983.00 10-1202 10-1501-cgabriel Entnahme) N
(20110428 -160.00 10-1202 10-1500-jengewald-ZAHL Aushilfslohn Engewald, B44) N
(20110428 49.23 10-1512-zahlung 10-1202 GSV, B46) N
(20110428 -10472.00 10-10080-11016 10-1202 Zahlung tes Februar) N
(20110429 -4992.00 10-1202 10-1501-cgabriel Entnahme) N
(20110429 9.00 13-6670 10-1501-cgabriel Taxi M\303\274nster) N
(20110429 -0.59 13-6670 11-1571-112 7 v.H. Vorst. von 9.00 \(Taxi M\303\274nster\)) N
(20110430 -10852.80 12-8402 10-10078-11020 Rechnung 1und1 April) N
(20110430 1732.80 12-8402 11-1775-112 19 v.H. USt. von 10852.80 \(Rechnung 1und1 April\)) N
(20110430 -9948.40 12-8402 10-10080-11021 Rechnung tes April) N
(20110430 1588.40 12-8402 11-1775-112 19 v.H. USt. von 9948.40 \(Rechnung tes April\)) N
(20110502 -7.57 10-1202 13-6855 Kontoabrechnung, B92) N
(20110502 -528.00 10-1202 13-6310 Miete Buero Fuerth, B47) N
(20110502 -76.00 10-1202 10-2080-Strom RE Infra Fuerth, B45) N
(20110503 -4985.00 10-1202 10-1501-cgabriel Entnahme) N
(20110503 -512.00 10-1202 10-1500-arjasanow-ZAHL Lohn) N
(20110503 110.00 10-2080-Oel 10-1202 Oelvorauszahlung, B49) N
(20110503 350.00 13-6670 10-1202 Reisekosten Gabriel, B48) N
(20110503 -55.88 13-6670 11-1575-112 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B48\)) N
(20110503 12042.80 10-1202 10-10080-11017 Zahlung tes Maerz) N
(20110506 12.00 13-6670 10-1501-cgabriel Taxi M\303\274nster) N
(20110507 14.00 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110507 -0.92 13-6670 11-1571-112 7 v.H. Vorst. von 14.00 \(Taxi N\303\274rnberg\)) N
(20110509 -11424.00 10-10078-11017 10-1202 Zahlung 1und1 Februar) N
(20110512 -3265.32 10-1202 10-1310-11 USt-Vorauszahlung) N
(20110515 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110515 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110515 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110515 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110515 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110516 -2983.00 10-1202 10-1501-cgabriel Entnahme) N
(20110517 -69.50 10-1202 13-6520 Bu\303M-^_geld, Auto) N
(20110517 -15.00 10-1202 13-6520 Verwarnung, Auto) N
(20110519 13137.60 10-1202 10-10078-11018 Zahlung 1und1 M\303\244rz) N
(20110520 59.88 13-9520 10-1202 Alfahosting) N
(20110520 -9.56 13-9520 11-1575-112 19 v.H. Vorst. von 59.88 \(Alfahosting\)) N
(20110523 11.50 13-6670 10-1501-cgabriel Taxi N\303\274rnberg) N
(20110523 -0.75 13-6670 11-1571-112 7 v.H. Vorst. von 11.50 \(Taxi N\303\274rnberg\)) N
(20110531 -76.00 10-1202 10-2080-Strom Infra Fuerth, B88) N
(20110531 -12566.40 12-8402 10-10078-11033 Rechnung 1und1 Mai) N
(20110531 2006.40 12-8402 11-1775-112 19 v.H. USt. von 12566.40 \(Rechnung 1und1 Mai\)) N
(20110531 -11519.20 12-8402 10-10080-11028 Rechnung tes Mai) N
(20110531 1839.20 12-8402 11-1775-112 19 v.H. USt. von 11519.20 \(Rechnung tes Mai\)) N
(20110601 -8.99 10-1202 13-6855 Kontoabrechnung, B92) N
(20110601 -528.00 10-1202 13-6310 Miete Buero Fuerth, B89) N
(20110601 110.00 10-2080-Oel 10-1202 Oelvorauszahlung, B91) N
(20110601 -380.00 10-1202 13-6670 Reisekosten Gabriel, B90) N
(20110601 -55.88 13-6670 11-1575-112 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110607 -160.00 10-1202 10-1500-jengewald-ZAHL Aushilfslohn Engewald, B93) N
(20110607 49.23 10-1512-zahlung 10-1202 GSV/Minjob Zentrale, B94) N
(20110607 -3789.72 10-1202 10-1310-11 USt-Vorauszahlung) N
(20110608 -512.00 10-1202 10-1500-arjasanow-ZAHL Lohn) N
(20110615 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110615 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110615 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110615 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110615 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110616 -2983.00 10-1202 10-1501-cgabriel Entnahme) N
(20110620 292.74 13-6300 10-1202 Catering 1u1) N
(20110620 158.27 13-6300 10-1202 Catering 1u1) N
(20110620 -46.74 13-6300 11-1575-112 19 v.H. Vorst. von 292.74 \(Catering 1u1\)) N
(20110620 -25.27 13-6300 11-1575-112 19 v.H. Vorst. von 158.27 \(Catering 1u1\)) N
(20110620 -512.00 10-1202 10-1500-arjasanow-ZAHL Lohn) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (268) 268
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20110627 35.90 13-9520 10-1202 Strato) p n
(20110630 -160.00 10-1202 10-1500-jengewald-ZAHL Aushilfslohn Engewald, B93) N
(20110630 49.23 10-1512-zahlung 10-1202 GSV/Minjob Zentrale, B94) N
(20110630 -76.00 10-1202 10-2080-Strom Infra Fuerth) N
(20110630 -10852.80 12-8402 10-10078-11043 Rechnung 1und1 Juni) N
(20110630 1732.80 12-8402 11-1775-112 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Juni\)) N
(20110630 -9948.40 12-8402 10-10080-11044 Rechnung tes Juni) N
(20110630 1588.40 12-8402 11-1775-112 19 v.H. USt. von 9948.40 \(Rechnung tes Juni\)) N
(20110701 -528.00 10-1202 13-6310 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110701 -110.00 10-1202 10-2080-Oel DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110701 -7.98 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 30.06.2011 Information zur Abrechnung Entgelte ) N
(vom 01.06.2011 bis 30.06.2011 7,98S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 3 x 0,20 0,60S Gesch\303\244ftsvorf\303\244lle 3 x 0,03 0,09S \303M-^\\b) N
(erweisung beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S) N
(20110701 -55.88 13-6670 11-1575-113 19 v.H. Vorst. von 350.00 \(Reisekosten Gabriel, B90\)) N
(20110701 -10852.80 10-10078-11020 10-1202 SEPA GUTSCHRIFT EREF+0007221055 SVWZ+/INV/2011-020 30.4.201 1) N
(20110704 -350.00 10-1202 13-6670 LASTSCHRIFT 30134002901 010711DBABO DIE BAHN SAGT DANKE) N
(20110712 3193.31 10-1310-11 10-1202 ONLINE-UEBERWEISUNG UST.-VORAUSZAHLUNG 218/129/10296 06/2011 IFT INFORMATIK) N
( DATUM 12.07.2011, 09.23 UHR 1.TAN 434095) N
(20110715 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110715 -320.00 10-1500-ddienlin-LOHN 13-6030-ddienlin Brutto-Lohn) N
(20110715 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110715 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110715 17.28 13-9631 10-1202 LASTSCHRIFT 616144632 2011072000208860 RUNDFUNK 06.2011 - 08.2011 IFT IINFO) N
(RMATIK GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN) N
(20110715 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110715 89.60 13-6010-ddienlin 10-1514-ddienlin SV AG-Anteil) N
(20110715 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110715 -11519.20 10-10080-11028 10-1202 UEBERWEISUNGSGUTSCHRIFT DME1012464927 &CR&CR20 11 028 DME1012) N
(20110718 -2983.00 10-1202 10-1501-cgabriel DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER) N
(20110719 81.00 13-5200 10-1202 LASTSCHRIFT FUE-IT110/4 17071) N
(20110720 10.00 13-6670 10-1501-cgabriel Taxi Karlsruhe) N
(20110720 -0.65 13-6670 11-1571-113 7 v.H. Vorst. von 10.00 \(Taxi Karlsruhe\)) N
(20110722 -160.00 10-1202 10-1500-jengewald-ZAHL DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK) N
(20110725 49.23 10-1512-zahlung 10-1202 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD) N
(20110725 -4000.00 10-1202 10-1501-cgabriel ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 25.07.2011, 10.36 UHR 1.TAN 271203) N
(20110726 29.00 13-9520 10-1202 LASTSCHRIFT DRP 40891998 63160312) N
(20110726 -9948.40 10-10080-11021 10-1202 UEBERWEISUNGSGUTSCHRIFT DME1012511213 &CR&CR20 11 021 DME1012) N
(20110728 -12566.40 10-10078-11033 10-1202 SEPA GUTSCHRIFT EREF+0007225947 SVWZ+/INV/2011-033 31.5.201 1) N
(20110731 -11995.20 12-8403 10-10078-11047 Rechnung 1und1 Juli) N
(20110731 -10472.00 12-8403 10-10080-11048 Rechnung tes Juli) N
(20110731 1672.00 12-8403 11-1775-113 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110731 1672.00 12-8403 11-1775-113 19 v.H. USt. von 10472.00 \(Rechnung tes Juli\)) N
(20110801 -528.00 10-1202 13-6310 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH) N
(20110801 -110.00 10-1202 10-2080-Oel DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH) N
(20110801 -8.08 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 29.07.2011 Information zur Abrechnung Entgelte ) N
(vom 01.07.2011 bis 29.07.2011 8,08S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 4 x 0,20 0,80S Gesch\303\244ftsvorf\303\244lle 4 x 0,03 0,12S \303M-^\\b) N
(erweisung beleglos 2 x 0,20 0,40S Gesch\303\244ftsvorf\303\244lle 2 x 0,03 0,06S) N
(20110801 -76.00 10-1202 10-2080-Strom LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 07/11) N
(20110801 1922.74 10-1310-11 10-1202 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST MAI 11 IFT INFORMATIK ) N
(GMBH DATUM 31.07.2011, 11.36 UHR 1.TAN 745376) N
(20110801 -512.00 10-1202 10-1500-arjasanow-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN JULI 2011 DATUM 31.07.2011, 11.13 UHR 1.TA) N
(N 690778) N
(20110801 111.90 10-2080-Oel 10-1202 ONLINE-UEBERWEISUNG HEIZUNGSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.S) N
(TR. DATUM 31.07.2011, 11.12 UHR 1.TAN 852844) N
(20110801 15.00 13-5200 10-1202 ONLINE-UEBERWEISUNG VERWARNUNG, AKTENZ. 0000102708195 FUe-IT 110 DATUM 31.0) N
(7.2011, 11.21 UHR 1.TAN 827793) N
(20110801 129.49 13-6310 10-1202 ONLINE-UEBERWEISUNG BETRIEBSKOSTENNACHZAHLUNG 2010 IFT INFORMATIK, NUERNB.S) N
(TR. DATUM 31.07.2011, 11.10 UHR 1.TAN 963626) N
(20110801 81.68 13-9770 10-1202 ONLINE-UEBERWEISUNG BEITRAG 2010 IFT INFORMTIK FUERTH RECHN.NR. 20112283440) N
( DATUM 31.07.2011, 11.51 UHR 1.TAN 963123) N
(20110801 30.00 13-9998 10-1202 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST APR 11 IFT INFORMATIK ) N
(GMBH DATUM 31.07.2011, 11.44 UHR 1.TAN 485029) N
(20110801 75.00 13-9998 10-1202 ONLINE-UEBERWEISUNG VERSP.ZUSCHL 218/129/10296 UST MAI 11 IFT INFORMATIK GM) N
(BH DATUM 31.07.2011, 11.42 UHR 1.TAN 005569) N
(20110801 95.00 13-9998 10-1202 ONLINE-UEBERWEISUNG VERSP.ZUSCHLAG 218/129/10296 UST JUNI 11 IFT INFORMATIK) N
( GMBH DATUM 31.07.2011, 11.34 UHR 1.TAN 576283) N
(20110802 -350.00 10-1202 13-6670 LASTSCHRIFT 30134002901 010811DBABO DIE BAHN SAGT DANKE) N
(20110802 -55.88 13-6670 11-1575-113 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010810DBABO\)) N
(20110802 3500.00 10-1501-cgabriel 10-1202 ONLINE-UEBERWEISUNG ENTNAHME DATUM 02.08.2011, 11.07 UHR 1.TAN 482384) N
(20110805 -9948.40 10-10080-11044 10-1202 UEBERWEISUNGSGUTSCHRIFT DME1012575324 &CR&CR20 11 044 DME1012) N
(20110815 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110815 -200.00 10-1500-ccsengery-LOHN 13-6030-ccsengery Brutto-Lohn) N
(20110815 -320.00 10-1500-ddienlin-LOHN 13-6030-ddienlin Brutto-Lohn) N
(20110815 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20110815 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110815 56.00 13-6010-ccsengery 10-1512-ccsengery SV AG-Anteil) N
(20110815 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110815 89.60 13-6010-ddienlin 10-1514-ddienlin SV AG-Anteil) N
(20110815 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110818 -2983.00 10-1202 10-1501-cgabriel DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110819 -512.00 10-1202 10-1500-arjasanow-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011- AUG. DATUM 19.08.2011, 15.4) N
(1 UHR 1.TAN 934798 RJASANOW, ANDREAS 105087918 50850150) N
(20110819 -200.00 10-1202 10-1500-ccsengery-ZAHL ONLINE-UEBERWEISUNG ABSCHLAG 2011 AUG. DATUM 19.08.2011, 15.55 UHR 1.TAN 90) N
(5819 CHRISTIANE CSENGERY 3371514 76090500) N
(20110819 -640.00 10-1202 10-1500-ddienlin-ZAHL ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 AUG. DATUM 19) N
(.08.2011, 15.40 UHR 1.TAN 837701 DOMINIK DIENLIN 4700984015 38160220) N
(20110819 320.00 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG AUSHILFSLOHN ABSCHLAG 2011-AUG. DATUM 19.08.2011, 15.44) N
( UHR 1.TAN 805438 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20110822 -160.00 10-1202 10-1500-jengewald-ZAHL DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20110823 49.23 10-1512-zahlung 10-1202 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE) N
( 1828141200 36010111) N
(20110823 11.88 13-9520 10-1202 LASTSCHRIFT DRP 41086610 63160312 STRATO AG 100679001 38040007) N
(20110825 29.00 13-9520 10-1202 LASTSCHRIFT DRP 41140465 63160312 STRATO AG 100679001 38040007) N
(20110828 -428.40 10-1501-tjungblut 13-6100-tjungblut Rechnung) N
(20110828 -68.40 13-6100-tjungblut 11-1575-113 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110831 -76.00 10-1202 10-2080-Strom LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 08/11 INFRA FUER) N
(TH GMBH 67 76250000) N
(20110831 -13137.60 12-8403 10-10078-11051 Rechnung 1und1 August) N
(20110831 2097.60 12-8403 11-1775-113 19 v.H. USt. von 13137.60 \(Rechnung 1und1 August\)) N
(20110831 3867.50 10-10084-11054 12-8403 Rechnung lex August) N
(20110831 534.70 12-8403 11-1775-113 19 v.H. USt. von 3348.92 \(Rechnung lex August\)) N
(20110831 -11519.20 12-8403 10-10080-11053 Rechnung tes August) N
(20110831 1839.20 12-8403 11-1775-113 19 v.H. USt. von 11519.20 \(Rechnung tes August\)) N
(20110831 -10852.80 10-10078-11043 10-1202 SEPA GUTSCHRIFT EREF+0007232006 SVWZ+/INV/2011-043 30.6.201 1 Hays AG DE536) N
(70400310604042200 COBADEFF670) N
(20110831 -10472.00 10-10080-11048 10-1202 UEBERWEISUNGSGUTSCHRIFT DME1012699331 &CR&CR20 11048 DME10126 STHREE GMBH 1) N
(435416007 50230400) N
(20110901 -528.00 10-1202 13-6310 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 844085) N
(8 76010085) N
(20110901 -110.00 10-1202 10-2080-Oel DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 65573) N
(8 76250000) N
(20110901 -11.92 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 31.08.2011 Information zur Abrechnung Entgelte ) N
(vom 30.07.2011 bis 31.08.2011 11,92S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 5 x 0,20 1,00S Gesch\303\244ftsvorf\303\244lle 5 x 0,03 0,15S \303M-^\\) N
(berweisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S ) N
(20110901 -55.88 13-6670 11-1575-113 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 010910DBABO\)) N
(20110902 -350.00 10-1202 13-6670 LASTSCHRIFT 30134002901 010911DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH) N
( 1081356054 10089260) N
(20110914 -1506.73 10-1202 10-1310-11 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST JUL.11 FINANZAMT FUERTH 7620150) N
(0 76000000) N
(20110914 -4329.32 10-1202 10-1310-11 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST AUG.11 FINANZAMT FUERTH 762015) N
(00 76000000) N
(20110915 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20110915 -400.00 10-1500-ccsengery-LOHN 13-6030-ccsengery Brutto-Lohn) N
(20110915 -320.00 10-1500-ddienlin-LOHN 13-6030-ddienlin Brutto-Lohn) N
(20110915 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (269) 269
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(20110915 -400.00 10-1500-mherrschel-LOHN 13-6030-mherrschel Brutto-Lohn) p n
(20110915 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20110915 -4695.00 10-1202 10-1501-cgabriel ONLINE-UEBERWEISUNG PRIVATENTNAHME DATUM 15.09.2011, 10.03 UHR 1.TAN 489446) N
( CHRISTIAN GABRIEL 3103207 20040000) N
(20110915 165.10 10-1512-zahlung 10-1202 ONLINE-UEBERWEISUNG 14993475 RUECKSTANDS-BETRAG 07/08 2011 DATUM 15.09.2011) N
(, 09.36 UHR 1.TAN 544670 MINIJOB-ZENTRALE 1828141200 36010111) N
(20110915 112.00 13-6010-ccsengery 10-1512-ccsengery SV AG-Anteil) N
(20110915 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20110915 112.00 13-6010-mherrschel 10-1512-mherrschel SV AG-Anteil) N
(20110915 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20110919 -2983.00 10-1202 10-1501-cgabriel DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20110922 -160.00 10-1202 10-1500-jengewald-ZAHL DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20110923 49.23 10-1512-zahlung 10-1202 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE) N
( 1828141200 36010111) N
(20110923 754.88 10-1518-zahlung 10-1202 LASTSCHRIFT Z3501375998 OB-14993475 BARMER GEK 4000410 30050000) N
(20110926 -512.00 10-1202 10-1500-arjasanow-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20110926 -400.00 10-1202 10-1500-ccsengery-ZAHL ONLINE-UEBERWEISUNG LOHN SEPT. 2011 DATUM 25.09.2011, 23.30 UHR 1.TAN 16353) N
(3 CHRISTIANE CSENGERY 3371514 76090500) N
(20110926 -640.00 10-1202 10-1500-ddienlin-ZAHL ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 SEPT. DATUM 2) N
(5.09.2011, 23.25 UHR 1.TAN 893249 DOMINIK DIENLIN 4700984015 38160220) N
(20110926 -400.00 10-1202 10-1500-mherrschel-ZAHL ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.38 UHR 1.TAN 7) N
(79919 MICHAEL HERRSCHEL 368237 76060618) N
(20110926 1000.00 10-1501-cgabriel 10-1202 ONLINE-UEBERWEISUNG PRIVATENTNAHME AUSLAGENERSATZ DATUM 24.09.2011, 19.47 U) N
(HR 1.TAN 994060 GABRIEL, DR. CHRISTIAN 200031185 76030080) N
(20110926 360.00 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG ABSCHLAG LOHN SEPT DATUM 25.09.2011, 23.35 UHR 1.TAN 60) N
(5548 TOBIAS JUNGBLUT 1210781054 30020900) N
(20110926 14.00 13-6670 10-1202 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKTENZ. D.11.1655421.01.7-25 DATUM 24.09.) N
(2011, 19.52 UHR 1.TAN 833088 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 14.00 13-6670 10-1202 ONLINE-UEBERWEISUNG RECHN.V.13.9. AKT.Z D.11.1785838.01.5-25 DATUM 24.09.20) N
(11, 19.49 UHR 1.TAN 230066 DB VERTRIEB GMBH 115507600 66240002) N
(20110926 257.04 13-9775 10-1202 ONLINE-UEBERWEISUNG RECHN. V. 14.9. RECHN.NR. 2011-2404 DATUM 25.09.2011, 2) N
(3.54 UHR 1.TAN 941580 JOCHEN BACHMANN 11088200 52070024) N
(20110928 107.84 10-1518-zahlung 10-1202 LASTSCHRIFT Z5450354167 OB-14993475 BETRAG EUR 107,84. BEITRAG 0911 - 091) N
(1 BARMER GEK 4000410 30050000) N
(20110928 -428.40 10-1501-tjungblut 13-6100-tjungblut Rechnung) N
(20110928 -68.40 13-6100-tjungblut 11-1575-113 19 v.H. Vorst. von 428.40 \(Rechnung\)) N
(20110929 -11995.20 10-10078-11047 10-1202 SEPA GUTSCHRIFT EREF+0007237391 SVWZ+/INV/2011-047 31.7.201 1 Hays AG DE536) N
(70400310604042200 COBADEFF670) N
(20110930 59.00 13-9520 10-1202 LASTSCHRIFT DRP 41423717 63160312 STRATO AG 100679001 38040007) N
(20110930 -76.00 10-1202 10-2080-Strom LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 09/11 INFRA FUER) N
(TH GMBH 67 76250000) N
(20110930 -12566.40 12-8403 10-10078-11059 Rechnung 1und1 September) N
(20110930 2006.40 12-8403 11-1775-113 19 v.H. USt. von 12566.40 \(Rechnung 1und1 September\)) N
(20110930 -10472.00 12-8403 10-10080-11063 Rechnung tes September) N
(20110930 1672.00 12-8403 11-1775-113 19 v.H. USt. von 10472.00 \(Rechnung tes September\)) N
(20111001 -55.88 13-6670 11-1575-114 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011010DBABO\)) N
(20111004 -528.00 10-1202 13-6310 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 844085) N
(8 76010085) N
(20111004 -110.00 10-1202 10-2080-Oel DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 65573) N
(8 76250000) N
(20111004 -11.09 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 30.09.2011 Information zur Abrechnung Entgelte ) N
(vom 01.09.2011 bis 30.09.2011 11,09S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 6 x 0,20 1,20S Gesch\303\244ftsvorf\303\244lle 6 x 0,03 0,18S \303M-^\\) N
(berweisung beleglos 11 x 0,20 2,20S Gesch\303\244ftsvorf\303\244lle 11 x 0,03 0,33S ) N
(20111005 -350.00 10-1202 13-6670 LASTSCHRIFT 30134002901 011011DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH) N
( 1081356054 10089260) N
(20111005 11.88 13-9520 10-1202 LASTSCHRIFT DRP 41508435 26841 STRATO AG 100679001 38040007) N
(20111013 -3622.52 10-1202 10-1310-11 LASTSCHRIFT 218/129/10296 UMS.ST SEP.11 FINANZAMT FUERTH 76201500 76000000) N
(20111015 -554.67 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20111015 -400.00 10-1500-ccsengery-LOHN 13-6030-ccsengery Brutto-Lohn) N
(20111015 -320.00 10-1500-ddienlin-LOHN 13-6030-ddienlin Brutto-Lohn) N
(20111015 -1100.41 10-1500-hparfuss-LOHN 13-6030-hparfuss Brutto-Lohn) N
(20111015 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20111015 -481.67 10-1500-jkleckow-LOHN 13-6030-jkleckow Brutto-Lohn) N
(20111015 -400.00 10-1500-mherrschel-LOHN 13-6030-mherrschel Brutto-Lohn) N
(20111015 86.93 10-1500-hparfuss-KV 10-1516-hparfuss KV-Beitrag) N
(20111015 13.48 10-1500-hparfuss-PV 10-1516-hparfuss PV-Beitrag) N
(20111015 42.67 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20111015 31.67 10-1500-jkleckow-RV 10-1515-jkleckow RV-Beitrag) N
(20111015 112.00 13-6010-ccsengery 10-1512-ccsengery SV AG-Anteil) N
(20111015 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20111015 112.00 13-6010-mherrschel 10-1512-mherrschel SV AG-Anteil) N
(20111015 89.60 13-6010-ddienlin 10-1514-ddienlin SV AG-Anteil) N
(20111015 47.93 13-6010-jkleckow 10-1515-jkleckow SV AG-Anteil) N
(20111015 213.76 13-6010-hparfuss 10-1516-hparfuss SV AG-Anteil) N
(20111015 55.19 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20111017 17.28 13-9631 10-1202 LASTSCHRIFT 616144632 2011102000210054 RUNDFUNK 09.2011 - 11.2011 IFT IINFO) N
(RMATIK GMBH VIELEN DANK FUER IHRE RUNDFUNKGEBUEHREN RUNDFUNKANST. 2024100 70050000) N
(20111017 -13137.60 10-10078-11051 10-1202 SEPA GUTSCHRIFT EREF+0007240212 SVWZ+/INV/2011-051 31.8.201 160-C-110648-01) N
( /2011/Aug Hays AG DE53670400310604042200 COBADEFF670) N
(20111018 -2983.00 10-1202 10-1501-cgabriel DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111024 49.23 10-1512-zahlung 10-1202 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE) N
( 1828141200 36010111) N
(20111024 -160.00 10-1202 10-1500-jengewald-ZAHL DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111025 -512.00 10-1202 10-1500-arjasanow-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN) N
(20111025 -400.00 10-1202 10-1500-ccsengery-ZAHL ONLINE-UEBERWEISUNG LOHN OKT. 2011 DATUM 25.10.2011, 13.16 UHR 1.TAN 057398) N
( CHRISTIANE CSENGERY 3371514 76090500) N
(20111025 -320.00 10-1202 10-1500-ddienlin-ZAHL ONLINE-UEBERWEISUNG ABSCHLAG AUSHILFSLOHN IFT INFORMATIK 2011 OKT DATUM 25.) N
(10.2011, 13.28 UHR 1.TAN 161738 DOMINIK DIENLIN 4700984015 38160220) N
(20111025 -1000.00 10-1202 10-1500-hparfuss-ZAHL ONLINE-UEBERWEISUNG VERGUETUNG OKT. DATUM 25.10.2011, 13.18 UHR 1.TAN 90904) N
(3 HANS PARFUSS 192238 70020270) N
(20111025 -400.00 10-1202 10-1500-mherrschel-ZAHL ONLINE-UEBERWEISUNG VERGUETUNG IFT OKT DATUM 25.10.2011, 13.30 UHR 1.TAN 0) N
(10970 MICHAEL HERRSCHEL 368237 76060618) N
(20111025 -4990.00 10-1202 10-1501-cgabriel ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 25.10.2011, 13.07 UHR 1.TAN 743) N
(759 CHRISTIAN GABRIEL 3103207 20040000) N
(20111025 856.80 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG RECHNUNG OKTOBER MARKETING WEBAUFTRITT DATUM 25.10.2011) N
(, 13.11 UHR 1.TAN 828344 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111025 357.00 13-9770 10-1202 ONLINE-UEBERWEISUNG RECHNUNG F. TEST- HARDWARE DATUM 25.10.2011, 14.11 UHR ) N
(1.TAN 373364 DIETER SCHLOTZ 82098500 61170024) N
(20111027 1694.41 10-1518-zahlung 10-1202 LASTSCHRIFT Z3650365622 OB-14993475 BETRAG EUR 1.586,57. BETRAG EUR 107,8) N
(4. BEITRAG 1011 - 1011 BARMER GEK 4000410 30050000) N
(20111028 59.00 13-9520 10-1202 LASTSCHRIFT DRP 41674440 63160312 STRATO AG 100679001 38040007) N
(20111028 -856.80 10-1501-tjungblut 13-6100-tjungblut Rechnung) N
(20111028 -136.80 13-6100-tjungblut 11-1575-114 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111028 -11519.20 10-10080-11053 10-1202 UEBERWEISUNGSGUTSCHRIFT DME1012990325 &CR&CR20 11053 DME10129 STHREE GMBH 1) N
(435416007 50230400) N
(20111031 -76.00 10-1202 10-2080-Strom LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 10/11 INFRA FUER) N
(TH GMBH 67 76250000) N
(20111031 -10852.80 12-8403 10-10078-11068 Rechnung 1und1 Oktober) N
(20111031 1732.80 12-8403 11-1775-114 19 v.H. USt. von 10852.80 \(Rechnung 1und1 Oktober\)) N
(20111031 -10472.00 12-8404 10-10080-11069 Rechnung tes Oktober) N
(20111031 1672.00 12-8404 11-1775-114 19 v.H. USt. von 10472.00 \(Rechnung tes Oktober\)) N
(20111102 -528.00 10-1202 13-6310 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 844085) N
(8 76010085) N
(20111102 -110.00 10-1202 10-2080-Oel DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 65573) N
(8 76250000) N
(20111102 -10.23 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 31.10.2011 Information zur Abrechnung Entgelte ) N
(vom 01.10.2011 bis 31.10.2011 10,23S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 7 x 0,20 1,40S Gesch\303\244ftsvorf\303\244lle 7 x 0,03 0,21S \303M-^\\) N
(berweisung beleglos 8 x 0,20 1,60S Gesch\303\244ftsvorf\303\244lle 8 x 0,03 0,24S ) N
(20111102 -350.00 10-1202 13-6670 LASTSCHRIFT 30134002901 011111DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH) N
( 1081356054 10089260) N
(20111102 -55.88 13-6670 11-1575-114 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011110DBABO\)) N
(20111103 95.04 10-1515-zahlung 10-1202 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111104 450.00 10-1500-jkleckow-ZAHL 10-1202 ONLINE-UEBERWEISUNG AUSHILFSLOHN OKT. 11 DATUM 04.11.2011, 08.15 UHR 1.TAN ) N
(567000 JANINA KLECKOW 1050681 25152375) N
(20111104 273.60 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG NACHZAHLUNG UST AUG. - OKT. DATUM 04.11.2011, 08.11 UHR) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (270) 270
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
( 1.TAN 122824 JUNGBLUT, TOBIAS 1210781054 30020900) p n
(20111104 250.00 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG ABSCHLAG RK MUENCHEN DATUM 04.11.2011, 08.08 UHR 1.TAN ) N
(026028 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111109 -84.00 10-1501-tjungblut 13-6680 Hotel jungblut) N
(20111109 -16.00 10-1501-tjungblut 13-6680 Hotel jungblut) N
(20111109 -5.50 13-6680 11-1571-114 7 v.H. Vorst. von 84.00 \(Hotel jungblut\)) N
(20111109 -2.55 13-6680 11-1575-114 19 v.H. Vorst. von 16.00 \(Hotel jungblut\)) N
(20111109 135.66 13-9775 10-1202 LASTSCHRIFT RG.-NR. 20699/2806 JOCHEN BACHMANN 11088200 52070024) N
(20111109 -26.50 10-1501-tjungblut 13-6670 Reisekosten tjungblut) N
(20111109 -4.23 13-6670 11-1575-114 19 v.H. Vorst. von 26.50 \(Reisekosten tjungblut\)) N
(20111111 -10472.00 10-10080-11063 10-1202 UEBERWEISUNGSGUTSCHRIFT DME1013055621 &CR&CR20 11063 DME10130 STHREE GMBH 1) N
(435416007 50230400) N
(20111114 331.34 10-1516-zahlung 10-1202 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111114 2232.10 10-1510-zahlung 10-1202 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH NACHZAHLUNG WG) N
( BETRIEBSPRUE FING RV NORDBAYERN DATUM 13.11.2011, 20.48 UHR 1.TAN 771600 DAK HAMBURG 938756000 20080000) N
(20111114 1391.06 13-5200 10-1202 ONLINE-UEBERWEISUNG RECHN.1529501 V. 18.10.2011 DATUM 13.11.2011, 20.56 UHR) N
( 1.TAN 744631 FROEHLICH PEUGEOT 380034892 76050101) N
(20111115 -869.52 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20111115 -400.00 10-1500-ccsengery-LOHN 13-6030-ccsengery Brutto-Lohn) N
(20111115 -705.36 10-1500-ddienlin-LOHN 13-6030-ddienlin Brutto-Lohn) N
(20111115 -1120.34 10-1500-dperic-LOHN 13-6030-dperic Brutto-Lohn) N
(20111115 -1100.41 10-1500-hparfuss-LOHN 13-6030-hparfuss Brutto-Lohn) N
(20111115 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20111115 -300.00 10-1500-jfriedrichs-LOHN 13-6030-jfriedrichs Brutto-Lohn) N
(20111115 -481.67 10-1500-jkleckow-LOHN 13-6030-jkleckow Brutto-Lohn) N
(20111115 -400.00 10-1500-mherrschel-LOHN 13-6030-mherrschel Brutto-Lohn) N
(20111115 45.36 10-1500-dperic-LST 10-1380-11-dperic Lohnsteuer) N
(20111115 3.51 10-1500-dperic-KST 10-1385-11-dperic Kirchensteuer) N
(20111115 86.93 10-1500-hparfuss-KV 10-1516-hparfuss KV-Beitrag) N
(20111115 13.48 10-1500-hparfuss-PV 10-1516-hparfuss PV-Beitrag) N
(20111115 86.52 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20111115 65.36 10-1500-ddienlin-RV 10-1514-ddienlin RV-Beitrag) N
(20111115 111.47 10-1500-dperic-RV 10-1517-dperic RV-Beitrag) N
(20111115 31.67 10-1500-jkleckow-RV 10-1515-jkleckow RV-Beitrag) N
(20111115 3348.92 10-1310-11 10-1202 LASTSCHRIFT 218/129/10296 UMS.ST OKT.11 FINANZAMT FUERTH 76201500 76000000) N
(20111115 112.00 13-6010-ccsengery 10-1512-ccsengery SV AG-Anteil) N
(20111115 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20111115 84.00 13-6010-jfriedrichs 10-1512-jfriedrichs SV AG-Anteil) N
(20111115 112.00 13-6010-mherrschel 10-1512-mherrschel SV AG-Anteil) N
(20111115 70.18 13-6010-ddienlin 10-1514-ddienlin SV AG-Anteil) N
(20111115 47.93 13-6010-jkleckow 10-1515-jkleckow SV AG-Anteil) N
(20111115 213.76 13-6010-hparfuss 10-1516-hparfuss SV AG-Anteil) N
(20111115 135.88 13-6010-dperic 10-1517-dperic SV AG-Anteil) N
(20111115 86.52 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20111118 -2983.00 10-1202 10-1501-cgabriel DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111118 3867.50 10-1202 10-10084-11054 UEBERWEISUNGSGUTSCHRIFT 2011-054 VOM 13.10.2011 / Z AHLUNG ERFOLGT VORBEHAL) N
(TLIC H DER ANERKENNUNG DER LEIST UNG. SOLCOM UNTERNEHMENSB.GMBH 11013 64050000) N
(20111122 -160.00 10-1202 10-1500-jengewald-ZAHL DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111122 300.00 10-1501-arjasanow 10-1202 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.15 UHR 1.TA) N
(N 947091 RJASANOW, ANDREAS 105087918 50850150) N
(20111122 -4985.00 10-1202 10-1501-cgabriel ONLINE-UEBERWEISUNG RUECKGABE EINLAGE DATUM 22.11.2011, 09.13 UHR 1.TAN 751) N
(810 CHRISTIAN GABRIEL 3103207 20040000) N
(20111122 300.00 10-1501-mherrschel 10-1202 ONLINE-UEBERWEISUNG VORAUSZAHLUNG AUSLAGEN DATUM 22.11.2011, 09.16 UHR 1.TA) N
(N 745660 MICHAEL HERRSCHEL 368237 76060618) N
(20111122 273.60 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG UST-NACHZAHLUNG AUG SEP DATUM 22.11.2011, 09.17 UHR 1.T) N
(AN 485615 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111123 49.23 10-1512-zahlung 10-1202 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE) N
( 1828141200 36010111) N
(20111125 50000.00 10-1222 10-1202 AUFTRAG UMBUCHUNG IFT INSTITUT F\303M-^\\R TECHNOLOGI E TRANSFER 40349664 76250) N
(000) N
(20111125 30.00 13-6670 10-1202 LASTSCHRIFT 100000825540 050007169260 FAHRSCHEIN 18173538 DB VERTRIEB GMBH ) N
(152517108 10010010) N
(20111125 11.88 13-9520 10-1202 LASTSCHRIFT DRP 41932879 26841 STRATO AG 100679001 38040007) N
(20111125 -783.00 10-1202 10-1500-arjasanow-ZAHL ONLINE-UEBERWEISUNG GEHALT PLUS KRKS. DATUM 25.11.2011, 09.45 UHR 1.TAN 548) N
(889 ANDREAS RJASANOW 105087918 50850150) N
(20111125 -400.00 10-1202 10-1500-ccsengery-ZAHL ONLINE-UEBERWEISUNG LOHN 11/2011 DATUM 25.11.2011, 09.47 UHR 1.TAN 150272 C) N
(HRISTIANE CSENGERY 3371514 76090500) N
(20111125 -640.00 10-1202 10-1500-ddienlin-ZAHL ONLINE-UEBERWEISUNG GEHALT 11/2011 DATUM 25.11.2011, 09.46 UHR 1.TAN 414771) N
( DOMINIK DIENLEIN 4700984015 38160220) N
(20111125 -960.00 10-1202 10-1500-dperic-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.54 UHR 1.TAN ) N
(496595 DARJAN PERIC 101001504 50850150) N
(20111125 -1000.00 10-1202 10-1500-hparfuss-ZAHL ONLINE-UEBERWEISUNG VERGUETUNG 11/2011 DATUM 25.11.2011, 09.49 UHR 1.TAN 92) N
(9984 HANS PARFUSS 192238 70020270) N
(20111125 -300.00 10-1202 10-1500-jfriedrichs-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.53 UHR 1.TA) N
(N 730884 JUTTA FRIEDRICHS 55661859 76010085) N
(20111125 450.00 10-1500-jkleckow-ZAHL 10-1202 ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.51 UHR 1.TAN ) N
(292910 JANINA KLECKOW 1050681 25152375) N
(20111125 -400.00 10-1202 10-1500-mherrschel-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 11/2011 DATUM 25.11.2011, 09.52 UHR 1.TAN) N
( 578686 MICHAEL HERRSCHEL 368237 76060618) N
(20111128 95.04 10-1515-zahlung 10-1202 LASTSCHRIFT BEITRAG 14993475 11.11 BKK MOBIL OIL 638715300 20040000) N
(20111128 331.34 10-1516-zahlung 10-1202 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111128 190.69 10-1518-zahlung 10-1202 LASTSCHRIFT Z0150389723 OB-14993475 BETRAG EUR 190,69. BEITRAG 1111 - 111) N
(1 BARMER GEK 4000410 30050000) N
(20111128 1078.19 10-1512-zahlung 10-1202 LASTSCHRIFT Z4834432851 OB-14993475 EINZUG BEITRAG KNAPPSCHAFT-BAHN-SEE 1) N
(050541 44050000) N
(20111128 -856.80 10-1501-tjungblut 13-6100-tjungblut Rechnung) N
(20111128 -136.80 13-6100-tjungblut 11-1575-114 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111129 22.00 10-1510-zahlung 10-1202 ONLINE-UEBERWEISUNG ZEICHEN 502 492 3525 00 -410741-12000-EH 502492352501-4) N
(10741-12000-L I FEHLBETRAG DATUM 29.11.2011, 19.40 UHR 1.TAN 584973 DAK HAMBURG 938756000 20080000) N
(20111129 78.60 13-9210 10-1202 ONLINE-UEBERWEISUNG RECHNUNG 202508 V. 22.11.11 DATUM 29.11.2011, 19.42 UHR) N
( 1.TAN 816918 BARTELS NOTEN, BREMEN 96900204 20010020) N
(20111129 472.90 13-9780 10-1202 ONLINE-UEBERWEISUNG RECHNUNG 38258 V. 27.11.11 DATUM 29.11.2011, 19.43 UHR ) N
(1.TAN 627852 HOTEL BACCHUS, BENSHEIM 2056042 50950068) N
(20111130 59.00 13-9520 10-1202 LASTSCHRIFT DRP 41932564 63160312 STRATO AG 100679001 38040007) N
(20111130 -76.00 10-1202 10-2080-Strom LASTSCHRIFT KD.-NR. 1105722230 76,00 10-2080-StromABSCHLAG 11/11 INFRA FUER) N
(TH GMBH 67 76250000) N
(20111130 -11424.00 12-8404 10-10078-11076 Rechnung 1und1 November) N
(20111130 1824.00 12-8404 11-1775-114 19 v.H. USt. von 11424.00 \(Rechnung 1und1 November\)) N
(20111130 -10281.60 12-8404 10-10078-11079 Rechnung Intel November) N
(20111130 1641.60 12-8404 11-1775-114 19 v.H. USt. von 10281.60 \(Rechnung Intel November\)) N
(20111130 -10995.60 12-8404 10-10080-11075 Rechnung tes November) N
(20111130 1755.60 12-8404 11-1775-114 19 v.H. USt. von 10995.60 \(Rechnung tes November\)) N
(20111201 -528.00 10-1202 13-6310 DAUERAUFTRAG MIETZAHLUNG IFT INFORMATIK GMBH MIETKONTO WERNER STORCH 844085) N
(8 76010085) N
(20111201 -110.00 10-1202 10-2080-Oel DAUERAUFTRAG OEL-VORAUSZAHLUNG IFT INFORMATIK GMBH OELKONTO W. STORCH 65573) N
(8 76250000) N
(20111201 -16.13 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 30.11.2011 Information zur Abrechnung Entgelte ) N
(vom 01.11.2011 bis 30.11.2011 16,13S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 13 x 0,20 2,60S Gesch\303\244ftsvorf\303\244lle 13 x 0,03 0,39S \303) N
(M-^\\berweisung beleghaft 1 x 0,20 0,20S Gesch\303\244ftsvorf\303\244lle 1 x 0,30 0,30S ) N
(20111201 -55.88 13-6670 11-1575-114 19 v.H. Vorst. von 350.00 \(LASTSCHRIFT 30134002901 011210DBABO\)) N
(20111201 -12566.40 10-10078-11059 10-1202 SEPA GUTSCHRIFT EREF+0007249438 SVWZ+/INV/2011-059 30.9.201 1 Hays AG DE536) N
(70400310604042200 COBADEFF670) N
(20111202 -350.00 10-1202 13-6670 LASTSCHRIFT 30134002901 011211DBABO DIE BAHN SAGT DANKE DB VERTRIEB GMBH) N
( 1081356054 10089260) N
(20111202 247.35 10-1517-zahlung 10-1202 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 11/11 TK-301111,CDAE,3100872) N
(997 TECHNIKER KRANKENKASSE 1280376854 20050550) N
(20111202 68.00 13-6670 10-1202 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM DATUM 02.12.2011, 11.21 UHR 1.TAN ) N
(564047 HANS PARFUSS 192238 70020270) N
(20111208 148.00 13-6670 10-1202 ONLINE-UEBERWEISUNG FAHRTKOSTEN BENSHEIM 26.-27.11.11 DATUM 08.12.2011, 12.) N
(34 UHR 1.TAN 157200 CHRISTIANE CSENGERY 3371514 76090500) N
(20111209 50.00 13-9520 10-1202 LASTSCHRIFT RG E255785,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPGATE GMB) N
(H 181148804 30040000) N
(20111209 50.00 13-9520 10-1202 LASTSCHRIFT RG E255787,SIPID 1421267 WWW.SIPGATE.DE VIELEN DANK SIPGATE GMB) N
(H 181148804 30040000) N
(20111212 589.05 13-6310 10-1202 ONLINE-UEBERWEISUNG RECHNUNG FW/10964 DATUM 10.12.2011, 14.05 UHR 1.TAN 925) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (271) 271
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(692 EBC FRANKFURT GMBH & CO. KG 288563 37050299) p n
(20111214 -5431.32 10-1202 10-1310-11 LASTSCHRIFT STEUERNR. 218/129/10296 UMS.ST NOV.11 FINANZAMT FUERTH 762015) N
(00 76000000) N
(20111214 45.36 10-1380-11-zahlung 10-1202 LASTSCHRIFT STEUERNR. 218/129/10296 LOHNST NOV.11 FINANZAMT FUERTH 7620150) N
(0 76000000) N
(20111214 3.51 10-1385-11-zahlung 10-1202 LASTSCHRIFT STEUERNR. 218/129/10296 LKST.RK NOV.11 FINANZAMT FUERTH 7620) N
(1500 76000000) N
(20111215 -855.08 10-1500-arjasanow-LOHN 13-6030-arjasanow Brutto-Lohn) N
(20111215 -400.00 10-1500-ccsengery-LOHN 13-6030-ccsengery Brutto-Lohn) N
(20111215 -1078.38 10-1500-ddienlin-LOHN 13-6030-ddienlin Brutto-Lohn) N
(20111215 -1119.27 10-1500-dperic-LOHN 13-6030-dperic Brutto-Lohn) N
(20111215 -1100.41 10-1500-hparfuss-LOHN 13-6030-hparfuss Brutto-Lohn) N
(20111215 -160.00 10-1500-jengewald-LOHN 13-6030-jengewald Brutto-Lohn) N
(20111215 -300.00 10-1500-jfriedrichs-LOHN 13-6030-jfriedrichs Brutto-Lohn) N
(20111215 -481.67 10-1500-jkleckow-LOHN 13-6030-jkleckow Brutto-Lohn) N
(20111215 -400.00 10-1500-mherrschel-LOHN 13-6030-mherrschel Brutto-Lohn) N
(20111215 11.08 10-1500-ddienlin-LST 10-1380-11-ddienlin Lohnsteuer) N
(20111215 16.58 10-1500-dperic-LST 10-1380-11-dperic Lohnsteuer) N
(20111215 1.32 10-1500-dperic-KST 10-1385-11-dperic Kirchensteuer) N
(20111215 86.93 10-1500-hparfuss-KV 10-1516-hparfuss KV-Beitrag) N
(20111215 13.48 10-1500-hparfuss-PV 10-1516-hparfuss PV-Beitrag) N
(20111215 85.08 10-1500-arjasanow-RV 10-1518-arjasanow RV-Beitrag) N
(20111215 107.30 10-1500-ddienlin-RV 10-1514-ddienlin RV-Beitrag) N
(20111215 111.37 10-1500-dperic-RV 10-1517-dperic RV-Beitrag) N
(20111215 31.67 10-1500-jkleckow-RV 10-1515-jkleckow RV-Beitrag) N
(20111215 273.70 13-9775 10-1202 LASTSCHRIFT RECH. 3152/30.11.11 MAND 20699 JOCHEN BACHMANN 11088200 52070) N
(024) N
(20111215 112.00 13-6010-ccsengery 10-1512-ccsengery SV AG-Anteil) N
(20111215 49.23 13-6010-jengewald 10-1512-jengewald SV AG-Anteil) N
(20111215 84.00 13-6010-jfriedrichs 10-1512-jfriedrichs SV AG-Anteil) N
(20111215 112.00 13-6010-mherrschel 10-1512-mherrschel SV AG-Anteil) N
(20111215 107.30 13-6010-ddienlin 10-1514-ddienlin SV AG-Anteil) N
(20111215 47.93 13-6010-jkleckow 10-1515-jkleckow SV AG-Anteil) N
(20111215 213.76 13-6010-hparfuss 10-1516-hparfuss SV AG-Anteil) N
(20111215 133.76 13-6010-dperic 10-1517-dperic SV AG-Anteil) N
(20111215 85.08 13-6010-arjasanow 10-1518-arjasanow SV AG-Anteil) N
(20111219 -2983.00 10-1202 10-1501-cgabriel DAUERAUFTRAG PRIVATKONTO GESELLSCHAFTER CHRISTIAN GABRIEL 3103207 20040000) N
(20111219 147.56 13-6310 10-1202 ONLINE-UEBERWEISUNG RECHNUNG FW/11228 DATUM 19.12.2011, 17.13 UHR 1.TAN 628) N
(795 EBC FRANKFURT GMBH & CO. KG 288563 37050299) N
(20111221 -770.00 10-1202 10-1500-arjasanow-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.53 UHR 1.TAN ) N
(769965 RJASANOW, ANDREAS 105087918 50850150) N
(20111221 -400.00 10-1202 10-1500-ccsengery-ZAHL ONLINE-UEBERWEISUNG LOHN 12/2011 DATUM 21.12.2011, 18.55 UHR 1.TAN 636017 C) N
(HRISTIANE CSENGERY 3371514 76090500) N
(20111221 -640.00 10-1202 10-1500-ddienlin-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.54 UHR 1.TAN ) N
(441574 DOMINIK DIENLIN 4700984015 38160220) N
(20111221 -990.00 10-1202 10-1500-dperic-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TAN ) N
(915176 DARJAN PERIC 101001504 50850150) N
(20111221 -1000.00 10-1202 10-1500-hparfuss-ZAHL ONLINE-UEBERWEISUNG VERGUETUNG 12/2011 DATUM 21.12.2011, 18.57 UHR 1.TAN 86) N
(0469 HANS PARFUSS 192238 70020270) N
(20111221 -300.00 10-1202 10-1500-jfriedrichs-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 19.00 UHR 1.TA) N
(N 447360 JUTTA FRIEDRICHS 55661859 76010085) N
(20111221 450.00 10-1500-jkleckow-ZAHL 10-1202 ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN ) N
(624299 JANINA KLECKOW 1050681 25152375) N
(20111221 -400.00 10-1202 10-1500-mherrschel-ZAHL ONLINE-UEBERWEISUNG AUSHILFSLOHN 12/2011 DATUM 21.12.2011, 18.58 UHR 1.TAN) N
( 688359 MICHAEL HERRSCHEL 368237 76060618) N
(20111221 720.00 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG RECHNUNG 11/2011 DATUM 21.12.2011, 19.02 UHR 1.TAN 9089) N
(54 TOBIAS JUNGBLUT 1210781054 30020900) N
(20111222 -160.00 10-1202 10-1500-jengewald-ZAHL DAUERAUFTRAG AUSHLIFSLOHN IFT INFORMATIK ENGEWALD, JARMILA 485086 76250000) N
(20111222 -10852.80 10-10078-11068 10-1202 SEPA GUTSCHRIFT EREF+0007254348 SVWZ+/INV/2011-068 31.10.20 1160-C-110648-0) N
(1 /2011/Okt Hays AG DE53670400310604042200 COBADEFF670) N
(20111223 49.23 10-1512-zahlung 10-1202 DAUERAUFTRAG 14993475 BEITRAG LFD. MONAT JARMILIA ENGEWALD MINIJOB-ZENTRALE) N
( 1828141200 36010111) N
(20111223 -16.00 12-8404 10-1202 UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ABRECHNUNG VOM 16.12.201) N
(1 RESERVIX GMBH 21237906 68090000) N
(20111223 2.55 12-8404 11-1775-114 19 v.H. USt. von 16.00 \(UEBERWEISUNGSGUTSCHRIFT ABR 87549 RE 10858 KD 8610 ) N
(ABRECHNUNG VOM 16.12.2011 RESERVIX GMBH 21237906 68090000\)) N
(20111228 95.04 10-1515-zahlung 10-1202 LASTSCHRIFT BEITRAG 14993475 12.11 BKK MOBIL OIL 638715300 20040000) N
(20111228 331.34 10-1516-zahlung 10-1202 LASTSCHRIFT BEITRAEGE FUER 14993475 SIEMENS-BKK 354038800 70080000) N
(20111228 245.13 10-1517-zahlung 10-1202 LASTSCHRIFT BNR 14993475 B5630191624 BEITRAEGE 12/11 TK-231211,CDAE,4400960) N
(581 TECHNIKER KRANKENKASSE 1280376854 20050550) N
(20111228 187.52 10-1518-zahlung 10-1202 LASTSCHRIFT Z3050396613 OB-14993475 BETRAG EUR 187,52. BEITRAG 1211 - 121) N
(1 BARMER GEK 4000410 30050000) N
(20111228 338.14 10-1512-zahlung 10-1202 LASTSCHRIFT Z6336135299 OB-14993475 338,14. BEITRAG 1211 - 1211 KNAPPSCHA) N
(FT-BAHN-SEE 1050541 44050000) N
(20111228 -856.80 10-1501-tjungblut 13-6100-tjungblut Rechnung) N
(20111228 -136.80 13-6100-tjungblut 11-1575-114 19 v.H. Vorst. von 856.80 \(Rechnung\)) N
(20111229 -33012.50 10-1335-11 13-7632 Kapitalsteuer) N
(20111229 59.00 13-9520 10-1202 LASTSCHRIFT DRP 42181876 63160312 STRATO AG 100679001 38040007) N
(20111229 -30000.00 10-1331-11 13-7610 Rueckstellung Gewerbesteuer) N
(20111229 -32000.00 10-1330-11 13-7603 Rueckstellung Koerperschaftsteuer) N
(20111229 820.53 10-1310-11 11-1779 Umsatzsteuerumbuchung {gmbh2011:11-1575}) N
(20111229 -47657.25 10-1310-11 11-1779 Umsatzsteuerumbuchung {gmbh2011:11-1775}) N
(20111230 -13.88 10-1202 13-6855 ENTGELTABSCHLUSS Abrechnung 30.12.2011 Information zur Abrechnung Entgelte ) N
(vom 01.12.2011 bis 30.12.2011 13,88S Grundpreis 1 x 4,50 4,50S Lastschriften beleglos 12 x 0,20 2,40S Gesch\303\244ftsvorf\303\244lle 12 x 0,03 0,36S \303) N
(M-^\\berweisung beleglos 14 x 0,20 2,80S Gesch\303\244ftsvorf\303\244lle 14 x 0,03 0,42S ) N
(20111230 993.60 10-1501-tjungblut 10-1202 ONLINE-UEBERWEISUNG RECHNUNG 201112271003 DEZ. PLUS MWST. AUS RE 201112510 ) N
(NOVEMBER 2011 DATUM 30.12.2011, 16.04 UHR 1.TAN 258601 JUNGBLUT, TOBIAS 1210781054 30020900) N
(20111230 -11424.00 12-8404 10-10078-11079 Rechnung Intel Dezember) N
(20111230 1824.00 12-8404 11-1775-114 19 v.H. USt. von 11424.00 \(Rechnung Intel Dezember\)) N
(20111231 -105000.00 10-1501-cgabriel 13-7001 Aussch\303\274ttung) N
(20111231 -11424.00 12-8404 10-10078-11085 Rechnung 1und1 Dezember) N
(20111231 1824.00 12-8404 11-1775-114 19 v.H. USt. von 11424.00 \(Rechnung 1und1 Dezember\)) N
(20111231 -8901.20 12-8404 10-10080-11084 Rechnung tes Dezember) N
(20111231 1421.20 12-8404 11-1775-114 19 v.H. USt. von 8901.20 \(Rechnung tes Dezember\)) N
(10 Aktiva) N
(10-1000 Kasse) N
(10-10078 Hays_1_und_1) N
(10-10080 Miele_TES) N
(10-10082 KKH_Wilhelmshaven) N
(10-10084 Lexware) N
(10-10084-11054 ) N
(10-10084-11060 ) N
(10-10084-11071 ) N
(10-10084-11076 ) N
(10-10084-11083 ) N
(10-1202 Kto_Sparkasse_F\303\274rth) N
(10-1235-xx ) N
(10-1310 Umsatzsteuer) N
(10-1310-07 Umsatzsteuer_2007) N
(10-1310-08 Umsatzsteuer_2008) N
(10-1310-09 Umsatzsteuer_2009) N
(10-1310-10 Umsatzsteuer_2010) N
(10-1310-11 Umsatzsteuer_2011) N
(10-1330 KSt) N
(10-1331 GewSt) N
(10-1335 QuellenSt) N
(10-1380 Lohnsteuer) N
(10-1380-07 ) N
(10-1381 Soli) N
(10-1385 Kirchensteuer) N
(10-1390 Ruecklage_BG) N
(10-1500 Lohnkonten) N
(10-1500-etoo ) N
(10-1500-klaewer ) N
(10-1500-oppenl ) N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Page: (272) 272
%%BeginPageSetup
/pagesave save def
%%EndPageSetup
iso1dict begin
gsave
llx lly 0 add translate
/v 0 store
/x0 x v get 2.633425 add sx cw mul add store
/y0 y v get bfs sub store
x0 y0 moveto
(10-1501 Debitoren) p n
(10-1502 RuecklageKSt) N
(10-1505 ) N
(10-1510 DAK_Fuerth) N
(10-151010-1502-tjungblut ) N
(10-1511 BKK) N
(10-1512 Minijob) N
(10-1512-jengewald ) N
(10-1513 BKK_futur) N
(10-1514 AOK_Bayern) N
(10-1514-ddienlin ) N
(10-1515 BKK_Mobil_Oil) N
(10-1516 BKK_Siemens) N
(10-1517 TechnikerKK) N
(10-1518 Barmer_GEK) N
(10-1519 Knappschaft) N
(10-1520 Minijob) N
(10-1521 DAK_HH) N
(10-2080 Oelkonto) N
(10-70001 GUESS_GmbH) N
(10-70002 Hays_AG) N
(10-70003 DPS_Engineering) N
(10-70004 Sirona) N
(10-70006 agentes) N
(10-70009 Reality_GmbH) N
(10-75010 ) N
(10-75010-etoo ) N
(10-75010-klaewer ) N
(11 Passiva) N
(11-1779 ) N
(12 Ertrag) N
(12-4400 Personalleistung) N
(12-70000 ) N
(12-70001 ) N
(12-70002 ) N
(12-70003 ) N
(12-7100 Zinsen) N
(12-8401 ) N
(13 Aufwand) N
(13-2010 Verlustvortrag) N
(13-5200 PKW) N
(13-5900 Personalleasing) N
(13-5900-JO ) N
(13-6000 Brutto-Lohnkosten) N
(13-6010 Sozialversicherung) N
(13-6010-arjasanow ) N
(13-6010-ccsengery ) N
(13-6010-ccsengery-AG ) N
(13-6010-ddienlin ) N
(13-6010-dperic ) N
(13-6010-hparfuss ) N
(13-6010-jengewald ) N
(13-6010-jfriedrichs ) N
(13-6010-jkleckow ) N
(13-6010-mherrschel ) N
(13-6010-mherrschel-AG ) N
(13-6011 RV_Beitraege) N
(13-6013 KV_Beitraege) N
(13-6014 PV_Beitraege) N
(13-6030 Aushilfslohn) N
(13-6040 Lohnsteuer) N
(13-6045 Kirchensteuer) N
(13-6100 Freiberufler) N
(13-6110 SozVersicherung) N
(13-6120 Beitrag_VBG) N
(13-6300 Sonstiges) N
(13-6305 Raumkosten) N
(13-6310 Miete_Buero) N
(13-6320 Heizkosten_Buero) N
(13-6325 Strom_Buero) N
(13-6330 Bueroreinigung) N
(13-6335 Helfer) N
(13-6420 IHK_Beitraege) N
(13-6430 Gebuehren) N
(13-6490 Bueroausstattung) N
(13-6500 Bueroausstattung) N
(13-6520 Kfz_Versicherung) N
(13-6530 Laufende_KFZ_Kosten) N
(13-6540 KFZ_Reparaturen) N
(13-6570 Sonstige_KFZ_Kosten) N
(13-6595 Fremdfahrzeugkosten) N
(13-6600 Werbekosten) N
(13-6610 Geschenke_bis_35EUR) N
(13-6620 Geschenke_ueb_35EUR) N
(13-6640 Bewirtungskosten) N
(13-6644 Nicht_abzugsf_BewKosten) N
(13-6650 Reisekosten_Arbnehmer) N
(13-6670 Reisekosten) N
(13-6673 Fahrtkosten_Unternehmer) N
(13-6680 Uebernachtung_Unternehmer) N
(13-6700 Computer_ua) N
(13-6800 Porto) N
(13-6815 B\303\274robedarf) N
(13-6825 Rechtskosten) N
(13-6850 Sonstig) N
(13-6855 KtoGeb) N
(13-7001 Ausschuettung) N
(13-7303 Nebenleistungen) N
(13-7600 KoerperschSt) N
(13-7603 Koerperschaftsteuer) N
(13-7610 Gewerbesteuer) N
(13-7632 Kapitalertragssteuer) N
(13-7685 KFZ_Steuer) N
(13-9210 CulturalMarketing) N
(13-9400 ) N
(13-9520 Netz_und_Telefon) N
(13-9630 Netz_und_Telefon) N
(13-9631 GEZ) N
(13-9640 Beitraege) N
(13-9770 Hardware_Verbrauchsmaterial) N
(13-9775 Lohnbuchungen) N
(13-9780 Team-Event) N
(13-9998 Finanzamt) N
(13-9999 Divers) N
() N
border
grestore
end % of iso1dict
pagesave restore
showpage
%%Trailer
end
%%EOF