root/trunk/RaportySQL/RozliczenieProwizjiZaReklame2009.rdl @ 427

Wersja 426, 39.6 KB (wprowadzona przez marek, 17 years temu)

fixes #107

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>0d388776-a05b-43ef-93c5-227770426a94</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="rok">
18      <DataType>String</DataType>
19      <DefaultValue>
20        <Values>
21          <Value>=Year(Today)</Value>
22        </Values>
23      </DefaultValue>
24      <Prompt>rok</Prompt>
25      <ValidValues>
26        <DataSetReference>
27          <DataSetName>ListaLat</DataSetName>
28          <ValueField>rok</ValueField>
29          <LabelField>rok</LabelField>
30        </DataSetReference>
31      </ValidValues>
32    </ReportParameter>
33    <ReportParameter Name="miesiac">
34      <DataType>String</DataType>
35      <DefaultValue>
36        <Values>
37          <Value>=Month(Today)</Value>
38        </Values>
39      </DefaultValue>
40      <Prompt>Miesiąc:</Prompt>
41      <ValidValues>
42        <ParameterValues>
43          <ParameterValue>
44            <Value>1</Value>
45          </ParameterValue>
46          <ParameterValue>
47            <Value>2</Value>
48          </ParameterValue>
49          <ParameterValue>
50            <Value>3</Value>
51          </ParameterValue>
52          <ParameterValue>
53            <Value>4</Value>
54          </ParameterValue>
55          <ParameterValue>
56            <Value>5</Value>
57          </ParameterValue>
58          <ParameterValue>
59            <Value>6</Value>
60          </ParameterValue>
61          <ParameterValue>
62            <Value>7</Value>
63          </ParameterValue>
64          <ParameterValue>
65            <Value>8</Value>
66          </ParameterValue>
67          <ParameterValue>
68            <Value>9</Value>
69          </ParameterValue>
70          <ParameterValue>
71            <Value>10</Value>
72          </ParameterValue>
73          <ParameterValue>
74            <Value>11</Value>
75          </ParameterValue>
76          <ParameterValue>
77            <Value>12</Value>
78          </ParameterValue>
79        </ParameterValues>
80      </ValidValues>
81      <MultiValue>true</MultiValue>
82    </ReportParameter>
83    <ReportParameter Name="agencja">
84      <DataType>String</DataType>
85      <DefaultValue>
86        <DataSetReference>
87          <DataSetName>ListaAgencji</DataSetName>
88          <ValueField>Symbol</ValueField>
89        </DataSetReference>
90      </DefaultValue>
91      <Prompt>agencja</Prompt>
92      <ValidValues>
93        <DataSetReference>
94          <DataSetName>ListaAgencji</DataSetName>
95          <ValueField>Symbol</ValueField>
96          <LabelField>Symbol</LabelField>
97        </DataSetReference>
98      </ValidValues>
99      <MultiValue>true</MultiValue>
100    </ReportParameter>
101    <ReportParameter Name="pracownicy">
102      <DataType>String</DataType>
103      <Nullable>true</Nullable>
104      <AllowBlank>true</AllowBlank>
105      <Prompt>pracownicy</Prompt>
106      <ValidValues>
107        <ParameterValues>
108          <ParameterValue>
109            <Label>Wszyscy</Label>
110          </ParameterValue>
111          <ParameterValue>
112            <Value>1</Value>
113            <Label>Pracownicy</Label>
114          </ParameterValue>
115        </ParameterValues>
116      </ValidValues>
117    </ReportParameter>
118    <ReportParameter Name="prawa_agent">
119      <DataType>String</DataType>
120      <Nullable>true</Nullable>
121      <Prompt>prawa_agent</Prompt>
122      <Hidden>true</Hidden>
123    </ReportParameter>
124  </ReportParameters>
125  <rd:DrawGrid>true</rd:DrawGrid>
126  <InteractiveWidth>21cm</InteractiveWidth>
127  <rd:GridSpacing>0.25cm</rd:GridSpacing>
128  <rd:SnapToGrid>true</rd:SnapToGrid>
129  <RightMargin>1cm</RightMargin>
130  <LeftMargin>1cm</LeftMargin>
131  <BottomMargin>1cm</BottomMargin>
132  <rd:ReportID>1a908918-1fb3-45fd-8bdd-e3ccd2cf8500</rd:ReportID>
133  <PageWidth>21cm</PageWidth>
134  <DataSets>
135    <DataSet Name="Prowizje">
136      <Fields>
137        <Field Name="agencja">
138          <DataField>Agencja</DataField>
139          <rd:TypeName>System.String</rd:TypeName>
140        </Field>
141        <Field Name="agent">
142          <DataField>Agent</DataField>
143          <rd:TypeName>System.String</rd:TypeName>
144        </Field>
145        <Field Name="Imie">
146          <DataField>Imie</DataField>
147          <rd:TypeName>System.String</rd:TypeName>
148        </Field>
149        <Field Name="Nazwisko">
150          <DataField>Nazwisko</DataField>
151          <rd:TypeName>System.String</rd:TypeName>
152        </Field>
153        <Field Name="IloscFaktur">
154          <DataField>IloscFaktur</DataField>
155          <rd:TypeName>System.Int32</rd:TypeName>
156        </Field>
157        <Field Name="Netto">
158          <DataField>Netto</DataField>
159          <rd:TypeName>System.Decimal</rd:TypeName>
160        </Field>
161        <Field Name="Prowizja">
162          <DataField>Prowizja</DataField>
163          <rd:TypeName>System.Double</rd:TypeName>
164        </Field>
165        <Field Name="Pracownicy">
166          <DataField>Pracownicy</DataField>
167          <rd:TypeName>System.Boolean</rd:TypeName>
168        </Field>
169      </Fields>
170      <Filters>
171        <Filter>
172          <FilterExpression>=Fields!agencja.Value</FilterExpression>
173          <Operator>In</Operator>
174          <FilterValues>
175            <FilterValue>=Parameters!agencja.Value</FilterValue>
176          </FilterValues>
177        </Filter>
178      </Filters>
179      <Query>
180        <DataSourceName>BAZA_REKLAM</DataSourceName>
181        <CommandText>SELECT
182W.Agencja,
183LOWER(W.Symbol) AS Agent,
184A.[Imię] AS Imie,
185A.Nazwisko,
186COUNT(W.ID_FAKTURY) AS IloscFaktur,
187SUM(W.Netto) AS Netto,
188ROUND(SUM(W.Netto * W.procentProwizji), 2) AS Prowizja,
189A.Pracownicy
190FROM         WplywyByTytul W
191LEFT OUTER JOIN AGENCI A ON A.Symbol=W.Symbol
192WHERE     (YEAR(W.dataWplaty) = @rok) AND (MONTH(W.dataWplaty) IN (@miesiac))
193AND (@pracownicy IS NULL OR A.Pracownicy = @pracownicy)
194AND (@prawa_agent IS NULL OR W.Symbol=@prawa_agent)
195
196GROUP BY W.Agencja, W.Symbol, A.[Imię], A.Nazwisko, A.Pracownicy
197ORDER BY A.Nazwisko</CommandText>
198        <QueryParameters>
199          <QueryParameter Name="@rok">
200            <Value>=Parameters!rok.Value</Value>
201          </QueryParameter>
202          <QueryParameter Name="@miesiac">
203            <Value>=Parameters!miesiac.Value</Value>
204          </QueryParameter>
205          <QueryParameter Name="@pracownicy">
206            <Value>=Parameters!pracownicy.Value</Value>
207          </QueryParameter>
208          <QueryParameter Name="@prawa_agent">
209            <Value>=Parameters!prawa_agent.Value</Value>
210          </QueryParameter>
211        </QueryParameters>
212        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
213      </Query>
214    </DataSet>
215    <DataSet Name="ListaAgentow">
216      <Fields>
217        <Field Name="ID_AGENTA">
218          <DataField>ID_AGENTA</DataField>
219          <rd:TypeName>System.Int32</rd:TypeName>
220        </Field>
221        <Field Name="Symbol">
222          <DataField>Symbol</DataField>
223          <rd:TypeName>System.String</rd:TypeName>
224        </Field>
225        <Field Name="agencja">
226          <DataField>agencja</DataField>
227          <rd:TypeName>System.String</rd:TypeName>
228        </Field>
229      </Fields>
230      <Query>
231        <DataSourceName>BAZA_REKLAM</DataSourceName>
232        <CommandText>SELECT        A.ID_AGENTA, A.Symbol, A2.Symbol agencja
233FROM            AGENCI A left join Agencje A2
234on A.ID_AGENCJI = A2.ID_Agencji
235 where aktywny=1 AND  (A2.Symbol in (@agencja) OR A2.Symbol is null) AND (@prawa_agent is null OR A.Symbol=@prawa_agent)
236order by A.Symbol</CommandText>
237        <QueryParameters>
238          <QueryParameter Name="@agencja">
239            <Value>=Parameters!agencja.Value</Value>
240          </QueryParameter>
241          <QueryParameter Name="@prawa_agent">
242            <Value>=Parameters!prawa_agent.Value</Value>
243          </QueryParameter>
244        </QueryParameters>
245        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
246      </Query>
247    </DataSet>
248    <DataSet Name="ListaAgencji">
249      <Fields>
250        <Field Name="Id_agencji">
251          <DataField>Id_agencji</DataField>
252          <rd:TypeName>System.Int32</rd:TypeName>
253        </Field>
254        <Field Name="Symbol">
255          <DataField>Symbol</DataField>
256          <rd:TypeName>System.String</rd:TypeName>
257        </Field>
258      </Fields>
259      <Query>
260        <DataSourceName>BAZA_REKLAM</DataSourceName>
261        <CommandText>SELECT        Id_agencji, Symbol
262FROM            AGENCJE where aktywna=1 and (@prawa_agencje is null or @prawa_agencje= Id_agencji)</CommandText>
263        <QueryParameters>
264          <QueryParameter Name="@prawa_agencje">
265            <Value>=Parameters!prawa_agencje.Value</Value>
266          </QueryParameter>
267        </QueryParameters>
268        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
269      </Query>
270    </DataSet>
271    <DataSet Name="ListaLat">
272      <Fields>
273        <Field Name="rok">
274          <DataField>rok</DataField>
275          <rd:TypeName>System.Int32</rd:TypeName>
276        </Field>
277      </Fields>
278      <Query>
279        <DataSourceName>BAZA_REKLAM</DataSourceName>
280        <CommandText>select distinct year(DATA_W) as rok from dbo.NR where DATA_W is not null and year( DATA_W) &gt;2008 order by year(DATA_W)desc</CommandText>
281        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
282      </Query>
283    </DataSet>
284  </DataSets>
285  <Code />
286  <Width>19cm</Width>
287  <Body>
288    <ColumnSpacing>1cm</ColumnSpacing>
289    <ReportItems>
290      <Textbox Name="textbox6">
291        <rd:DefaultName>textbox6</rd:DefaultName>
292        <Top>0.25cm</Top>
293        <Width>17cm</Width>
294        <Style>
295          <FontSize>14pt</FontSize>
296          <FontWeight>700</FontWeight>
297          <TextAlign>Center</TextAlign>
298          <PaddingLeft>2pt</PaddingLeft>
299          <PaddingRight>2pt</PaddingRight>
300          <PaddingTop>2pt</PaddingTop>
301          <PaddingBottom>2pt</PaddingBottom>
302        </Style>
303        <ZIndex>1</ZIndex>
304        <CanGrow>true</CanGrow>
305        <Left>1cm</Left>
306        <Height>0.75cm</Height>
307        <Value>="ROZLICZENIE PROWIZJI ZA REKLAMĘ  rok: " &amp;Parameters!rok.Value &amp; "  miesiąc: " &amp; Parameters!miesiac.Value</Value>
308      </Textbox>
309      <Table Name="table1">
310        <DataSetName>Prowizje</DataSetName>
311        <Top>1.75cm</Top>
312        <Width>17.02645cm</Width>
313        <Details>
314          <TableRows>
315            <TableRow>
316              <TableCells>
317                <TableCell>
318                  <ReportItems>
319                    <Textbox Name="Symbol">
320                      <rd:DefaultName>Symbol</rd:DefaultName>
321                      <Style>
322                        <BorderColor>
323                          <Default>LightGrey</Default>
324                        </BorderColor>
325                        <BorderStyle>
326                          <Default>Solid</Default>
327                        </BorderStyle>
328                        <BorderWidth>
329                          <Default>0.5pt</Default>
330                        </BorderWidth>
331                        <FontSize>9pt</FontSize>
332                        <TextAlign>Center</TextAlign>
333                        <VerticalAlign>Middle</VerticalAlign>
334                        <PaddingLeft>2pt</PaddingLeft>
335                        <PaddingRight>2pt</PaddingRight>
336                        <PaddingTop>2pt</PaddingTop>
337                        <PaddingBottom>2pt</PaddingBottom>
338                      </Style>
339                      <ZIndex>6</ZIndex>
340                      <CanGrow>true</CanGrow>
341                      <Value>=Fields!agencja.Value</Value>
342                    </Textbox>
343                  </ReportItems>
344                </TableCell>
345                <TableCell>
346                  <ReportItems>
347                    <Textbox Name="SYMBOL_AKWIZYTORA">
348                      <rd:DefaultName>SYMBOL_AKWIZYTORA</rd:DefaultName>
349                      <Style>
350                        <BorderColor>
351                          <Default>LightGrey</Default>
352                        </BorderColor>
353                        <BorderStyle>
354                          <Default>Solid</Default>
355                        </BorderStyle>
356                        <BorderWidth>
357                          <Default>0.5pt</Default>
358                        </BorderWidth>
359                        <FontSize>9pt</FontSize>
360                        <TextAlign>Center</TextAlign>
361                        <VerticalAlign>Middle</VerticalAlign>
362                        <PaddingLeft>2pt</PaddingLeft>
363                        <PaddingRight>2pt</PaddingRight>
364                        <PaddingTop>2pt</PaddingTop>
365                        <PaddingBottom>2pt</PaddingBottom>
366                      </Style>
367                      <ZIndex>5</ZIndex>
368                      <CanGrow>true</CanGrow>
369                      <Value>=Fields!agent.Value</Value>
370                    </Textbox>
371                  </ReportItems>
372                </TableCell>
373                <TableCell>
374                  <ReportItems>
375                    <Textbox Name="IloscFaktur">
376                      <Style>
377                        <BorderColor>
378                          <Default>LightGrey</Default>
379                        </BorderColor>
380                        <BorderStyle>
381                          <Default>Solid</Default>
382                        </BorderStyle>
383                        <BorderWidth>
384                          <Default>0.5pt</Default>
385                        </BorderWidth>
386                        <FontSize>9pt</FontSize>
387                        <TextAlign>Center</TextAlign>
388                        <VerticalAlign>Middle</VerticalAlign>
389                        <PaddingLeft>2pt</PaddingLeft>
390                        <PaddingRight>2pt</PaddingRight>
391                        <PaddingTop>2pt</PaddingTop>
392                        <PaddingBottom>2pt</PaddingBottom>
393                      </Style>
394                      <ZIndex>4</ZIndex>
395                      <CanGrow>true</CanGrow>
396                      <Value>=Fields!IloscFaktur.Value</Value>
397                    </Textbox>
398                  </ReportItems>
399                </TableCell>
400                <TableCell>
401                  <ReportItems>
402                    <Textbox Name="Imię">
403                      <rd:DefaultName>Imię</rd:DefaultName>
404                      <Style>
405                        <BorderColor>
406                          <Default>LightGrey</Default>
407                        </BorderColor>
408                        <BorderStyle>
409                          <Default>Solid</Default>
410                        </BorderStyle>
411                        <BorderWidth>
412                          <Default>0.5pt</Default>
413                        </BorderWidth>
414                        <FontSize>9pt</FontSize>
415                        <TextAlign>Center</TextAlign>
416                        <VerticalAlign>Middle</VerticalAlign>
417                        <PaddingLeft>2pt</PaddingLeft>
418                        <PaddingRight>2pt</PaddingRight>
419                        <PaddingTop>2pt</PaddingTop>
420                        <PaddingBottom>2pt</PaddingBottom>
421                      </Style>
422                      <ZIndex>3</ZIndex>
423                      <CanGrow>true</CanGrow>
424                      <Value>=Fields!Imie.Value</Value>
425                    </Textbox>
426                  </ReportItems>
427                </TableCell>
428                <TableCell>
429                  <ReportItems>
430                    <Textbox Name="Nazwisko">
431                      <rd:DefaultName>Nazwisko</rd:DefaultName>
432                      <Style>
433                        <BorderColor>
434                          <Default>LightGrey</Default>
435                        </BorderColor>
436                        <BorderStyle>
437                          <Default>Solid</Default>
438                        </BorderStyle>
439                        <BorderWidth>
440                          <Default>0.5pt</Default>
441                        </BorderWidth>
442                        <FontSize>9pt</FontSize>
443                        <TextAlign>Center</TextAlign>
444                        <VerticalAlign>Middle</VerticalAlign>
445                        <PaddingLeft>2pt</PaddingLeft>
446                        <PaddingRight>2pt</PaddingRight>
447                        <PaddingTop>2pt</PaddingTop>
448                        <PaddingBottom>2pt</PaddingBottom>
449                      </Style>
450                      <ZIndex>2</ZIndex>
451                      <CanGrow>true</CanGrow>
452                      <Value>=Fields!Nazwisko.Value</Value>
453                    </Textbox>
454                  </ReportItems>
455                </TableCell>
456                <TableCell>
457                  <ReportItems>
458                    <Textbox Name="nn">
459                      <rd:DefaultName>nn</rd:DefaultName>
460                      <Style>
461                        <BorderColor>
462                          <Default>LightGrey</Default>
463                        </BorderColor>
464                        <BorderStyle>
465                          <Default>Solid</Default>
466                        </BorderStyle>
467                        <BorderWidth>
468                          <Default>0.5pt</Default>
469                        </BorderWidth>
470                        <FontSize>9pt</FontSize>
471                        <Format>C</Format>
472                        <TextAlign>Center</TextAlign>
473                        <VerticalAlign>Middle</VerticalAlign>
474                        <PaddingLeft>2pt</PaddingLeft>
475                        <PaddingRight>2pt</PaddingRight>
476                        <PaddingTop>2pt</PaddingTop>
477                        <PaddingBottom>2pt</PaddingBottom>
478                        <Language>pl</Language>
479                      </Style>
480                      <ZIndex>1</ZIndex>
481                      <CanGrow>true</CanGrow>
482                      <Value>=Fields!Netto.Value</Value>
483                    </Textbox>
484                  </ReportItems>
485                </TableCell>
486                <TableCell>
487                  <ReportItems>
488                    <Textbox Name="pp">
489                      <rd:DefaultName>pp</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>9pt</FontSize>
501                        <Format>C</Format>
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                        <Language>pl</Language>
509                      </Style>
510                      <CanGrow>true</CanGrow>
511                      <Value>=Fields!Prowizja.Value</Value>
512                    </Textbox>
513                  </ReportItems>
514                </TableCell>
515              </TableCells>
516              <Height>0.63492cm</Height>
517            </TableRow>
518          </TableRows>
519        </Details>
520        <Header>
521          <TableRows>
522            <TableRow>
523              <TableCells>
524                <TableCell>
525                  <ReportItems>
526                    <Textbox Name="textbox1">
527                      <rd:DefaultName>textbox1</rd:DefaultName>
528                      <Style>
529                        <BackgroundColor>WhiteSmoke</BackgroundColor>
530                        <BorderColor>
531                          <Default>LightGrey</Default>
532                        </BorderColor>
533                        <BorderStyle>
534                          <Default>Solid</Default>
535                        </BorderStyle>
536                        <BorderWidth>
537                          <Default>0.5pt</Default>
538                        </BorderWidth>
539                        <FontSize>9pt</FontSize>
540                        <FontWeight>700</FontWeight>
541                        <TextAlign>Center</TextAlign>
542                        <VerticalAlign>Middle</VerticalAlign>
543                        <PaddingLeft>2pt</PaddingLeft>
544                        <PaddingRight>2pt</PaddingRight>
545                        <PaddingTop>2pt</PaddingTop>
546                        <PaddingBottom>2pt</PaddingBottom>
547                      </Style>
548                      <ZIndex>20</ZIndex>
549                      <CanGrow>true</CanGrow>
550                      <Value>Agencja</Value>
551                    </Textbox>
552                  </ReportItems>
553                </TableCell>
554                <TableCell>
555                  <ReportItems>
556                    <Textbox Name="textbox2">
557                      <rd:DefaultName>textbox2</rd:DefaultName>
558                      <Style>
559                        <BackgroundColor>WhiteSmoke</BackgroundColor>
560                        <BorderColor>
561                          <Default>LightGrey</Default>
562                        </BorderColor>
563                        <BorderStyle>
564                          <Default>Solid</Default>
565                        </BorderStyle>
566                        <BorderWidth>
567                          <Default>0.5pt</Default>
568                        </BorderWidth>
569                        <FontSize>9pt</FontSize>
570                        <FontWeight>700</FontWeight>
571                        <TextAlign>Center</TextAlign>
572                        <VerticalAlign>Middle</VerticalAlign>
573                        <PaddingLeft>2pt</PaddingLeft>
574                        <PaddingRight>2pt</PaddingRight>
575                        <PaddingTop>2pt</PaddingTop>
576                        <PaddingBottom>2pt</PaddingBottom>
577                      </Style>
578                      <ZIndex>19</ZIndex>
579                      <CanGrow>true</CanGrow>
580                      <Value>Agent</Value>
581                    </Textbox>
582                  </ReportItems>
583                </TableCell>
584                <TableCell>
585                  <ReportItems>
586                    <Textbox Name="textbox3">
587                      <rd:DefaultName>textbox3</rd:DefaultName>
588                      <Style>
589                        <BackgroundColor>WhiteSmoke</BackgroundColor>
590                        <BorderColor>
591                          <Default>LightGrey</Default>
592                        </BorderColor>
593                        <BorderStyle>
594                          <Default>Solid</Default>
595                        </BorderStyle>
596                        <BorderWidth>
597                          <Default>0.5pt</Default>
598                        </BorderWidth>
599                        <FontSize>9pt</FontSize>
600                        <FontWeight>700</FontWeight>
601                        <TextAlign>Center</TextAlign>
602                        <VerticalAlign>Middle</VerticalAlign>
603                        <PaddingLeft>2pt</PaddingLeft>
604                        <PaddingRight>2pt</PaddingRight>
605                        <PaddingTop>2pt</PaddingTop>
606                        <PaddingBottom>2pt</PaddingBottom>
607                      </Style>
608                      <ZIndex>18</ZIndex>
609                      <CanGrow>true</CanGrow>
610                      <Value>Ilość</Value>
611                    </Textbox>
612                  </ReportItems>
613                </TableCell>
614                <TableCell>
615                  <ReportItems>
616                    <Textbox Name="textbox18">
617                      <rd:DefaultName>textbox18</rd:DefaultName>
618                      <Style>
619                        <BackgroundColor>WhiteSmoke</BackgroundColor>
620                        <BorderColor>
621                          <Default>LightGrey</Default>
622                        </BorderColor>
623                        <BorderStyle>
624                          <Default>Solid</Default>
625                        </BorderStyle>
626                        <BorderWidth>
627                          <Default>0.5pt</Default>
628                        </BorderWidth>
629                        <FontSize>9pt</FontSize>
630                        <FontWeight>700</FontWeight>
631                        <TextAlign>Center</TextAlign>
632                        <VerticalAlign>Middle</VerticalAlign>
633                        <PaddingLeft>2pt</PaddingLeft>
634                        <PaddingRight>2pt</PaddingRight>
635                        <PaddingTop>2pt</PaddingTop>
636                        <PaddingBottom>2pt</PaddingBottom>
637                      </Style>
638                      <ZIndex>17</ZIndex>
639                      <CanGrow>true</CanGrow>
640                      <Value>Imię</Value>
641                    </Textbox>
642                  </ReportItems>
643                </TableCell>
644                <TableCell>
645                  <ReportItems>
646                    <Textbox Name="textbox15">
647                      <rd:DefaultName>textbox15</rd:DefaultName>
648                      <Style>
649                        <BackgroundColor>WhiteSmoke</BackgroundColor>
650                        <BorderColor>
651                          <Default>LightGrey</Default>
652                        </BorderColor>
653                        <BorderStyle>
654                          <Default>Solid</Default>
655                        </BorderStyle>
656                        <BorderWidth>
657                          <Default>0.5pt</Default>
658                        </BorderWidth>
659                        <FontSize>9pt</FontSize>
660                        <FontWeight>700</FontWeight>
661                        <TextAlign>Center</TextAlign>
662                        <VerticalAlign>Middle</VerticalAlign>
663                        <PaddingLeft>2pt</PaddingLeft>
664                        <PaddingRight>2pt</PaddingRight>
665                        <PaddingTop>2pt</PaddingTop>
666                        <PaddingBottom>2pt</PaddingBottom>
667                      </Style>
668                      <ZIndex>16</ZIndex>
669                      <CanGrow>true</CanGrow>
670                      <Value>Nazwisko</Value>
671                    </Textbox>
672                  </ReportItems>
673                </TableCell>
674                <TableCell>
675                  <ReportItems>
676                    <Textbox Name="textbox12">
677                      <rd:DefaultName>textbox12</rd:DefaultName>
678                      <Style>
679                        <BackgroundColor>WhiteSmoke</BackgroundColor>
680                        <BorderColor>
681                          <Default>LightGrey</Default>
682                        </BorderColor>
683                        <BorderStyle>
684                          <Default>Solid</Default>
685                        </BorderStyle>
686                        <BorderWidth>
687                          <Default>0.5pt</Default>
688                        </BorderWidth>
689                        <FontSize>9pt</FontSize>
690                        <FontWeight>700</FontWeight>
691                        <TextAlign>Center</TextAlign>
692                        <VerticalAlign>Middle</VerticalAlign>
693                        <PaddingLeft>2pt</PaddingLeft>
694                        <PaddingRight>2pt</PaddingRight>
695                        <PaddingTop>2pt</PaddingTop>
696                        <PaddingBottom>2pt</PaddingBottom>
697                      </Style>
698                      <ZIndex>15</ZIndex>
699                      <CanGrow>true</CanGrow>
700                      <Value>SprzedaÅŒ netto</Value>
701                    </Textbox>
702                  </ReportItems>
703                </TableCell>
704                <TableCell>
705                  <ReportItems>
706                    <Textbox Name="textbox19">
707                      <rd:DefaultName>textbox19</rd:DefaultName>
708                      <Style>
709                        <BackgroundColor>WhiteSmoke</BackgroundColor>
710                        <BorderColor>
711                          <Default>LightGrey</Default>
712                        </BorderColor>
713                        <BorderStyle>
714                          <Default>Solid</Default>
715                        </BorderStyle>
716                        <BorderWidth>
717                          <Default>0.5pt</Default>
718                        </BorderWidth>
719                        <FontSize>9pt</FontSize>
720                        <FontWeight>700</FontWeight>
721                        <TextAlign>Center</TextAlign>
722                        <VerticalAlign>Middle</VerticalAlign>
723                        <PaddingLeft>2pt</PaddingLeft>
724                        <PaddingRight>2pt</PaddingRight>
725                        <PaddingTop>2pt</PaddingTop>
726                        <PaddingBottom>2pt</PaddingBottom>
727                      </Style>
728                      <ZIndex>14</ZIndex>
729                      <CanGrow>true</CanGrow>
730                      <Value>Prowizja od sprzedaÅŒy</Value>
731                    </Textbox>
732                  </ReportItems>
733                </TableCell>
734              </TableCells>
735              <Height>1cm</Height>
736            </TableRow>
737          </TableRows>
738        </Header>
739        <TableColumns>
740          <TableColumn>
741            <Width>3cm</Width>
742          </TableColumn>
743          <TableColumn>
744            <Width>2.75cm</Width>
745          </TableColumn>
746          <TableColumn>
747            <Width>1.25cm</Width>
748          </TableColumn>
749          <TableColumn>
750            <Width>2.5cm</Width>
751          </TableColumn>
752          <TableColumn>
753            <Width>2.77645cm</Width>
754          </TableColumn>
755          <TableColumn>
756            <Width>2.25cm</Width>
757          </TableColumn>
758          <TableColumn>
759            <Width>2.5cm</Width>
760          </TableColumn>
761        </TableColumns>
762        <Footer>
763          <TableRows>
764            <TableRow>
765              <TableCells>
766                <TableCell>
767                  <ReportItems>
768                    <Textbox Name="textbox7">
769                      <rd:DefaultName>textbox7</rd:DefaultName>
770                      <Style>
771                        <BorderColor>
772                          <Default>LightGrey</Default>
773                        </BorderColor>
774                        <BorderStyle>
775                          <Default>Solid</Default>
776                        </BorderStyle>
777                        <BorderWidth>
778                          <Default>0.5pt</Default>
779                        </BorderWidth>
780                        <FontSize>9pt</FontSize>
781                        <TextAlign>Center</TextAlign>
782                        <VerticalAlign>Middle</VerticalAlign>
783                        <PaddingLeft>2pt</PaddingLeft>
784                        <PaddingRight>2pt</PaddingRight>
785                        <PaddingTop>2pt</PaddingTop>
786                        <PaddingBottom>2pt</PaddingBottom>
787                      </Style>
788                      <ZIndex>13</ZIndex>
789                      <CanGrow>true</CanGrow>
790                      <Value />
791                    </Textbox>
792                  </ReportItems>
793                </TableCell>
794                <TableCell>
795                  <ReportItems>
796                    <Textbox Name="textbox8">
797                      <rd:DefaultName>textbox8</rd:DefaultName>
798                      <Style>
799                        <BorderColor>
800                          <Default>LightGrey</Default>
801                        </BorderColor>
802                        <BorderStyle>
803                          <Default>Solid</Default>
804                        </BorderStyle>
805                        <BorderWidth>
806                          <Default>0.5pt</Default>
807                        </BorderWidth>
808                        <FontSize>9pt</FontSize>
809                        <TextAlign>Center</TextAlign>
810                        <VerticalAlign>Middle</VerticalAlign>
811                        <PaddingLeft>2pt</PaddingLeft>
812                        <PaddingRight>2pt</PaddingRight>
813                        <PaddingTop>2pt</PaddingTop>
814                        <PaddingBottom>2pt</PaddingBottom>
815                      </Style>
816                      <ZIndex>12</ZIndex>
817                      <CanGrow>true</CanGrow>
818                      <Value />
819                    </Textbox>
820                  </ReportItems>
821                </TableCell>
822                <TableCell>
823                  <ReportItems>
824                    <Textbox Name="textbox9">
825                      <rd:DefaultName>textbox9</rd:DefaultName>
826                      <Style>
827                        <BorderColor>
828                          <Default>LightGrey</Default>
829                        </BorderColor>
830                        <BorderStyle>
831                          <Default>Solid</Default>
832                        </BorderStyle>
833                        <BorderWidth>
834                          <Default>0.5pt</Default>
835                        </BorderWidth>
836                        <FontSize>9pt</FontSize>
837                        <TextAlign>Center</TextAlign>
838                        <VerticalAlign>Middle</VerticalAlign>
839                        <PaddingLeft>2pt</PaddingLeft>
840                        <PaddingRight>2pt</PaddingRight>
841                        <PaddingTop>2pt</PaddingTop>
842                        <PaddingBottom>2pt</PaddingBottom>
843                      </Style>
844                      <ZIndex>11</ZIndex>
845                      <CanGrow>true</CanGrow>
846                      <Value />
847                    </Textbox>
848                  </ReportItems>
849                </TableCell>
850                <TableCell>
851                  <ReportItems>
852                    <Textbox Name="textbox20">
853                      <rd:DefaultName>textbox20</rd:DefaultName>
854                      <Style>
855                        <BorderColor>
856                          <Default>LightGrey</Default>
857                        </BorderColor>
858                        <BorderStyle>
859                          <Default>Solid</Default>
860                        </BorderStyle>
861                        <BorderWidth>
862                          <Default>0.5pt</Default>
863                        </BorderWidth>
864                        <FontSize>9pt</FontSize>
865                        <TextAlign>Center</TextAlign>
866                        <VerticalAlign>Middle</VerticalAlign>
867                        <PaddingLeft>2pt</PaddingLeft>
868                        <PaddingRight>2pt</PaddingRight>
869                        <PaddingTop>2pt</PaddingTop>
870                        <PaddingBottom>2pt</PaddingBottom>
871                      </Style>
872                      <ZIndex>10</ZIndex>
873                      <CanGrow>true</CanGrow>
874                      <Value />
875                    </Textbox>
876                  </ReportItems>
877                </TableCell>
878                <TableCell>
879                  <ReportItems>
880                    <Textbox Name="textbox17">
881                      <rd:DefaultName>textbox17</rd:DefaultName>
882                      <Style>
883                        <BackgroundColor>WhiteSmoke</BackgroundColor>
884                        <BorderColor>
885                          <Default>LightGrey</Default>
886                        </BorderColor>
887                        <BorderStyle>
888                          <Default>Solid</Default>
889                        </BorderStyle>
890                        <BorderWidth>
891                          <Default>0.5pt</Default>
892                        </BorderWidth>
893                        <FontSize>9pt</FontSize>
894                        <FontWeight>700</FontWeight>
895                        <TextAlign>Center</TextAlign>
896                        <VerticalAlign>Middle</VerticalAlign>
897                        <PaddingLeft>2pt</PaddingLeft>
898                        <PaddingRight>2pt</PaddingRight>
899                        <PaddingTop>2pt</PaddingTop>
900                        <PaddingBottom>2pt</PaddingBottom>
901                      </Style>
902                      <ZIndex>9</ZIndex>
903                      <CanGrow>true</CanGrow>
904                      <Value>RAZEM:</Value>
905                    </Textbox>
906                  </ReportItems>
907                </TableCell>
908                <TableCell>
909                  <ReportItems>
910                    <Textbox Name="nn_1">
911                      <rd:DefaultName>nn_1</rd:DefaultName>
912                      <Style>
913                        <BackgroundColor>WhiteSmoke</BackgroundColor>
914                        <BorderColor>
915                          <Default>LightGrey</Default>
916                        </BorderColor>
917                        <BorderStyle>
918                          <Default>Solid</Default>
919                        </BorderStyle>
920                        <BorderWidth>
921                          <Default>0.5pt</Default>
922                        </BorderWidth>
923                        <FontSize>9pt</FontSize>
924                        <FontWeight>700</FontWeight>
925                        <Format>C</Format>
926                        <TextAlign>Center</TextAlign>
927                        <VerticalAlign>Middle</VerticalAlign>
928                        <PaddingLeft>2pt</PaddingLeft>
929                        <PaddingRight>2pt</PaddingRight>
930                        <PaddingTop>2pt</PaddingTop>
931                        <PaddingBottom>2pt</PaddingBottom>
932                        <Language>pl</Language>
933                      </Style>
934                      <ZIndex>8</ZIndex>
935                      <CanGrow>true</CanGrow>
936                      <Value>=Sum(Fields!Netto.Value)</Value>
937                    </Textbox>
938                  </ReportItems>
939                </TableCell>
940                <TableCell>
941                  <ReportItems>
942                    <Textbox Name="pp_1">
943                      <rd:DefaultName>pp_1</rd:DefaultName>
944                      <Style>
945                        <BackgroundColor>WhiteSmoke</BackgroundColor>
946                        <BorderColor>
947                          <Default>LightGrey</Default>
948                        </BorderColor>
949                        <BorderStyle>
950                          <Default>Solid</Default>
951                        </BorderStyle>
952                        <BorderWidth>
953                          <Default>0.5pt</Default>
954                        </BorderWidth>
955                        <FontSize>9pt</FontSize>
956                        <FontWeight>700</FontWeight>
957                        <Format>C</Format>
958                        <TextAlign>Center</TextAlign>
959                        <VerticalAlign>Middle</VerticalAlign>
960                        <PaddingLeft>2pt</PaddingLeft>
961                        <PaddingRight>2pt</PaddingRight>
962                        <PaddingTop>2pt</PaddingTop>
963                        <PaddingBottom>2pt</PaddingBottom>
964                        <Language>pl</Language>
965                      </Style>
966                      <ZIndex>7</ZIndex>
967                      <CanGrow>true</CanGrow>
968                      <Value>=Sum(Fields!Prowizja.Value)</Value>
969                    </Textbox>
970                  </ReportItems>
971                </TableCell>
972              </TableCells>
973              <Height>0.63492cm</Height>
974            </TableRow>
975          </TableRows>
976        </Footer>
977        <Left>1cm</Left>
978      </Table>
979    </ReportItems>
980    <Height>4.01984cm</Height>
981  </Body>
982  <Language>en-US</Language>
983  <TopMargin>1cm</TopMargin>
984  <PageHeight>29.7cm</PageHeight>
985</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.