OP.01 Offene Posten Übersicht.xml 164 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036
  1. <?xml version="1.0" ?>
  2. <report xmlns="http://developer.cognos.com/schemas/report/15.5/" expressionLocale="de" useStyleVersion="11.4">
  3. <!--RSU-SPC-0093 Die Berichtsspezifikation wurde am 7.10.2019 von {originalNS} zu {destNS} aktualisiert. 11:17:48-->
  4. <drillBehavior/>
  5. <layouts>
  6. <layout>
  7. <reportPages>
  8. <page name="Seite1">
  9. <pageBody>
  10. <style>
  11. <defaultStyles>
  12. <defaultStyle refStyle="pb"/>
  13. </defaultStyles>
  14. </style>
  15. <contents>
  16. <table>
  17. <style>
  18. <defaultStyles>
  19. <defaultStyle refStyle="tb"/>
  20. </defaultStyles>
  21. <CSS value="border-collapse:collapse"/>
  22. </style>
  23. <tableRows>
  24. <tableRow>
  25. <tableCells>
  26. <tableCell colSpan="2">
  27. <contents>
  28. <table>
  29. <style>
  30. <defaultStyles>
  31. <defaultStyle refStyle="tb"/>
  32. </defaultStyles>
  33. <CSS value="border-collapse:collapse;width:100%"/>
  34. </style>
  35. <tableRows>
  36. <tableRow>
  37. <tableCells>
  38. <tableCell>
  39. <contents>
  40. <table>
  41. <style>
  42. <defaultStyles>
  43. <defaultStyle refStyle="tb"/>
  44. </defaultStyles>
  45. <CSS value="border-collapse:collapse;width:100%;margin-top:20px"/>
  46. </style>
  47. <tableRows>
  48. <tableRow>
  49. <tableCells>
  50. <tableCell>
  51. <contents>
  52. <textItem>
  53. <dataSource>
  54. <staticValue>Offene Posten nach Zeitstaffel</staticValue>
  55. </dataSource>
  56. </textItem>
  57. </contents>
  58. <style>
  59. <CSS value="text-align:center"/>
  60. </style>
  61. </tableCell>
  62. <tableCell>
  63. <contents>
  64. <textItem>
  65. <dataSource>
  66. <staticValue>Offene Posten nach Betrieb</staticValue>
  67. </dataSource>
  68. </textItem>
  69. </contents>
  70. <style>
  71. <CSS value="text-align:center"/>
  72. </style>
  73. </tableCell>
  74. <tableCell>
  75. <contents/>
  76. </tableCell>
  77. </tableCells>
  78. </tableRow>
  79. <tableRow>
  80. <tableCells>
  81. <tableCell>
  82. <contents>
  83. <v2_combinationChart maxHotspots="10000" name="Kombinationsdiagramm2" refQuery="qry_Main">
  84. <v2_combinationTypeTooltips/>
  85. <v2_legend>
  86. <v2_legendPosition>
  87. <v2_legendPreset/>
  88. </v2_legendPosition>
  89. <style>
  90. <defaultStyles>
  91. <defaultStyle refStyle="lg"/>
  92. </defaultStyles>
  93. </style>
  94. </v2_legend>
  95. <v2_commonAxis>
  96. <v2_ordinalAxis>
  97. <v2_axisLine lineWeight="0"/>
  98. <v2_axisLabels>
  99. <style>
  100. <defaultStyles>
  101. <defaultStyle refStyle="al"/>
  102. </defaultStyles>
  103. </style>
  104. </v2_axisLabels>
  105. </v2_ordinalAxis>
  106. <chartNodes>
  107. <chartNode>
  108. <chartNodeMembers>
  109. <chartNodeMember refDataItem="&gt; 12 Wochen">
  110. <chartContents>
  111. <chartTextItem>
  112. <dataSource>
  113. <memberCaption/>
  114. </dataSource>
  115. </chartTextItem>
  116. </chartContents>
  117. </chartNodeMember>
  118. </chartNodeMembers>
  119. </chartNode>
  120. <chartNode>
  121. <chartNodeMembers>
  122. <chartNodeMember refDataItem="6 - 12 Wochen">
  123. <chartContents>
  124. <chartTextItem>
  125. <dataSource>
  126. <memberCaption/>
  127. </dataSource>
  128. </chartTextItem>
  129. </chartContents>
  130. </chartNodeMember>
  131. </chartNodeMembers>
  132. </chartNode>
  133. <chartNode>
  134. <chartNodeMembers>
  135. <chartNodeMember refDataItem="4 - 6 Wochen">
  136. <chartContents>
  137. <chartTextItem>
  138. <dataSource>
  139. <memberCaption/>
  140. </dataSource>
  141. </chartTextItem>
  142. </chartContents>
  143. </chartNodeMember>
  144. </chartNodeMembers>
  145. </chartNode>
  146. <chartNode>
  147. <chartNodeMembers>
  148. <chartNodeMember refDataItem="2 - 4 Wochen">
  149. <chartContents>
  150. <chartTextItem>
  151. <dataSource>
  152. <memberCaption/>
  153. </dataSource>
  154. </chartTextItem>
  155. </chartContents>
  156. </chartNodeMember>
  157. </chartNodeMembers>
  158. </chartNode>
  159. <chartNode>
  160. <chartNodeMembers>
  161. <chartNodeMember refDataItem="&lt; 2 Wochen">
  162. <chartContents>
  163. <chartTextItem>
  164. <dataSource>
  165. <memberCaption/>
  166. </dataSource>
  167. </chartTextItem>
  168. </chartContents>
  169. </chartNodeMember>
  170. </chartNodeMembers>
  171. </chartNode>
  172. </chartNodes>
  173. </v2_commonAxis>
  174. <v2_topLeftAxis>
  175. <v2_combinationChartTypes>
  176. <v2_bar borders="show">
  177. <v2_solidPalette>
  178. <v2_solidPaletteEntries>
  179. <v2_solidPaletteEntry>
  180. <v2_fillEffect defaultColor="#86c43b">
  181. <v2_solidColor color="#396CB3"/>
  182. </v2_fillEffect>
  183. </v2_solidPaletteEntry>
  184. <v2_solidPaletteEntry>
  185. <v2_fillEffect defaultColor="#319bd4">
  186. <v2_solidColor color="#319bd4"/>
  187. </v2_fillEffect>
  188. </v2_solidPaletteEntry>
  189. <v2_solidPaletteEntry>
  190. <v2_fillEffect defaultColor="#f5ce22">
  191. <v2_solidColor color="#77A33F"/>
  192. </v2_fillEffect>
  193. </v2_solidPaletteEntry>
  194. <v2_solidPaletteEntry>
  195. <v2_fillEffect defaultColor="#cf6c1b">
  196. <v2_solidColor color="#FF9029"/>
  197. </v2_fillEffect>
  198. </v2_solidPaletteEntry>
  199. <v2_solidPaletteEntry>
  200. <v2_fillEffect defaultColor="#9380e8">
  201. <v2_solidColor color="#F7D74A"/>
  202. </v2_fillEffect>
  203. </v2_solidPaletteEntry>
  204. <v2_solidPaletteEntry>
  205. <v2_fillEffect defaultColor="#8555b5">
  206. <v2_solidColor color="#8555b5"/>
  207. </v2_fillEffect>
  208. </v2_solidPaletteEntry>
  209. <v2_solidPaletteEntry>
  210. <v2_fillEffect defaultColor="#52d9bc">
  211. <v2_solidColor color="#52d9bc"/>
  212. </v2_fillEffect>
  213. </v2_solidPaletteEntry>
  214. <v2_solidPaletteEntry>
  215. <v2_fillEffect defaultColor="#24a399">
  216. <v2_solidColor color="#24a399"/>
  217. </v2_fillEffect>
  218. </v2_solidPaletteEntry>
  219. <v2_solidPaletteEntry>
  220. <v2_fillEffect defaultColor="#14665e">
  221. <v2_solidColor color="#14665e"/>
  222. </v2_fillEffect>
  223. </v2_solidPaletteEntry>
  224. <v2_solidPaletteEntry>
  225. <v2_fillEffect defaultColor="#b4c8ed">
  226. <v2_solidColor color="#b4c8ed"/>
  227. </v2_fillEffect>
  228. </v2_solidPaletteEntry>
  229. <v2_solidPaletteEntry>
  230. <v2_fillEffect defaultColor="#77a3e0">
  231. <v2_solidColor color="#77a3e0"/>
  232. </v2_fillEffect>
  233. </v2_solidPaletteEntry>
  234. <v2_solidPaletteEntry>
  235. <v2_fillEffect defaultColor="#396cb3">
  236. <v2_solidColor color="#396cb3"/>
  237. </v2_fillEffect>
  238. </v2_solidPaletteEntry>
  239. <v2_solidPaletteEntry>
  240. <v2_fillEffect defaultColor="#1d4273">
  241. <v2_solidColor color="#1d4273"/>
  242. </v2_fillEffect>
  243. </v2_solidPaletteEntry>
  244. <v2_solidPaletteEntry>
  245. <v2_fillEffect defaultColor="#c8d119">
  246. <v2_solidColor color="#c8d119"/>
  247. </v2_fillEffect>
  248. </v2_solidPaletteEntry>
  249. <v2_solidPaletteEntry>
  250. <v2_fillEffect defaultColor="#acb336">
  251. <v2_solidColor color="#acb336"/>
  252. </v2_fillEffect>
  253. </v2_solidPaletteEntry>
  254. <v2_solidPaletteEntry>
  255. <v2_fillEffect defaultColor="#828a16">
  256. <v2_solidColor color="#828a16"/>
  257. </v2_fillEffect>
  258. </v2_solidPaletteEntry>
  259. <v2_solidPaletteEntry>
  260. <v2_fillEffect defaultColor="#5a610f">
  261. <v2_solidColor color="#5a610f"/>
  262. </v2_fillEffect>
  263. </v2_solidPaletteEntry>
  264. <v2_solidPaletteEntry>
  265. <v2_fillEffect defaultColor="#e8b7cb">
  266. <v2_solidColor color="#e8b7cb"/>
  267. </v2_fillEffect>
  268. </v2_solidPaletteEntry>
  269. <v2_solidPaletteEntry>
  270. <v2_fillEffect defaultColor="#e086b6">
  271. <v2_solidColor color="#e086b6"/>
  272. </v2_fillEffect>
  273. </v2_solidPaletteEntry>
  274. <v2_solidPaletteEntry>
  275. <v2_fillEffect defaultColor="#b33681">
  276. <v2_solidColor color="#b33681"/>
  277. </v2_fillEffect>
  278. </v2_solidPaletteEntry>
  279. <v2_solidPaletteEntry>
  280. <v2_fillEffect defaultColor="#73154d">
  281. <v2_solidColor color="#73154d"/>
  282. </v2_fillEffect>
  283. </v2_solidPaletteEntry>
  284. </v2_solidPaletteEntries>
  285. </v2_solidPalette>
  286. <chartNodes>
  287. <chartNode>
  288. <chartNodeMembers>
  289. <chartNodeMember refDataItem="offen">
  290. <chartContents>
  291. <chartTextItem>
  292. <dataSource>
  293. <memberCaption/>
  294. </dataSource>
  295. </chartTextItem>
  296. </chartContents>
  297. <style>
  298. <dataFormat>
  299. <numberFormat decimalSize="0"/>
  300. </dataFormat>
  301. </style>
  302. </chartNodeMember>
  303. </chartNodeMembers>
  304. </chartNode>
  305. </chartNodes>
  306. <v2_chartDataLabels labelCollisionMode="fine_stagger"/>
  307. </v2_bar>
  308. </v2_combinationChartTypes>
  309. <v2_axis>
  310. <v2_axisLine lineWeight="0"/>
  311. <v2_axisRange>
  312. <v2_automaticRange/>
  313. </v2_axisRange>
  314. <v2_axisLabels>
  315. <style>
  316. <defaultStyles>
  317. <defaultStyle refStyle="al"/>
  318. </defaultStyles>
  319. </style>
  320. </v2_axisLabels>
  321. <v2_majorGridlines lineColor="#CCCCCC" lineWeight="0"/>
  322. </v2_axis>
  323. </v2_topLeftAxis>
  324. <style>
  325. <defaultStyles>
  326. <defaultStyle refStyle="ch"/>
  327. </defaultStyles>
  328. <CSS value="width:390px"/>
  329. </style>
  330. <noDataHandler>
  331. <contents>
  332. <block>
  333. <contents>
  334. <textItem>
  335. <dataSource>
  336. <staticValue>Keine Daten verfügbar</staticValue>
  337. </dataSource>
  338. <style>
  339. <CSS value="padding:10px 18px;"/>
  340. </style>
  341. </textItem>
  342. </contents>
  343. </block>
  344. </contents>
  345. </noDataHandler>
  346. </v2_combinationChart>
  347. </contents>
  348. <style>
  349. <CSS value="width:390px"/>
  350. </style>
  351. </tableCell>
  352. <tableCell>
  353. <contents>
  354. <v2_combinationChart maxHotspots="10000" name="Kombinationsdiagramm3" refQuery="qry_Main">
  355. <v2_combinationTypeTooltips/>
  356. <v2_legend>
  357. <v2_legendPosition>
  358. <v2_legendPreset/>
  359. </v2_legendPosition>
  360. <style>
  361. <defaultStyles>
  362. <defaultStyle refStyle="lg"/>
  363. </defaultStyles>
  364. </style>
  365. </v2_legend>
  366. <v2_commonAxis>
  367. <v2_ordinalAxis>
  368. <v2_axisLine lineWeight="0"/>
  369. <v2_axisLabels>
  370. <style>
  371. <defaultStyles>
  372. <defaultStyle refStyle="al"/>
  373. </defaultStyles>
  374. </style>
  375. </v2_axisLabels>
  376. </v2_ordinalAxis>
  377. <chartNodes>
  378. <chartNode>
  379. <chartNodeMembers>
  380. <chartNodeMember refDataItem="Standort">
  381. <chartContents>
  382. <chartTextItem>
  383. <dataSource>
  384. <memberCaption/>
  385. </dataSource>
  386. </chartTextItem>
  387. </chartContents>
  388. </chartNodeMember>
  389. </chartNodeMembers>
  390. </chartNode>
  391. </chartNodes>
  392. </v2_commonAxis>
  393. <v2_topLeftAxis>
  394. <v2_combinationChartTypes>
  395. <v2_bar borders="show" seriesType="stacked">
  396. <v2_solidPalette>
  397. <v2_solidPaletteEntries>
  398. <v2_solidPaletteEntry>
  399. <v2_fillEffect defaultColor="#86c43b">
  400. <v2_solidColor color="#396CB3"/>
  401. </v2_fillEffect>
  402. </v2_solidPaletteEntry>
  403. <v2_solidPaletteEntry>
  404. <v2_fillEffect defaultColor="#319bd4">
  405. <v2_solidColor color="#319bd4"/>
  406. </v2_fillEffect>
  407. </v2_solidPaletteEntry>
  408. <v2_solidPaletteEntry>
  409. <v2_fillEffect defaultColor="#f5ce22">
  410. <v2_solidColor color="#77A33F"/>
  411. </v2_fillEffect>
  412. </v2_solidPaletteEntry>
  413. <v2_solidPaletteEntry>
  414. <v2_fillEffect defaultColor="#cf6c1b">
  415. <v2_solidColor color="#FF9029"/>
  416. </v2_fillEffect>
  417. </v2_solidPaletteEntry>
  418. <v2_solidPaletteEntry>
  419. <v2_fillEffect defaultColor="#9380e8">
  420. <v2_solidColor color="#F7D74A"/>
  421. </v2_fillEffect>
  422. </v2_solidPaletteEntry>
  423. <v2_solidPaletteEntry>
  424. <v2_fillEffect defaultColor="#8555b5">
  425. <v2_solidColor color="#8555b5"/>
  426. </v2_fillEffect>
  427. </v2_solidPaletteEntry>
  428. <v2_solidPaletteEntry>
  429. <v2_fillEffect defaultColor="#52d9bc">
  430. <v2_solidColor color="#52d9bc"/>
  431. </v2_fillEffect>
  432. </v2_solidPaletteEntry>
  433. <v2_solidPaletteEntry>
  434. <v2_fillEffect defaultColor="#24a399">
  435. <v2_solidColor color="#24a399"/>
  436. </v2_fillEffect>
  437. </v2_solidPaletteEntry>
  438. <v2_solidPaletteEntry>
  439. <v2_fillEffect defaultColor="#14665e">
  440. <v2_solidColor color="#14665e"/>
  441. </v2_fillEffect>
  442. </v2_solidPaletteEntry>
  443. <v2_solidPaletteEntry>
  444. <v2_fillEffect defaultColor="#b4c8ed">
  445. <v2_solidColor color="#b4c8ed"/>
  446. </v2_fillEffect>
  447. </v2_solidPaletteEntry>
  448. <v2_solidPaletteEntry>
  449. <v2_fillEffect defaultColor="#77a3e0">
  450. <v2_solidColor color="#77a3e0"/>
  451. </v2_fillEffect>
  452. </v2_solidPaletteEntry>
  453. <v2_solidPaletteEntry>
  454. <v2_fillEffect defaultColor="#396cb3">
  455. <v2_solidColor color="#396cb3"/>
  456. </v2_fillEffect>
  457. </v2_solidPaletteEntry>
  458. <v2_solidPaletteEntry>
  459. <v2_fillEffect defaultColor="#1d4273">
  460. <v2_solidColor color="#1d4273"/>
  461. </v2_fillEffect>
  462. </v2_solidPaletteEntry>
  463. <v2_solidPaletteEntry>
  464. <v2_fillEffect defaultColor="#c8d119">
  465. <v2_solidColor color="#c8d119"/>
  466. </v2_fillEffect>
  467. </v2_solidPaletteEntry>
  468. <v2_solidPaletteEntry>
  469. <v2_fillEffect defaultColor="#acb336">
  470. <v2_solidColor color="#acb336"/>
  471. </v2_fillEffect>
  472. </v2_solidPaletteEntry>
  473. <v2_solidPaletteEntry>
  474. <v2_fillEffect defaultColor="#828a16">
  475. <v2_solidColor color="#828a16"/>
  476. </v2_fillEffect>
  477. </v2_solidPaletteEntry>
  478. <v2_solidPaletteEntry>
  479. <v2_fillEffect defaultColor="#5a610f">
  480. <v2_solidColor color="#5a610f"/>
  481. </v2_fillEffect>
  482. </v2_solidPaletteEntry>
  483. <v2_solidPaletteEntry>
  484. <v2_fillEffect defaultColor="#e8b7cb">
  485. <v2_solidColor color="#e8b7cb"/>
  486. </v2_fillEffect>
  487. </v2_solidPaletteEntry>
  488. <v2_solidPaletteEntry>
  489. <v2_fillEffect defaultColor="#e086b6">
  490. <v2_solidColor color="#e086b6"/>
  491. </v2_fillEffect>
  492. </v2_solidPaletteEntry>
  493. <v2_solidPaletteEntry>
  494. <v2_fillEffect defaultColor="#b33681">
  495. <v2_solidColor color="#b33681"/>
  496. </v2_fillEffect>
  497. </v2_solidPaletteEntry>
  498. <v2_solidPaletteEntry>
  499. <v2_fillEffect defaultColor="#73154d">
  500. <v2_solidColor color="#73154d"/>
  501. </v2_fillEffect>
  502. </v2_solidPaletteEntry>
  503. </v2_solidPaletteEntries>
  504. </v2_solidPalette>
  505. </v2_bar>
  506. </v2_combinationChartTypes>
  507. <v2_axis>
  508. <v2_axisLine lineWeight="0"/>
  509. <v2_axisRange>
  510. <v2_automaticRange/>
  511. </v2_axisRange>
  512. <v2_axisLabels>
  513. <style>
  514. <defaultStyles>
  515. <defaultStyle refStyle="al"/>
  516. </defaultStyles>
  517. </style>
  518. </v2_axisLabels>
  519. <v2_majorGridlines lineColor="#CCCCCC" lineWeight="0"/>
  520. </v2_axis>
  521. </v2_topLeftAxis>
  522. <style>
  523. <defaultStyles>
  524. <defaultStyle refStyle="ch"/>
  525. </defaultStyles>
  526. <CSS value="width:390px"/>
  527. </style>
  528. <v2_defaultChartMeasure refDataItem="offen"/>
  529. <noDataHandler>
  530. <contents>
  531. <block>
  532. <contents>
  533. <textItem>
  534. <dataSource>
  535. <staticValue>Keine Daten verfügbar</staticValue>
  536. </dataSource>
  537. <style>
  538. <CSS value="padding:10px 18px;"/>
  539. </style>
  540. </textItem>
  541. </contents>
  542. </block>
  543. </contents>
  544. </noDataHandler>
  545. </v2_combinationChart>
  546. </contents>
  547. <style>
  548. <CSS value="width:390px"/>
  549. </style>
  550. </tableCell>
  551. <tableCell>
  552. <contents/>
  553. <style>
  554. <CSS value="width:500px"/>
  555. </style>
  556. </tableCell>
  557. </tableCells>
  558. </tableRow>
  559. <tableRow>
  560. <tableCells>
  561. <tableCell colSpan="2">
  562. <contents>
  563. <crosstab name="Kreuztabelle3" pageBreakText="false" refQuery="qry_Main" rowsPerPage="5000">
  564. <noDataHandler>
  565. <contents>
  566. <block>
  567. <contents>
  568. <textItem>
  569. <dataSource>
  570. <staticValue>Keine Daten verfügbar</staticValue>
  571. </dataSource>
  572. <style>
  573. <CSS value="padding:10px 18px;"/>
  574. </style>
  575. </textItem>
  576. </contents>
  577. </block>
  578. </contents>
  579. </noDataHandler>
  580. <style>
  581. <CSS value="border-collapse:collapse;margin-left:20px"/>
  582. <defaultStyles>
  583. <defaultStyle refStyle="xt"/>
  584. </defaultStyles>
  585. </style>
  586. <crosstabFactCell>
  587. <contents>
  588. <textItem>
  589. <dataSource>
  590. <cellValue/>
  591. </dataSource>
  592. </textItem>
  593. </contents>
  594. <style>
  595. <defaultStyles>
  596. <defaultStyle refStyle="mv"/>
  597. </defaultStyles>
  598. <CSS value="border:0.75pt solid silver"/>
  599. </style>
  600. </crosstabFactCell>
  601. <crosstabColumns>
  602. <crosstabNode>
  603. <crosstabNestedNodes>
  604. <crosstabNode>
  605. <crosstabNodeMembers>
  606. <crosstabNodeMember edgeLocation="e1" refDataItem="&gt; 12 Wochen">
  607. <style>
  608. <defaultStyles>
  609. <defaultStyle refStyle="ml"/>
  610. </defaultStyles>
  611. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  612. </style>
  613. <contents>
  614. <textItem>
  615. <dataSource>
  616. <memberCaption/>
  617. </dataSource>
  618. </textItem>
  619. </contents>
  620. <factCell>
  621. <style>
  622. <CSS value="width:75px"/>
  623. <dataFormat>
  624. <numberFormat decimalSize="0"/>
  625. </dataFormat>
  626. </style>
  627. </factCell>
  628. </crosstabNodeMember>
  629. </crosstabNodeMembers>
  630. </crosstabNode>
  631. <crosstabNode>
  632. <crosstabNodeMembers>
  633. <crosstabNodeMember edgeLocation="e2" refDataItem="6 - 12 Wochen">
  634. <style>
  635. <defaultStyles>
  636. <defaultStyle refStyle="ml"/>
  637. </defaultStyles>
  638. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  639. </style>
  640. <contents>
  641. <textItem>
  642. <dataSource>
  643. <memberCaption/>
  644. </dataSource>
  645. </textItem>
  646. </contents>
  647. <factCell>
  648. <style>
  649. <CSS value="width:75px"/>
  650. <dataFormat>
  651. <numberFormat decimalSize="0"/>
  652. </dataFormat>
  653. </style>
  654. </factCell>
  655. </crosstabNodeMember>
  656. </crosstabNodeMembers>
  657. </crosstabNode>
  658. <crosstabNode>
  659. <crosstabNodeMembers>
  660. <crosstabNodeMember edgeLocation="e3" refDataItem="4 - 6 Wochen">
  661. <style>
  662. <defaultStyles>
  663. <defaultStyle refStyle="ml"/>
  664. </defaultStyles>
  665. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  666. </style>
  667. <contents>
  668. <textItem>
  669. <dataSource>
  670. <memberCaption/>
  671. </dataSource>
  672. </textItem>
  673. </contents>
  674. <factCell>
  675. <style>
  676. <CSS value="width:75px"/>
  677. <dataFormat>
  678. <numberFormat decimalSize="0"/>
  679. </dataFormat>
  680. </style>
  681. </factCell>
  682. </crosstabNodeMember>
  683. </crosstabNodeMembers>
  684. </crosstabNode>
  685. <crosstabNode>
  686. <crosstabNodeMembers>
  687. <crosstabNodeMember edgeLocation="e4" refDataItem="2 - 4 Wochen">
  688. <style>
  689. <defaultStyles>
  690. <defaultStyle refStyle="ml"/>
  691. </defaultStyles>
  692. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  693. </style>
  694. <contents>
  695. <textItem>
  696. <dataSource>
  697. <memberCaption/>
  698. </dataSource>
  699. </textItem>
  700. </contents>
  701. <factCell>
  702. <style>
  703. <CSS value="width:75px"/>
  704. <dataFormat>
  705. <numberFormat decimalSize="0"/>
  706. </dataFormat>
  707. </style>
  708. </factCell>
  709. </crosstabNodeMember>
  710. </crosstabNodeMembers>
  711. </crosstabNode>
  712. <crosstabNode>
  713. <crosstabNodeMembers>
  714. <crosstabNodeMember edgeLocation="e5" refDataItem="&lt; 2 Wochen">
  715. <style>
  716. <defaultStyles>
  717. <defaultStyle refStyle="ml"/>
  718. </defaultStyles>
  719. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  720. </style>
  721. <contents>
  722. <textItem>
  723. <dataSource>
  724. <memberCaption/>
  725. </dataSource>
  726. </textItem>
  727. </contents>
  728. <factCell>
  729. <style>
  730. <CSS value="width:75px"/>
  731. <dataFormat>
  732. <numberFormat decimalSize="0"/>
  733. </dataFormat>
  734. </style>
  735. </factCell>
  736. </crosstabNodeMember>
  737. </crosstabNodeMembers>
  738. </crosstabNode>
  739. <crosstabNode>
  740. <crosstabNodeMembers>
  741. <crosstabNodeMember edgeLocation="e13" refDataItem="noch nicht fällig">
  742. <style>
  743. <defaultStyles>
  744. <defaultStyle refStyle="ml"/>
  745. </defaultStyles>
  746. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  747. </style>
  748. <contents>
  749. <textItem>
  750. <dataSource>
  751. <memberCaption/>
  752. </dataSource>
  753. </textItem>
  754. </contents>
  755. <factCell>
  756. <style>
  757. <CSS value="width:75px"/>
  758. <dataFormat>
  759. <numberFormat decimalSize="0"/>
  760. </dataFormat>
  761. </style>
  762. </factCell>
  763. </crosstabNodeMember>
  764. </crosstabNodeMembers>
  765. </crosstabNode>
  766. <crosstabNode>
  767. <crosstabNodeMembers>
  768. <crosstabNodeMember edgeLocation="e6" refDataItem="Fälligkeit">
  769. <style>
  770. <defaultStyles>
  771. <defaultStyle refStyle="ml"/>
  772. </defaultStyles>
  773. <CSS value="text-align:center;font-weight:bold;background-color:white;width:75px;white-space:normal"/>
  774. </style>
  775. <contents>
  776. <textItem>
  777. <dataSource>
  778. <staticValue>Gesamt</staticValue>
  779. </dataSource>
  780. </textItem>
  781. </contents>
  782. <factCell>
  783. <style>
  784. <CSS value="width:75px"/>
  785. <dataFormat>
  786. <numberFormat decimalSize="0"/>
  787. </dataFormat>
  788. </style>
  789. </factCell>
  790. </crosstabNodeMember>
  791. </crosstabNodeMembers>
  792. </crosstabNode>
  793. </crosstabNestedNodes>
  794. <crosstabNodeMembers>
  795. <crosstabNodeMember edgeLocation="e12" refDataItem="offen">
  796. <style>
  797. <defaultStyles>
  798. <defaultStyle refStyle="ml"/>
  799. </defaultStyles>
  800. <CSS value="text-align:center;font-weight:bold;background-color:lime;width:75px;white-space:normal;display:none"/>
  801. </style>
  802. <contents>
  803. <textItem>
  804. <dataSource>
  805. <memberCaption/>
  806. </dataSource>
  807. </textItem>
  808. </contents>
  809. <factCell>
  810. <style>
  811. <CSS value="width:75px"/>
  812. </style>
  813. </factCell>
  814. </crosstabNodeMember>
  815. </crosstabNodeMembers>
  816. </crosstabNode>
  817. </crosstabColumns>
  818. <crosstabRows>
  819. <crosstabNode>
  820. <crosstabNestedNodes>
  821. <crosstabNode>
  822. <crosstabNodeMembers>
  823. <crosstabNodeMember edgeLocation="e7" refDataItem="Kostenstelle1">
  824. <style>
  825. <defaultStyles>
  826. <defaultStyle refStyle="ml"/>
  827. </defaultStyles>
  828. <CSS value="background-color:white;font-weight:normal"/>
  829. </style>
  830. <contents>
  831. <textItem>
  832. <dataSource>
  833. <memberCaption/>
  834. </dataSource>
  835. </textItem>
  836. </contents>
  837. </crosstabNodeMember>
  838. </crosstabNodeMembers>
  839. </crosstabNode>
  840. <crosstabNode>
  841. <crosstabNodeMembers>
  842. <crosstabNodeMember edgeLocation="e8" refDataItem="Kostenstelle">
  843. <style>
  844. <defaultStyles>
  845. <defaultStyle refStyle="ml"/>
  846. </defaultStyles>
  847. <CSS value="background-color:#B1BCC7;font-weight:normal"/>
  848. </style>
  849. <contents>
  850. <textItem>
  851. <dataSource>
  852. <staticValue>Gesamt</staticValue>
  853. </dataSource>
  854. </textItem>
  855. </contents>
  856. <factCell>
  857. <style>
  858. <CSS value="background-color:#B1BCC7"/>
  859. </style>
  860. </factCell>
  861. </crosstabNodeMember>
  862. </crosstabNodeMembers>
  863. </crosstabNode>
  864. </crosstabNestedNodes>
  865. <crosstabNodeMembers>
  866. <crosstabNodeMember edgeLocation="e10" refDataItem="Standort">
  867. <style>
  868. <defaultStyles>
  869. <defaultStyle refStyle="ml"/>
  870. </defaultStyles>
  871. <CSS value="background-color:white;white-space:normal;word-wrap:break-word;font-weight:normal"/>
  872. </style>
  873. <contents>
  874. <textItem>
  875. <dataSource>
  876. <memberCaption/>
  877. </dataSource>
  878. </textItem>
  879. </contents>
  880. </crosstabNodeMember>
  881. </crosstabNodeMembers>
  882. </crosstabNode>
  883. <crosstabNode>
  884. <crosstabNodeMembers>
  885. <crosstabNodeMember edgeLocation="e9" refDataItem="offen">
  886. <style>
  887. <defaultStyles>
  888. <defaultStyle refStyle="ml"/>
  889. </defaultStyles>
  890. <CSS value="background-color:#72889B;white-space:normal;word-wrap:break-word;font-weight:bold;color:white"/>
  891. </style>
  892. <contents>
  893. <textItem>
  894. <dataSource>
  895. <staticValue>Gesamt</staticValue>
  896. </dataSource>
  897. </textItem>
  898. </contents>
  899. <factCell>
  900. <style>
  901. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  902. </style>
  903. </factCell>
  904. </crosstabNodeMember>
  905. </crosstabNodeMembers>
  906. <crosstabNestedNodes>
  907. <crosstabNode>
  908. <crosstabNodeMembers>
  909. <crosstabNodeMember edgeLocation="e11" refDataItem="Kostenstelle1">
  910. <style>
  911. <defaultStyles>
  912. <defaultStyle refStyle="ml"/>
  913. </defaultStyles>
  914. <CSS value="background-color:white;font-weight:bold;color:black"/>
  915. </style>
  916. <contents>
  917. <textItem>
  918. <dataSource>
  919. <memberCaption/>
  920. </dataSource>
  921. </textItem>
  922. </contents>
  923. <factCell>
  924. <style>
  925. <CSS value="background-color:#72889B;font-weight:bold;color:white"/>
  926. </style>
  927. </factCell>
  928. </crosstabNodeMember>
  929. </crosstabNodeMembers>
  930. </crosstabNode>
  931. <crosstabNode>
  932. <crosstabNodeMembers>
  933. <crosstabNodeMember edgeLocation="e14" refDataItem="Kostenstelle">
  934. <style>
  935. <defaultStyles>
  936. <defaultStyle refStyle="ml"/>
  937. </defaultStyles>
  938. <CSS value="background-color:#72889B;font-weight:normal;color:white"/>
  939. </style>
  940. <contents>
  941. <textItem>
  942. <dataSource>
  943. <staticValue>Gesamt</staticValue>
  944. </dataSource>
  945. </textItem>
  946. </contents>
  947. <factCell>
  948. <style>
  949. <CSS value="background-color:#B1BCC7"/>
  950. </style>
  951. </factCell>
  952. </crosstabNodeMember>
  953. </crosstabNodeMembers>
  954. </crosstabNode>
  955. </crosstabNestedNodes>
  956. </crosstabNode>
  957. </crosstabRows>
  958. <crosstabSuppress/>
  959. <crosstabIntersections>
  960. <crosstabIntersection column="e1" row="e11">
  961. <style>
  962. <CSS value="background-color:white;color:black"/>
  963. </style>
  964. </crosstabIntersection>
  965. <crosstabIntersection column="e2" row="e11">
  966. <style>
  967. <CSS value="background-color:white;color:black"/>
  968. </style>
  969. </crosstabIntersection>
  970. <crosstabIntersection column="e3" row="e11">
  971. <style>
  972. <CSS value="background-color:white;color:black"/>
  973. </style>
  974. </crosstabIntersection>
  975. <crosstabIntersection column="e4" row="e11">
  976. <style>
  977. <CSS value="background-color:white;color:black"/>
  978. </style>
  979. </crosstabIntersection>
  980. <crosstabIntersection column="e5" row="e11">
  981. <style>
  982. <CSS value="background-color:white;color:black"/>
  983. </style>
  984. </crosstabIntersection>
  985. <crosstabIntersection column="e13" row="e11">
  986. <style>
  987. <CSS value="background-color:white;color:black"/>
  988. </style>
  989. </crosstabIntersection>
  990. <crosstabIntersection column="e6" row="e11">
  991. <style>
  992. <CSS value="background-color:white;color:black"/>
  993. </style>
  994. </crosstabIntersection>
  995. <crosstabIntersection column="e1" row="e14">
  996. <style>
  997. <CSS value="background-color:#72889B"/>
  998. </style>
  999. </crosstabIntersection>
  1000. <crosstabIntersection column="e2" row="e14">
  1001. <style>
  1002. <CSS value="background-color:#72889B"/>
  1003. </style>
  1004. </crosstabIntersection>
  1005. <crosstabIntersection column="e3" row="e14">
  1006. <style>
  1007. <CSS value="background-color:#72889B"/>
  1008. </style>
  1009. </crosstabIntersection>
  1010. <crosstabIntersection column="e4" row="e14">
  1011. <style>
  1012. <CSS value="background-color:#72889B"/>
  1013. </style>
  1014. </crosstabIntersection>
  1015. <crosstabIntersection column="e5" row="e14">
  1016. <style>
  1017. <CSS value="background-color:#72889B"/>
  1018. </style>
  1019. </crosstabIntersection>
  1020. <crosstabIntersection column="e13" row="e14">
  1021. <style>
  1022. <CSS value="background-color:#72889B"/>
  1023. </style>
  1024. </crosstabIntersection>
  1025. <crosstabIntersection column="e6" row="e14">
  1026. <style>
  1027. <CSS value="background-color:#72889B"/>
  1028. </style>
  1029. </crosstabIntersection>
  1030. </crosstabIntersections>
  1031. </crosstab>
  1032. </contents>
  1033. <style>
  1034. <CSS value="padding-top:20px"/>
  1035. </style>
  1036. </tableCell>
  1037. <tableCell>
  1038. <contents/>
  1039. </tableCell>
  1040. </tableCells>
  1041. </tableRow>
  1042. </tableRows>
  1043. </table>
  1044. </contents>
  1045. </tableCell>
  1046. </tableCells>
  1047. </tableRow>
  1048. </tableRows>
  1049. </table>
  1050. </contents>
  1051. <style>
  1052. <CSS value="vertical-align:top;text-align:center;width:800px"/>
  1053. <generatedBackground>
  1054. <dropShadow transparency="70"/>
  1055. </generatedBackground>
  1056. </style>
  1057. </tableCell>
  1058. <tableCell>
  1059. <contents/>
  1060. </tableCell>
  1061. <tableCell>
  1062. <contents/>
  1063. </tableCell>
  1064. </tableCells>
  1065. </tableRow>
  1066. <tableRow>
  1067. <tableCells>
  1068. <tableCell colSpan="2">
  1069. <contents/>
  1070. <style>
  1071. <defaultStyles>
  1072. <defaultStyle refStyle="np"/>
  1073. </defaultStyles>
  1074. </style>
  1075. </tableCell>
  1076. <tableCell>
  1077. <contents/>
  1078. </tableCell>
  1079. <tableCell>
  1080. <contents/>
  1081. </tableCell>
  1082. </tableCells>
  1083. </tableRow>
  1084. </tableRows>
  1085. </table>
  1086. </contents>
  1087. </pageBody>
  1088. <style>
  1089. <defaultStyles>
  1090. <defaultStyle refStyle="pg"/>
  1091. </defaultStyles>
  1092. </style>
  1093. <pageFooter>
  1094. <contents>
  1095. <table>
  1096. <style>
  1097. <defaultStyles>
  1098. <defaultStyle refStyle="tb"/>
  1099. </defaultStyles>
  1100. <CSS value="border-collapse:collapse;width:100%"/>
  1101. </style>
  1102. <tableRows>
  1103. <tableRow>
  1104. <tableCells>
  1105. <tableCell>
  1106. <contents/>
  1107. <style>
  1108. <CSS value="width:250px;padding-right:20px;padding-left:20px"/>
  1109. <defaultStyles>
  1110. <defaultStyle refStyle="np"/>
  1111. </defaultStyles>
  1112. </style>
  1113. </tableCell>
  1114. <tableCell>
  1115. <contents>
  1116. <textItem>
  1117. <dataSource>
  1118. <staticValue>OP.01 Offene Posten Übersicht per </staticValue>
  1119. </dataSource>
  1120. </textItem>
  1121. <singleton name="Singleton1" refQuery="qry_Tag">
  1122. <contents>
  1123. <textItem>
  1124. <dataSource>
  1125. <dataItemValue refDataItem="Aktueller Tag"/>
  1126. </dataSource>
  1127. </textItem>
  1128. </contents>
  1129. </singleton>
  1130. </contents>
  1131. <style>
  1132. <CSS value="vertical-align:top;text-align:left"/>
  1133. </style>
  1134. <conditionalStyleRefs>
  1135. <conditionalStyleRef refConditionalStyle="Bedingter Stil 2"/>
  1136. </conditionalStyleRefs>
  1137. </tableCell>
  1138. <tableCell>
  1139. <contents>
  1140. <pageNumber/>
  1141. </contents>
  1142. <style>
  1143. <CSS value="text-align:right"/>
  1144. </style>
  1145. <conditionalStyleRefs>
  1146. <conditionalStyleRef refConditionalStyle="Bedingter Stil 2"/>
  1147. </conditionalStyleRefs>
  1148. </tableCell>
  1149. </tableCells>
  1150. </tableRow>
  1151. </tableRows>
  1152. </table>
  1153. </contents>
  1154. </pageFooter>
  1155. <pageHeader>
  1156. <contents>
  1157. <table>
  1158. <style>
  1159. <defaultStyles>
  1160. <defaultStyle refStyle="tb"/>
  1161. </defaultStyles>
  1162. <CSS value="border-collapse:collapse;width:100%"/>
  1163. </style>
  1164. <tableRows>
  1165. <tableRow>
  1166. <tableCells>
  1167. <tableCell>
  1168. <contents>
  1169. <image>
  1170. <dataSource>
  1171. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1172. </dataSource>
  1173. <style>
  1174. <CSS value="height:40px"/>
  1175. </style>
  1176. </image>
  1177. </contents>
  1178. <style>
  1179. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  1180. </style>
  1181. </tableCell>
  1182. <tableCell>
  1183. <contents>
  1184. <table>
  1185. <style>
  1186. <defaultStyles>
  1187. <defaultStyle refStyle="tb"/>
  1188. </defaultStyles>
  1189. <CSS value="border-collapse:collapse;height:100%"/>
  1190. </style>
  1191. <tableRows>
  1192. <tableRow>
  1193. <tableCells>
  1194. <tableCell>
  1195. <contents>
  1196. <textItem>
  1197. <dataSource>
  1198. <staticValue>OP.01 Offene Posten Übersicht per </staticValue>
  1199. </dataSource>
  1200. <style>
  1201. <CSS value="font-size:22pt;padding-left:20px"/>
  1202. </style>
  1203. </textItem>
  1204. </contents>
  1205. <style>
  1206. <CSS value="text-align:left;vertical-align:top"/>
  1207. </style>
  1208. </tableCell>
  1209. <tableCell>
  1210. <contents>
  1211. <singleton name="Singleton4" refQuery="Abfrage2">
  1212. <contents>
  1213. <textItem>
  1214. <dataSource>
  1215. <dataItemValue refDataItem="Datenelement"/>
  1216. </dataSource>
  1217. <style>
  1218. <CSS value="padding-left:0px;font-size:22pt"/>
  1219. </style>
  1220. </textItem>
  1221. </contents>
  1222. </singleton>
  1223. </contents>
  1224. <style>
  1225. <CSS value="text-align:left;vertical-align:top;font-size:22pt"/>
  1226. </style>
  1227. </tableCell>
  1228. </tableCells>
  1229. </tableRow>
  1230. </tableRows>
  1231. </table>
  1232. </contents>
  1233. <style>
  1234. <CSS value="text-align:left;width:12%;vertical-align:middle"/>
  1235. <defaultStyles>
  1236. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1237. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1238. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1239. </defaultStyles>
  1240. </style>
  1241. </tableCell>
  1242. <tableCell>
  1243. <contents/>
  1244. <style>
  1245. <CSS value="text-align:left;vertical-align:middle"/>
  1246. </style>
  1247. </tableCell>
  1248. </tableCells>
  1249. </tableRow>
  1250. <tableRow>
  1251. <tableCells>
  1252. <tableCell>
  1253. <contents>
  1254. <table>
  1255. <style>
  1256. <defaultStyles>
  1257. <defaultStyle refStyle="tb"/>
  1258. </defaultStyles>
  1259. <CSS value="border-collapse:collapse;width:100%"/>
  1260. </style>
  1261. <tableRows>
  1262. <tableRow>
  1263. <tableCells>
  1264. <tableCell>
  1265. <contents>
  1266. <promptButton type="back">
  1267. <contents/>
  1268. <style>
  1269. <defaultStyles>
  1270. <defaultStyle refStyle="bp"/>
  1271. </defaultStyles>
  1272. </style>
  1273. </promptButton>
  1274. </contents>
  1275. </tableCell>
  1276. <tableCell>
  1277. <contents/>
  1278. <style>
  1279. <CSS value="text-align:left"/>
  1280. </style>
  1281. <conditionalStyleRefs>
  1282. <conditionalStyleRef refConditionalStyle="letzte_13_Monate"/>
  1283. </conditionalStyleRefs>
  1284. </tableCell>
  1285. </tableCells>
  1286. </tableRow>
  1287. </tableRows>
  1288. </table>
  1289. </contents>
  1290. <style>
  1291. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1292. </style>
  1293. </tableCell>
  1294. <tableCell colSpan="2">
  1295. <contents>
  1296. <textItem>
  1297. <dataSource>
  1298. <staticValue>verwendete Filter:</staticValue>
  1299. </dataSource>
  1300. <style>
  1301. <CSS value="padding-left:20px"/>
  1302. </style>
  1303. </textItem>
  1304. <textItem>
  1305. <dataSource>
  1306. <reportExpression>if(ParamDisplayValue(&quot;p_Fälligkeit&quot;) is null) then(&quot;&quot;) else(ParamDisplayValue(&quot;p_Fälligkeit&quot;))</reportExpression>
  1307. </dataSource>
  1308. </textItem>
  1309. <textItem>
  1310. <dataSource>
  1311. <reportExpression>if(ParamDisplayValue(&quot;p_Kunde&quot;) is null) then(&quot;&quot;) else(ParamDisplayValue(&quot;p_Kunde&quot;))</reportExpression>
  1312. </dataSource>
  1313. </textItem>
  1314. <textItem>
  1315. <dataSource>
  1316. <reportExpression>if(ParamDisplayValue(&quot;p_Beleg&quot;) is null) then(&quot;&quot;) else(ParamDisplayValue(&quot;p_Beleg&quot;))</reportExpression>
  1317. </dataSource>
  1318. </textItem>
  1319. <textItem>
  1320. <dataSource>
  1321. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  1322. </dataSource>
  1323. </textItem>
  1324. <textItem>
  1325. <dataSource>
  1326. <reportExpression>if(ParamDisplayValue(&quot;p_AH&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_AH&quot;))</reportExpression>
  1327. </dataSource>
  1328. </textItem>
  1329. <textItem>
  1330. <dataSource>
  1331. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  1332. </dataSource>
  1333. </textItem>
  1334. <textItem>
  1335. <dataSource>
  1336. <reportExpression>if(ParamDisplayValue(&quot;p_Fahrzeugart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fahrzeugart&quot;))
  1337. </reportExpression>
  1338. </dataSource>
  1339. </textItem>
  1340. <textItem>
  1341. <dataSource>
  1342. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  1343. </dataSource>
  1344. </textItem>
  1345. <textItem>
  1346. <dataSource>
  1347. <reportExpression>if(ParamDisplayValue(&quot;p_Kundenart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundenart&quot;))</reportExpression>
  1348. </dataSource>
  1349. </textItem>
  1350. <textItem>
  1351. <dataSource>
  1352. <reportExpression>if(ParamDisplayValue(&quot;p_Bereich&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Bereich&quot;))</reportExpression>
  1353. </dataSource>
  1354. </textItem>
  1355. <textItem>
  1356. <dataSource>
  1357. <reportExpression>if(ParamDisplayValue(&quot;p_Forderungsart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Forderungsart&quot;))</reportExpression>
  1358. </dataSource>
  1359. </textItem>
  1360. <textItem>
  1361. <dataSource>
  1362. <reportExpression>if(ParamDisplayValue(&quot;p_Verursacher&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verursacher&quot;))</reportExpression>
  1363. </dataSource>
  1364. </textItem>
  1365. </contents>
  1366. </tableCell>
  1367. </tableCells>
  1368. </tableRow>
  1369. </tableRows>
  1370. </table>
  1371. </contents>
  1372. <style>
  1373. <defaultStyles>
  1374. <defaultStyle refStyle="cls14"/>
  1375. </defaultStyles>
  1376. </style>
  1377. </pageHeader>
  1378. </page>
  1379. </reportPages>
  1380. <pageSetup orientation="landscape">
  1381. <namedPaper name="/configuration/pageDefinition[@name=&quot;A4&quot;]"/>
  1382. </pageSetup>
  1383. <promptPages>
  1384. <page name="Eingabeaufforderungsseite1">
  1385. <pageHeader>
  1386. <contents>
  1387. <table>
  1388. <style>
  1389. <defaultStyles>
  1390. <defaultStyle refStyle="tb"/>
  1391. </defaultStyles>
  1392. <CSS value="border-collapse:collapse;width:100%"/>
  1393. </style>
  1394. <tableRows>
  1395. <tableRow>
  1396. <tableCells>
  1397. <tableCell>
  1398. <contents>
  1399. <image>
  1400. <dataSource>
  1401. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  1402. </dataSource>
  1403. <style>
  1404. <CSS value="height:40px"/>
  1405. </style>
  1406. </image>
  1407. </contents>
  1408. <style>
  1409. <CSS value="width:250px;height:50px;padding-left:50px"/>
  1410. </style>
  1411. </tableCell>
  1412. <tableCell>
  1413. <contents>
  1414. <textItem>
  1415. <dataSource>
  1416. <staticValue>Filterauswahl</staticValue>
  1417. </dataSource>
  1418. <style>
  1419. <CSS value="font-size:22pt"/>
  1420. </style>
  1421. </textItem>
  1422. </contents>
  1423. </tableCell>
  1424. </tableCells>
  1425. </tableRow>
  1426. </tableRows>
  1427. </table>
  1428. </contents>
  1429. <style>
  1430. <defaultStyles>
  1431. <defaultStyle refStyle="cls14"/>
  1432. </defaultStyles>
  1433. <CSS value="height:70px"/>
  1434. </style>
  1435. </pageHeader>
  1436. <pageBody>
  1437. <contents>
  1438. <table>
  1439. <style>
  1440. <defaultStyles>
  1441. <defaultStyle refStyle="tb"/>
  1442. </defaultStyles>
  1443. <CSS value="border-collapse:collapse;width:100%;background-color:white;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;margin-left:15px;margin-top:10px"/>
  1444. </style>
  1445. <tableRows>
  1446. <tableRow>
  1447. <tableCells>
  1448. <tableCell>
  1449. <contents>
  1450. <textItem>
  1451. <dataSource>
  1452. <staticValue/>
  1453. </dataSource>
  1454. <style>
  1455. <CSS value="width:20px"/>
  1456. </style>
  1457. </textItem>
  1458. </contents>
  1459. </tableCell>
  1460. <tableCell>
  1461. <contents>
  1462. <textItem>
  1463. <dataSource>
  1464. <staticValue>Monat:</staticValue>
  1465. </dataSource>
  1466. </textItem>
  1467. </contents>
  1468. <style>
  1469. <CSS value="vertical-align:middle;font-weight:bold;width:7%;padding-top:10px;padding-left:10px;color:white;padding-bottom:10px;background-color:#3E5C76;text-align:left"/>
  1470. </style>
  1471. </tableCell>
  1472. <tableCell>
  1473. <contents/>
  1474. <style>
  1475. <CSS value="width:45px;padding-top:20px;text-align:center"/>
  1476. </style>
  1477. </tableCell>
  1478. <tableCell>
  1479. <contents/>
  1480. <style>
  1481. <CSS value="vertical-align:middle;width:7%;text-align:left;color:white;font-weight:bold;padding-top:10px;padding-left:10px;padding-bottom:10px;background-color:white"/>
  1482. </style>
  1483. </tableCell>
  1484. <tableCell>
  1485. <contents>
  1486. <textItem>
  1487. <dataSource>
  1488. <staticValue/>
  1489. </dataSource>
  1490. <style>
  1491. <CSS value="width:45px"/>
  1492. </style>
  1493. </textItem>
  1494. </contents>
  1495. <style>
  1496. <CSS value="text-align:left;width:15px;padding-top:20px"/>
  1497. </style>
  1498. </tableCell>
  1499. <tableCell>
  1500. <contents/>
  1501. <style>
  1502. <CSS value="width:7%;padding-top:20px"/>
  1503. </style>
  1504. </tableCell>
  1505. <tableCell>
  1506. <contents>
  1507. <textItem>
  1508. <dataSource>
  1509. <staticValue/>
  1510. </dataSource>
  1511. <style>
  1512. <CSS value="width:45px"/>
  1513. </style>
  1514. </textItem>
  1515. </contents>
  1516. <style>
  1517. <CSS value="width:15px"/>
  1518. </style>
  1519. </tableCell>
  1520. <tableCell>
  1521. <contents/>
  1522. <style>
  1523. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:7%"/>
  1524. </style>
  1525. </tableCell>
  1526. <tableCell>
  1527. <contents>
  1528. <promptButton type="finish">
  1529. <contents/>
  1530. <style>
  1531. <defaultStyles>
  1532. <defaultStyle refStyle="bp"/>
  1533. </defaultStyles>
  1534. </style>
  1535. </promptButton>
  1536. </contents>
  1537. <style>
  1538. <CSS value="width:13%;padding-top:20px;text-align:right;vertical-align:bottom"/>
  1539. </style>
  1540. </tableCell>
  1541. <tableCell>
  1542. <contents/>
  1543. <style>
  1544. <CSS value="width:17%;padding-top:20px"/>
  1545. </style>
  1546. </tableCell>
  1547. <tableCell>
  1548. <contents/>
  1549. <style>
  1550. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  1551. </style>
  1552. </tableCell>
  1553. <tableCell>
  1554. <contents/>
  1555. <style>
  1556. <CSS value="width:7%;padding-top:20px"/>
  1557. </style>
  1558. </tableCell>
  1559. </tableCells>
  1560. </tableRow>
  1561. <tableRow>
  1562. <tableCells>
  1563. <tableCell>
  1564. <contents/>
  1565. </tableCell>
  1566. <tableCell>
  1567. <contents>
  1568. <selectValue multiSelect="true" parameter="p_Fälligkeit" refQuery="qry_Fälligkeit" required="false" selectValueUI="checkboxGroup">
  1569. <useItem refDataItem="desc_Fälligkeit"/>
  1570. </selectValue>
  1571. </contents>
  1572. <style>
  1573. <CSS value="vertical-align:top;text-align:left"/>
  1574. </style>
  1575. </tableCell>
  1576. <tableCell>
  1577. <contents/>
  1578. </tableCell>
  1579. <tableCell>
  1580. <contents/>
  1581. <style>
  1582. <CSS value="padding-top:10px;padding-bottom:25px"/>
  1583. <defaultStyles>
  1584. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1585. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1586. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1587. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1588. </defaultStyles>
  1589. </style>
  1590. </tableCell>
  1591. <tableCell>
  1592. <contents/>
  1593. </tableCell>
  1594. <tableCell>
  1595. <contents/>
  1596. </tableCell>
  1597. <tableCell>
  1598. <contents/>
  1599. </tableCell>
  1600. <tableCell>
  1601. <contents/>
  1602. <style>
  1603. <CSS value="padding-top:25px;text-align:right;vertical-align:top;width:13%"/>
  1604. <defaultStyles>
  1605. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1606. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1607. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1608. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1609. </defaultStyles>
  1610. </style>
  1611. </tableCell>
  1612. <tableCell>
  1613. <contents>
  1614. <table>
  1615. <style>
  1616. <defaultStyles>
  1617. <defaultStyle refStyle="tb"/>
  1618. </defaultStyles>
  1619. <CSS value="border-collapse:collapse;width:100%"/>
  1620. </style>
  1621. <tableRows>
  1622. <tableRow>
  1623. <tableCells>
  1624. <tableCell>
  1625. <contents>
  1626. <promptButton type="cancel">
  1627. <contents/>
  1628. <style>
  1629. <defaultStyles>
  1630. <defaultStyle refStyle="bp"/>
  1631. </defaultStyles>
  1632. </style>
  1633. </promptButton>
  1634. </contents>
  1635. <style>
  1636. <CSS value="text-align:right"/>
  1637. </style>
  1638. </tableCell>
  1639. </tableCells>
  1640. </tableRow>
  1641. <tableRow>
  1642. <tableCells>
  1643. <tableCell>
  1644. <contents/>
  1645. </tableCell>
  1646. </tableCells>
  1647. </tableRow>
  1648. <tableRow>
  1649. <tableCells>
  1650. <tableCell>
  1651. <contents/>
  1652. <style>
  1653. <CSS value="text-align:right;padding-top:30px"/>
  1654. </style>
  1655. </tableCell>
  1656. </tableCells>
  1657. </tableRow>
  1658. </tableRows>
  1659. </table>
  1660. </contents>
  1661. <style>
  1662. <CSS value="text-align:right;width:13%;vertical-align:top;padding-top:25px"/>
  1663. </style>
  1664. </tableCell>
  1665. <tableCell>
  1666. <contents/>
  1667. <style>
  1668. <CSS value="width:17%"/>
  1669. </style>
  1670. </tableCell>
  1671. <tableCell>
  1672. <contents/>
  1673. <style>
  1674. <CSS value="padding-left:80px"/>
  1675. </style>
  1676. </tableCell>
  1677. <tableCell>
  1678. <contents/>
  1679. </tableCell>
  1680. </tableCells>
  1681. </tableRow>
  1682. <tableRow>
  1683. <tableCells>
  1684. <tableCell>
  1685. <contents>
  1686. <textItem>
  1687. <dataSource>
  1688. <staticValue/>
  1689. </dataSource>
  1690. <style>
  1691. <CSS value="width:20px;height:30px"/>
  1692. </style>
  1693. </textItem>
  1694. </contents>
  1695. </tableCell>
  1696. <tableCell>
  1697. <contents/>
  1698. </tableCell>
  1699. <tableCell>
  1700. <contents/>
  1701. </tableCell>
  1702. <tableCell>
  1703. <contents/>
  1704. </tableCell>
  1705. <tableCell>
  1706. <contents/>
  1707. </tableCell>
  1708. <tableCell>
  1709. <contents/>
  1710. </tableCell>
  1711. <tableCell>
  1712. <contents/>
  1713. </tableCell>
  1714. <tableCell>
  1715. <contents/>
  1716. </tableCell>
  1717. <tableCell>
  1718. <contents/>
  1719. </tableCell>
  1720. <tableCell>
  1721. <contents/>
  1722. </tableCell>
  1723. <tableCell>
  1724. <contents/>
  1725. </tableCell>
  1726. <tableCell>
  1727. <contents/>
  1728. </tableCell>
  1729. </tableCells>
  1730. </tableRow>
  1731. <tableRow>
  1732. <tableCells>
  1733. <tableCell>
  1734. <contents/>
  1735. </tableCell>
  1736. <tableCell>
  1737. <contents>
  1738. <textItem>
  1739. <dataSource>
  1740. <staticValue>Mandant:</staticValue>
  1741. </dataSource>
  1742. <style>
  1743. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1744. </style>
  1745. </textItem>
  1746. </contents>
  1747. <style>
  1748. <CSS value="font-weight:bold;vertical-align:middle;color:white;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;height:50px"/>
  1749. </style>
  1750. </tableCell>
  1751. <tableCell>
  1752. <contents/>
  1753. <style>
  1754. <CSS value="padding-left:10px"/>
  1755. </style>
  1756. </tableCell>
  1757. <tableCell>
  1758. <contents>
  1759. <textItem>
  1760. <dataSource>
  1761. <staticValue>AH-Gruppe:</staticValue>
  1762. </dataSource>
  1763. <style>
  1764. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1765. </style>
  1766. </textItem>
  1767. </contents>
  1768. <style>
  1769. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px"/>
  1770. </style>
  1771. </tableCell>
  1772. <tableCell>
  1773. <contents/>
  1774. <style>
  1775. <CSS value="padding-left:10px;text-align:left"/>
  1776. </style>
  1777. </tableCell>
  1778. <tableCell>
  1779. <contents>
  1780. <textItem>
  1781. <dataSource>
  1782. <staticValue>Bereich:</staticValue>
  1783. </dataSource>
  1784. <style>
  1785. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1786. </style>
  1787. </textItem>
  1788. </contents>
  1789. <style>
  1790. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;text-align:left;padding-bottom:10px;background-color:#3E5C76;padding-top:10px"/>
  1791. <defaultStyles>
  1792. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  1793. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  1794. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  1795. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  1796. </defaultStyles>
  1797. </style>
  1798. </tableCell>
  1799. <tableCell>
  1800. <contents/>
  1801. <style>
  1802. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  1803. </style>
  1804. </tableCell>
  1805. <tableCell>
  1806. <contents/>
  1807. <style>
  1808. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:200px"/>
  1809. </style>
  1810. </tableCell>
  1811. <tableCell>
  1812. <contents/>
  1813. <style>
  1814. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle;width:13%"/>
  1815. </style>
  1816. </tableCell>
  1817. <tableCell>
  1818. <contents/>
  1819. <style>
  1820. <CSS value="width:17%"/>
  1821. </style>
  1822. </tableCell>
  1823. <tableCell>
  1824. <contents/>
  1825. <style>
  1826. <CSS value="padding-left:10px"/>
  1827. </style>
  1828. </tableCell>
  1829. <tableCell>
  1830. <contents/>
  1831. </tableCell>
  1832. </tableCells>
  1833. </tableRow>
  1834. <tableRow>
  1835. <tableCells>
  1836. <tableCell>
  1837. <contents/>
  1838. </tableCell>
  1839. <tableCell>
  1840. <contents>
  1841. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant" required="false" selectValueUI="checkboxGroup">
  1842. <useItem refDataItem="Hauptbetrieb"/>
  1843. <headerText>
  1844. <defaultText>Alle Mandanten</defaultText>
  1845. </headerText>
  1846. </selectValue>
  1847. </contents>
  1848. <style>
  1849. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1850. </style>
  1851. </tableCell>
  1852. <tableCell>
  1853. <contents/>
  1854. </tableCell>
  1855. <tableCell>
  1856. <contents>
  1857. <selectValue multiSelect="true" parameter="p_AH" refQuery="qry_AH" required="false" selectValueUI="checkboxGroup">
  1858. <headerText>
  1859. <defaultText>Alle Autohäuser</defaultText>
  1860. </headerText>
  1861. <useItem refDataItem="Standort"/>
  1862. </selectValue>
  1863. </contents>
  1864. <style>
  1865. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1866. </style>
  1867. </tableCell>
  1868. <tableCell>
  1869. <contents/>
  1870. </tableCell>
  1871. <tableCell>
  1872. <contents>
  1873. <selectValue multiSelect="true" parameter="p_Bereich" refQuery="qry_Bereich" required="false" selectValueUI="checkboxGroup">
  1874. <headerText>
  1875. <defaultText>Alle Bereiche</defaultText>
  1876. </headerText>
  1877. <useItem refDataItem="Kostenstelle1"/>
  1878. <style>
  1879. <CSS value="width:100%"/>
  1880. </style>
  1881. </selectValue>
  1882. </contents>
  1883. <style>
  1884. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1885. </style>
  1886. </tableCell>
  1887. <tableCell>
  1888. <contents/>
  1889. <style>
  1890. <CSS value="text-align:right"/>
  1891. </style>
  1892. </tableCell>
  1893. <tableCell>
  1894. <contents/>
  1895. <style>
  1896. <CSS value="vertical-align:top"/>
  1897. </style>
  1898. </tableCell>
  1899. <tableCell>
  1900. <contents/>
  1901. <style>
  1902. <CSS value="text-align:right"/>
  1903. </style>
  1904. </tableCell>
  1905. <tableCell>
  1906. <contents/>
  1907. <style>
  1908. <CSS value="width:17%"/>
  1909. </style>
  1910. </tableCell>
  1911. <tableCell>
  1912. <contents/>
  1913. </tableCell>
  1914. <tableCell>
  1915. <contents/>
  1916. </tableCell>
  1917. </tableCells>
  1918. </tableRow>
  1919. <tableRow>
  1920. <tableCells>
  1921. <tableCell>
  1922. <contents>
  1923. <textItem>
  1924. <dataSource>
  1925. <staticValue/>
  1926. </dataSource>
  1927. <style>
  1928. <CSS value="width:20px;height:30px"/>
  1929. </style>
  1930. </textItem>
  1931. </contents>
  1932. </tableCell>
  1933. <tableCell>
  1934. <contents/>
  1935. <style>
  1936. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1937. </style>
  1938. </tableCell>
  1939. <tableCell>
  1940. <contents/>
  1941. </tableCell>
  1942. <tableCell>
  1943. <contents/>
  1944. </tableCell>
  1945. <tableCell>
  1946. <contents/>
  1947. </tableCell>
  1948. <tableCell>
  1949. <contents/>
  1950. </tableCell>
  1951. <tableCell>
  1952. <contents/>
  1953. </tableCell>
  1954. <tableCell>
  1955. <contents/>
  1956. </tableCell>
  1957. <tableCell>
  1958. <contents/>
  1959. <style>
  1960. <CSS value="width:13%"/>
  1961. </style>
  1962. </tableCell>
  1963. <tableCell>
  1964. <contents/>
  1965. <style>
  1966. <CSS value="width:17%"/>
  1967. </style>
  1968. </tableCell>
  1969. <tableCell>
  1970. <contents/>
  1971. </tableCell>
  1972. <tableCell>
  1973. <contents/>
  1974. </tableCell>
  1975. </tableCells>
  1976. </tableRow>
  1977. <tableRow>
  1978. <tableCells>
  1979. <tableCell>
  1980. <contents/>
  1981. </tableCell>
  1982. <tableCell>
  1983. <contents>
  1984. <textItem>
  1985. <dataSource>
  1986. <staticValue>Verursacher:</staticValue>
  1987. </dataSource>
  1988. <style>
  1989. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1990. </style>
  1991. </textItem>
  1992. </contents>
  1993. <style>
  1994. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;height:50px"/>
  1995. </style>
  1996. </tableCell>
  1997. <tableCell>
  1998. <contents/>
  1999. <style>
  2000. <CSS value="padding-left:10px"/>
  2001. </style>
  2002. </tableCell>
  2003. <tableCell colSpan="3">
  2004. <contents>
  2005. <textItem>
  2006. <dataSource>
  2007. <staticValue>Kunde:</staticValue>
  2008. </dataSource>
  2009. <style>
  2010. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2011. </style>
  2012. </textItem>
  2013. </contents>
  2014. <style>
  2015. <CSS value="color:white;font-weight:bold;vertical-align:middle;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px"/>
  2016. </style>
  2017. </tableCell>
  2018. <tableCell>
  2019. <contents/>
  2020. <style>
  2021. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  2022. </style>
  2023. </tableCell>
  2024. <tableCell colSpan="2">
  2025. <contents>
  2026. <textItem>
  2027. <dataSource>
  2028. <staticValue>Rechnung:</staticValue>
  2029. </dataSource>
  2030. <style>
  2031. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  2032. </style>
  2033. </textItem>
  2034. </contents>
  2035. <style>
  2036. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:#3E5C76;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  2037. <defaultStyles>
  2038. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2039. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2040. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2041. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2042. </defaultStyles>
  2043. </style>
  2044. </tableCell>
  2045. <tableCell>
  2046. <contents/>
  2047. <style>
  2048. <CSS value="padding-top:10px;padding-bottom:10px;padding-left:10px;background-color:white;color:white;font-weight:bold;text-align:left;vertical-align:middle"/>
  2049. <defaultStyles>
  2050. <defaultStyle refStyle="GuidedLayoutTopPadding"/>
  2051. <defaultStyle refStyle="GuidedLayoutBottomPadding"/>
  2052. <defaultStyle refStyle="GuidedLayoutLeftPadding"/>
  2053. <defaultStyle refStyle="GuidedLayoutRightPadding"/>
  2054. </defaultStyles>
  2055. </style>
  2056. </tableCell>
  2057. <tableCell>
  2058. <contents/>
  2059. <style>
  2060. <CSS value="padding-left:10px"/>
  2061. </style>
  2062. </tableCell>
  2063. <tableCell>
  2064. <contents/>
  2065. </tableCell>
  2066. </tableCells>
  2067. </tableRow>
  2068. <tableRow>
  2069. <tableCells>
  2070. <tableCell>
  2071. <contents/>
  2072. </tableCell>
  2073. <tableCell>
  2074. <contents>
  2075. <selectValue multiSelect="true" parameter="p_Verursacher" refQuery="qry_Verursacher1" required="false" selectValueUI="checkboxGroup">
  2076. <useItem refDataItem="Sel Name"/>
  2077. <style>
  2078. <CSS value="height:300px;width:100%"/>
  2079. </style>
  2080. </selectValue>
  2081. </contents>
  2082. <style>
  2083. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2084. </style>
  2085. </tableCell>
  2086. <tableCell>
  2087. <contents/>
  2088. </tableCell>
  2089. <tableCell colSpan="3">
  2090. <contents>
  2091. <selectWithSearch multiSelect="true" parameter="p_Kunde" refQuery="qry_Kunde" required="false">
  2092. <useItem refDataItem="Kunde1"/>
  2093. </selectWithSearch>
  2094. </contents>
  2095. <style>
  2096. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  2097. </style>
  2098. </tableCell>
  2099. <tableCell>
  2100. <contents/>
  2101. <style>
  2102. <CSS value="text-align:right"/>
  2103. </style>
  2104. </tableCell>
  2105. <tableCell colSpan="2">
  2106. <contents>
  2107. <selectWithSearch multiSelect="true" parameter="p_Beleg" refQuery="qry_Rechnung" required="false">
  2108. <useItem refDataItem="Beleg"/>
  2109. </selectWithSearch>
  2110. </contents>
  2111. <style>
  2112. <CSS value="text-align:left"/>
  2113. </style>
  2114. </tableCell>
  2115. <tableCell>
  2116. <contents/>
  2117. <style>
  2118. <CSS value="text-align:left"/>
  2119. </style>
  2120. </tableCell>
  2121. <tableCell>
  2122. <contents/>
  2123. </tableCell>
  2124. <tableCell>
  2125. <contents/>
  2126. </tableCell>
  2127. </tableCells>
  2128. </tableRow>
  2129. <tableRow>
  2130. <tableCells>
  2131. <tableCell>
  2132. <contents>
  2133. <textItem>
  2134. <dataSource>
  2135. <staticValue/>
  2136. </dataSource>
  2137. <style>
  2138. <CSS value="width:20px;height:30px"/>
  2139. </style>
  2140. </textItem>
  2141. </contents>
  2142. </tableCell>
  2143. <tableCell>
  2144. <contents/>
  2145. <style>
  2146. <CSS value="padding-top:10px;padding-bottom:10px"/>
  2147. </style>
  2148. </tableCell>
  2149. <tableCell>
  2150. <contents/>
  2151. </tableCell>
  2152. <tableCell>
  2153. <contents/>
  2154. </tableCell>
  2155. <tableCell>
  2156. <contents/>
  2157. </tableCell>
  2158. <tableCell>
  2159. <contents/>
  2160. </tableCell>
  2161. <tableCell>
  2162. <contents/>
  2163. </tableCell>
  2164. <tableCell>
  2165. <contents/>
  2166. </tableCell>
  2167. <tableCell>
  2168. <contents/>
  2169. <style>
  2170. <CSS value="width:13%"/>
  2171. </style>
  2172. </tableCell>
  2173. <tableCell>
  2174. <contents/>
  2175. <style>
  2176. <CSS value="width:17%"/>
  2177. </style>
  2178. </tableCell>
  2179. <tableCell>
  2180. <contents/>
  2181. </tableCell>
  2182. <tableCell>
  2183. <contents/>
  2184. </tableCell>
  2185. </tableCells>
  2186. </tableRow>
  2187. <tableRow>
  2188. <tableCells>
  2189. <tableCell>
  2190. <contents/>
  2191. </tableCell>
  2192. <tableCell>
  2193. <contents/>
  2194. <style>
  2195. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  2196. </style>
  2197. </tableCell>
  2198. <tableCell>
  2199. <contents/>
  2200. </tableCell>
  2201. <tableCell colSpan="3">
  2202. <contents/>
  2203. <style>
  2204. <CSS value="vertical-align:top"/>
  2205. </style>
  2206. </tableCell>
  2207. <tableCell>
  2208. <contents/>
  2209. </tableCell>
  2210. <tableCell>
  2211. <contents/>
  2212. <style>
  2213. <CSS value="vertical-align:top"/>
  2214. </style>
  2215. </tableCell>
  2216. <tableCell>
  2217. <contents/>
  2218. </tableCell>
  2219. <tableCell>
  2220. <contents/>
  2221. </tableCell>
  2222. <tableCell>
  2223. <contents/>
  2224. </tableCell>
  2225. <tableCell>
  2226. <contents/>
  2227. </tableCell>
  2228. </tableCells>
  2229. </tableRow>
  2230. <tableRow>
  2231. <tableCells>
  2232. <tableCell>
  2233. <contents/>
  2234. </tableCell>
  2235. <tableCell>
  2236. <contents/>
  2237. </tableCell>
  2238. <tableCell>
  2239. <contents/>
  2240. </tableCell>
  2241. <tableCell>
  2242. <contents/>
  2243. </tableCell>
  2244. <tableCell>
  2245. <contents/>
  2246. </tableCell>
  2247. <tableCell>
  2248. <contents/>
  2249. </tableCell>
  2250. <tableCell>
  2251. <contents/>
  2252. </tableCell>
  2253. <tableCell>
  2254. <contents/>
  2255. </tableCell>
  2256. <tableCell>
  2257. <contents/>
  2258. </tableCell>
  2259. <tableCell>
  2260. <contents/>
  2261. </tableCell>
  2262. <tableCell>
  2263. <contents/>
  2264. </tableCell>
  2265. <tableCell>
  2266. <contents/>
  2267. </tableCell>
  2268. </tableCells>
  2269. </tableRow>
  2270. <tableRow>
  2271. <tableCells>
  2272. <tableCell>
  2273. <contents>
  2274. <textItem>
  2275. <dataSource>
  2276. <staticValue/>
  2277. </dataSource>
  2278. <style>
  2279. <CSS value="width:20px;height:30px"/>
  2280. </style>
  2281. </textItem>
  2282. </contents>
  2283. </tableCell>
  2284. <tableCell>
  2285. <contents/>
  2286. </tableCell>
  2287. <tableCell>
  2288. <contents/>
  2289. </tableCell>
  2290. <tableCell>
  2291. <contents/>
  2292. </tableCell>
  2293. <tableCell>
  2294. <contents/>
  2295. </tableCell>
  2296. <tableCell>
  2297. <contents/>
  2298. </tableCell>
  2299. <tableCell>
  2300. <contents/>
  2301. </tableCell>
  2302. <tableCell>
  2303. <contents/>
  2304. </tableCell>
  2305. <tableCell>
  2306. <contents/>
  2307. <style>
  2308. <CSS value="width:13%"/>
  2309. </style>
  2310. </tableCell>
  2311. <tableCell>
  2312. <contents/>
  2313. <style>
  2314. <CSS value="width:17%"/>
  2315. </style>
  2316. </tableCell>
  2317. <tableCell>
  2318. <contents/>
  2319. </tableCell>
  2320. <tableCell>
  2321. <contents/>
  2322. </tableCell>
  2323. </tableCells>
  2324. </tableRow>
  2325. <tableRow>
  2326. <tableCells>
  2327. <tableCell>
  2328. <contents/>
  2329. </tableCell>
  2330. <tableCell>
  2331. <contents/>
  2332. </tableCell>
  2333. <tableCell>
  2334. <contents/>
  2335. </tableCell>
  2336. <tableCell>
  2337. <contents/>
  2338. </tableCell>
  2339. <tableCell>
  2340. <contents/>
  2341. </tableCell>
  2342. <tableCell>
  2343. <contents/>
  2344. </tableCell>
  2345. <tableCell>
  2346. <contents/>
  2347. </tableCell>
  2348. <tableCell>
  2349. <contents/>
  2350. </tableCell>
  2351. <tableCell>
  2352. <contents/>
  2353. <style>
  2354. <CSS value="width:13%"/>
  2355. </style>
  2356. </tableCell>
  2357. <tableCell>
  2358. <contents/>
  2359. <style>
  2360. <CSS value="width:17%"/>
  2361. </style>
  2362. </tableCell>
  2363. <tableCell>
  2364. <contents/>
  2365. </tableCell>
  2366. <tableCell>
  2367. <contents/>
  2368. </tableCell>
  2369. </tableCells>
  2370. </tableRow>
  2371. <tableRow>
  2372. <tableCells>
  2373. <tableCell>
  2374. <contents/>
  2375. </tableCell>
  2376. <tableCell>
  2377. <contents/>
  2378. </tableCell>
  2379. <tableCell>
  2380. <contents/>
  2381. </tableCell>
  2382. <tableCell>
  2383. <contents/>
  2384. </tableCell>
  2385. <tableCell>
  2386. <contents/>
  2387. </tableCell>
  2388. <tableCell>
  2389. <contents/>
  2390. </tableCell>
  2391. <tableCell>
  2392. <contents/>
  2393. </tableCell>
  2394. <tableCell>
  2395. <contents/>
  2396. </tableCell>
  2397. <tableCell>
  2398. <contents/>
  2399. <style>
  2400. <CSS value="width:13%"/>
  2401. </style>
  2402. </tableCell>
  2403. <tableCell>
  2404. <contents/>
  2405. <style>
  2406. <CSS value="width:17%"/>
  2407. </style>
  2408. </tableCell>
  2409. <tableCell>
  2410. <contents/>
  2411. </tableCell>
  2412. <tableCell>
  2413. <contents/>
  2414. </tableCell>
  2415. </tableCells>
  2416. </tableRow>
  2417. </tableRows>
  2418. </table>
  2419. </contents>
  2420. <style>
  2421. <defaultStyles>
  2422. <defaultStyle refStyle="py"/>
  2423. </defaultStyles>
  2424. <CSS value="background-color:white"/>
  2425. </style>
  2426. </pageBody>
  2427. <pageFooter>
  2428. <contents>
  2429. <promptButton type="cancel">
  2430. <contents/>
  2431. <style>
  2432. <defaultStyles>
  2433. <defaultStyle refStyle="bp"/>
  2434. </defaultStyles>
  2435. </style>
  2436. </promptButton>
  2437. <promptButton type="finish">
  2438. <contents/>
  2439. <style>
  2440. <defaultStyles>
  2441. <defaultStyle refStyle="bp"/>
  2442. </defaultStyles>
  2443. </style>
  2444. </promptButton>
  2445. </contents>
  2446. <style>
  2447. <CSS value="background-color:#C3CCD4;padding-top:10px;padding-bottom:10px"/>
  2448. </style>
  2449. </pageFooter>
  2450. <style>
  2451. <defaultStyles>
  2452. <defaultStyle refStyle="pp"/>
  2453. </defaultStyles>
  2454. </style>
  2455. </page>
  2456. </promptPages>
  2457. </layout>
  2458. </layouts>
  2459. <modelPath>/content/folder[@name=&quot;GC&quot;]/folder[@name=&quot;Packages&quot;]/package[@name=&quot;F_Forderungen&quot;]/model[@name=&quot;2020-06-23T08:10:29.529Z&quot;]</modelPath>
  2460. <reportName>OP.01 Offene Posten Übersicht</reportName>
  2461. <queries>
  2462. <query name="qry_Main">
  2463. <source>
  2464. <model/>
  2465. </source>
  2466. <selection>
  2467. <dataItemMember name="&gt; 12 Wochen">
  2468. <dmMember>
  2469. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&gt; 12 Wochen]</MUN>
  2470. <itemCaption>&gt; 12 Wochen</itemCaption>
  2471. </dmMember>
  2472. <dmDimension>
  2473. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2474. <itemCaption>Fälligkeit</itemCaption>
  2475. </dmDimension>
  2476. <dmHierarchy>
  2477. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2478. <itemCaption>Fälligkeit</itemCaption>
  2479. </dmHierarchy>
  2480. <XMLAttributes>
  2481. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2482. </XMLAttributes>
  2483. </dataItemMember>
  2484. <dataItemMember name="6 - 12 Wochen">
  2485. <dmMember>
  2486. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[6 - 12 Wochen]</MUN>
  2487. <itemCaption>6 - 12 Wochen</itemCaption>
  2488. </dmMember>
  2489. <dmDimension>
  2490. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2491. <itemCaption>Fälligkeit</itemCaption>
  2492. </dmDimension>
  2493. <dmHierarchy>
  2494. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2495. <itemCaption>Fälligkeit</itemCaption>
  2496. </dmHierarchy>
  2497. <XMLAttributes>
  2498. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2499. </XMLAttributes>
  2500. </dataItemMember>
  2501. <dataItemMember name="4 - 6 Wochen">
  2502. <dmMember>
  2503. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[4 - 6 Wochen]</MUN>
  2504. <itemCaption>4 - 6 Wochen</itemCaption>
  2505. </dmMember>
  2506. <dmDimension>
  2507. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2508. <itemCaption>Fälligkeit</itemCaption>
  2509. </dmDimension>
  2510. <dmHierarchy>
  2511. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2512. <itemCaption>Fälligkeit</itemCaption>
  2513. </dmHierarchy>
  2514. <XMLAttributes>
  2515. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2516. </XMLAttributes>
  2517. </dataItemMember>
  2518. <dataItemMember name="2 - 4 Wochen">
  2519. <dmMember>
  2520. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[2 - 4 Wochen]</MUN>
  2521. <itemCaption>2 - 4 Wochen</itemCaption>
  2522. </dmMember>
  2523. <dmDimension>
  2524. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2525. <itemCaption>Fälligkeit</itemCaption>
  2526. </dmDimension>
  2527. <dmHierarchy>
  2528. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2529. <itemCaption>Fälligkeit</itemCaption>
  2530. </dmHierarchy>
  2531. <XMLAttributes>
  2532. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2533. </XMLAttributes>
  2534. </dataItemMember>
  2535. <dataItemMember name="&lt; 2 Wochen">
  2536. <dmMember>
  2537. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[&lt; 2 Wochen]</MUN>
  2538. <itemCaption>&lt; 2 Wochen</itemCaption>
  2539. </dmMember>
  2540. <dmDimension>
  2541. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2542. <itemCaption>Fälligkeit</itemCaption>
  2543. </dmDimension>
  2544. <dmHierarchy>
  2545. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2546. <itemCaption>Fälligkeit</itemCaption>
  2547. </dmHierarchy>
  2548. <XMLAttributes>
  2549. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2550. </XMLAttributes>
  2551. </dataItemMember>
  2552. <dataItemMember name="Fälligkeit">
  2553. <dmMember>
  2554. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Fälligkeit]-&gt;:[PC].[@MEMBER].[Staffel]</MUN>
  2555. <itemCaption>Fälligkeit</itemCaption>
  2556. </dmMember>
  2557. <dmDimension>
  2558. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2559. <itemCaption>Fälligkeit</itemCaption>
  2560. </dmDimension>
  2561. <dmHierarchy>
  2562. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2563. <itemCaption>Fälligkeit</itemCaption>
  2564. </dmHierarchy>
  2565. <XMLAttributes>
  2566. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2567. </XMLAttributes>
  2568. </dataItemMember>
  2569. <dataItemMeasure name="offen">
  2570. <dmMember>
  2571. <MUN>[F_Forderungen].[Kennzahlen].[offen]</MUN>
  2572. <itemCaption>offen</itemCaption>
  2573. </dmMember>
  2574. <dmDimension>
  2575. <DUN>[F_Forderungen].[Kennzahlen]</DUN>
  2576. <itemCaption>Kennzahlen</itemCaption>
  2577. </dmDimension>
  2578. <XMLAttributes>
  2579. <XMLAttribute name="RS_dataType" output="no" value="9"/>
  2580. </XMLAttributes>
  2581. </dataItemMeasure>
  2582. <dataItemMember name="noch nicht fällig">
  2583. <dmMember>
  2584. <MUN>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel]-&gt;:[PC].[@MEMBER].[noch nicht fällig]</MUN>
  2585. <itemCaption>noch nicht fällig</itemCaption>
  2586. </dmMember>
  2587. <dmDimension>
  2588. <DUN>[F_Forderungen].[Fälligkeit]</DUN>
  2589. <itemCaption>Fälligkeit</itemCaption>
  2590. </dmDimension>
  2591. <dmHierarchy>
  2592. <HUN>[F_Forderungen].[Fälligkeit].[Fälligkeit]</HUN>
  2593. <itemCaption>Fälligkeit</itemCaption>
  2594. </dmHierarchy>
  2595. <XMLAttributes>
  2596. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2597. </XMLAttributes>
  2598. </dataItemMember>
  2599. <dataItemLevelSet name="Standort">
  2600. <dmLevel>
  2601. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2602. <itemCaption>Standort</itemCaption>
  2603. </dmLevel>
  2604. <dmDimension>
  2605. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2606. <itemCaption>AH-Gruppe</itemCaption>
  2607. </dmDimension>
  2608. <dmHierarchy>
  2609. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2610. <itemCaption>AH-Gruppe</itemCaption>
  2611. </dmHierarchy>
  2612. <XMLAttributes>
  2613. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2614. </XMLAttributes>
  2615. </dataItemLevelSet>
  2616. <dataItemLevelSet name="Kostenstelle1">
  2617. <dmLevel>
  2618. <LUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1]</LUN>
  2619. <itemCaption>Kostenstelle1</itemCaption>
  2620. </dmLevel>
  2621. <dmDimension>
  2622. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2623. <itemCaption>Kostenstelle</itemCaption>
  2624. </dmDimension>
  2625. <dmHierarchy>
  2626. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2627. <itemCaption>Kostenstelle</itemCaption>
  2628. </dmHierarchy>
  2629. <XMLAttributes>
  2630. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2631. </XMLAttributes>
  2632. </dataItemLevelSet>
  2633. <dataItemMember name="Kostenstelle">
  2634. <dmMember>
  2635. <MUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle]-&gt;:[PC].[@MEMBER].[Kostenstelle]</MUN>
  2636. <itemCaption>Kostenstelle</itemCaption>
  2637. </dmMember>
  2638. <dmDimension>
  2639. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2640. <itemCaption>Kostenstelle</itemCaption>
  2641. </dmDimension>
  2642. <dmHierarchy>
  2643. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2644. <itemCaption>Kostenstelle</itemCaption>
  2645. </dmHierarchy>
  2646. <XMLAttributes>
  2647. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2648. </XMLAttributes>
  2649. </dataItemMember>
  2650. </selection>
  2651. <detailFilters>
  2652. <detailFilter use="optional">
  2653. <filterExpression>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb] in( ?p_Mandant?)</filterExpression>
  2654. </detailFilter>
  2655. <detailFilter use="optional">
  2656. <filterExpression>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort] in( ?p_AH?)</filterExpression>
  2657. </detailFilter>
  2658. <detailFilter use="optional">
  2659. <filterExpression>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1] in( ?p_Bereich?)</filterExpression>
  2660. </detailFilter>
  2661. <detailFilter use="optional">
  2662. <filterExpression>[F_Forderungen].[Kunde].[Kunde].[Kunde1]in( ?p_Kunde?)</filterExpression>
  2663. </detailFilter>
  2664. <detailFilter use="optional">
  2665. <filterExpression>[F_Forderungen].[Kunde].[Kunde].[Beleg]in( ?p_Beleg?)</filterExpression>
  2666. </detailFilter>
  2667. <detailFilter use="optional">
  2668. <filterExpression>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Staffel] in (?p_Fälligkeit?)</filterExpression>
  2669. </detailFilter>
  2670. <detailFilter use="optional">
  2671. <filterExpression>[F_Forderungen].[Verursacher].[Verursacher].[Sel Name] in (?p_Verursacher?)</filterExpression>
  2672. </detailFilter>
  2673. </detailFilters>
  2674. </query>
  2675. <query name="qry_Tag">
  2676. <source>
  2677. <model/>
  2678. </source>
  2679. <selection>
  2680. <dataItem name="Aktueller Tag">
  2681. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  2682. </dataItem>
  2683. </selection>
  2684. </query>
  2685. <query name="Abfrage2">
  2686. <source>
  2687. <model/>
  2688. </source>
  2689. <selection>
  2690. <dataItem name="Datenelement">
  2691. <expression>[F_Forderungen].[Zeit].[Aktueller Tag].[Tag]</expression>
  2692. </dataItem>
  2693. </selection>
  2694. </query>
  2695. <query name="qry_Zeit">
  2696. <source>
  2697. <model/>
  2698. </source>
  2699. <selection>
  2700. <dataItemLevelSet name="Jahr">
  2701. <dmLevel>
  2702. <LUN>[F_Forderungen].[Zeit].[Zeit].[Jahr]</LUN>
  2703. <itemCaption>Jahr</itemCaption>
  2704. </dmLevel>
  2705. <dmDimension>
  2706. <DUN>[F_Forderungen].[Zeit]</DUN>
  2707. <itemCaption>Zeit</itemCaption>
  2708. </dmDimension>
  2709. <dmHierarchy>
  2710. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2711. <itemCaption>Zeit</itemCaption>
  2712. </dmHierarchy>
  2713. </dataItemLevelSet>
  2714. <dataItemLevelSet name="Monat">
  2715. <dmLevel>
  2716. <LUN>[F_Forderungen].[Zeit].[Zeit].[Monat]</LUN>
  2717. <itemCaption>Monat</itemCaption>
  2718. </dmLevel>
  2719. <dmDimension>
  2720. <DUN>[F_Forderungen].[Zeit]</DUN>
  2721. <itemCaption>Zeit</itemCaption>
  2722. </dmDimension>
  2723. <dmHierarchy>
  2724. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2725. <itemCaption>Zeit</itemCaption>
  2726. </dmHierarchy>
  2727. </dataItemLevelSet>
  2728. <dataItemMemberProperty name="Monat - Category Code">
  2729. <dmMemberProperty>
  2730. <MPUN>[F_Forderungen].[Zeit].[Zeit].[Monat].[Monat - Category Code]</MPUN>
  2731. <itemCaption>Monat - Category Code</itemCaption>
  2732. </dmMemberProperty>
  2733. <dmDimension>
  2734. <DUN>[F_Forderungen].[Zeit]</DUN>
  2735. <itemCaption>Zeit</itemCaption>
  2736. </dmDimension>
  2737. <dmHierarchy>
  2738. <HUN>[F_Forderungen].[Zeit].[Zeit]</HUN>
  2739. <itemCaption>Zeit</itemCaption>
  2740. </dmHierarchy>
  2741. <dmLevel>
  2742. <LUN>[F_Forderungen].[Zeit].[Zeit].[Monat]</LUN>
  2743. <itemCaption>Monat</itemCaption>
  2744. </dmLevel>
  2745. </dataItemMemberProperty>
  2746. </selection>
  2747. </query>
  2748. <query name="qry_Verursacher">
  2749. <source>
  2750. <model/>
  2751. </source>
  2752. <selection>
  2753. <dataItemLevelSet name="Verursacher">
  2754. <dmLevel>
  2755. <LUN>[F_Forderungen].[Verursacher].[Verursacher].[Verursacher]</LUN>
  2756. <itemCaption>Verursacher</itemCaption>
  2757. </dmLevel>
  2758. <dmDimension>
  2759. <DUN>[F_Forderungen].[Verursacher]</DUN>
  2760. <itemCaption>Verursacher</itemCaption>
  2761. </dmDimension>
  2762. <dmHierarchy>
  2763. <HUN>[F_Forderungen].[Verursacher].[Verursacher]</HUN>
  2764. <itemCaption>Verursacher</itemCaption>
  2765. </dmHierarchy>
  2766. </dataItemLevelSet>
  2767. </selection>
  2768. </query>
  2769. <query name="qry_Fälligkeit">
  2770. <source>
  2771. <model/>
  2772. </source>
  2773. <selection>
  2774. <dataItem aggregate="none" name="Fälligkeit">
  2775. <expression>[F_Forderungen].[Fälligkeit].[Fälligkeit].[Fälligkeit]</expression>
  2776. </dataItem>
  2777. <dataItem name="desc_Fälligkeit">
  2778. <expression>descendants([Fälligkeit];1)</expression>
  2779. </dataItem>
  2780. </selection>
  2781. </query>
  2782. <query name="qry_Mandant">
  2783. <source>
  2784. <model/>
  2785. </source>
  2786. <selection>
  2787. <dataItemLevelSet name="Hauptbetrieb">
  2788. <dmLevel>
  2789. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Hauptbetrieb]</LUN>
  2790. <itemCaption>Hauptbetrieb</itemCaption>
  2791. </dmLevel>
  2792. <dmDimension>
  2793. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2794. <itemCaption>AH-Gruppe</itemCaption>
  2795. </dmDimension>
  2796. <dmHierarchy>
  2797. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2798. <itemCaption>AH-Gruppe</itemCaption>
  2799. </dmHierarchy>
  2800. </dataItemLevelSet>
  2801. </selection>
  2802. </query>
  2803. <query name="qry_AH">
  2804. <source>
  2805. <model/>
  2806. </source>
  2807. <selection>
  2808. <dataItemLevelSet name="Standort">
  2809. <dmLevel>
  2810. <LUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe].[Standort]</LUN>
  2811. <itemCaption>Standort</itemCaption>
  2812. </dmLevel>
  2813. <dmDimension>
  2814. <DUN>[F_Forderungen].[AH-Gruppe]</DUN>
  2815. <itemCaption>AH-Gruppe</itemCaption>
  2816. </dmDimension>
  2817. <dmHierarchy>
  2818. <HUN>[F_Forderungen].[AH-Gruppe].[AH-Gruppe]</HUN>
  2819. <itemCaption>AH-Gruppe</itemCaption>
  2820. </dmHierarchy>
  2821. </dataItemLevelSet>
  2822. </selection>
  2823. </query>
  2824. <query name="qry_Bereich">
  2825. <source>
  2826. <model/>
  2827. </source>
  2828. <selection>
  2829. <dataItemLevelSet name="Kostenstelle1">
  2830. <dmLevel>
  2831. <LUN>[F_Forderungen].[Kostenstelle].[Kostenstelle].[Kostenstelle1]</LUN>
  2832. <itemCaption>Kostenstelle1</itemCaption>
  2833. </dmLevel>
  2834. <dmDimension>
  2835. <DUN>[F_Forderungen].[Kostenstelle]</DUN>
  2836. <itemCaption>Kostenstelle</itemCaption>
  2837. </dmDimension>
  2838. <dmHierarchy>
  2839. <HUN>[F_Forderungen].[Kostenstelle].[Kostenstelle]</HUN>
  2840. <itemCaption>Kostenstelle</itemCaption>
  2841. </dmHierarchy>
  2842. </dataItemLevelSet>
  2843. </selection>
  2844. </query>
  2845. <query name="qry_Verursacher1">
  2846. <source>
  2847. <model/>
  2848. </source>
  2849. <selection>
  2850. <dataItemLevelSet name="Sel Name">
  2851. <dmLevel>
  2852. <LUN>[F_Forderungen].[Verursacher].[Verursacher].[Sel Name]</LUN>
  2853. <itemCaption>Sel Name</itemCaption>
  2854. </dmLevel>
  2855. <dmDimension>
  2856. <DUN>[F_Forderungen].[Verursacher]</DUN>
  2857. <itemCaption>Verursacher</itemCaption>
  2858. </dmDimension>
  2859. <dmHierarchy>
  2860. <HUN>[F_Forderungen].[Verursacher].[Verursacher]</HUN>
  2861. <itemCaption>Verursacher</itemCaption>
  2862. </dmHierarchy>
  2863. </dataItemLevelSet>
  2864. </selection>
  2865. </query>
  2866. <query name="qry_Kunde">
  2867. <source>
  2868. <model/>
  2869. </source>
  2870. <selection>
  2871. <dataItemLevelSet name="Kunde1">
  2872. <dmLevel>
  2873. <LUN>[F_Forderungen].[Kunde].[Kunde].[Kunde1]</LUN>
  2874. <itemCaption>Kunde1</itemCaption>
  2875. </dmLevel>
  2876. <dmDimension>
  2877. <DUN>[F_Forderungen].[Kunde]</DUN>
  2878. <itemCaption>Kunde</itemCaption>
  2879. </dmDimension>
  2880. <dmHierarchy>
  2881. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  2882. <itemCaption>Kunde</itemCaption>
  2883. </dmHierarchy>
  2884. </dataItemLevelSet>
  2885. </selection>
  2886. </query>
  2887. <query name="qry_Rechnung">
  2888. <source>
  2889. <model/>
  2890. </source>
  2891. <selection>
  2892. <dataItemLevelSet name="Beleg">
  2893. <dmLevel>
  2894. <LUN>[F_Forderungen].[Kunde].[Kunde].[Beleg]</LUN>
  2895. <itemCaption>Beleg</itemCaption>
  2896. </dmLevel>
  2897. <dmDimension>
  2898. <DUN>[F_Forderungen].[Kunde]</DUN>
  2899. <itemCaption>Kunde</itemCaption>
  2900. </dmDimension>
  2901. <dmHierarchy>
  2902. <HUN>[F_Forderungen].[Kunde].[Kunde]</HUN>
  2903. <itemCaption>Kunde</itemCaption>
  2904. </dmHierarchy>
  2905. </dataItemLevelSet>
  2906. </selection>
  2907. </query>
  2908. </queries>
  2909. <classStyles>
  2910. <classStyle name="pg">
  2911. <CSS value="white-space:nowrap"/>
  2912. </classStyle>
  2913. <classStyle description="kreuztabelle gelb" label="kt_GELB" name="cls1">
  2914. <CSS value="padding:4px 5px 4px 6px;background-color:#FFE97E;line-break:strict"/>
  2915. </classStyle>
  2916. <classStyle description="kreuztabelle gelb" label="kt_GELB2" name="cls11">
  2917. <CSS value="padding:4px 5px 4px 6px;background-color:#F9DC5C;line-break:strict"/>
  2918. </classStyle>
  2919. <classStyle description="kreuztabelle blau" label="kt_BLAU1" name="cls2">
  2920. <CSS value="padding:4px 5px 4px 6px;background-color:#3868A3;line-break:strict"/>
  2921. </classStyle>
  2922. <classStyle description="kreuztabelle blau" label="kt_BLAU2" name="cls3">
  2923. <CSS value="padding:4px 5px 4px 6px;background-color:#648BD0;line-break:strict"/>
  2924. </classStyle>
  2925. <classStyle description="kreuztabelle türkis" label="kt_TUERKIS1" name="cls4">
  2926. <CSS value="padding:4px 5px 4px 6px;background-color:#C7DEE7;line-break:strict"/>
  2927. </classStyle>
  2928. <classStyle description="kreuztabelle türkis " label="kt_TUERKIS2" name="cls5">
  2929. <CSS value="padding:4px 5px 4px 6px;background-color:#97CDD3;line-break:strict"/>
  2930. </classStyle>
  2931. <classStyle description="kreuztabelle grün" label="kt_GRUEN1" name="cls6">
  2932. <CSS value="padding:4px 5px 4px 6px;background-color:#B6CB9B;line-break:strict"/>
  2933. </classStyle>
  2934. <classStyle label="Hintergrund" name="cls14">
  2935. <CSS value="background-color:#C3CCD4"/>
  2936. </classStyle>
  2937. <classStyle description="kreuztabelle grün" label="kt_GRUEN2" name="cls7">
  2938. <CSS value="padding:4px 5px 4px 6px;background-color:#8EA375;line-break:strict"/>
  2939. </classStyle>
  2940. <classStyle description="kreuztabelle rot" label="kt_GRAU" name="cls15">
  2941. <CSS value="padding:4px 5px 4px 6px;background-color:#D3D3D3;line-break:strict"/>
  2942. </classStyle>
  2943. <classStyle description="kreuztabelle orange" label="kt_ORANGE" name="cls8">
  2944. <CSS value="padding:4px 5px 4px 6px;background-color:#E98751;line-break:strict"/>
  2945. </classStyle>
  2946. <classStyle description="kreuztabelle rot" label="kt_ROT1" name="cls9">
  2947. <CSS value="padding:4px 5px 4px 6px;background-color:#B10F2E;line-break:strict"/>
  2948. </classStyle>
  2949. <classStyle description="kreuztabelle rot" label="kt_ROT2" name="cls10">
  2950. <CSS value="padding:4px 5px 4px 6px;background-color:#E60606;line-break:strict"/>
  2951. </classStyle>
  2952. <classStyle label="Kopfzeilenfaktzelle für Kreuztabelle1" name="cls12">
  2953. <CSS value="display:block"/>
  2954. <generatedBackground>
  2955. <fill>
  2956. <linearGradient>
  2957. <gradientColor/>
  2958. <gradientColor colorPosition="100" gradientColor="white"/>
  2959. </linearGradient>
  2960. </fill>
  2961. <dropShadow/>
  2962. <border allowTransparentBleed="true" cornerRadius="2pt"/>
  2963. </generatedBackground>
  2964. </classStyle>
  2965. <classStyle label="Kopfzeilenzelle für Kreuztabelle1" name="cls13">
  2966. <CSS value="padding:4px 5px 4px 6px;color:#E98751;font-weight:bold;vertical-align:top;background-color:transparent;border:1px solid silver"/>
  2967. <generatedBackground>
  2968. <fill>
  2969. <linearGradient>
  2970. <gradientColor gradientColor="lime"/>
  2971. </linearGradient>
  2972. </fill>
  2973. </generatedBackground>
  2974. </classStyle>
  2975. <classStyle name="lg">
  2976. <CSS value="direction:auto;unicode-bidi:embed"/>
  2977. </classStyle>
  2978. <classStyle name="bp">
  2979. <CSS value="color:#3E5C76;border:0.5pt solid #3E5C76"/>
  2980. </classStyle>
  2981. <classStyle name="bph">
  2982. <CSS value="color:#3E5C76;background-color:#E98751;border:0.5pt solid #3E5C76"/>
  2983. </classStyle>
  2984. </classStyles>
  2985. <reportVariables>
  2986. <reportVariable name="b_AnzeigeAH" type="boolean">
  2987. <reportExpression>ParamDisplayValue(&quot;p_AH&quot;) is null</reportExpression>
  2988. <variableValues>
  2989. <variableValue value="1"/>
  2990. </variableValues>
  2991. </reportVariable>
  2992. </reportVariables>
  2993. <namedConditionalStyles>
  2994. <advancedConditionalStyle name="Bedingter Stil 1">
  2995. <styleCases>
  2996. <styleCase>
  2997. <style>
  2998. <CSS value="background-color:#C3CCD4"/>
  2999. </style>
  3000. <reportCondition>(ReportOutput() contains &quot;HTML&quot;)
  3001. </reportCondition>
  3002. </styleCase>
  3003. </styleCases>
  3004. <styleDefault>
  3005. <style>
  3006. <CSS value="background-color:white"/>
  3007. </style>
  3008. </styleDefault>
  3009. </advancedConditionalStyle>
  3010. <advancedConditionalStyle name="Bedingter Stil 2">
  3011. <styleCases>
  3012. <styleCase>
  3013. <style>
  3014. <CSS value="background-color:white;color:white"/>
  3015. </style>
  3016. <reportCondition>(ReportOutput() contains &quot;HTML&quot;)
  3017. </reportCondition>
  3018. </styleCase>
  3019. </styleCases>
  3020. <styleDefault/>
  3021. </advancedConditionalStyle>
  3022. <advancedConditionalStyle name="letzte_13_Monate">
  3023. <styleCases>
  3024. <styleCase>
  3025. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  3026. </styleCase>
  3027. </styleCases>
  3028. <styleDefault>
  3029. <style>
  3030. <CSS value="display:none"/>
  3031. </style>
  3032. </styleDefault>
  3033. </advancedConditionalStyle>
  3034. </namedConditionalStyles>
  3035. </report>