root/trunk/RaportySQL/RozliczenieWplywowWgDatyWplatyWYR2009.rdl @ 329

Wersja 286, 53.7 KB (wprowadzona przez dorota, 17 years temu)

re #42 dodany raport RozliczenieWplywowWgDatyWplatyWYR2009

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
3  <DataSources>
4    <DataSource Name="BAZA_REKLAM">
5      <rd:DataSourceID>bbcc12ab-5eed-4510-b210-1b3b99539ad1</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="prawa_agencje">
12      <DataType>String</DataType>
13      <Nullable>true</Nullable>
14      <Prompt>prawa_agencje</Prompt>
15      <Hidden>true</Hidden>
16    </ReportParameter>
17    <ReportParameter Name="prawa_agent">
18      <DataType>String</DataType>
19      <Nullable>true</Nullable>
20      <Prompt>prawa_agent</Prompt>
21      <Hidden>true</Hidden>
22    </ReportParameter>
23    <ReportParameter Name="rok">
24      <DataType>String</DataType>
25      <DefaultValue>
26        <Values>
27          <Value>=Year(Today)</Value>
28        </Values>
29      </DefaultValue>
30      <Prompt>rok</Prompt>
31      <ValidValues>
32        <DataSetReference>
33          <DataSetName>ListaLat</DataSetName>
34          <ValueField>rok</ValueField>
35          <LabelField>rok</LabelField>
36        </DataSetReference>
37      </ValidValues>
38    </ReportParameter>
39    <ReportParameter Name="miesiac">
40      <DataType>String</DataType>
41      <DefaultValue>
42        <Values>
43          <Value>=Month(Today)</Value>
44        </Values>
45      </DefaultValue>
46      <Prompt>miesiac</Prompt>
47      <ValidValues>
48        <ParameterValues>
49          <ParameterValue>
50            <Value>1</Value>
51          </ParameterValue>
52          <ParameterValue>
53            <Value>2</Value>
54          </ParameterValue>
55          <ParameterValue>
56            <Value>3</Value>
57          </ParameterValue>
58          <ParameterValue>
59            <Value>4</Value>
60          </ParameterValue>
61          <ParameterValue>
62            <Value>5</Value>
63          </ParameterValue>
64          <ParameterValue>
65            <Value>6</Value>
66          </ParameterValue>
67          <ParameterValue>
68            <Value>7</Value>
69          </ParameterValue>
70          <ParameterValue>
71            <Value>8</Value>
72          </ParameterValue>
73          <ParameterValue>
74            <Value>9</Value>
75          </ParameterValue>
76          <ParameterValue>
77            <Value>10</Value>
78          </ParameterValue>
79          <ParameterValue>
80            <Value>11</Value>
81          </ParameterValue>
82          <ParameterValue>
83            <Value>12</Value>
84          </ParameterValue>
85        </ParameterValues>
86      </ValidValues>
87    </ReportParameter>
88    <ReportParameter Name="agencja">
89      <DataType>String</DataType>
90      <DefaultValue>
91        <DataSetReference>
92          <DataSetName>ListaAgencji</DataSetName>
93          <ValueField>Symbol</ValueField>
94        </DataSetReference>
95      </DefaultValue>
96      <Prompt>agencja</Prompt>
97      <ValidValues>
98        <DataSetReference>
99          <DataSetName>ListaAgencji</DataSetName>
100          <ValueField>Symbol</ValueField>
101          <LabelField>Symbol</LabelField>
102        </DataSetReference>
103      </ValidValues>
104      <MultiValue>true</MultiValue>
105    </ReportParameter>
106    <ReportParameter Name="agent">
107      <DataType>String</DataType>
108      <DefaultValue>
109        <DataSetReference>
110          <DataSetName>ListaAgentow</DataSetName>
111          <ValueField>Symbol</ValueField>
112        </DataSetReference>
113      </DefaultValue>
114      <Prompt>agent</Prompt>
115      <ValidValues>
116        <DataSetReference>
117          <DataSetName>ListaAgentow</DataSetName>
118          <ValueField>Symbol</ValueField>
119          <LabelField>Symbol</LabelField>
120        </DataSetReference>
121      </ValidValues>
122      <MultiValue>true</MultiValue>
123    </ReportParameter>
124    <ReportParameter Name="tytuł">
125      <DataType>String</DataType>
126      <DefaultValue>
127        <DataSetReference>
128          <DataSetName>ListaTytulow</DataSetName>
129          <ValueField>SYMB</ValueField>
130        </DataSetReference>
131      </DefaultValue>
132      <AllowBlank>true</AllowBlank>
133      <Prompt>tytuł</Prompt>
134      <ValidValues>
135        <DataSetReference>
136          <DataSetName>ListaTytulow</DataSetName>
137          <ValueField>SYMB</ValueField>
138          <LabelField>SYMB</LabelField>
139        </DataSetReference>
140      </ValidValues>
141      <MultiValue>true</MultiValue>
142    </ReportParameter>
143    <ReportParameter Name="grzbiet">
144      <DataType>Integer</DataType>
145      <DefaultValue>
146        <DataSetReference>
147          <DataSetName>ListaGrzbietow</DataSetName>
148          <ValueField>ID</ValueField>
149        </DataSetReference>
150      </DefaultValue>
151      <Prompt>grzbiet</Prompt>
152      <ValidValues>
153        <DataSetReference>
154          <DataSetName>ListaGrzbietow</DataSetName>
155          <ValueField>ID</ValueField>
156          <LabelField>Nazwa</LabelField>
157        </DataSetReference>
158      </ValidValues>
159      <MultiValue>true</MultiValue>
160    </ReportParameter>
161    <ReportParameter Name="sortuj">
162      <DataType>String</DataType>
163      <DefaultValue>
164        <Values>
165          <Value>2</Value>
166        </Values>
167      </DefaultValue>
168      <Prompt>sortuj wg: </Prompt>
169      <ValidValues>
170        <ParameterValues>
171          <ParameterValue>
172            <Value>0</Value>
173            <Label>data zapłaty</Label>
174          </ParameterValue>
175          <ParameterValue>
176            <Value>1</Value>
177            <Label>termin zapłaty (faktura)</Label>
178          </ParameterValue>
179          <ParameterValue>
180            <Value>2</Value>
181            <Label>agent,nr faktury</Label>
182          </ParameterValue>
183          <ParameterValue>
184            <Value>3</Value>
185            <Label>forma zapłaty</Label>
186          </ParameterValue>
187        </ParameterValues>
188      </ValidValues>
189    </ReportParameter>
190  </ReportParameters>
191  <rd:DrawGrid>true</rd:DrawGrid>
192  <InteractiveWidth>21cm</InteractiveWidth>
193  <rd:GridSpacing>0.25cm</rd:GridSpacing>
194  <rd:SnapToGrid>true</rd:SnapToGrid>
195  <RightMargin>1cm</RightMargin>
196  <LeftMargin>1cm</LeftMargin>
197  <BottomMargin>1cm</BottomMargin>
198  <rd:ReportID>9353c331-a24b-4f88-bbef-a42cfe8acfb2</rd:ReportID>
199  <PageWidth>29.7cm</PageWidth>
200  <DataSets>
201    <DataSet Name="ListaReklam">
202      <Fields>
203        <Field Name="ID_FAKTURY">
204          <DataField>ID_FAKTURY</DataField>
205          <rd:TypeName>System.Int32</rd:TypeName>
206        </Field>
207        <Field Name="Symbol">
208          <DataField>Symbol</DataField>
209          <rd:TypeName>System.String</rd:TypeName>
210        </Field>
211        <Field Name="NR_FK">
212          <DataField>NR_FK</DataField>
213          <rd:TypeName>System.String</rd:TypeName>
214        </Field>
215        <Field Name="kodKlienta">
216          <DataField>kodKlienta</DataField>
217          <rd:TypeName>System.String</rd:TypeName>
218        </Field>
219        <Field Name="symbolPotwierdzenia">
220          <DataField>symbolPotwierdzenia</DataField>
221          <rd:TypeName>System.String</rd:TypeName>
222        </Field>
223        <Field Name="rodzajPotwierdzenia">
224          <DataField>rodzajPotwierdzenia</DataField>
225          <rd:TypeName>System.String</rd:TypeName>
226        </Field>
227        <Field Name="NETTO">
228          <DataField>NETTO</DataField>
229          <rd:TypeName>System.Decimal</rd:TypeName>
230        </Field>
231        <Field Name="VAT">
232          <DataField>VAT</DataField>
233          <rd:TypeName>System.Decimal</rd:TypeName>
234        </Field>
235        <Field Name="BRUTTO">
236          <DataField>BRUTTO</DataField>
237          <rd:TypeName>System.Decimal</rd:TypeName>
238        </Field>
239        <Field Name="DATA_WYSTAWIENIA">
240          <DataField>DATA_WYSTAWIENIA</DataField>
241          <rd:TypeName>System.DateTime</rd:TypeName>
242        </Field>
243        <Field Name="TERMIN_ZAPLATY">
244          <DataField>TERMIN_ZAPLATY</DataField>
245          <rd:TypeName>System.DateTime</rd:TypeName>
246        </Field>
247        <Field Name="SPOSOB_ZAPLATY">
248          <DataField>SPOSOB_ZAPLATY</DataField>
249          <rd:TypeName>System.String</rd:TypeName>
250        </Field>
251        <Field Name="agencja">
252          <DataField>Agencja</DataField>
253          <rd:TypeName>System.String</rd:TypeName>
254        </Field>
255        <Field Name="dataWplaty">
256          <DataField>dataWplaty</DataField>
257          <rd:TypeName>System.DateTime</rd:TypeName>
258        </Field>
259        <Field Name="roznica_nowa">
260          <DataField>roznica_nowa</DataField>
261          <rd:TypeName>System.Int32</rd:TypeName>
262        </Field>
263        <Field Name="suma_zaplat">
264          <DataField>suma_zaplat</DataField>
265          <rd:TypeName>System.Decimal</rd:TypeName>
266        </Field>
267        <Field Name="zaplata_data">
268          <DataField>zaplata_data</DataField>
269          <rd:TypeName>System.DateTime</rd:TypeName>
270        </Field>
271        <Field Name="roznica_stara">
272          <DataField>roznica_stara</DataField>
273          <rd:TypeName>System.Int32</rd:TypeName>
274        </Field>
275        <Field Name="procentProwizji">
276          <DataField>procentProwizji</DataField>
277          <rd:TypeName>System.Double</rd:TypeName>
278        </Field>
279        <Field Name="kwotaProwizji">
280          <DataField>kwotaProwizji</DataField>
281          <rd:TypeName>System.Double</rd:TypeName>
282        </Field>
283      </Fields>
284      <Filters>
285        <Filter>
286          <FilterExpression>=Fields!agencja.Value</FilterExpression>
287          <Operator>In</Operator>
288          <FilterValues>
289            <FilterValue>=Parameters!agencja.Value</FilterValue>
290          </FilterValues>
291        </Filter>
292        <Filter>
293          <FilterExpression>=Fields!Symbol.Value</FilterExpression>
294          <Operator>In</Operator>
295          <FilterValues>
296            <FilterValue>=Parameters!agent.Value</FilterValue>
297          </FilterValues>
298        </Filter>
299      </Filters>
300      <Query>
301        <DataSourceName>BAZA_REKLAM</DataSourceName>
302        <CommandText>SELECT     FAKTURY.ID_FAKTURY, AGENCI.Symbol, CONVERT(VARCHAR, FAKTURY.NUMER) + '/' + CONVERT(VARCHAR, FAKTURY.NUMER_ROZ)
303                      + '/' + CONVERT(VARCHAR, FAKTURY.NUMER_ROK) AS NR_FK, KLIENCI.kodKlienta, Wplaty.symbolPotwierdzenia, Wplaty.rodzajPotwierdzenia,
304                      CASE WHEN Korekta.Netto IS NULL THEN SUM(FAKTURA_DETAILS.NETTO) ELSE Korekta.Netto END AS NETTO, CASE WHEN Korekta.Netto IS NULL
305                      THEN SUM(FAKTURA_DETAILS.VAT) ELSE Korekta.Vat END AS VAT, CASE WHEN Korekta.Brutto IS NULL THEN SUM(FAKTURA_DETAILS.BRUTTO)
306                      ELSE Korekta.Brutto END AS BRUTTO, FAKTURY.DATA_WYSTAWIENIA, FAKTURY.TERMIN_ZAPLATY, FAKTURY.SPOSOB_ZAPLATY,
307                      AGENCJE.Symbol AS Agencja, Wplaty.dataWplaty, DATEDIFF(day, FAKTURY.TERMIN_ZAPLATY, Wplaty.dataWplaty) AS roznica_nowa,
308                      FAKTURY.suma_zaplat, FAKTURY.zaplata_data, DATEDIFF(day, FAKTURY.TERMIN_ZAPLATY, FAKTURY.zaplata_data) AS roznica_stara,
309                      CASE WHEN FAKTURY.idZamowienia IS NULL THEN R.[Procent Prowizji] ELSE P.procentProwizji END AS procentProwizji,
310                      CASE WHEN FAKTURY.idZamowienia IS NULL THEN R.[Prowizja] ELSE P.kwotaProwizji END AS kwotaProwizji
311FROM         FAKTURY LEFT OUTER JOIN
312                      FAKTURA_DETAILS ON FAKTURY.ID_FAKTURY = FAKTURA_DETAILS.ID_FAKTURY LEFT OUTER JOIN
313                      AGENCI ON FAKTURY.NUMER_ROZ = AGENCI.F_ROZ LEFT OUTER JOIN
314                      AGENCJE ON AGENCI.ID_AGENCJI = AGENCJE.Id_agencji LEFT OUTER JOIN
315                      Wplaty ON FAKTURY.ID_FAKTURY = Wplaty.idFaktury LEFT OUTER JOIN
316                      KLIENCI ON FAKTURY.ID_NABYWCY = KLIENCI.CustomerID LEFT OUTER JOIN
317                      PROWIZJE AS P ON P.idFaktury = FAKTURY.ID_FAKTURY LEFT OUTER JOIN
318                      VIEW_KOREKTY AS Korekta ON Korekta.idFakturyKorekta = FAKTURY.ID_FAKTURY LEFT OUTER JOIN
319                      REKLAMA AS R ON R.ID_FAKTURY = FAKTURY.ID_FAKTURY
320WHERE     (FAKTURY.KOREKTA &lt;&gt; 1) AND (YEAR(Wplaty.dataWplaty) = @rok) AND (MONTH(Wplaty.dataWplaty) = @miesiac) and FAKTURA_DETAILS.wyroznienie = 1
321GROUP BY FAKTURY.DATA_WYSTAWIENIA, FAKTURY.ID_FAKTURY, AGENCI.Symbol, CONVERT(VARCHAR, FAKTURY.NUMER) + '/' + CONVERT(VARCHAR,
322                      FAKTURY.NUMER_ROZ) + '/' + CONVERT(VARCHAR, FAKTURY.NUMER_ROK), KLIENCI.kodKlienta, Wplaty.symbolPotwierdzenia,
323                      Wplaty.rodzajPotwierdzenia, FAKTURY.DATA_WYSTAWIENIA, FAKTURY.TERMIN_ZAPLATY, FAKTURY.SPOSOB_ZAPLATY, AGENCJE.Symbol,
324                      Wplaty.dataWplaty, DATEDIFF(day, FAKTURY.TERMIN_ZAPLATY, Wplaty.dataWplaty), FAKTURY.suma_zaplat, FAKTURY.zaplata_data, DATEDIFF(day,
325                      FAKTURY.TERMIN_ZAPLATY, FAKTURY.zaplata_data), P.procentProwizji, P.kwotaProwizji, Korekta.netto, Korekta.brutto, Korekta.vat,
326                      FAKTURY.idZamowienia, R.[PROCENT PROWIZJI], R.PROWIZJA</CommandText>
327        <QueryParameters>
328          <QueryParameter Name="@rok">
329            <Value>=Parameters!rok.Value</Value>
330          </QueryParameter>
331          <QueryParameter Name="@miesiac">
332            <Value>=Parameters!miesiac.Value</Value>
333          </QueryParameter>
334        </QueryParameters>
335        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
336      </Query>
337    </DataSet>
338    <DataSet Name="ListaAgencji">
339      <Fields>
340        <Field Name="Id_agencji">
341          <DataField>Id_agencji</DataField>
342          <rd:TypeName>System.Int32</rd:TypeName>
343        </Field>
344        <Field Name="Symbol">
345          <DataField>Symbol</DataField>
346          <rd:TypeName>System.String</rd:TypeName>
347        </Field>
348      </Fields>
349      <Query>
350        <DataSourceName>BAZA_REKLAM</DataSourceName>
351        <CommandText>SELECT        Id_agencji, Symbol
352FROM            AGENCJE where aktywna=1 and (@prawa_agencje is null or @prawa_agencje= Id_agencji)</CommandText>
353        <QueryParameters>
354          <QueryParameter Name="@prawa_agencje">
355            <Value>=Parameters!prawa_agencje.Value</Value>
356          </QueryParameter>
357        </QueryParameters>
358        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
359      </Query>
360    </DataSet>
361    <DataSet Name="ListaAgentow">
362      <Fields>
363        <Field Name="ID_AGENTA">
364          <DataField>ID_AGENTA</DataField>
365          <rd:TypeName>System.Int32</rd:TypeName>
366        </Field>
367        <Field Name="Symbol">
368          <DataField>Symbol</DataField>
369          <rd:TypeName>System.String</rd:TypeName>
370        </Field>
371        <Field Name="agencja">
372          <DataField>agencja</DataField>
373          <rd:TypeName>System.String</rd:TypeName>
374        </Field>
375      </Fields>
376      <Query>
377        <DataSourceName>BAZA_REKLAM</DataSourceName>
378        <CommandText>SELECT        A.ID_AGENTA, A.Symbol, A2.Symbol agencja
379FROM            AGENCI A left join Agencje A2
380on A.ID_AGENCJI = A2.ID_Agencji
381 where (A2.Symbol in (@agencja) OR A2.Symbol is null) AND (@prawa_agent is null OR A.Symbol=@prawa_agent)
382order by A.Symbol</CommandText>
383        <QueryParameters>
384          <QueryParameter Name="@agencja">
385            <Value>=Parameters!agencja.Value</Value>
386          </QueryParameter>
387          <QueryParameter Name="@prawa_agent">
388            <Value>=Parameters!prawa_agent.Value</Value>
389          </QueryParameter>
390        </QueryParameters>
391        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
392      </Query>
393    </DataSet>
394    <DataSet Name="ListaTytulow">
395      <Fields>
396        <Field Name="SYMB">
397          <DataField>SYMB</DataField>
398          <rd:TypeName>System.String</rd:TypeName>
399        </Field>
400      </Fields>
401      <Query>
402        <DataSourceName>BAZA_REKLAM</DataSourceName>
403        <CommandText>SELECT      SYMB
404FROM            [LISTA TYTUŁÓW]
405WHERE        (st_aktywny = - 1)</CommandText>
406        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
407      </Query>
408    </DataSet>
409    <DataSet Name="ListaGrzbietow">
410      <Fields>
411        <Field Name="ID">
412          <DataField>ID</DataField>
413          <rd:TypeName>System.Int32</rd:TypeName>
414        </Field>
415        <Field Name="Nazwa">
416          <DataField>Nazwa</DataField>
417          <rd:TypeName>System.String</rd:TypeName>
418        </Field>
419      </Fields>
420      <Query>
421        <DataSourceName>BAZA_REKLAM</DataSourceName>
422        <CommandText>SELECT        ID, Nazwa
423FROM            GRZBIETY</CommandText>
424        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
425      </Query>
426    </DataSet>
427    <DataSet Name="ListaPromocji">
428      <Fields>
429        <Field Name="id">
430          <DataField>id</DataField>
431          <rd:TypeName>System.Int32</rd:TypeName>
432        </Field>
433        <Field Name="Nazwa">
434          <DataField>Nazwa</DataField>
435          <rd:TypeName>System.String</rd:TypeName>
436        </Field>
437        <Field Name="Cena_min">
438          <DataField>Cena_min</DataField>
439          <rd:TypeName>System.Decimal</rd:TypeName>
440        </Field>
441        <Field Name="Okres_od">
442          <DataField>Okres_od</DataField>
443          <rd:TypeName>System.DateTime</rd:TypeName>
444        </Field>
445        <Field Name="Okres_do">
446          <DataField>Okres_do</DataField>
447          <rd:TypeName>System.DateTime</rd:TypeName>
448        </Field>
449      </Fields>
450      <Query>
451        <DataSourceName>BAZA_REKLAM</DataSourceName>
452        <CommandText>select * from promocje</CommandText>
453        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
454      </Query>
455    </DataSet>
456    <DataSet Name="ListaLat">
457      <Fields>
458        <Field Name="rok">
459          <DataField>rok</DataField>
460          <rd:TypeName>System.Int32</rd:TypeName>
461        </Field>
462      </Fields>
463      <Query>
464        <DataSourceName>BAZA_REKLAM</DataSourceName>
465        <CommandText>select distinct year(DATA_W) as rok from dbo.NR where DATA_W is not null order by year(DATA_W)desc</CommandText>
466        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
467      </Query>
468    </DataSet>
469  </DataSets>
470  <Code>Public Shared Function Formatuj(ByVal Value As Integer) As String
471        Formatuj = Format(Value, "### ### ##0.00 zł")
472End Function</Code>
473  <Width>25.57937cm</Width>
474  <Body>
475    <ColumnSpacing>1cm</ColumnSpacing>
476    <ReportItems>
477      <Table Name="table1">
478        <ZIndex>1</ZIndex>
479        <DataSetName>ListaReklam</DataSetName>
480        <Top>1.5cm</Top>
481        <Width>21.82937cm</Width>
482        <Details>
483          <TableRows>
484            <TableRow>
485              <TableCells>
486                <TableCell>
487                  <ReportItems>
488                    <Textbox Name="ID_REKLAMY">
489                      <rd:DefaultName>ID_REKLAMY</rd:DefaultName>
490                      <Style>
491                        <BorderColor>
492                          <Default>LightGrey</Default>
493                        </BorderColor>
494                        <BorderStyle>
495                          <Default>Solid</Default>
496                        </BorderStyle>
497                        <BorderWidth>
498                          <Default>0.5pt</Default>
499                        </BorderWidth>
500                        <FontSize>8pt</FontSize>
501                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
502                        <TextAlign>Center</TextAlign>
503                        <VerticalAlign>Middle</VerticalAlign>
504                        <PaddingLeft>2pt</PaddingLeft>
505                        <PaddingRight>2pt</PaddingRight>
506                        <PaddingTop>2pt</PaddingTop>
507                        <PaddingBottom>2pt</PaddingBottom>
508                      </Style>
509                      <ZIndex>10</ZIndex>
510                      <CanGrow>true</CanGrow>
511                      <Value>=Fields!NR_FK.Value</Value>
512                    </Textbox>
513                  </ReportItems>
514                </TableCell>
515                <TableCell>
516                  <ReportItems>
517                    <Textbox Name="NICK_NAME">
518                      <rd:DefaultName>NICK_NAME</rd:DefaultName>
519                      <Style>
520                        <BorderColor>
521                          <Default>LightGrey</Default>
522                        </BorderColor>
523                        <BorderStyle>
524                          <Default>Solid</Default>
525                        </BorderStyle>
526                        <BorderWidth>
527                          <Default>0.5pt</Default>
528                        </BorderWidth>
529                        <FontSize>8pt</FontSize>
530                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
531                        <TextAlign>Center</TextAlign>
532                        <VerticalAlign>Middle</VerticalAlign>
533                        <PaddingLeft>2pt</PaddingLeft>
534                        <PaddingRight>2pt</PaddingRight>
535                        <PaddingTop>2pt</PaddingTop>
536                        <PaddingBottom>2pt</PaddingBottom>
537                      </Style>
538                      <ZIndex>9</ZIndex>
539                      <CanGrow>true</CanGrow>
540                      <Value>=Fields!kodKlienta.Value</Value>
541                    </Textbox>
542                  </ReportItems>
543                </TableCell>
544                <TableCell>
545                  <ReportItems>
546                    <Textbox Name="SYMBOL_AKWIZYTORA">
547                      <rd:DefaultName>SYMBOL_AKWIZYTORA</rd:DefaultName>
548                      <Style>
549                        <BorderColor>
550                          <Default>LightGrey</Default>
551                        </BorderColor>
552                        <BorderStyle>
553                          <Default>Solid</Default>
554                        </BorderStyle>
555                        <BorderWidth>
556                          <Default>0.5pt</Default>
557                        </BorderWidth>
558                        <FontSize>8pt</FontSize>
559                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
560                        <TextAlign>Center</TextAlign>
561                        <VerticalAlign>Middle</VerticalAlign>
562                        <PaddingLeft>2pt</PaddingLeft>
563                        <PaddingRight>2pt</PaddingRight>
564                        <PaddingTop>2pt</PaddingTop>
565                        <PaddingBottom>2pt</PaddingBottom>
566                      </Style>
567                      <ZIndex>8</ZIndex>
568                      <CanGrow>true</CanGrow>
569                      <Value>=Fields!Symbol.Value</Value>
570                    </Textbox>
571                  </ReportItems>
572                </TableCell>
573                <TableCell>
574                  <ReportItems>
575                    <Textbox Name="FAKTURA_DATA_WYSTAWIENIA">
576                      <rd:DefaultName>FAKTURA_DATA_WYSTAWIENIA</rd:DefaultName>
577                      <Style>
578                        <BorderColor>
579                          <Default>LightGrey</Default>
580                        </BorderColor>
581                        <BorderStyle>
582                          <Default>Solid</Default>
583                        </BorderStyle>
584                        <BorderWidth>
585                          <Default>0.5pt</Default>
586                        </BorderWidth>
587                        <FontSize>8pt</FontSize>
588                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
589                        <Format>d</Format>
590                        <TextAlign>Center</TextAlign>
591                        <VerticalAlign>Middle</VerticalAlign>
592                        <PaddingLeft>2pt</PaddingLeft>
593                        <PaddingRight>2pt</PaddingRight>
594                        <PaddingTop>2pt</PaddingTop>
595                        <PaddingBottom>2pt</PaddingBottom>
596                        <Language>pl</Language>
597                      </Style>
598                      <ZIndex>7</ZIndex>
599                      <CanGrow>true</CanGrow>
600                      <Value>=Fields!TERMIN_ZAPLATY.Value</Value>
601                    </Textbox>
602                  </ReportItems>
603                </TableCell>
604                <TableCell>
605                  <ReportItems>
606                    <Textbox Name="FAKTURA_FORMA_PŁATNOŚCI">
607                      <rd:DefaultName>FAKTURA_FORMA_PŁATNOŚCI</rd:DefaultName>
608                      <Style>
609                        <BorderColor>
610                          <Default>LightGrey</Default>
611                        </BorderColor>
612                        <BorderStyle>
613                          <Default>Solid</Default>
614                        </BorderStyle>
615                        <BorderWidth>
616                          <Default>0.5pt</Default>
617                        </BorderWidth>
618                        <FontSize>8pt</FontSize>
619                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
620                        <TextAlign>Center</TextAlign>
621                        <VerticalAlign>Middle</VerticalAlign>
622                        <PaddingLeft>2pt</PaddingLeft>
623                        <PaddingRight>2pt</PaddingRight>
624                        <PaddingTop>2pt</PaddingTop>
625                        <PaddingBottom>2pt</PaddingBottom>
626                      </Style>
627                      <ZIndex>6</ZIndex>
628                      <CanGrow>true</CanGrow>
629                      <Value>=Fields!SPOSOB_ZAPLATY.Value</Value>
630                    </Textbox>
631                  </ReportItems>
632                </TableCell>
633                <TableCell>
634                  <ReportItems>
635                    <Textbox Name="NETTO">
636                      <rd:DefaultName>NETTO</rd:DefaultName>
637                      <Style>
638                        <BorderColor>
639                          <Default>LightGrey</Default>
640                        </BorderColor>
641                        <BorderStyle>
642                          <Default>Solid</Default>
643                        </BorderStyle>
644                        <BorderWidth>
645                          <Default>0.5pt</Default>
646                        </BorderWidth>
647                        <FontSize>8pt</FontSize>
648                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
649                        <Format>C</Format>
650                        <TextAlign>Center</TextAlign>
651                        <VerticalAlign>Middle</VerticalAlign>
652                        <PaddingLeft>2pt</PaddingLeft>
653                        <PaddingRight>2pt</PaddingRight>
654                        <PaddingTop>2pt</PaddingTop>
655                        <PaddingBottom>2pt</PaddingBottom>
656                        <Language>pl</Language>
657                      </Style>
658                      <ZIndex>5</ZIndex>
659                      <CanGrow>true</CanGrow>
660                      <Value>=Fields!NETTO.Value * 0.15</Value>
661                    </Textbox>
662                  </ReportItems>
663                </TableCell>
664                <TableCell>
665                  <ReportItems>
666                    <Textbox Name="textbox8">
667                      <rd:DefaultName>textbox8</rd:DefaultName>
668                      <Style>
669                        <BorderColor>
670                          <Default>LightGrey</Default>
671                        </BorderColor>
672                        <BorderStyle>
673                          <Default>Solid</Default>
674                        </BorderStyle>
675                        <BorderWidth>
676                          <Default>0.5pt</Default>
677                        </BorderWidth>
678                        <FontSize>8pt</FontSize>
679                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
680                        <Format>P</Format>
681                        <TextAlign>Center</TextAlign>
682                        <VerticalAlign>Middle</VerticalAlign>
683                        <PaddingLeft>2pt</PaddingLeft>
684                        <PaddingRight>2pt</PaddingRight>
685                        <PaddingTop>2pt</PaddingTop>
686                        <PaddingBottom>2pt</PaddingBottom>
687                      </Style>
688                      <ZIndex>4</ZIndex>
689                      <CanGrow>true</CanGrow>
690                      <Value>=Fields!procentProwizji.Value</Value>
691                    </Textbox>
692                  </ReportItems>
693                </TableCell>
694                <TableCell>
695                  <ReportItems>
696                    <Textbox Name="textbox4">
697                      <rd:DefaultName>textbox4</rd:DefaultName>
698                      <Style>
699                        <BorderColor>
700                          <Default>LightGrey</Default>
701                        </BorderColor>
702                        <BorderStyle>
703                          <Default>Solid</Default>
704                        </BorderStyle>
705                        <BorderWidth>
706                          <Default>0.5pt</Default>
707                        </BorderWidth>
708                        <FontSize>8pt</FontSize>
709                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
710                        <Format>C</Format>
711                        <TextAlign>Center</TextAlign>
712                        <VerticalAlign>Middle</VerticalAlign>
713                        <PaddingLeft>2pt</PaddingLeft>
714                        <PaddingRight>2pt</PaddingRight>
715                        <PaddingTop>2pt</PaddingTop>
716                        <PaddingBottom>2pt</PaddingBottom>
717                        <Language>pl</Language>
718                      </Style>
719                      <ZIndex>3</ZIndex>
720                      <CanGrow>true</CanGrow>
721                      <Value>=Fields!kwotaProwizji.Value * 0.15</Value>
722                    </Textbox>
723                  </ReportItems>
724                </TableCell>
725                <TableCell>
726                  <ReportItems>
727                    <Textbox Name="RODZAJ_POTWIERDZENIA">
728                      <rd:DefaultName>RODZAJ_POTWIERDZENIA</rd:DefaultName>
729                      <Style>
730                        <BorderColor>
731                          <Default>LightGrey</Default>
732                        </BorderColor>
733                        <BorderStyle>
734                          <Default>Solid</Default>
735                        </BorderStyle>
736                        <BorderWidth>
737                          <Default>0.5pt</Default>
738                        </BorderWidth>
739                        <FontSize>8pt</FontSize>
740                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
741                        <TextAlign>Center</TextAlign>
742                        <VerticalAlign>Middle</VerticalAlign>
743                        <PaddingLeft>2pt</PaddingLeft>
744                        <PaddingRight>2pt</PaddingRight>
745                        <PaddingTop>2pt</PaddingTop>
746                        <PaddingBottom>2pt</PaddingBottom>
747                      </Style>
748                      <ZIndex>2</ZIndex>
749                      <CanGrow>true</CanGrow>
750                      <Value>=Fields!rodzajPotwierdzenia.Value</Value>
751                    </Textbox>
752                  </ReportItems>
753                </TableCell>
754                <TableCell>
755                  <ReportItems>
756                    <Textbox Name="SYMBOL_POTWIERDZENIA">
757                      <rd:DefaultName>SYMBOL_POTWIERDZENIA</rd:DefaultName>
758                      <Style>
759                        <BorderColor>
760                          <Default>LightGrey</Default>
761                        </BorderColor>
762                        <BorderStyle>
763                          <Default>Solid</Default>
764                        </BorderStyle>
765                        <BorderWidth>
766                          <Default>0.5pt</Default>
767                        </BorderWidth>
768                        <FontSize>8pt</FontSize>
769                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
770                        <TextAlign>Center</TextAlign>
771                        <VerticalAlign>Middle</VerticalAlign>
772                        <PaddingLeft>2pt</PaddingLeft>
773                        <PaddingRight>2pt</PaddingRight>
774                        <PaddingTop>2pt</PaddingTop>
775                        <PaddingBottom>2pt</PaddingBottom>
776                      </Style>
777                      <ZIndex>1</ZIndex>
778                      <CanGrow>true</CanGrow>
779                      <Value>=Fields!symbolPotwierdzenia.Value</Value>
780                    </Textbox>
781                  </ReportItems>
782                </TableCell>
783                <TableCell>
784                  <ReportItems>
785                    <Textbox Name="DATA_ZAPŁATY">
786                      <rd:DefaultName>DATA_ZAPŁATY</rd:DefaultName>
787                      <Style>
788                        <BorderColor>
789                          <Default>LightGrey</Default>
790                        </BorderColor>
791                        <BorderStyle>
792                          <Default>Solid</Default>
793                        </BorderStyle>
794                        <BorderWidth>
795                          <Default>0.5pt</Default>
796                        </BorderWidth>
797                        <FontSize>8pt</FontSize>
798                        <FontWeight>=iif(Fields!roznica_nowa.Value&gt;60 OR Fields!roznica_stara.Value&gt;60,"Bold","Normal")</FontWeight>
799                        <Format>d</Format>
800                        <TextAlign>Center</TextAlign>
801                        <VerticalAlign>Middle</VerticalAlign>
802                        <PaddingLeft>2pt</PaddingLeft>
803                        <PaddingRight>2pt</PaddingRight>
804                        <PaddingTop>2pt</PaddingTop>
805                        <PaddingBottom>2pt</PaddingBottom>
806                        <Language>pl</Language>
807                      </Style>
808                      <CanGrow>true</CanGrow>
809                      <Value>=Fields!dataWplaty.Value</Value>
810                    </Textbox>
811                  </ReportItems>
812                </TableCell>
813              </TableCells>
814              <Height>0.63492cm</Height>
815            </TableRow>
816          </TableRows>
817          <Sorting>
818            <SortBy>
819              <SortExpression>=switch(Parameters!sortuj.Value="0",Fields!dataWplaty.Value,Parameters!sortuj.Value="1",Fields!TERMIN_ZAPLATY.Value,Parameters!sortuj.Value="3",Fields!rodzajPotwierdzenia.Value,1=1,"")</SortExpression>
820              <Direction>Ascending</Direction>
821            </SortBy>
822          </Sorting>
823        </Details>
824        <Style>
825          <FontSize>8pt</FontSize>
826          <Language>pl</Language>
827        </Style>
828        <Header>
829          <TableRows>
830            <TableRow>
831              <TableCells>
832                <TableCell>
833                  <ReportItems>
834                    <Textbox Name="textbox1">
835                      <rd:DefaultName>textbox1</rd:DefaultName>
836                      <Style>
837                        <BackgroundColor>WhiteSmoke</BackgroundColor>
838                        <BorderColor>
839                          <Default>LightGrey</Default>
840                        </BorderColor>
841                        <BorderStyle>
842                          <Default>Solid</Default>
843                        </BorderStyle>
844                        <BorderWidth>
845                          <Default>0.5pt</Default>
846                        </BorderWidth>
847                        <FontSize>8pt</FontSize>
848                        <FontWeight>700</FontWeight>
849                        <TextAlign>Center</TextAlign>
850                        <VerticalAlign>Middle</VerticalAlign>
851                        <PaddingLeft>2pt</PaddingLeft>
852                        <PaddingRight>2pt</PaddingRight>
853                        <PaddingTop>2pt</PaddingTop>
854                        <PaddingBottom>2pt</PaddingBottom>
855                      </Style>
856                      <ZIndex>22</ZIndex>
857                      <CanGrow>true</CanGrow>
858                      <Value>Numer faktury</Value>
859                    </Textbox>
860                  </ReportItems>
861                </TableCell>
862                <TableCell>
863                  <ReportItems>
864                    <Textbox Name="textbox29">
865                      <rd:DefaultName>textbox29</rd:DefaultName>
866                      <Style>
867                        <BackgroundColor>WhiteSmoke</BackgroundColor>
868                        <BorderColor>
869                          <Default>LightGrey</Default>
870                        </BorderColor>
871                        <BorderStyle>
872                          <Default>Solid</Default>
873                        </BorderStyle>
874                        <BorderWidth>
875                          <Default>0.5pt</Default>
876                        </BorderWidth>
877                        <FontSize>8pt</FontSize>
878                        <FontWeight>700</FontWeight>
879                        <TextAlign>Center</TextAlign>
880                        <VerticalAlign>Middle</VerticalAlign>
881                        <PaddingLeft>2pt</PaddingLeft>
882                        <PaddingRight>2pt</PaddingRight>
883                        <PaddingTop>2pt</PaddingTop>
884                        <PaddingBottom>2pt</PaddingBottom>
885                      </Style>
886                      <ZIndex>21</ZIndex>
887                      <CanGrow>true</CanGrow>
888                      <Value>Kod klienta</Value>
889                    </Textbox>
890                  </ReportItems>
891                </TableCell>
892                <TableCell>
893                  <ReportItems>
894                    <Textbox Name="textbox26">
895                      <rd:DefaultName>textbox26</rd:DefaultName>
896                      <Style>
897                        <BackgroundColor>WhiteSmoke</BackgroundColor>
898                        <BorderColor>
899                          <Default>LightGrey</Default>
900                        </BorderColor>
901                        <BorderStyle>
902                          <Default>Solid</Default>
903                        </BorderStyle>
904                        <BorderWidth>
905                          <Default>0.5pt</Default>
906                        </BorderWidth>
907                        <FontSize>8pt</FontSize>
908                        <FontWeight>700</FontWeight>
909                        <TextAlign>Center</TextAlign>
910                        <VerticalAlign>Middle</VerticalAlign>
911                        <PaddingLeft>2pt</PaddingLeft>
912                        <PaddingRight>2pt</PaddingRight>
913                        <PaddingTop>2pt</PaddingTop>
914                        <PaddingBottom>2pt</PaddingBottom>
915                      </Style>
916                      <ZIndex>20</ZIndex>
917                      <CanGrow>true</CanGrow>
918                      <Value>Agent</Value>
919                    </Textbox>
920                  </ReportItems>
921                </TableCell>
922                <TableCell>
923                  <ReportItems>
924                    <Textbox Name="textbox23">
925                      <rd:DefaultName>textbox23</rd:DefaultName>
926                      <Style>
927                        <BackgroundColor>WhiteSmoke</BackgroundColor>
928                        <BorderColor>
929                          <Default>LightGrey</Default>
930                        </BorderColor>
931                        <BorderStyle>
932                          <Default>Solid</Default>
933                        </BorderStyle>
934                        <BorderWidth>
935                          <Default>0.5pt</Default>
936                        </BorderWidth>
937                        <FontSize>8pt</FontSize>
938                        <FontWeight>700</FontWeight>
939                        <TextAlign>Center</TextAlign>
940                        <VerticalAlign>Middle</VerticalAlign>
941                        <PaddingLeft>2pt</PaddingLeft>
942                        <PaddingRight>2pt</PaddingRight>
943                        <PaddingTop>2pt</PaddingTop>
944                        <PaddingBottom>2pt</PaddingBottom>
945                      </Style>
946                      <ZIndex>19</ZIndex>
947                      <CanGrow>true</CanGrow>
948                      <Value>Termin zapłaty</Value>
949                    </Textbox>
950                  </ReportItems>
951                </TableCell>
952                <TableCell>
953                  <ReportItems>
954                    <Textbox Name="textbox17">
955                      <rd:DefaultName>textbox17</rd:DefaultName>
956                      <Style>
957                        <BackgroundColor>WhiteSmoke</BackgroundColor>
958                        <BorderColor>
959                          <Default>LightGrey</Default>
960                        </BorderColor>
961                        <BorderStyle>
962                          <Default>Solid</Default>
963                        </BorderStyle>
964                        <BorderWidth>
965                          <Default>0.5pt</Default>
966                        </BorderWidth>
967                        <FontSize>8pt</FontSize>
968                        <FontWeight>700</FontWeight>
969                        <TextAlign>Center</TextAlign>
970                        <VerticalAlign>Middle</VerticalAlign>
971                        <PaddingLeft>2pt</PaddingLeft>
972                        <PaddingRight>2pt</PaddingRight>
973                        <PaddingTop>2pt</PaddingTop>
974                        <PaddingBottom>2pt</PaddingBottom>
975                      </Style>
976                      <ZIndex>18</ZIndex>
977                      <CanGrow>true</CanGrow>
978                      <Value>Rodzaj płatn.</Value>
979                    </Textbox>
980                  </ReportItems>
981                </TableCell>
982                <TableCell>
983                  <ReportItems>
984                    <Textbox Name="textbox14">
985                      <rd:DefaultName>textbox14</rd:DefaultName>
986                      <Style>
987                        <BackgroundColor>WhiteSmoke</BackgroundColor>
988                        <BorderColor>
989                          <Default>LightGrey</Default>
990                        </BorderColor>
991                        <BorderStyle>
992                          <Default>Solid</Default>
993                        </BorderStyle>
994                        <BorderWidth>
995                          <Default>0.5pt</Default>
996                        </BorderWidth>
997                        <FontSize>8pt</FontSize>
998                        <FontWeight>700</FontWeight>
999                        <TextAlign>Center</TextAlign>
1000                        <VerticalAlign>Middle</VerticalAlign>
1001                        <PaddingLeft>2pt</PaddingLeft>
1002                        <PaddingRight>2pt</PaddingRight>
1003                        <PaddingTop>2pt</PaddingTop>
1004                        <PaddingBottom>2pt</PaddingBottom>
1005                      </Style>
1006                      <ZIndex>17</ZIndex>
1007                      <CanGrow>true</CanGrow>
1008                      <Value>Kwota wyróżnienia</Value>
1009                    </Textbox>
1010                  </ReportItems>
1011                </TableCell>
1012                <TableCell>
1013                  <ReportItems>
1014                    <Textbox Name="textbox6">
1015                      <rd:DefaultName>textbox6</rd:DefaultName>
1016                      <Style>
1017                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1018                        <BorderColor>
1019                          <Default>LightGrey</Default>
1020                        </BorderColor>
1021                        <BorderStyle>
1022                          <Default>Solid</Default>
1023                        </BorderStyle>
1024                        <BorderWidth>
1025                          <Default>0.5pt</Default>
1026                        </BorderWidth>
1027                        <FontSize>8pt</FontSize>
1028                        <FontWeight>700</FontWeight>
1029                        <TextAlign>Center</TextAlign>
1030                        <VerticalAlign>Middle</VerticalAlign>
1031                        <PaddingLeft>2pt</PaddingLeft>
1032                        <PaddingRight>2pt</PaddingRight>
1033                        <PaddingTop>2pt</PaddingTop>
1034                        <PaddingBottom>2pt</PaddingBottom>
1035                      </Style>
1036                      <ZIndex>16</ZIndex>
1037                      <CanGrow>true</CanGrow>
1038                      <Value>% pro.</Value>
1039                    </Textbox>
1040                  </ReportItems>
1041                </TableCell>
1042                <TableCell>
1043                  <ReportItems>
1044                    <Textbox Name="textbox3">
1045                      <rd:DefaultName>textbox3</rd:DefaultName>
1046                      <Style>
1047                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1048                        <BorderColor>
1049                          <Default>LightGrey</Default>
1050                        </BorderColor>
1051                        <BorderStyle>
1052                          <Default>Solid</Default>
1053                        </BorderStyle>
1054                        <BorderWidth>
1055                          <Default>0.5pt</Default>
1056                        </BorderWidth>
1057                        <FontSize>8pt</FontSize>
1058                        <FontWeight>700</FontWeight>
1059                        <TextAlign>Center</TextAlign>
1060                        <VerticalAlign>Middle</VerticalAlign>
1061                        <PaddingLeft>2pt</PaddingLeft>
1062                        <PaddingRight>2pt</PaddingRight>
1063                        <PaddingTop>2pt</PaddingTop>
1064                        <PaddingBottom>2pt</PaddingBottom>
1065                      </Style>
1066                      <ZIndex>15</ZIndex>
1067                      <CanGrow>true</CanGrow>
1068                      <Value>Prowizja</Value>
1069                    </Textbox>
1070                  </ReportItems>
1071                </TableCell>
1072                <TableCell>
1073                  <ReportItems>
1074                    <Textbox Name="textbox12">
1075                      <rd:DefaultName>textbox12</rd:DefaultName>
1076                      <Style>
1077                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1078                        <BorderColor>
1079                          <Default>LightGrey</Default>
1080                        </BorderColor>
1081                        <BorderStyle>
1082                          <Default>Solid</Default>
1083                        </BorderStyle>
1084                        <BorderWidth>
1085                          <Default>0.5pt</Default>
1086                        </BorderWidth>
1087                        <FontSize>8pt</FontSize>
1088                        <FontWeight>700</FontWeight>
1089                        <TextAlign>Center</TextAlign>
1090                        <VerticalAlign>Middle</VerticalAlign>
1091                        <PaddingLeft>2pt</PaddingLeft>
1092                        <PaddingRight>2pt</PaddingRight>
1093                        <PaddingTop>2pt</PaddingTop>
1094                        <PaddingBottom>2pt</PaddingBottom>
1095                      </Style>
1096                      <ZIndex>14</ZIndex>
1097                      <CanGrow>true</CanGrow>
1098                      <Value>For. potw.</Value>
1099                    </Textbox>
1100                  </ReportItems>
1101                </TableCell>
1102                <TableCell>
1103                  <ReportItems>
1104                    <Textbox Name="textbox5">
1105                      <rd:DefaultName>textbox5</rd:DefaultName>
1106                      <Style>
1107                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1108                        <BorderColor>
1109                          <Default>LightGrey</Default>
1110                        </BorderColor>
1111                        <BorderStyle>
1112                          <Default>Solid</Default>
1113                        </BorderStyle>
1114                        <BorderWidth>
1115                          <Default>0.5pt</Default>
1116                        </BorderWidth>
1117                        <FontSize>8pt</FontSize>
1118                        <FontWeight>700</FontWeight>
1119                        <TextAlign>Center</TextAlign>
1120                        <VerticalAlign>Middle</VerticalAlign>
1121                        <PaddingLeft>2pt</PaddingLeft>
1122                        <PaddingRight>2pt</PaddingRight>
1123                        <PaddingTop>2pt</PaddingTop>
1124                        <PaddingBottom>2pt</PaddingBottom>
1125                      </Style>
1126                      <ZIndex>13</ZIndex>
1127                      <CanGrow>true</CanGrow>
1128                      <Value>Sym. potw.</Value>
1129                    </Textbox>
1130                  </ReportItems>
1131                </TableCell>
1132                <TableCell>
1133                  <ReportItems>
1134                    <Textbox Name="textbox24">
1135                      <rd:DefaultName>textbox24</rd:DefaultName>
1136                      <Style>
1137                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1138                        <BorderColor>
1139                          <Default>LightGrey</Default>
1140                        </BorderColor>
1141                        <BorderStyle>
1142                          <Default>Solid</Default>
1143                        </BorderStyle>
1144                        <BorderWidth>
1145                          <Default>0.5pt</Default>
1146                        </BorderWidth>
1147                        <FontSize>8pt</FontSize>
1148                        <FontWeight>700</FontWeight>
1149                        <TextAlign>Center</TextAlign>
1150                        <VerticalAlign>Middle</VerticalAlign>
1151                        <PaddingLeft>2pt</PaddingLeft>
1152                        <PaddingRight>2pt</PaddingRight>
1153                        <PaddingTop>2pt</PaddingTop>
1154                        <PaddingBottom>2pt</PaddingBottom>
1155                      </Style>
1156                      <ZIndex>12</ZIndex>
1157                      <CanGrow>true</CanGrow>
1158                      <Value>Data zapłaty </Value>
1159                    </Textbox>
1160                  </ReportItems>
1161                </TableCell>
1162              </TableCells>
1163              <Height>1.25cm</Height>
1164            </TableRow>
1165          </TableRows>
1166          <RepeatOnNewPage>true</RepeatOnNewPage>
1167        </Header>
1168        <TableColumns>
1169          <TableColumn>
1170            <Width>2.25cm</Width>
1171          </TableColumn>
1172          <TableColumn>
1173            <Width>2.75cm</Width>
1174          </TableColumn>
1175          <TableColumn>
1176            <Width>2.05291cm</Width>
1177          </TableColumn>
1178          <TableColumn>
1179            <Width>2.25cm</Width>
1180          </TableColumn>
1181          <TableColumn>
1182            <Width>1.27646cm</Width>
1183          </TableColumn>
1184          <TableColumn>
1185            <Width>2cm</Width>
1186          </TableColumn>
1187          <TableColumn>
1188            <Width>1.5cm</Width>
1189          </TableColumn>
1190          <TableColumn>
1191            <Width>2cm</Width>
1192          </TableColumn>
1193          <TableColumn>
1194            <Width>1.5cm</Width>
1195          </TableColumn>
1196          <TableColumn>
1197            <Width>2.25cm</Width>
1198          </TableColumn>
1199          <TableColumn>
1200            <Width>2cm</Width>
1201          </TableColumn>
1202        </TableColumns>
1203        <Footer>
1204          <TableRows>
1205            <TableRow>
1206              <TableCells>
1207                <TableCell>
1208                  <ColSpan>11</ColSpan>
1209                  <ReportItems>
1210                    <Textbox Name="textbox7">
1211                      <rd:DefaultName>textbox7</rd:DefaultName>
1212                      <Style>
1213                        <BackgroundColor>WhiteSmoke</BackgroundColor>
1214                        <BorderColor>
1215                          <Default>LightGrey</Default>
1216                        </BorderColor>
1217                        <BorderStyle>
1218                          <Default>Solid</Default>
1219                        </BorderStyle>
1220                        <BorderWidth>
1221                          <Default>0.5pt</Default>
1222                        </BorderWidth>
1223                        <FontSize>8pt</FontSize>
1224                        <FontWeight>700</FontWeight>
1225                        <VerticalAlign>Middle</VerticalAlign>
1226                        <PaddingLeft>2pt</PaddingLeft>
1227                        <PaddingRight>2pt</PaddingRight>
1228                        <PaddingTop>2pt</PaddingTop>
1229                        <PaddingBottom>2pt</PaddingBottom>
1230                      </Style>
1231                      <ZIndex>11</ZIndex>
1232                      <CanGrow>true</CanGrow>
1233                      <Value>="LICZBA FAKTUR: " &amp; Count(Fields!ID_FAKTURY.Value) &amp; "   RAZEM NETTO: "&amp; Code.Formatuj(Sum(Fields!NETTO.Value)) &amp; "   VAT: " &amp; Code.Formatuj(Sum(Fields!VAT.Value)) &amp; "   BRUTTO: " &amp; Code.Formatuj(Sum(Fields!BRUTTO.Value)) &amp; "   SUMA PROWIZJI: " &amp; Code.Formatuj(Sum(Fields!kwotaProwizji.Value))</Value>
1234                    </Textbox>
1235                  </ReportItems>
1236                </TableCell>
1237              </TableCells>
1238              <Height>0.63492cm</Height>
1239            </TableRow>
1240          </TableRows>
1241          <RepeatOnNewPage>true</RepeatOnNewPage>
1242        </Footer>
1243      </Table>
1244      <Textbox Name="textbox10">
1245        <rd:DefaultName>textbox10</rd:DefaultName>
1246        <Width>18.75cm</Width>
1247        <Style>
1248          <FontSize>16pt</FontSize>
1249          <FontWeight>700</FontWeight>
1250          <TextAlign>Center</TextAlign>
1251          <PaddingLeft>2pt</PaddingLeft>
1252          <PaddingRight>2pt</PaddingRight>
1253          <PaddingTop>2pt</PaddingTop>
1254          <PaddingBottom>2pt</PaddingBottom>
1255        </Style>
1256        <CanGrow>true</CanGrow>
1257        <Left>2.75cm</Left>
1258        <Height>0.75cm</Height>
1259        <Value>ROZLICZENIE WPŁYWÓW WG DATY WPŁATY</Value>
1260      </Textbox>
1261    </ReportItems>
1262    <Height>4.01984cm</Height>
1263  </Body>
1264  <Language>en-US</Language>
1265  <TopMargin>1cm</TopMargin>
1266  <PageHeight>21cm</PageHeight>
1267</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.