S.07 Service Rechnungsausgangsbuch.xml 120 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460
  1. <?xml version="1.0" ?>
  2. <report xmlns="http://developer.cognos.com/schemas/report/15.5/" expressionLocale="de" useStyleVersion="11.6">
  3. <drillBehavior/>
  4. <layouts>
  5. <layout>
  6. <reportPages>
  7. <page name="Seite1">
  8. <style>
  9. <defaultStyles>
  10. <defaultStyle refStyle="pg"/>
  11. </defaultStyles>
  12. </style>
  13. <pageBody>
  14. <style>
  15. <defaultStyles>
  16. <defaultStyle refStyle="pb"/>
  17. </defaultStyles>
  18. </style>
  19. <contents>
  20. <table>
  21. <style>
  22. <defaultStyles>
  23. <defaultStyle refStyle="tb"/>
  24. </defaultStyles>
  25. <CSS value="border-collapse:collapse;width:100%"/>
  26. </style>
  27. <tableRows>
  28. <tableRow>
  29. <tableCells>
  30. <tableCell>
  31. <contents/>
  32. <style>
  33. <CSS value="padding-top:20px"/>
  34. </style>
  35. </tableCell>
  36. </tableCells>
  37. </tableRow>
  38. <tableRow>
  39. <tableCells>
  40. <tableCell>
  41. <contents>
  42. <crosstab horizontalPagination="true" name="Kreuztabelle1" refQuery="qry_Main" rowsPerPage="5000">
  43. <crosstabCorner>
  44. <contents/>
  45. <style>
  46. <defaultStyles>
  47. <defaultStyle refStyle="xm"/>
  48. </defaultStyles>
  49. </style>
  50. </crosstabCorner>
  51. <noDataHandler>
  52. <contents>
  53. <block>
  54. <contents>
  55. <textItem>
  56. <dataSource>
  57. <staticValue>Keine Daten verfügbar</staticValue>
  58. </dataSource>
  59. </textItem>
  60. </contents>
  61. <style>
  62. <CSS value="padding:16px;"/>
  63. </style>
  64. </block>
  65. </contents>
  66. </noDataHandler>
  67. <style>
  68. <CSS value="border-collapse:collapse;font-family:Arial;font-size:10pt"/>
  69. <defaultStyles>
  70. <defaultStyle refStyle="xt"/>
  71. </defaultStyles>
  72. </style>
  73. <crosstabFactCell>
  74. <contents>
  75. <textItem>
  76. <dataSource>
  77. <cellValue/>
  78. </dataSource>
  79. </textItem>
  80. </contents>
  81. <style>
  82. <defaultStyles>
  83. <defaultStyle refStyle="mv"/>
  84. </defaultStyles>
  85. </style>
  86. </crosstabFactCell>
  87. <crosstabColumns>
  88. <crosstabNode>
  89. <crosstabNestedNodes>
  90. <crosstabNode>
  91. <crosstabNodeMembers>
  92. <crosstabNodeMember edgeLocation="e1" refDataItem="Gesamt">
  93. <style>
  94. <defaultStyles>
  95. <defaultStyle refStyle="ml"/>
  96. </defaultStyles>
  97. <CSS value="font-weight:bold;background-color:silver;width:50px;white-space:normal"/>
  98. </style>
  99. <contents>
  100. <textItem>
  101. <dataSource>
  102. <memberCaption/>
  103. </dataSource>
  104. </textItem>
  105. </contents>
  106. <factCell>
  107. <style>
  108. <CSS value="background-color:silver"/>
  109. <dataFormat>
  110. <numberFormat decimalSize="0"/>
  111. </dataFormat>
  112. </style>
  113. </factCell>
  114. </crosstabNodeMember>
  115. </crosstabNodeMembers>
  116. </crosstabNode>
  117. <crosstabNode>
  118. <crosstabNodeMembers>
  119. <crosstabNodeMember edgeLocation="e2" refDataItem="Lohn">
  120. <style>
  121. <defaultStyles>
  122. <defaultStyle refStyle="ml"/>
  123. </defaultStyles>
  124. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  125. </style>
  126. <contents>
  127. <textItem>
  128. <dataSource>
  129. <memberCaption/>
  130. </dataSource>
  131. </textItem>
  132. </contents>
  133. <factCell>
  134. <style>
  135. <CSS value="background-color:silver"/>
  136. <dataFormat>
  137. <numberFormat decimalSize="0"/>
  138. </dataFormat>
  139. </style>
  140. </factCell>
  141. </crosstabNodeMember>
  142. </crosstabNodeMembers>
  143. </crosstabNode>
  144. <crosstabNode>
  145. <crosstabNodeMembers>
  146. <crosstabNodeMember edgeLocation="e4" refDataItem="NL Lohn %">
  147. <style>
  148. <defaultStyles>
  149. <defaultStyle refStyle="ml"/>
  150. </defaultStyles>
  151. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  152. </style>
  153. <contents>
  154. <textItem>
  155. <dataSource>
  156. <memberCaption/>
  157. </dataSource>
  158. </textItem>
  159. </contents>
  160. <factCell>
  161. <style>
  162. <CSS value="background-color:silver"/>
  163. <dataFormat>
  164. <numberFormat decimalSize="1"/>
  165. </dataFormat>
  166. </style>
  167. </factCell>
  168. </crosstabNodeMember>
  169. </crosstabNodeMembers>
  170. </crosstabNode>
  171. <crosstabNode>
  172. <crosstabNodeMembers>
  173. <crosstabNodeMember edgeLocation="e3" refDataItem="Teile">
  174. <style>
  175. <defaultStyles>
  176. <defaultStyle refStyle="ml"/>
  177. </defaultStyles>
  178. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  179. </style>
  180. <contents>
  181. <textItem>
  182. <dataSource>
  183. <memberCaption/>
  184. </dataSource>
  185. </textItem>
  186. </contents>
  187. <factCell>
  188. <style>
  189. <CSS value="background-color:silver"/>
  190. <dataFormat>
  191. <numberFormat decimalSize="0"/>
  192. </dataFormat>
  193. </style>
  194. </factCell>
  195. </crosstabNodeMember>
  196. </crosstabNodeMembers>
  197. </crosstabNode>
  198. <crosstabNode>
  199. <crosstabNodeMembers>
  200. <crosstabNodeMember edgeLocation="e9" refDataItem="NL Teile %">
  201. <style>
  202. <defaultStyles>
  203. <defaultStyle refStyle="ml"/>
  204. </defaultStyles>
  205. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  206. </style>
  207. <contents>
  208. <textItem>
  209. <dataSource>
  210. <memberCaption/>
  211. </dataSource>
  212. </textItem>
  213. </contents>
  214. <factCell>
  215. <style>
  216. <CSS value="background-color:silver"/>
  217. <dataFormat>
  218. <numberFormat decimalSize="1"/>
  219. </dataFormat>
  220. </style>
  221. </factCell>
  222. </crosstabNodeMember>
  223. </crosstabNodeMembers>
  224. </crosstabNode>
  225. <crosstabNode>
  226. <crosstabNodeMembers>
  227. <crosstabNodeMember edgeLocation="e21" refDataItem="DB 1 Teile %">
  228. <style>
  229. <defaultStyles>
  230. <defaultStyle refStyle="ml"/>
  231. </defaultStyles>
  232. <CSS value="font-weight:bold;background-color:#C7DEE7;width:50px;white-space:normal"/>
  233. </style>
  234. <contents>
  235. <textItem>
  236. <dataSource>
  237. <memberCaption/>
  238. </dataSource>
  239. </textItem>
  240. </contents>
  241. <factCell>
  242. <style>
  243. <CSS value="background-color:#C7DEE7"/>
  244. <dataFormat>
  245. <numberFormat decimalSize="1"/>
  246. </dataFormat>
  247. </style>
  248. </factCell>
  249. </crosstabNodeMember>
  250. </crosstabNodeMembers>
  251. </crosstabNode>
  252. <crosstabNode>
  253. <crosstabNodeMembers>
  254. <crosstabNodeMember edgeLocation="e10" refDataItem="Sonst.">
  255. <style>
  256. <defaultStyles>
  257. <defaultStyle refStyle="ml"/>
  258. </defaultStyles>
  259. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  260. </style>
  261. <contents>
  262. <textItem>
  263. <dataSource>
  264. <memberCaption/>
  265. </dataSource>
  266. </textItem>
  267. </contents>
  268. <factCell>
  269. <style>
  270. <CSS value="background-color:silver"/>
  271. <dataFormat>
  272. <numberFormat decimalSize="0"/>
  273. </dataFormat>
  274. </style>
  275. </factCell>
  276. </crosstabNodeMember>
  277. </crosstabNodeMembers>
  278. </crosstabNode>
  279. <crosstabNode>
  280. <crosstabNodeMembers>
  281. <crosstabNodeMember edgeLocation="e11" refDataItem="TÜV">
  282. <style>
  283. <defaultStyles>
  284. <defaultStyle refStyle="ml"/>
  285. </defaultStyles>
  286. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  287. </style>
  288. <contents>
  289. <textItem>
  290. <dataSource>
  291. <memberCaption/>
  292. </dataSource>
  293. </textItem>
  294. </contents>
  295. <factCell>
  296. <style>
  297. <CSS value="background-color:silver"/>
  298. <dataFormat>
  299. <numberFormat decimalSize="0"/>
  300. </dataFormat>
  301. </style>
  302. </factCell>
  303. </crosstabNodeMember>
  304. </crosstabNodeMembers>
  305. </crosstabNode>
  306. <crosstabNode>
  307. <crosstabNodeMembers>
  308. <crosstabNodeMember edgeLocation="e12" refDataItem="Fremdl.">
  309. <style>
  310. <defaultStyles>
  311. <defaultStyle refStyle="ml"/>
  312. </defaultStyles>
  313. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  314. </style>
  315. <contents>
  316. <textItem>
  317. <dataSource>
  318. <memberCaption/>
  319. </dataSource>
  320. </textItem>
  321. </contents>
  322. <factCell>
  323. <style>
  324. <CSS value="background-color:silver"/>
  325. <dataFormat>
  326. <numberFormat decimalSize="0"/>
  327. </dataFormat>
  328. </style>
  329. </factCell>
  330. </crosstabNodeMember>
  331. </crosstabNodeMembers>
  332. </crosstabNode>
  333. <crosstabNode>
  334. <crosstabNodeMembers>
  335. <crosstabNodeMember edgeLocation="e13" refDataItem="Mietw.">
  336. <style>
  337. <defaultStyles>
  338. <defaultStyle refStyle="ml"/>
  339. </defaultStyles>
  340. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  341. </style>
  342. <contents>
  343. <textItem>
  344. <dataSource>
  345. <memberCaption/>
  346. </dataSource>
  347. </textItem>
  348. </contents>
  349. <factCell>
  350. <style>
  351. <CSS value="background-color:silver"/>
  352. <dataFormat>
  353. <numberFormat decimalSize="0"/>
  354. </dataFormat>
  355. </style>
  356. </factCell>
  357. </crosstabNodeMember>
  358. </crosstabNodeMembers>
  359. </crosstabNode>
  360. <crosstabNode>
  361. <crosstabNodeMembers>
  362. <crosstabNodeMember edgeLocation="e14" refDataItem="verk. AW">
  363. <style>
  364. <defaultStyles>
  365. <defaultStyle refStyle="ml"/>
  366. </defaultStyles>
  367. <CSS value="font-weight:bold;background-color:#FFE97E;width:50px;white-space:normal"/>
  368. </style>
  369. <contents>
  370. <textItem>
  371. <dataSource>
  372. <memberCaption/>
  373. </dataSource>
  374. </textItem>
  375. </contents>
  376. <factCell>
  377. <style>
  378. <CSS value="background-color:#FFE97E"/>
  379. </style>
  380. </factCell>
  381. </crosstabNodeMember>
  382. </crosstabNodeMembers>
  383. </crosstabNode>
  384. <crosstabNode>
  385. <crosstabNodeMembers>
  386. <crosstabNodeMember edgeLocation="e15" refDataItem="ben. AW">
  387. <style>
  388. <defaultStyles>
  389. <defaultStyle refStyle="ml"/>
  390. </defaultStyles>
  391. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  392. </style>
  393. <contents>
  394. <textItem>
  395. <dataSource>
  396. <memberCaption/>
  397. </dataSource>
  398. </textItem>
  399. </contents>
  400. <factCell>
  401. <style>
  402. <CSS value="background-color:#FFE97E"/>
  403. </style>
  404. </factCell>
  405. </crosstabNodeMember>
  406. </crosstabNodeMembers>
  407. </crosstabNode>
  408. <crosstabNode>
  409. <crosstabNodeMembers>
  410. <crosstabNodeMember edgeLocation="e16" refDataItem="LG %">
  411. <style>
  412. <defaultStyles>
  413. <defaultStyle refStyle="ml"/>
  414. </defaultStyles>
  415. <CSS value="font-weight:bold;background-color:#B6CB9B;width:50px;white-space:normal"/>
  416. </style>
  417. <contents>
  418. <textItem>
  419. <dataSource>
  420. <memberCaption/>
  421. </dataSource>
  422. </textItem>
  423. </contents>
  424. <factCell>
  425. <style>
  426. <CSS value="background-color:#B6CB9B"/>
  427. <dataFormat>
  428. <numberFormat decimalSize="2"/>
  429. </dataFormat>
  430. </style>
  431. </factCell>
  432. </crosstabNodeMember>
  433. </crosstabNodeMembers>
  434. </crosstabNode>
  435. <crosstabNode>
  436. <crosstabNodeMembers>
  437. <crosstabNodeMember edgeLocation="e17" refDataItem="AW-Satz">
  438. <style>
  439. <defaultStyles>
  440. <defaultStyle refStyle="ml"/>
  441. </defaultStyles>
  442. <CSS value="font-weight:bold;background-color:white;width:50px;white-space:normal"/>
  443. </style>
  444. <contents>
  445. <textItem>
  446. <dataSource>
  447. <memberCaption/>
  448. </dataSource>
  449. </textItem>
  450. </contents>
  451. <factCell>
  452. <style>
  453. <CSS value="background-color:#B6CB9B"/>
  454. <dataFormat>
  455. <numberFormat decimalSize="2"/>
  456. </dataFormat>
  457. </style>
  458. </factCell>
  459. </crosstabNodeMember>
  460. </crosstabNodeMembers>
  461. </crosstabNode>
  462. </crosstabNestedNodes>
  463. <crosstabNodeMembers>
  464. <crosstabSpacer edgeLocation="s1">
  465. <contents>
  466. <textItem>
  467. <dataSource>
  468. <reportExpression>ParamDisplayValue(&quot;p_Von&quot;) + &quot; - &quot; +ParamDisplayValue(&quot;p_Bis&quot;)</reportExpression>
  469. </dataSource>
  470. </textItem>
  471. </contents>
  472. <style>
  473. <defaultStyles>
  474. <defaultStyle refStyle="xs"/>
  475. </defaultStyles>
  476. <CSS value="background-color:white;font-weight:bold;text-align:center"/>
  477. </style>
  478. </crosstabSpacer>
  479. </crosstabNodeMembers>
  480. </crosstabNode>
  481. </crosstabColumns>
  482. <crosstabRows>
  483. <crosstabNode>
  484. <crosstabNestedNodes>
  485. <crosstabNode>
  486. <crosstabNestedNodes>
  487. <crosstabNode>
  488. <crosstabNestedNodes>
  489. <crosstabNode>
  490. <crosstabNodeMembers>
  491. <crosstabNodeMember edgeLocation="e6" refDataItem="RG/SB/Kunde/Datum">
  492. <style>
  493. <defaultStyles>
  494. <defaultStyle refStyle="ml"/>
  495. </defaultStyles>
  496. <CSS value="background-color:white"/>
  497. </style>
  498. <contents>
  499. <textItem>
  500. <dataSource>
  501. <memberCaption/>
  502. </dataSource>
  503. <reportDrills>
  504. <reportDrill name="Drillthrough-Definition1">
  505. <drillLabel>
  506. <dataSource>
  507. <staticValue/>
  508. </dataSource>
  509. </drillLabel>
  510. <drillTarget showInNewWindow="true">
  511. <reportPath path="/content/folder[@name=&quot;Drillthrough&quot;]/report[@name=&quot;S.07 Service Rechnungsausgangsbuch Detail&quot;]"/>
  512. <drillLinks>
  513. <drillLink>
  514. <drillTargetContext>
  515. <parameterContext parameter="p_Bis"/>
  516. </drillTargetContext>
  517. <drillSourceContext>
  518. <parameterContext parameter="p_Bis"/>
  519. </drillSourceContext>
  520. </drillLink>
  521. <drillLink>
  522. <drillTargetContext>
  523. <parameterContext parameter="p_Von"/>
  524. </drillTargetContext>
  525. <drillSourceContext>
  526. <parameterContext parameter="p_Von"/>
  527. </drillSourceContext>
  528. </drillLink>
  529. <drillLink>
  530. <drillTargetContext>
  531. <parameterContext parameter="p_RG_SB_Kunde"/>
  532. </drillTargetContext>
  533. <drillSourceContext>
  534. <dataItemContext refDataItem="RG/SB/Kunde/Datum"/>
  535. </drillSourceContext>
  536. </drillLink>
  537. </drillLinks>
  538. </drillTarget>
  539. </reportDrill>
  540. </reportDrills>
  541. <style>
  542. <CSS value="text-decoration:underline"/>
  543. </style>
  544. </textItem>
  545. </contents>
  546. </crosstabNodeMember>
  547. </crosstabNodeMembers>
  548. </crosstabNode>
  549. </crosstabNestedNodes>
  550. <crosstabNodeMembers>
  551. <crosstabNodeMember edgeLocation="e7" refDataItem="Auftrags-Nr.">
  552. <style>
  553. <defaultStyles>
  554. <defaultStyle refStyle="ml"/>
  555. </defaultStyles>
  556. <CSS value="background-color:white"/>
  557. </style>
  558. <contents>
  559. <textItem>
  560. <dataSource>
  561. <memberCaption/>
  562. </dataSource>
  563. </textItem>
  564. </contents>
  565. </crosstabNodeMember>
  566. </crosstabNodeMembers>
  567. </crosstabNode>
  568. <crosstabNode>
  569. <crosstabNodeMembers>
  570. <crosstabNodeMember edgeLocation="e20" refDataItem="Summe(Auftrags-Nr.)">
  571. <style>
  572. <defaultStyles>
  573. <defaultStyle refStyle="il"/>
  574. </defaultStyles>
  575. <CSS value="background-color:#B1BCC7"/>
  576. </style>
  577. <contents>
  578. <textItem>
  579. <dataSource>
  580. <dataItemLabel refDataItem="Summe(Auftrags-Nr.)"/>
  581. </dataSource>
  582. </textItem>
  583. </contents>
  584. <factCell>
  585. <style>
  586. <defaultStyles>
  587. <defaultStyle refStyle="iv"/>
  588. </defaultStyles>
  589. <CSS value="background-color:#B1BCC7"/>
  590. </style>
  591. </factCell>
  592. </crosstabNodeMember>
  593. </crosstabNodeMembers>
  594. </crosstabNode>
  595. </crosstabNestedNodes>
  596. <crosstabNodeMembers>
  597. <crosstabNodeMember edgeLocation="e8" refDataItem="Auftragsart">
  598. <style>
  599. <defaultStyles>
  600. <defaultStyle refStyle="ml"/>
  601. </defaultStyles>
  602. <CSS value="background-color:white"/>
  603. </style>
  604. <contents>
  605. <textItem>
  606. <dataSource>
  607. <memberCaption/>
  608. </dataSource>
  609. </textItem>
  610. </contents>
  611. </crosstabNodeMember>
  612. </crosstabNodeMembers>
  613. </crosstabNode>
  614. <crosstabNode>
  615. <crosstabNodeMembers>
  616. <crosstabNodeMember edgeLocation="e19" refDataItem="Summe(Auftragsart)">
  617. <style>
  618. <defaultStyles>
  619. <defaultStyle refStyle="il"/>
  620. </defaultStyles>
  621. <CSS value="background-color:#FFE97E"/>
  622. </style>
  623. <contents>
  624. <textItem>
  625. <dataSource>
  626. <dataItemLabel refDataItem="Summe(Auftragsart)"/>
  627. </dataSource>
  628. </textItem>
  629. </contents>
  630. <factCell>
  631. <style>
  632. <defaultStyles>
  633. <defaultStyle refStyle="iv"/>
  634. </defaultStyles>
  635. <CSS value="background-color:#FFE97E"/>
  636. </style>
  637. </factCell>
  638. </crosstabNodeMember>
  639. </crosstabNodeMembers>
  640. </crosstabNode>
  641. </crosstabNestedNodes>
  642. <crosstabNodeMembers>
  643. <crosstabNodeMember edgeLocation="e5" refDataItem="Standort">
  644. <style>
  645. <defaultStyles>
  646. <defaultStyle refStyle="ml"/>
  647. </defaultStyles>
  648. <CSS value="background-color:white"/>
  649. </style>
  650. <contents>
  651. <textItem>
  652. <dataSource>
  653. <memberCaption/>
  654. </dataSource>
  655. </textItem>
  656. </contents>
  657. </crosstabNodeMember>
  658. </crosstabNodeMembers>
  659. </crosstabNode>
  660. <crosstabNode>
  661. <crosstabNodeMembers>
  662. <crosstabNodeMember edgeLocation="e18" refDataItem="Summe(Standort)">
  663. <style>
  664. <defaultStyles>
  665. <defaultStyle refStyle="ol"/>
  666. </defaultStyles>
  667. <CSS value="background-color:#72889B;color:white"/>
  668. </style>
  669. <contents>
  670. <textItem>
  671. <dataSource>
  672. <dataItemLabel refDataItem="Summe(Standort)"/>
  673. </dataSource>
  674. </textItem>
  675. </contents>
  676. <factCell>
  677. <style>
  678. <defaultStyles>
  679. <defaultStyle refStyle="ov"/>
  680. </defaultStyles>
  681. <CSS value="background-color:#72889B;color:white"/>
  682. </style>
  683. </factCell>
  684. </crosstabNodeMember>
  685. </crosstabNodeMembers>
  686. </crosstabNode>
  687. </crosstabRows>
  688. <crosstabIntersections>
  689. <crosstabIntersection column="e2" row="e6">
  690. <style>
  691. <CSS value="background-color:white"/>
  692. </style>
  693. </crosstabIntersection>
  694. <crosstabIntersection column="e4" row="e6">
  695. <style>
  696. <CSS value="background-color:white"/>
  697. </style>
  698. </crosstabIntersection>
  699. <crosstabIntersection column="e3" row="e6">
  700. <style>
  701. <CSS value="background-color:white"/>
  702. </style>
  703. </crosstabIntersection>
  704. <crosstabIntersection column="e9" row="e6">
  705. <style>
  706. <CSS value="background-color:white"/>
  707. </style>
  708. </crosstabIntersection>
  709. <crosstabIntersection column="e10" row="e6">
  710. <style>
  711. <CSS value="background-color:white"/>
  712. </style>
  713. </crosstabIntersection>
  714. <crosstabIntersection column="e11" row="e6">
  715. <style>
  716. <CSS value="background-color:white"/>
  717. </style>
  718. </crosstabIntersection>
  719. <crosstabIntersection column="e12" row="e6">
  720. <style>
  721. <CSS value="background-color:white"/>
  722. </style>
  723. </crosstabIntersection>
  724. <crosstabIntersection column="e13" row="e6">
  725. <style>
  726. <CSS value="background-color:white"/>
  727. </style>
  728. </crosstabIntersection>
  729. <crosstabIntersection column="e15" row="e6">
  730. <style>
  731. <CSS value="background-color:white"/>
  732. </style>
  733. </crosstabIntersection>
  734. <crosstabIntersection column="e17" row="e6">
  735. <style>
  736. <CSS value="background-color:white"/>
  737. </style>
  738. </crosstabIntersection>
  739. </crosstabIntersections>
  740. </crosstab>
  741. </contents>
  742. <style>
  743. <CSS value="padding-left:20px"/>
  744. </style>
  745. </tableCell>
  746. </tableCells>
  747. </tableRow>
  748. </tableRows>
  749. </table>
  750. </contents>
  751. </pageBody>
  752. <pageHeader>
  753. <contents>
  754. <table>
  755. <style>
  756. <defaultStyles>
  757. <defaultStyle refStyle="tb"/>
  758. </defaultStyles>
  759. <CSS value="border-collapse:collapse;width:100%"/>
  760. </style>
  761. <tableRows>
  762. <tableRow>
  763. <tableCells>
  764. <tableCell>
  765. <contents>
  766. <image>
  767. <dataSource>
  768. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  769. </dataSource>
  770. <style>
  771. <CSS value="height:40px"/>
  772. </style>
  773. </image>
  774. </contents>
  775. <style>
  776. <CSS value="width:250px;padding-top:20px;padding-bottom:20px;padding-left:20px"/>
  777. </style>
  778. </tableCell>
  779. <tableCell colSpan="2">
  780. <contents>
  781. <table>
  782. <style>
  783. <defaultStyles>
  784. <defaultStyle refStyle="tb"/>
  785. </defaultStyles>
  786. <CSS value="border-collapse:collapse;height:100%"/>
  787. </style>
  788. <tableRows>
  789. <tableRow>
  790. <tableCells>
  791. <tableCell>
  792. <contents>
  793. <textItem>
  794. <dataSource>
  795. <staticValue>S.07 Service Rechnungsausgangsbuch per </staticValue>
  796. </dataSource>
  797. <style>
  798. <CSS value="font-size:22pt;padding-left:20px"/>
  799. </style>
  800. </textItem>
  801. </contents>
  802. <style>
  803. <CSS value="text-align:left;vertical-align:top;padding-bottom:20px"/>
  804. </style>
  805. </tableCell>
  806. <tableCell>
  807. <contents/>
  808. <style>
  809. <CSS value="text-align:left;vertical-align:top"/>
  810. </style>
  811. </tableCell>
  812. </tableCells>
  813. </tableRow>
  814. </tableRows>
  815. </table>
  816. <textItem>
  817. <dataSource>
  818. <staticValue>verwendete Filter: </staticValue>
  819. </dataSource>
  820. <style>
  821. <CSS value="padding-left:20px"/>
  822. </style>
  823. </textItem>
  824. <textItem>
  825. <dataSource>
  826. <reportExpression>(ParamDisplayValue(&quot;p_Von&quot;) + &quot; - &quot; +ParamDisplayValue(&quot;p_Bis&quot;)) </reportExpression>
  827. </dataSource>
  828. </textItem>
  829. <textItem>
  830. <dataSource>
  831. <reportExpression>if(ParamDisplayValue(&quot;p_Mandant&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Mandant&quot;))</reportExpression>
  832. </dataSource>
  833. </textItem>
  834. <textItem>
  835. <dataSource>
  836. <reportExpression>if(ParamDisplayValue(&quot;p_Standort&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Standort&quot;))</reportExpression>
  837. </dataSource>
  838. </textItem>
  839. <textItem>
  840. <dataSource>
  841. <reportExpression>if(ParamDisplayValue(&quot;p_Verkäufer&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Verkäufer&quot;))</reportExpression>
  842. </dataSource>
  843. </textItem>
  844. <textItem>
  845. <dataSource>
  846. <reportExpression>if(ParamDisplayValue(&quot;p_Fabrikat&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fabrikat&quot;))</reportExpression>
  847. </dataSource>
  848. </textItem>
  849. <textItem>
  850. <dataSource>
  851. <reportExpression>if(ParamDisplayValue(&quot;p_Fokus_Produktgruppe&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Fokus_Produktgruppe&quot;))</reportExpression>
  852. </dataSource>
  853. </textItem>
  854. <textItem>
  855. <dataSource>
  856. <reportExpression>if(ParamDisplayValue(&quot;p_Model&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Model&quot;))</reportExpression>
  857. </dataSource>
  858. </textItem>
  859. <textItem>
  860. <dataSource>
  861. <reportExpression>if(ParamDisplayValue(&quot;p_Umsatzart&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Umsatzart&quot;))</reportExpression>
  862. </dataSource>
  863. </textItem>
  864. <textItem>
  865. <dataSource>
  866. <reportExpression>if(ParamDisplayValue(&quot;p_Umsatzart2&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Umsatzart2&quot;))</reportExpression>
  867. </dataSource>
  868. </textItem>
  869. <textItem>
  870. <dataSource>
  871. <reportExpression>if(ParamDisplayValue(&quot;p_Kundengruppe&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kundengruppe&quot;))</reportExpression>
  872. </dataSource>
  873. </textItem>
  874. <textItem>
  875. <dataSource>
  876. <reportExpression>if(ParamDisplayValue(&quot;p_Kostenstelle&quot;) is null) then(&quot;&quot;) else(&quot; | &quot;+ParamDisplayValue(&quot;p_Kostenstelle&quot;))</reportExpression>
  877. </dataSource>
  878. </textItem>
  879. <textItem>
  880. <dataSource>
  881. <reportExpression>if(ParamDisplayValue(&quot;p_PLZ&quot;) is null) then(&quot;&quot;) else(&quot; | PLZ: &quot;+ParamDisplayValue(&quot;p_PLZ&quot;))</reportExpression>
  882. </dataSource>
  883. </textItem>
  884. </contents>
  885. <style>
  886. <CSS value="text-align:left;vertical-align:middle"/>
  887. </style>
  888. </tableCell>
  889. </tableCells>
  890. </tableRow>
  891. <tableRow>
  892. <tableCells>
  893. <tableCell>
  894. <contents>
  895. <table>
  896. <style>
  897. <defaultStyles>
  898. <defaultStyle refStyle="tb"/>
  899. </defaultStyles>
  900. <CSS value="border-collapse:collapse;width:100%"/>
  901. </style>
  902. <tableRows>
  903. <tableRow>
  904. <tableCells>
  905. <tableCell>
  906. <contents>
  907. <promptButton type="back">
  908. <contents/>
  909. <style>
  910. <defaultStyles>
  911. <defaultStyle refStyle="bp"/>
  912. </defaultStyles>
  913. </style>
  914. </promptButton>
  915. </contents>
  916. </tableCell>
  917. <tableCell>
  918. <contents/>
  919. <conditionalStyleRefs>
  920. <conditionalStyleRef refConditionalStyle="Monat1"/>
  921. </conditionalStyleRefs>
  922. </tableCell>
  923. </tableCells>
  924. </tableRow>
  925. </tableRows>
  926. </table>
  927. </contents>
  928. <style>
  929. <CSS value="padding-top:10px;padding-bottom:10px"/>
  930. </style>
  931. </tableCell>
  932. <tableCell colSpan="2">
  933. <contents/>
  934. <style>
  935. <CSS value="padding-left:10px"/>
  936. </style>
  937. </tableCell>
  938. </tableCells>
  939. </tableRow>
  940. </tableRows>
  941. </table>
  942. </contents>
  943. <style>
  944. <CSS value="background-color:#C3CCD4"/>
  945. </style>
  946. </pageHeader>
  947. </page>
  948. </reportPages>
  949. <promptPages>
  950. <page name="Eingabeaufforderungsseite1">
  951. <pageHeader>
  952. <contents>
  953. <table>
  954. <style>
  955. <defaultStyles>
  956. <defaultStyle refStyle="tb"/>
  957. </defaultStyles>
  958. <CSS value="border-collapse:collapse;width:100%"/>
  959. </style>
  960. <tableRows>
  961. <tableRow>
  962. <tableCells>
  963. <tableCell>
  964. <contents>
  965. <image>
  966. <dataSource>
  967. <staticValue>/bi/samples/images/GC_LOGO/LOGO.png</staticValue>
  968. </dataSource>
  969. <style>
  970. <CSS value="height:40px"/>
  971. </style>
  972. </image>
  973. </contents>
  974. <style>
  975. <CSS value="width:250px;height:50px;padding-left:50px"/>
  976. </style>
  977. </tableCell>
  978. <tableCell>
  979. <contents>
  980. <textItem>
  981. <dataSource>
  982. <staticValue>Filterauswahl</staticValue>
  983. </dataSource>
  984. <style>
  985. <CSS value="font-size:22pt"/>
  986. </style>
  987. </textItem>
  988. </contents>
  989. </tableCell>
  990. </tableCells>
  991. </tableRow>
  992. </tableRows>
  993. </table>
  994. </contents>
  995. <style>
  996. <defaultStyles>
  997. <defaultStyle refStyle="cls14"/>
  998. </defaultStyles>
  999. <CSS value="height:70px;background-color:#CDD4DA"/>
  1000. </style>
  1001. </pageHeader>
  1002. <pageBody>
  1003. <contents>
  1004. <table>
  1005. <style>
  1006. <defaultStyles>
  1007. <defaultStyle refStyle="tb"/>
  1008. </defaultStyles>
  1009. <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"/>
  1010. </style>
  1011. <tableRows>
  1012. <tableRow>
  1013. <tableCells>
  1014. <tableCell>
  1015. <contents>
  1016. <textItem>
  1017. <dataSource>
  1018. <staticValue/>
  1019. </dataSource>
  1020. <style>
  1021. <CSS value="width:20px"/>
  1022. </style>
  1023. </textItem>
  1024. </contents>
  1025. </tableCell>
  1026. <tableCell>
  1027. <contents>
  1028. <textItem>
  1029. <dataSource>
  1030. <staticValue>Zeitraum:</staticValue>
  1031. </dataSource>
  1032. </textItem>
  1033. </contents>
  1034. <style>
  1035. <CSS value="vertical-align:middle;font-weight:bold;padding-top:10px;padding-left:10px;color:white;padding-bottom:10px;background-color:#3E5C76;text-align:left;width:300px"/>
  1036. </style>
  1037. </tableCell>
  1038. <tableCell>
  1039. <contents>
  1040. <textItem>
  1041. <dataSource>
  1042. <staticValue>Oder</staticValue>
  1043. </dataSource>
  1044. <style>
  1045. <CSS value="width:40px;font-weight:bold"/>
  1046. </style>
  1047. </textItem>
  1048. </contents>
  1049. <style>
  1050. <CSS value="width:50px;padding-top:10px;padding-bottom:10px;padding-left:10px"/>
  1051. </style>
  1052. </tableCell>
  1053. <tableCell>
  1054. <contents/>
  1055. <style>
  1056. <CSS value="vertical-align:middle;text-align:left;color:white;font-weight:bold;padding-top:10px;padding-left:10px;padding-bottom:10px;background-color:#3E5C76;width:300px"/>
  1057. </style>
  1058. </tableCell>
  1059. <tableCell>
  1060. <contents>
  1061. <textItem>
  1062. <dataSource>
  1063. <staticValue/>
  1064. </dataSource>
  1065. <style>
  1066. <CSS value="width:45px"/>
  1067. </style>
  1068. </textItem>
  1069. </contents>
  1070. <style>
  1071. <CSS value="text-align:left;width:50px;padding-top:20px"/>
  1072. </style>
  1073. </tableCell>
  1074. <tableCell>
  1075. <contents/>
  1076. <style>
  1077. <CSS value="width:300px;padding-top:20px"/>
  1078. </style>
  1079. </tableCell>
  1080. <tableCell>
  1081. <contents>
  1082. <textItem>
  1083. <dataSource>
  1084. <staticValue/>
  1085. </dataSource>
  1086. <style>
  1087. <CSS value="width:45px"/>
  1088. </style>
  1089. </textItem>
  1090. </contents>
  1091. <style>
  1092. <CSS value="width:50px"/>
  1093. </style>
  1094. </tableCell>
  1095. <tableCell>
  1096. <contents>
  1097. <promptButton type="finish">
  1098. <contents/>
  1099. <style>
  1100. <defaultStyles>
  1101. <defaultStyle refStyle="bp"/>
  1102. </defaultStyles>
  1103. </style>
  1104. </promptButton>
  1105. </contents>
  1106. <style>
  1107. <CSS value="padding-top:20px;text-align:right;vertical-align:bottom;width:300px"/>
  1108. </style>
  1109. </tableCell>
  1110. <tableCell>
  1111. <contents/>
  1112. <style>
  1113. <CSS value="width:17%;padding-top:20px"/>
  1114. </style>
  1115. </tableCell>
  1116. <tableCell>
  1117. <contents/>
  1118. <style>
  1119. <CSS value="width:7%;padding-top:20px;padding-left:80px"/>
  1120. </style>
  1121. </tableCell>
  1122. <tableCell>
  1123. <contents/>
  1124. <style>
  1125. <CSS value="width:7%;padding-top:20px"/>
  1126. </style>
  1127. </tableCell>
  1128. </tableCells>
  1129. </tableRow>
  1130. <tableRow>
  1131. <tableCells>
  1132. <tableCell>
  1133. <contents/>
  1134. </tableCell>
  1135. <tableCell>
  1136. <contents>
  1137. <table>
  1138. <style>
  1139. <defaultStyles>
  1140. <defaultStyle refStyle="tb"/>
  1141. </defaultStyles>
  1142. <CSS value="border-collapse:collapse;width:300px;margin-top:25px"/>
  1143. </style>
  1144. <tableRows>
  1145. <tableRow>
  1146. <tableCells>
  1147. <tableCell>
  1148. <contents>
  1149. <textItem>
  1150. <dataSource>
  1151. <staticValue>Von:</staticValue>
  1152. </dataSource>
  1153. <style>
  1154. <CSS value="padding-bottom:10px"/>
  1155. </style>
  1156. </textItem>
  1157. </contents>
  1158. <style>
  1159. <CSS value="padding-bottom:10px"/>
  1160. </style>
  1161. </tableCell>
  1162. </tableCells>
  1163. </tableRow>
  1164. <tableRow>
  1165. <tableCells>
  1166. <tableCell>
  1167. <contents>
  1168. <selectDate parameter="p_Von" required="false" selectDateUI="editBox"/>
  1169. </contents>
  1170. </tableCell>
  1171. </tableCells>
  1172. </tableRow>
  1173. <tableRow>
  1174. <tableCells>
  1175. <tableCell>
  1176. <contents>
  1177. <textItem>
  1178. <dataSource>
  1179. <staticValue>Bis:</staticValue>
  1180. </dataSource>
  1181. </textItem>
  1182. </contents>
  1183. <style>
  1184. <CSS value="padding-bottom:10px"/>
  1185. </style>
  1186. </tableCell>
  1187. </tableCells>
  1188. </tableRow>
  1189. <tableRow>
  1190. <tableCells>
  1191. <tableCell>
  1192. <contents>
  1193. <selectDate parameter="p_Bis" required="false" selectDateUI="editBox"/>
  1194. </contents>
  1195. </tableCell>
  1196. </tableCells>
  1197. </tableRow>
  1198. </tableRows>
  1199. </table>
  1200. </contents>
  1201. <style>
  1202. <CSS value="vertical-align:top;width:300px;padding-top:10px"/>
  1203. </style>
  1204. </tableCell>
  1205. <tableCell>
  1206. <contents/>
  1207. </tableCell>
  1208. <tableCell>
  1209. <contents/>
  1210. <style>
  1211. <CSS value="padding-top:10px;padding-bottom:25px"/>
  1212. </style>
  1213. </tableCell>
  1214. <tableCell>
  1215. <contents/>
  1216. </tableCell>
  1217. <tableCell>
  1218. <contents/>
  1219. </tableCell>
  1220. <tableCell>
  1221. <contents/>
  1222. </tableCell>
  1223. <tableCell>
  1224. <contents>
  1225. <table>
  1226. <style>
  1227. <defaultStyles>
  1228. <defaultStyle refStyle="tb"/>
  1229. </defaultStyles>
  1230. <CSS value="border-collapse:collapse;width:100%"/>
  1231. </style>
  1232. <tableRows>
  1233. <tableRow>
  1234. <tableCells>
  1235. <tableCell>
  1236. <contents>
  1237. <promptButton type="cancel">
  1238. <contents/>
  1239. <style>
  1240. <defaultStyles>
  1241. <defaultStyle refStyle="bp"/>
  1242. </defaultStyles>
  1243. </style>
  1244. </promptButton>
  1245. </contents>
  1246. <style>
  1247. <CSS value="text-align:right"/>
  1248. </style>
  1249. </tableCell>
  1250. </tableCells>
  1251. </tableRow>
  1252. <tableRow>
  1253. <tableCells>
  1254. <tableCell>
  1255. <contents/>
  1256. </tableCell>
  1257. </tableCells>
  1258. </tableRow>
  1259. <tableRow>
  1260. <tableCells>
  1261. <tableCell>
  1262. <contents/>
  1263. <style>
  1264. <CSS value="text-align:right;padding-top:30px"/>
  1265. </style>
  1266. </tableCell>
  1267. </tableCells>
  1268. </tableRow>
  1269. </tableRows>
  1270. </table>
  1271. </contents>
  1272. <style>
  1273. <CSS value="text-align:right;vertical-align:top;padding-top:25px"/>
  1274. </style>
  1275. </tableCell>
  1276. <tableCell>
  1277. <contents/>
  1278. <style>
  1279. <CSS value="width:17%"/>
  1280. </style>
  1281. </tableCell>
  1282. <tableCell>
  1283. <contents/>
  1284. <style>
  1285. <CSS value="padding-left:80px"/>
  1286. </style>
  1287. </tableCell>
  1288. <tableCell>
  1289. <contents/>
  1290. </tableCell>
  1291. </tableCells>
  1292. </tableRow>
  1293. <tableRow>
  1294. <tableCells>
  1295. <tableCell>
  1296. <contents>
  1297. <textItem>
  1298. <dataSource>
  1299. <staticValue/>
  1300. </dataSource>
  1301. <style>
  1302. <CSS value="width:20px;height:30px"/>
  1303. </style>
  1304. </textItem>
  1305. </contents>
  1306. </tableCell>
  1307. <tableCell>
  1308. <contents/>
  1309. </tableCell>
  1310. <tableCell>
  1311. <contents>
  1312. <textItem>
  1313. <dataSource>
  1314. <staticValue/>
  1315. </dataSource>
  1316. <style>
  1317. <CSS value="width:45px"/>
  1318. </style>
  1319. </textItem>
  1320. </contents>
  1321. </tableCell>
  1322. <tableCell>
  1323. <contents/>
  1324. </tableCell>
  1325. <tableCell>
  1326. <contents/>
  1327. </tableCell>
  1328. <tableCell>
  1329. <contents/>
  1330. </tableCell>
  1331. <tableCell>
  1332. <contents/>
  1333. </tableCell>
  1334. <tableCell>
  1335. <contents/>
  1336. </tableCell>
  1337. <tableCell>
  1338. <contents/>
  1339. </tableCell>
  1340. <tableCell>
  1341. <contents/>
  1342. </tableCell>
  1343. <tableCell>
  1344. <contents/>
  1345. </tableCell>
  1346. </tableCells>
  1347. </tableRow>
  1348. <tableRow>
  1349. <tableCells>
  1350. <tableCell>
  1351. <contents>
  1352. <textItem>
  1353. <dataSource>
  1354. <staticValue/>
  1355. </dataSource>
  1356. <style>
  1357. <CSS value="width:20px"/>
  1358. </style>
  1359. </textItem>
  1360. </contents>
  1361. </tableCell>
  1362. <tableCell>
  1363. <contents>
  1364. <textItem>
  1365. <dataSource>
  1366. <staticValue>Mandant:</staticValue>
  1367. </dataSource>
  1368. <style>
  1369. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1370. </style>
  1371. </textItem>
  1372. </contents>
  1373. <style>
  1374. <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;width:300px"/>
  1375. </style>
  1376. </tableCell>
  1377. <tableCell>
  1378. <contents/>
  1379. <style>
  1380. <CSS value="padding-left:10px"/>
  1381. </style>
  1382. </tableCell>
  1383. <tableCell>
  1384. <contents>
  1385. <textItem>
  1386. <dataSource>
  1387. <staticValue>AH-Gruppe:</staticValue>
  1388. </dataSource>
  1389. <style>
  1390. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1391. </style>
  1392. </textItem>
  1393. </contents>
  1394. <style>
  1395. <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;width:300px"/>
  1396. </style>
  1397. </tableCell>
  1398. <tableCell>
  1399. <contents/>
  1400. <style>
  1401. <CSS value="padding-left:10px;text-align:left"/>
  1402. </style>
  1403. </tableCell>
  1404. <tableCell>
  1405. <contents>
  1406. <textItem>
  1407. <dataSource>
  1408. <staticValue>Fabrikat: </staticValue>
  1409. </dataSource>
  1410. <style>
  1411. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1412. </style>
  1413. </textItem>
  1414. </contents>
  1415. <style>
  1416. <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;height:50px"/>
  1417. </style>
  1418. </tableCell>
  1419. <tableCell>
  1420. <contents/>
  1421. <style>
  1422. <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"/>
  1423. </style>
  1424. </tableCell>
  1425. <tableCell>
  1426. <contents>
  1427. <textItem>
  1428. <dataSource>
  1429. <staticValue>Modell:</staticValue>
  1430. </dataSource>
  1431. <style>
  1432. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1433. </style>
  1434. </textItem>
  1435. </contents>
  1436. <style>
  1437. <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;height:50px"/>
  1438. </style>
  1439. </tableCell>
  1440. <tableCell>
  1441. <contents/>
  1442. <style>
  1443. <CSS value="width:17%"/>
  1444. </style>
  1445. </tableCell>
  1446. <tableCell>
  1447. <contents/>
  1448. <style>
  1449. <CSS value="padding-left:10px"/>
  1450. </style>
  1451. </tableCell>
  1452. <tableCell>
  1453. <contents/>
  1454. </tableCell>
  1455. </tableCells>
  1456. </tableRow>
  1457. <tableRow>
  1458. <tableCells>
  1459. <tableCell>
  1460. <contents/>
  1461. </tableCell>
  1462. <tableCell>
  1463. <contents>
  1464. <selectValue multiSelect="true" parameter="p_Mandant" refQuery="qry_Mandant" required="false" selectValueUI="checkboxGroup">
  1465. <useItem refDataItem="Mandant">
  1466. <displayItem refDataItem="Mandant1"/>
  1467. </useItem>
  1468. <style>
  1469. <CSS value="width:300px"/>
  1470. </style>
  1471. </selectValue>
  1472. </contents>
  1473. <style>
  1474. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1475. </style>
  1476. </tableCell>
  1477. <tableCell>
  1478. <contents/>
  1479. </tableCell>
  1480. <tableCell>
  1481. <contents>
  1482. <selectValue multiSelect="true" parameter="p_Standort" refQuery="qry_Standort" required="false" selectValueUI="checkboxGroup">
  1483. <useItem refDataItem="Standort">
  1484. <displayItem refDataItem="Standort1"/>
  1485. </useItem>
  1486. <style>
  1487. <CSS value="width:300px"/>
  1488. </style>
  1489. </selectValue>
  1490. </contents>
  1491. <style>
  1492. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1493. </style>
  1494. </tableCell>
  1495. <tableCell>
  1496. <contents/>
  1497. </tableCell>
  1498. <tableCell>
  1499. <contents>
  1500. <selectValue multiSelect="true" parameter="p_Fabrikat" refQuery="qry_Fabrikat" required="false" selectValueUI="checkboxGroup">
  1501. <useItem refDataItem="Fabrikat">
  1502. <displayItem refDataItem="Fabrikat1"/>
  1503. </useItem>
  1504. <style>
  1505. <CSS value="width:300px"/>
  1506. </style>
  1507. </selectValue>
  1508. </contents>
  1509. <style>
  1510. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1511. </style>
  1512. </tableCell>
  1513. <tableCell>
  1514. <contents/>
  1515. <style>
  1516. <CSS value="text-align:right"/>
  1517. </style>
  1518. </tableCell>
  1519. <tableCell>
  1520. <contents>
  1521. <selectValue multiSelect="true" parameter="p_Model" refQuery="qry_Model" required="false" selectValueUI="checkboxGroup">
  1522. <useItem refDataItem="Model"/>
  1523. <style>
  1524. <CSS value="width:300px"/>
  1525. </style>
  1526. </selectValue>
  1527. </contents>
  1528. <style>
  1529. <CSS value="text-align:right"/>
  1530. </style>
  1531. </tableCell>
  1532. <tableCell>
  1533. <contents/>
  1534. <style>
  1535. <CSS value="width:17%"/>
  1536. </style>
  1537. </tableCell>
  1538. <tableCell>
  1539. <contents/>
  1540. </tableCell>
  1541. <tableCell>
  1542. <contents/>
  1543. </tableCell>
  1544. </tableCells>
  1545. </tableRow>
  1546. <tableRow>
  1547. <tableCells>
  1548. <tableCell>
  1549. <contents>
  1550. <textItem>
  1551. <dataSource>
  1552. <staticValue/>
  1553. </dataSource>
  1554. <style>
  1555. <CSS value="width:20px;height:30px"/>
  1556. </style>
  1557. </textItem>
  1558. </contents>
  1559. </tableCell>
  1560. <tableCell>
  1561. <contents/>
  1562. <style>
  1563. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1564. </style>
  1565. </tableCell>
  1566. <tableCell>
  1567. <contents/>
  1568. </tableCell>
  1569. <tableCell>
  1570. <contents/>
  1571. </tableCell>
  1572. <tableCell>
  1573. <contents/>
  1574. </tableCell>
  1575. <tableCell>
  1576. <contents/>
  1577. </tableCell>
  1578. <tableCell>
  1579. <contents/>
  1580. </tableCell>
  1581. <tableCell>
  1582. <contents/>
  1583. <style>
  1584. <CSS value="width:13%"/>
  1585. </style>
  1586. </tableCell>
  1587. <tableCell>
  1588. <contents/>
  1589. <style>
  1590. <CSS value="width:17%"/>
  1591. </style>
  1592. </tableCell>
  1593. <tableCell>
  1594. <contents/>
  1595. </tableCell>
  1596. <tableCell>
  1597. <contents/>
  1598. </tableCell>
  1599. </tableCells>
  1600. </tableRow>
  1601. <tableRow>
  1602. <tableCells>
  1603. <tableCell>
  1604. <contents>
  1605. <textItem>
  1606. <dataSource>
  1607. <staticValue/>
  1608. </dataSource>
  1609. <style>
  1610. <CSS value="width:20px"/>
  1611. </style>
  1612. </textItem>
  1613. </contents>
  1614. </tableCell>
  1615. <tableCell>
  1616. <contents>
  1617. <textItem>
  1618. <dataSource>
  1619. <staticValue>Serviceberater:</staticValue>
  1620. </dataSource>
  1621. <style>
  1622. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1623. </style>
  1624. </textItem>
  1625. </contents>
  1626. <style>
  1627. <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;width:300px"/>
  1628. </style>
  1629. </tableCell>
  1630. <tableCell>
  1631. <contents/>
  1632. <style>
  1633. <CSS value="padding-left:10px"/>
  1634. </style>
  1635. </tableCell>
  1636. <tableCell>
  1637. <contents>
  1638. <textItem>
  1639. <dataSource>
  1640. <staticValue>Produktgruppe:</staticValue>
  1641. </dataSource>
  1642. <style>
  1643. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1644. </style>
  1645. </textItem>
  1646. </contents>
  1647. <style>
  1648. <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;width:300px"/>
  1649. </style>
  1650. </tableCell>
  1651. <tableCell>
  1652. <contents/>
  1653. <style>
  1654. <CSS value="padding-left:10px"/>
  1655. </style>
  1656. </tableCell>
  1657. <tableCell>
  1658. <contents>
  1659. <textItem>
  1660. <dataSource>
  1661. <staticValue>Umsatzart:</staticValue>
  1662. </dataSource>
  1663. <style>
  1664. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1665. </style>
  1666. </textItem>
  1667. </contents>
  1668. <style>
  1669. <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"/>
  1670. </style>
  1671. </tableCell>
  1672. <tableCell>
  1673. <contents/>
  1674. <style>
  1675. <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"/>
  1676. </style>
  1677. </tableCell>
  1678. <tableCell>
  1679. <contents>
  1680. <textItem>
  1681. <dataSource>
  1682. <staticValue>Auftragart:</staticValue>
  1683. </dataSource>
  1684. <style>
  1685. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1686. </style>
  1687. </textItem>
  1688. </contents>
  1689. <style>
  1690. <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;height:50px"/>
  1691. </style>
  1692. </tableCell>
  1693. <tableCell>
  1694. <contents/>
  1695. <style>
  1696. <CSS value="width:17%"/>
  1697. </style>
  1698. </tableCell>
  1699. <tableCell>
  1700. <contents/>
  1701. <style>
  1702. <CSS value="padding-left:10px"/>
  1703. </style>
  1704. </tableCell>
  1705. <tableCell>
  1706. <contents/>
  1707. </tableCell>
  1708. </tableCells>
  1709. </tableRow>
  1710. <tableRow>
  1711. <tableCells>
  1712. <tableCell>
  1713. <contents/>
  1714. </tableCell>
  1715. <tableCell>
  1716. <contents>
  1717. <selectValue multiSelect="true" parameter="p_Serviceberater" refQuery="qry_Serviceberater" required="false" selectValueUI="checkboxGroup">
  1718. <useItem refDataItem="Serviceberater">
  1719. <displayItem refDataItem="Serviceberater1"/>
  1720. </useItem>
  1721. <style>
  1722. <CSS value="width:300px"/>
  1723. </style>
  1724. </selectValue>
  1725. </contents>
  1726. <style>
  1727. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1728. </style>
  1729. </tableCell>
  1730. <tableCell>
  1731. <contents/>
  1732. </tableCell>
  1733. <tableCell>
  1734. <contents>
  1735. <selectValue multiSelect="true" parameter="p_Produktbuchunsgruppe" refQuery="qry_Produktbuchungsgruppe" required="false" selectValueUI="checkboxGroup">
  1736. <useItem refDataItem="Produktbuchungsgruppe">
  1737. <displayItem refDataItem="Produktbuchungsgruppe1"/>
  1738. </useItem>
  1739. <style>
  1740. <CSS value="width:300px"/>
  1741. </style>
  1742. </selectValue>
  1743. </contents>
  1744. <style>
  1745. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none"/>
  1746. </style>
  1747. </tableCell>
  1748. <tableCell>
  1749. <contents/>
  1750. </tableCell>
  1751. <tableCell>
  1752. <contents>
  1753. <selectValue multiSelect="true" parameter="p_Umsatzart" refQuery="qry_Umsatzart" required="false" selectValueUI="checkboxGroup">
  1754. <useItem refDataItem="Umsatzart">
  1755. <displayItem refDataItem="Umsatzart1"/>
  1756. </useItem>
  1757. <style>
  1758. <CSS value="width:300px"/>
  1759. </style>
  1760. </selectValue>
  1761. </contents>
  1762. <style>
  1763. <CSS value="border-bottom-style:none;border-left-style:none;border-top-style:none;border-right-style:none"/>
  1764. </style>
  1765. </tableCell>
  1766. <tableCell>
  1767. <contents/>
  1768. <style>
  1769. <CSS value="text-align:right"/>
  1770. </style>
  1771. </tableCell>
  1772. <tableCell>
  1773. <contents>
  1774. <selectValue multiSelect="true" parameter="p_Auftragsart" refQuery="qry_Auftragsart" required="false" selectValueUI="checkboxGroup">
  1775. <useItem refDataItem="Auftragsart">
  1776. <displayItem refDataItem="Auftragsart1"/>
  1777. </useItem>
  1778. <style>
  1779. <CSS value="width:300px"/>
  1780. </style>
  1781. </selectValue>
  1782. </contents>
  1783. <style>
  1784. <CSS value="text-align:left;vertical-align:top"/>
  1785. </style>
  1786. </tableCell>
  1787. <tableCell>
  1788. <contents/>
  1789. </tableCell>
  1790. <tableCell>
  1791. <contents/>
  1792. </tableCell>
  1793. <tableCell>
  1794. <contents/>
  1795. </tableCell>
  1796. </tableCells>
  1797. </tableRow>
  1798. <tableRow>
  1799. <tableCells>
  1800. <tableCell>
  1801. <contents>
  1802. <textItem>
  1803. <dataSource>
  1804. <staticValue/>
  1805. </dataSource>
  1806. <style>
  1807. <CSS value="width:20px;height:30px"/>
  1808. </style>
  1809. </textItem>
  1810. </contents>
  1811. </tableCell>
  1812. <tableCell>
  1813. <contents/>
  1814. <style>
  1815. <CSS value="padding-top:10px;padding-bottom:10px"/>
  1816. </style>
  1817. </tableCell>
  1818. <tableCell>
  1819. <contents/>
  1820. </tableCell>
  1821. <tableCell>
  1822. <contents/>
  1823. </tableCell>
  1824. <tableCell>
  1825. <contents/>
  1826. </tableCell>
  1827. <tableCell>
  1828. <contents/>
  1829. </tableCell>
  1830. <tableCell>
  1831. <contents/>
  1832. </tableCell>
  1833. <tableCell>
  1834. <contents/>
  1835. </tableCell>
  1836. <tableCell>
  1837. <contents/>
  1838. <style>
  1839. <CSS value="width:17%"/>
  1840. </style>
  1841. </tableCell>
  1842. <tableCell>
  1843. <contents/>
  1844. </tableCell>
  1845. <tableCell>
  1846. <contents/>
  1847. </tableCell>
  1848. </tableCells>
  1849. </tableRow>
  1850. <tableRow>
  1851. <tableCells>
  1852. <tableCell>
  1853. <contents>
  1854. <textItem>
  1855. <dataSource>
  1856. <staticValue/>
  1857. </dataSource>
  1858. <style>
  1859. <CSS value="width:20px"/>
  1860. </style>
  1861. </textItem>
  1862. </contents>
  1863. </tableCell>
  1864. <tableCell>
  1865. <contents>
  1866. <textItem>
  1867. <dataSource>
  1868. <staticValue>Kundenart:</staticValue>
  1869. </dataSource>
  1870. <style>
  1871. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1872. </style>
  1873. </textItem>
  1874. </contents>
  1875. <style>
  1876. <CSS value="padding-left:10px;color:white;font-weight:bold;vertical-align:middle;padding-bottom:10px;background-color:#3E5C76;text-align:left;padding-top:10px;width:300px"/>
  1877. </style>
  1878. </tableCell>
  1879. <tableCell>
  1880. <contents/>
  1881. <style>
  1882. <CSS value="padding-left:10px;vertical-align:top"/>
  1883. </style>
  1884. </tableCell>
  1885. <tableCell>
  1886. <contents>
  1887. <textItem>
  1888. <dataSource>
  1889. <staticValue>Kunde:</staticValue>
  1890. </dataSource>
  1891. <style>
  1892. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1893. </style>
  1894. </textItem>
  1895. </contents>
  1896. <style>
  1897. <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;width:300px"/>
  1898. </style>
  1899. </tableCell>
  1900. <tableCell>
  1901. <contents/>
  1902. </tableCell>
  1903. <tableCell>
  1904. <contents>
  1905. <textItem>
  1906. <dataSource>
  1907. <staticValue>PLZ:</staticValue>
  1908. </dataSource>
  1909. <style>
  1910. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1911. </style>
  1912. </textItem>
  1913. </contents>
  1914. <style>
  1915. <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;height:50px"/>
  1916. </style>
  1917. </tableCell>
  1918. <tableCell>
  1919. <contents/>
  1920. </tableCell>
  1921. <tableCell colSpan="2">
  1922. <contents>
  1923. <textItem>
  1924. <dataSource>
  1925. <staticValue>Kunde</staticValue>
  1926. </dataSource>
  1927. <style>
  1928. <CSS value="color:white;font-weight:bold;vertical-align:top"/>
  1929. </style>
  1930. </textItem>
  1931. </contents>
  1932. <style>
  1933. <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;height:50px"/>
  1934. </style>
  1935. </tableCell>
  1936. <tableCell>
  1937. <contents/>
  1938. </tableCell>
  1939. <tableCell>
  1940. <contents/>
  1941. </tableCell>
  1942. </tableCells>
  1943. </tableRow>
  1944. <tableRow>
  1945. <tableCells>
  1946. <tableCell>
  1947. <contents/>
  1948. </tableCell>
  1949. <tableCell>
  1950. <contents>
  1951. <selectValue multiSelect="true" parameter="p_Kundenart" refQuery="qry_Kundenart" required="false" selectValueUI="checkboxGroup">
  1952. <useItem refDataItem="Kundenart">
  1953. <displayItem refDataItem="Kundenart1"/>
  1954. </useItem>
  1955. <style>
  1956. <CSS value="width:300px"/>
  1957. </style>
  1958. </selectValue>
  1959. </contents>
  1960. <style>
  1961. <CSS value="border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-style:none;vertical-align:top"/>
  1962. </style>
  1963. </tableCell>
  1964. <tableCell>
  1965. <contents/>
  1966. </tableCell>
  1967. <tableCell>
  1968. <contents>
  1969. <textBox parameter="Parameter1" required="false">
  1970. <style>
  1971. <CSS value="width:300px"/>
  1972. </style>
  1973. </textBox>
  1974. </contents>
  1975. <style>
  1976. <CSS value="vertical-align:top"/>
  1977. </style>
  1978. </tableCell>
  1979. <tableCell>
  1980. <contents/>
  1981. </tableCell>
  1982. <tableCell>
  1983. <contents/>
  1984. <style>
  1985. <CSS value="vertical-align:top"/>
  1986. </style>
  1987. </tableCell>
  1988. <tableCell>
  1989. <contents/>
  1990. </tableCell>
  1991. <tableCell colSpan="2">
  1992. <contents/>
  1993. </tableCell>
  1994. <tableCell>
  1995. <contents/>
  1996. </tableCell>
  1997. <tableCell>
  1998. <contents/>
  1999. </tableCell>
  2000. </tableCells>
  2001. </tableRow>
  2002. <tableRow>
  2003. <tableCells>
  2004. <tableCell>
  2005. <contents>
  2006. <textItem>
  2007. <dataSource>
  2008. <staticValue/>
  2009. </dataSource>
  2010. <style>
  2011. <CSS value="width:20px;height:30px"/>
  2012. </style>
  2013. </textItem>
  2014. </contents>
  2015. </tableCell>
  2016. <tableCell>
  2017. <contents/>
  2018. <style>
  2019. <CSS value="width:300px"/>
  2020. </style>
  2021. </tableCell>
  2022. <tableCell>
  2023. <contents/>
  2024. </tableCell>
  2025. <tableCell>
  2026. <contents/>
  2027. <style>
  2028. <CSS value="width:300px"/>
  2029. </style>
  2030. </tableCell>
  2031. <tableCell>
  2032. <contents/>
  2033. </tableCell>
  2034. <tableCell>
  2035. <contents/>
  2036. </tableCell>
  2037. <tableCell>
  2038. <contents/>
  2039. </tableCell>
  2040. <tableCell>
  2041. <contents/>
  2042. </tableCell>
  2043. <tableCell>
  2044. <contents/>
  2045. <style>
  2046. <CSS value="width:17%"/>
  2047. </style>
  2048. </tableCell>
  2049. <tableCell>
  2050. <contents/>
  2051. </tableCell>
  2052. <tableCell>
  2053. <contents/>
  2054. </tableCell>
  2055. </tableCells>
  2056. </tableRow>
  2057. <tableRow>
  2058. <tableCells>
  2059. <tableCell>
  2060. <contents/>
  2061. </tableCell>
  2062. <tableCell>
  2063. <contents/>
  2064. <style>
  2065. <CSS value="width:300px"/>
  2066. </style>
  2067. </tableCell>
  2068. <tableCell>
  2069. <contents/>
  2070. </tableCell>
  2071. <tableCell>
  2072. <contents/>
  2073. <style>
  2074. <CSS value="width:300px"/>
  2075. </style>
  2076. </tableCell>
  2077. <tableCell>
  2078. <contents/>
  2079. </tableCell>
  2080. <tableCell>
  2081. <contents/>
  2082. </tableCell>
  2083. <tableCell>
  2084. <contents/>
  2085. </tableCell>
  2086. <tableCell>
  2087. <contents/>
  2088. </tableCell>
  2089. <tableCell>
  2090. <contents/>
  2091. <style>
  2092. <CSS value="width:17%"/>
  2093. </style>
  2094. </tableCell>
  2095. <tableCell>
  2096. <contents/>
  2097. </tableCell>
  2098. <tableCell>
  2099. <contents/>
  2100. </tableCell>
  2101. </tableCells>
  2102. </tableRow>
  2103. </tableRows>
  2104. </table>
  2105. </contents>
  2106. <style>
  2107. <defaultStyles>
  2108. <defaultStyle refStyle="py"/>
  2109. </defaultStyles>
  2110. </style>
  2111. </pageBody>
  2112. <pageFooter>
  2113. <contents>
  2114. <promptButton type="cancel">
  2115. <contents/>
  2116. <style>
  2117. <defaultStyles>
  2118. <defaultStyle refStyle="bp"/>
  2119. </defaultStyles>
  2120. </style>
  2121. </promptButton>
  2122. <promptButton type="finish">
  2123. <contents/>
  2124. <style>
  2125. <defaultStyles>
  2126. <defaultStyle refStyle="bp"/>
  2127. </defaultStyles>
  2128. </style>
  2129. </promptButton>
  2130. </contents>
  2131. <style>
  2132. <defaultStyles>
  2133. <defaultStyle refStyle="fp"/>
  2134. </defaultStyles>
  2135. <CSS value="background-color:#CDD4DA"/>
  2136. </style>
  2137. </pageFooter>
  2138. <style>
  2139. <defaultStyles>
  2140. <defaultStyle refStyle="pp"/>
  2141. </defaultStyles>
  2142. </style>
  2143. </page>
  2144. </promptPages>
  2145. </layout>
  2146. </layouts>
  2147. <queries>
  2148. <query name="qry_Main">
  2149. <source>
  2150. <model/>
  2151. </source>
  2152. <selection>
  2153. <dataItem name="Gesamt">
  2154. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Lohn] + [C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Teile] + [C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[TÜV] + [C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Fremdl] + [C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Mietw] + [C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Sonst]</expression>
  2155. </dataItem>
  2156. <dataItem aggregate="total" name="Lohn">
  2157. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Lohn]</expression>
  2158. <XMLAttributes>
  2159. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2160. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2161. </XMLAttributes>
  2162. </dataItem>
  2163. <dataItem aggregate="total" name="Teile">
  2164. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Teile]</expression>
  2165. <XMLAttributes>
  2166. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2167. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2168. </XMLAttributes>
  2169. </dataItem>
  2170. <dataItem aggregate="average" name="NL Lohn %">
  2171. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[NL_Lohn_1]</expression>
  2172. <XMLAttributes>
  2173. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2174. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2175. </XMLAttributes>
  2176. </dataItem>
  2177. <dataItem name="DB 1 Teile">
  2178. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Teile] - [C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[EW_Teile]</expression>
  2179. </dataItem>
  2180. <dataItem name="DB 1 Teile %">
  2181. <expression>[DB 1 Teile]/[Teile]*100</expression>
  2182. </dataItem>
  2183. <dataItem name="LG %">
  2184. <expression>[verk. AW] / [ben. AW] * 100</expression>
  2185. </dataItem>
  2186. <dataItem name="AW-Satz">
  2187. <expression>[Lohn] / [verk. AW]</expression>
  2188. </dataItem>
  2189. <dataItem aggregate="none" name="Standort" rollupAggregate="none">
  2190. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Standort]</expression>
  2191. <XMLAttributes>
  2192. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2193. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  2194. </XMLAttributes>
  2195. </dataItem>
  2196. <dataItem aggregate="none" name="Auftrags-Nr." rollupAggregate="none">
  2197. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Auftrags_Nr]</expression>
  2198. <XMLAttributes>
  2199. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2200. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  2201. </XMLAttributes>
  2202. </dataItem>
  2203. <dataItem aggregate="none" name="Auftragsart" rollupAggregate="none">
  2204. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Auftragsart]</expression>
  2205. <XMLAttributes>
  2206. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2207. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  2208. </XMLAttributes>
  2209. </dataItem>
  2210. <dataItem aggregate="none" name="RG/SB/Kunde/Datum" rollupAggregate="none">
  2211. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[RG_SB_Kunde_Datum]</expression>
  2212. <XMLAttributes>
  2213. <XMLAttribute name="RS_dataType" output="no" value="3"/>
  2214. <XMLAttribute name="RS_dataUsage" output="no" value="1"/>
  2215. </XMLAttributes>
  2216. </dataItem>
  2217. <dataItem aggregate="average" name="NL Teile %">
  2218. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[NL_Teile_1]</expression>
  2219. <XMLAttributes>
  2220. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2221. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2222. </XMLAttributes>
  2223. </dataItem>
  2224. <dataItem aggregate="total" name="Sonst.">
  2225. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Sonst]</expression>
  2226. <XMLAttributes>
  2227. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2228. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2229. </XMLAttributes>
  2230. </dataItem>
  2231. <dataItem aggregate="total" name="TÜV">
  2232. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[TÜV]</expression>
  2233. <XMLAttributes>
  2234. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2235. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2236. </XMLAttributes>
  2237. </dataItem>
  2238. <dataItem aggregate="total" name="Fremdl.">
  2239. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Fremdl]</expression>
  2240. <XMLAttributes>
  2241. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2242. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2243. </XMLAttributes>
  2244. </dataItem>
  2245. <dataItem aggregate="total" name="Mietw.">
  2246. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Mietw]</expression>
  2247. <XMLAttributes>
  2248. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2249. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2250. </XMLAttributes>
  2251. </dataItem>
  2252. <dataItem aggregate="total" name="verk. AW">
  2253. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[verk_AW]</expression>
  2254. <XMLAttributes>
  2255. <XMLAttribute name="RS_dataType" output="no" value="2"/>
  2256. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2257. </XMLAttributes>
  2258. </dataItem>
  2259. <dataItem aggregate="total" name="ben. AW">
  2260. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[ben_AW]</expression>
  2261. <XMLAttributes>
  2262. <XMLAttribute name="RS_dataType" output="no" value="1"/>
  2263. <XMLAttribute name="RS_dataUsage" output="no" value="2"/>
  2264. </XMLAttributes>
  2265. </dataItem>
  2266. <dataItemEdgeSummary aggregateMethod="aggregate" label="Summe" name="Summe(Standort)" refDataItem="Standort" solveOrder="1"/>
  2267. <dataItemEdgeSummary aggregateMethod="aggregate" label="Summe" name="Summe(Auftragsart)" refDataItem="Auftragsart" solveOrder="1"/>
  2268. <dataItemEdgeSummary aggregateMethod="aggregate" label="Summe" name="Summe(Auftrags-Nr.)" refDataItem="Auftrags-Nr." solveOrder="1"/>
  2269. </selection>
  2270. <detailFilters>
  2271. <detailFilter use="optional">
  2272. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Rg_Datum] &lt;= ?p_Bis?</filterExpression>
  2273. </detailFilter>
  2274. <detailFilter use="optional">
  2275. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Rg_Datum] &gt;=?p_Von?</filterExpression>
  2276. </detailFilter>
  2277. <detailFilter use="optional">
  2278. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Mandant] in (?p_Mandant?)</filterExpression>
  2279. </detailFilter>
  2280. <detailFilter use="optional">
  2281. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Standort] in (?p_Standort?)</filterExpression>
  2282. </detailFilter>
  2283. <detailFilter use="optional">
  2284. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Fabrikat] in (?p_Fabrikat?)</filterExpression>
  2285. </detailFilter>
  2286. <detailFilter use="optional">
  2287. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Model] in (?p_Model?)</filterExpression>
  2288. </detailFilter>
  2289. <detailFilter use="optional">
  2290. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Serviceberater] in (?p_Serviceberater?)</filterExpression>
  2291. </detailFilter>
  2292. <detailFilter use="optional">
  2293. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Produktbuchungsgruppe] in (?p_Produktbuchunsgruppe?)</filterExpression>
  2294. </detailFilter>
  2295. <detailFilter use="optional">
  2296. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Umsatzart] in (?p_Umsatzart?)</filterExpression>
  2297. </detailFilter>
  2298. <detailFilter use="optional">
  2299. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Kundenart] in (?p_Kundenart?)</filterExpression>
  2300. </detailFilter>
  2301. <detailFilter use="optional">
  2302. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Fokus_Gruppe] in (?p_Fokus_Produktgruppe?)</filterExpression>
  2303. </detailFilter>
  2304. <detailFilter use="optional">
  2305. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Auftragsart] in (?p_Auftragsart?)</filterExpression>
  2306. </detailFilter>
  2307. <detailFilter use="optional">
  2308. <filterExpression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Kunde_Verkaufskunde] contains ?Parameter1?</filterExpression>
  2309. </detailFilter>
  2310. </detailFilters>
  2311. </query>
  2312. <query name="qry_Mandant">
  2313. <source>
  2314. <model/>
  2315. </source>
  2316. <selection>
  2317. <dataItem aggregate="none" name="Mandant">
  2318. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Mandant]</expression>
  2319. </dataItem>
  2320. <dataItem aggregate="none" name="Mandant1" sort="ascending">
  2321. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Mandant]</expression>
  2322. </dataItem>
  2323. </selection>
  2324. </query>
  2325. <query name="qry_Standort">
  2326. <source>
  2327. <model/>
  2328. </source>
  2329. <selection>
  2330. <dataItem aggregate="none" name="Standort">
  2331. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Standort]</expression>
  2332. </dataItem>
  2333. <dataItem aggregate="none" name="Standort1" sort="ascending">
  2334. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Standort]</expression>
  2335. </dataItem>
  2336. </selection>
  2337. </query>
  2338. <query name="qry_Fabrikat">
  2339. <source>
  2340. <model/>
  2341. </source>
  2342. <selection>
  2343. <dataItem aggregate="none" name="Fabrikat">
  2344. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Fabrikat]</expression>
  2345. </dataItem>
  2346. <dataItem aggregate="none" name="Fabrikat1" sort="ascending">
  2347. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Fabrikat]</expression>
  2348. </dataItem>
  2349. </selection>
  2350. </query>
  2351. <query name="qry_Model">
  2352. <source>
  2353. <model/>
  2354. </source>
  2355. <selection>
  2356. <dataItem aggregate="none" name="Model">
  2357. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Model]</expression>
  2358. </dataItem>
  2359. </selection>
  2360. </query>
  2361. <query name="qry_Serviceberater">
  2362. <source>
  2363. <model/>
  2364. </source>
  2365. <selection>
  2366. <dataItem aggregate="none" name="Serviceberater">
  2367. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Serviceberater]</expression>
  2368. </dataItem>
  2369. <dataItem aggregate="none" name="Serviceberater1" sort="ascending">
  2370. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Serviceberater]</expression>
  2371. </dataItem>
  2372. </selection>
  2373. </query>
  2374. <query name="qry_Produktbuchungsgruppe">
  2375. <source>
  2376. <model/>
  2377. </source>
  2378. <selection>
  2379. <dataItem aggregate="none" name="Produktbuchungsgruppe">
  2380. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Produktbuchungsgruppe]</expression>
  2381. </dataItem>
  2382. <dataItem aggregate="none" name="Produktbuchungsgruppe1" sort="ascending">
  2383. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Produktbuchungsgruppe]</expression>
  2384. </dataItem>
  2385. </selection>
  2386. </query>
  2387. <query name="qry_Umsatzart">
  2388. <source>
  2389. <model/>
  2390. </source>
  2391. <selection>
  2392. <dataItem aggregate="none" name="Umsatzart">
  2393. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Umsatzart]</expression>
  2394. </dataItem>
  2395. <dataItem aggregate="none" name="Umsatzart1" sort="ascending">
  2396. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Umsatzart]</expression>
  2397. </dataItem>
  2398. </selection>
  2399. </query>
  2400. <query name="qry_Kundenart">
  2401. <source>
  2402. <model/>
  2403. </source>
  2404. <selection>
  2405. <dataItem aggregate="none" name="Kundenart">
  2406. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Kundenart]</expression>
  2407. </dataItem>
  2408. <dataItem aggregate="none" name="Kundenart1" sort="ascending">
  2409. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Kundenart]</expression>
  2410. </dataItem>
  2411. </selection>
  2412. </query>
  2413. <query name="qry_Auftragsart">
  2414. <source>
  2415. <model/>
  2416. </source>
  2417. <selection>
  2418. <dataItem aggregate="none" name="Auftragsart">
  2419. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Auftragsart]</expression>
  2420. </dataItem>
  2421. <dataItem aggregate="none" name="Auftragsart1" sort="ascending">
  2422. <expression>[C].[C_mod_RECHNUNGSAUSGANG_2].[TBL_RECHNUNGSAUSGANG_ALLE].[Auftragsart]</expression>
  2423. </dataItem>
  2424. </selection>
  2425. </query>
  2426. </queries>
  2427. <classStyles>
  2428. <classStyle name="GuidedLayoutLeftPadding">
  2429. <CSS value="padding-left:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2430. </classStyle>
  2431. <classStyle name="GuidedLayoutTopPadding">
  2432. <CSS value="padding-top:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2433. </classStyle>
  2434. <classStyle name="GuidedLayoutRightPadding">
  2435. <CSS value="padding-right:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2436. </classStyle>
  2437. <classStyle name="GuidedLayoutBottomPadding">
  2438. <CSS value="padding-bottom:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px"/>
  2439. </classStyle>
  2440. <classStyle name="GuidedLayoutMargin">
  2441. <CSS value="margin-bottom:10px"/>
  2442. </classStyle>
  2443. </classStyles>
  2444. <modelPath type="module">/content/folder[@name=&quot;GC&quot;]/module[@name=&quot;mod_RECHNUNGSAUSGANG_2&quot;]</modelPath>
  2445. <namedConditionalStyles>
  2446. <advancedConditionalStyle name="Monat1">
  2447. <styleCases>
  2448. <styleCase>
  2449. <reportCondition>ParamDisplayValue(&quot;p_Zeit&quot;) is not null</reportCondition>
  2450. </styleCase>
  2451. </styleCases>
  2452. <styleDefault>
  2453. <style>
  2454. <CSS value="display:none"/>
  2455. </style>
  2456. </styleDefault>
  2457. </advancedConditionalStyle>
  2458. </namedConditionalStyles>
  2459. <reportName>S.07 Service Rechnungsausgangsbuch</reportName>
  2460. </report>