root/branches/ErrorLog/RaportySQL/ZestawienieKorekt.rdl @ 817

Wersja 466, 32.3 KB (wprowadzona przez marek, 17 years temu)

re #129

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>40242fa0-fe63-4503-9b91-7d44853fe5d6</rd:DataSourceID>
6      <DataSourceReference>BAZA_REKLAM</DataSourceReference>
7    </DataSource>
8  </DataSources>
9  <InteractiveHeight>29.7cm</InteractiveHeight>
10  <ReportParameters>
11    <ReportParameter Name="rok">
12      <DataType>String</DataType>
13      <DefaultValue>
14        <Values>
15          <Value>=Year(Today)</Value>
16        </Values>
17      </DefaultValue>
18      <Prompt>Rok:</Prompt>
19      <ValidValues>
20        <DataSetReference>
21          <DataSetName>ListaLat</DataSetName>
22          <ValueField>rok</ValueField>
23          <LabelField>rok</LabelField>
24        </DataSetReference>
25      </ValidValues>
26    </ReportParameter>
27    <ReportParameter Name="miesiac">
28      <DataType>String</DataType>
29      <DefaultValue>
30        <Values>
31          <Value>=Month(Today)</Value>
32        </Values>
33      </DefaultValue>
34      <Prompt>Miesiąc:</Prompt>
35      <ValidValues>
36        <ParameterValues>
37          <ParameterValue>
38            <Value>1</Value>
39          </ParameterValue>
40          <ParameterValue>
41            <Value>2</Value>
42          </ParameterValue>
43          <ParameterValue>
44            <Value>3</Value>
45          </ParameterValue>
46          <ParameterValue>
47            <Value>4</Value>
48          </ParameterValue>
49          <ParameterValue>
50            <Value>5</Value>
51          </ParameterValue>
52          <ParameterValue>
53            <Value>6</Value>
54          </ParameterValue>
55          <ParameterValue>
56            <Value>7</Value>
57          </ParameterValue>
58          <ParameterValue>
59            <Value>8</Value>
60          </ParameterValue>
61          <ParameterValue>
62            <Value>9</Value>
63          </ParameterValue>
64          <ParameterValue>
65            <Value>10</Value>
66          </ParameterValue>
67          <ParameterValue>
68            <Value>11</Value>
69          </ParameterValue>
70          <ParameterValue>
71            <Value>12</Value>
72          </ParameterValue>
73        </ParameterValues>
74      </ValidValues>
75      <MultiValue>true</MultiValue>
76    </ReportParameter>
77    <ReportParameter Name="systemKsiegowy">
78      <DataType>String</DataType>
79      <DefaultValue>
80        <Values>
81          <Value>1</Value>
82        </Values>
83      </DefaultValue>
84      <Prompt>Wydawca:</Prompt>
85      <ValidValues>
86        <ParameterValues>
87          <ParameterValue>
88            <Value>1</Value>
89            <Label>AACT</Label>
90          </ParameterValue>
91          <ParameterValue>
92            <Value>2</Value>
93            <Label>Sam Press</Label>
94          </ParameterValue>
95        </ParameterValues>
96      </ValidValues>
97      <MultiValue>true</MultiValue>
98    </ReportParameter>
99  </ReportParameters>
100  <rd:DrawGrid>true</rd:DrawGrid>
101  <InteractiveWidth>21cm</InteractiveWidth>
102  <rd:GridSpacing>0.15cm</rd:GridSpacing>
103  <rd:SnapToGrid>true</rd:SnapToGrid>
104  <RightMargin>1cm</RightMargin>
105  <LeftMargin>1cm</LeftMargin>
106  <BottomMargin>1cm</BottomMargin>
107  <rd:ReportID>2661b0cd-3740-45bd-b535-f053889b3406</rd:ReportID>
108  <PageWidth>21cm</PageWidth>
109  <DataSets>
110    <DataSet Name="Korekty">
111      <Fields>
112        <Field Name="ID_FAKTURY">
113          <DataField>ID_FAKTURY</DataField>
114          <rd:TypeName>System.Int32</rd:TypeName>
115        </Field>
116        <Field Name="CustomerId">
117          <DataField>CustomerId</DataField>
118          <rd:TypeName>System.Int32</rd:TypeName>
119        </Field>
120        <Field Name="Id_Agencji">
121          <DataField>Id_Agencji</DataField>
122          <rd:TypeName>System.Int32</rd:TypeName>
123        </Field>
124        <Field Name="kodKlienta">
125          <DataField>kodKlienta</DataField>
126          <rd:TypeName>System.String</rd:TypeName>
127        </Field>
128        <Field Name="NUMER">
129          <DataField>NUMER</DataField>
130          <rd:TypeName>System.Int32</rd:TypeName>
131        </Field>
132        <Field Name="NUMER_ROZ">
133          <DataField>NUMER_ROZ</DataField>
134          <rd:TypeName>System.String</rd:TypeName>
135        </Field>
136        <Field Name="NUMER_ROK">
137          <DataField>NUMER_ROK</DataField>
138          <rd:TypeName>System.Int32</rd:TypeName>
139        </Field>
140        <Field Name="netto">
141          <DataField>netto</DataField>
142          <rd:TypeName>System.Decimal</rd:TypeName>
143        </Field>
144        <Field Name="S_VAT">
145          <DataField>S_VAT</DataField>
146          <rd:TypeName>System.Double</rd:TypeName>
147        </Field>
148        <Field Name="vat">
149          <DataField>vat</DataField>
150          <rd:TypeName>System.Decimal</rd:TypeName>
151        </Field>
152        <Field Name="brutto">
153          <DataField>brutto</DataField>
154          <rd:TypeName>System.Decimal</rd:TypeName>
155        </Field>
156        <Field Name="liczbaReklam">
157          <DataField>liczbaReklam</DataField>
158          <rd:TypeName>System.Int32</rd:TypeName>
159        </Field>
160        <Field Name="suma_zaplat">
161          <DataField>suma_zaplat</DataField>
162          <rd:TypeName>System.Decimal</rd:TypeName>
163        </Field>
164        <Field Name="DATA_WYSTAWIENIA">
165          <DataField>DATA_WYSTAWIENIA</DataField>
166          <rd:TypeName>System.DateTime</rd:TypeName>
167        </Field>
168        <Field Name="DATA_SPRZEDAZY">
169          <DataField>DATA_SPRZEDAZY</DataField>
170          <rd:TypeName>System.DateTime</rd:TypeName>
171        </Field>
172        <Field Name="TERMIN_ZAPLATY">
173          <DataField>TERMIN_ZAPLATY</DataField>
174          <rd:TypeName>System.DateTime</rd:TypeName>
175        </Field>
176        <Field Name="zaplata_data">
177          <DataField>zaplata_data</DataField>
178          <rd:TypeName>System.DateTime</rd:TypeName>
179        </Field>
180        <Field Name="zaplata_opis">
181          <DataField>zaplata_opis</DataField>
182          <rd:TypeName>System.String</rd:TypeName>
183        </Field>
184        <Field Name="idZamowienia">
185          <DataField>idZamowienia</DataField>
186          <rd:TypeName>System.Int32</rd:TypeName>
187        </Field>
188        <Field Name="KOREKTA">
189          <DataField>KOREKTA</DataField>
190          <rd:TypeName>System.Byte</rd:TypeName>
191        </Field>
192        <Field Name="idFakturyKorekta">
193          <DataField>idFakturyKorekta</DataField>
194          <rd:TypeName>System.Int32</rd:TypeName>
195        </Field>
196        <Field Name="agent">
197          <DataField>agent</DataField>
198          <rd:TypeName>System.String</rd:TypeName>
199        </Field>
200        <Field Name="waluta_brutto">
201          <DataField>waluta_brutto</DataField>
202          <rd:TypeName>System.Double</rd:TypeName>
203        </Field>
204        <Field Name="waluta_miano">
205          <DataField>waluta_miano</DataField>
206          <rd:TypeName>System.String</rd:TypeName>
207        </Field>
208        <Field Name="idFakturyVAT">
209          <DataField>idFakturyVAT</DataField>
210          <rd:TypeName>System.Int32</rd:TypeName>
211        </Field>
212        <Field Name="ID_FK_KOR">
213          <DataField>ID_FK_KOR</DataField>
214          <rd:TypeName>System.Int32</rd:TypeName>
215        </Field>
216        <Field Name="NR_FAKTURY_KOREKTY">
217          <DataField>NR_FAKTURY_KOREKTY</DataField>
218          <rd:TypeName>System.String</rd:TypeName>
219        </Field>
220        <Field Name="NUMER_F">
221          <DataField>NUMER_F</DataField>
222          <rd:TypeName>System.Int32</rd:TypeName>
223        </Field>
224        <Field Name="NUMER_ROZ_F">
225          <DataField>NUMER_ROZ_F</DataField>
226          <rd:TypeName>System.String</rd:TypeName>
227        </Field>
228        <Field Name="NUMER_ROK_F">
229          <DataField>NUMER_ROK_F</DataField>
230          <rd:TypeName>System.Int32</rd:TypeName>
231        </Field>
232        <Field Name="netto_F">
233          <DataField>netto_F</DataField>
234          <rd:TypeName>System.Decimal</rd:TypeName>
235        </Field>
236        <Field Name="brutto_F">
237          <DataField>brutto_F</DataField>
238          <rd:TypeName>System.Decimal</rd:TypeName>
239        </Field>
240        <Field Name="vat_F">
241          <DataField>vat_F</DataField>
242          <rd:TypeName>System.Decimal</rd:TypeName>
243        </Field>
244        <Field Name="suma_zapłat_F">
245          <DataField>suma_zapłat_F</DataField>
246          <rd:TypeName>System.Decimal</rd:TypeName>
247        </Field>
248        <Field Name="data_wystawienia_F">
249          <DataField>data_wystawienia_F</DataField>
250          <rd:TypeName>System.DateTime</rd:TypeName>
251        </Field>
252        <Field Name="NR_FAKTURY">
253          <DataField>NR_FAKTURY</DataField>
254          <rd:TypeName>System.String</rd:TypeName>
255        </Field>
256        <Field Name="roznica_netto">
257          <DataField>roznica_netto</DataField>
258          <rd:TypeName>System.Decimal</rd:TypeName>
259        </Field>
260        <Field Name="roznica_vat">
261          <DataField>roznica_vat</DataField>
262          <rd:TypeName>System.Decimal</rd:TypeName>
263        </Field>
264        <Field Name="roznica_brutto">
265          <DataField>roznica_brutto</DataField>
266          <rd:TypeName>System.Decimal</rd:TypeName>
267        </Field>
268        <Field Name="agencja">
269          <DataField>agencja</DataField>
270          <rd:TypeName>System.String</rd:TypeName>
271        </Field>
272        <Field Name="waluta_roznica_brutto">
273          <DataField>waluta_roznica_brutto</DataField>
274          <rd:TypeName>System.Double</rd:TypeName>
275        </Field>
276        <Field Name="nr_korygowanej">
277          <DataField>nr_korygowanej</DataField>
278          <rd:TypeName>System.Int32</rd:TypeName>
279        </Field>
280        <Field Name="NR_FAKTURY_KORYGOWANEJ_1">
281          <DataField>NR_FAKTURY_KORYGOWANEJ_1</DataField>
282          <rd:TypeName>System.String</rd:TypeName>
283        </Field>
284        <Field Name="SystemKsiegowyId">
285          <DataField>SystemKsiegowyId</DataField>
286          <rd:TypeName>System.Byte</rd:TypeName>
287        </Field>
288      </Fields>
289      <Query>
290        <DataSourceName>BAZA_REKLAM</DataSourceName>
291        <CommandText>SELECT * FROM View_Korekty
292WHERE YEAR(data_wystawienia)=@rok
293AND MONTH(data_wystawienia) IN (@miesiac)
294AND SystemKsiegowyId IN (@systemKsiegowy)</CommandText>
295        <QueryParameters>
296          <QueryParameter Name="@rok">
297            <Value>=Parameters!rok.Value</Value>
298          </QueryParameter>
299          <QueryParameter Name="@miesiac">
300            <Value>=Parameters!miesiac.Value</Value>
301          </QueryParameter>
302          <QueryParameter Name="@systemKsiegowy">
303            <Value>=Parameters!systemKsiegowy.Value</Value>
304          </QueryParameter>
305        </QueryParameters>
306        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
307      </Query>
308    </DataSet>
309    <DataSet Name="ListaLat">
310      <Fields>
311        <Field Name="rok">
312          <DataField>rok</DataField>
313          <rd:TypeName>System.Int32</rd:TypeName>
314        </Field>
315      </Fields>
316      <Query>
317        <DataSourceName>BAZA_REKLAM</DataSourceName>
318        <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>
319        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
320      </Query>
321    </DataSet>
322  </DataSets>
323  <Code>Public Function GetMonths(P as Parameter) as String
324  Dim i As Integer
325  Dim s As String
326  s = p.value(0)               
327  For i = 1 to Ubound(P.Value)
328    s = s &amp; "," &amp; p.Value(i) 
329  Next i
330  Return s
331End Function</Code>
332  <Width>18.9cm</Width>
333  <Body>
334    <ColumnSpacing>1cm</ColumnSpacing>
335    <ReportItems>
336      <Table Name="table1">
337        <ZIndex>1</ZIndex>
338        <DataSetName>Korekty</DataSetName>
339        <Top>1.2cm</Top>
340        <Width>18.29998cm</Width>
341        <Details>
342          <TableRows>
343            <TableRow>
344              <TableCells>
345                <TableCell>
346                  <ReportItems>
347                    <Textbox Name="textbox5">
348                      <rd:DefaultName>textbox5</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>8pt</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>6</ZIndex>
368                      <CanGrow>true</CanGrow>
369                      <Value>=RowNumber("Korekty")</Value>
370                    </Textbox>
371                  </ReportItems>
372                </TableCell>
373                <TableCell>
374                  <ReportItems>
375                    <Textbox Name="kodKlienta">
376                      <rd:DefaultName>kodKlienta</rd:DefaultName>
377                      <Style>
378                        <BorderColor>
379                          <Default>LightGrey</Default>
380                        </BorderColor>
381                        <BorderStyle>
382                          <Default>Solid</Default>
383                        </BorderStyle>
384                        <BorderWidth>
385                          <Default>0.5pt</Default>
386                        </BorderWidth>
387                        <FontSize>8pt</FontSize>
388                        <TextAlign>Center</TextAlign>
389                        <VerticalAlign>Middle</VerticalAlign>
390                        <PaddingLeft>2pt</PaddingLeft>
391                        <PaddingRight>2pt</PaddingRight>
392                        <PaddingTop>2pt</PaddingTop>
393                        <PaddingBottom>2pt</PaddingBottom>
394                      </Style>
395                      <ZIndex>5</ZIndex>
396                      <CanGrow>true</CanGrow>
397                      <Value>=Fields!kodKlienta.Value</Value>
398                    </Textbox>
399                  </ReportItems>
400                </TableCell>
401                <TableCell>
402                  <ReportItems>
403                    <Textbox Name="NR_FAKTURY_KOREKTY">
404                      <rd:DefaultName>NR_FAKTURY_KOREKTY</rd:DefaultName>
405                      <Style>
406                        <BorderColor>
407                          <Default>LightGrey</Default>
408                        </BorderColor>
409                        <BorderStyle>
410                          <Default>Solid</Default>
411                        </BorderStyle>
412                        <BorderWidth>
413                          <Default>0.5pt</Default>
414                        </BorderWidth>
415                        <FontSize>8pt</FontSize>
416                        <TextAlign>Center</TextAlign>
417                        <VerticalAlign>Middle</VerticalAlign>
418                        <PaddingLeft>2pt</PaddingLeft>
419                        <PaddingRight>2pt</PaddingRight>
420                        <PaddingTop>2pt</PaddingTop>
421                        <PaddingBottom>2pt</PaddingBottom>
422                      </Style>
423                      <ZIndex>4</ZIndex>
424                      <CanGrow>true</CanGrow>
425                      <Value>=CStr(Fields!NUMER.Value) + "/" + CStr(Fields!NUMER_ROK.Value)</Value>
426                    </Textbox>
427                  </ReportItems>
428                </TableCell>
429                <TableCell>
430                  <ReportItems>
431                    <Textbox Name="DATA_WYSTAWIENIA">
432                      <rd:DefaultName>DATA_WYSTAWIENIA</rd:DefaultName>
433                      <Style>
434                        <BorderColor>
435                          <Default>LightGrey</Default>
436                        </BorderColor>
437                        <BorderStyle>
438                          <Default>Solid</Default>
439                        </BorderStyle>
440                        <BorderWidth>
441                          <Default>0.5pt</Default>
442                        </BorderWidth>
443                        <FontSize>8pt</FontSize>
444                        <Format>d</Format>
445                        <TextAlign>Center</TextAlign>
446                        <VerticalAlign>Middle</VerticalAlign>
447                        <PaddingLeft>2pt</PaddingLeft>
448                        <PaddingRight>2pt</PaddingRight>
449                        <PaddingTop>2pt</PaddingTop>
450                        <PaddingBottom>2pt</PaddingBottom>
451                        <Language>pl</Language>
452                      </Style>
453                      <ZIndex>3</ZIndex>
454                      <CanGrow>true</CanGrow>
455                      <Value>=Fields!DATA_WYSTAWIENIA.Value</Value>
456                    </Textbox>
457                  </ReportItems>
458                </TableCell>
459                <TableCell>
460                  <ReportItems>
461                    <Textbox Name="NR_FAKTURY_KORYGOWANEJ_1">
462                      <rd:DefaultName>NR_FAKTURY_KORYGOWANEJ_1</rd:DefaultName>
463                      <Style>
464                        <BorderColor>
465                          <Default>LightGrey</Default>
466                        </BorderColor>
467                        <BorderStyle>
468                          <Default>Solid</Default>
469                        </BorderStyle>
470                        <BorderWidth>
471                          <Default>0.5pt</Default>
472                        </BorderWidth>
473                        <FontSize>8pt</FontSize>
474                        <TextAlign>Center</TextAlign>
475                        <VerticalAlign>Middle</VerticalAlign>
476                        <PaddingLeft>2pt</PaddingLeft>
477                        <PaddingRight>2pt</PaddingRight>
478                        <PaddingTop>2pt</PaddingTop>
479                        <PaddingBottom>2pt</PaddingBottom>
480                      </Style>
481                      <ZIndex>2</ZIndex>
482                      <CanGrow>true</CanGrow>
483                      <Value>=Fields!NR_FAKTURY_KORYGOWANEJ_1.Value</Value>
484                    </Textbox>
485                  </ReportItems>
486                </TableCell>
487                <TableCell>
488                  <ReportItems>
489                    <Textbox Name="data_wystawienia_F">
490                      <rd:DefaultName>data_wystawienia_F</rd:DefaultName>
491                      <Style>
492                        <BorderColor>
493                          <Default>LightGrey</Default>
494                        </BorderColor>
495                        <BorderStyle>
496                          <Default>Solid</Default>
497                        </BorderStyle>
498                        <BorderWidth>
499                          <Default>0.5pt</Default>
500                        </BorderWidth>
501                        <FontSize>8pt</FontSize>
502                        <Format>d</Format>
503                        <TextAlign>Center</TextAlign>
504                        <VerticalAlign>Middle</VerticalAlign>
505                        <PaddingLeft>2pt</PaddingLeft>
506                        <PaddingRight>2pt</PaddingRight>
507                        <PaddingTop>2pt</PaddingTop>
508                        <PaddingBottom>2pt</PaddingBottom>
509                        <Language>pl</Language>
510                      </Style>
511                      <ZIndex>1</ZIndex>
512                      <CanGrow>true</CanGrow>
513                      <Value>=Fields!data_wystawienia_F.Value</Value>
514                    </Textbox>
515                  </ReportItems>
516                </TableCell>
517                <TableCell>
518                  <ReportItems>
519                    <Textbox Name="roznica_brutto">
520                      <rd:DefaultName>roznica_brutto</rd:DefaultName>
521                      <Style>
522                        <BorderColor>
523                          <Default>LightGrey</Default>
524                        </BorderColor>
525                        <BorderStyle>
526                          <Default>Solid</Default>
527                        </BorderStyle>
528                        <BorderWidth>
529                          <Default>0.5pt</Default>
530                        </BorderWidth>
531                        <FontSize>8pt</FontSize>
532                        <Format>C</Format>
533                        <TextAlign>Center</TextAlign>
534                        <VerticalAlign>Middle</VerticalAlign>
535                        <PaddingLeft>2pt</PaddingLeft>
536                        <PaddingRight>2pt</PaddingRight>
537                        <PaddingTop>2pt</PaddingTop>
538                        <PaddingBottom>2pt</PaddingBottom>
539                        <Language>pl</Language>
540                      </Style>
541                      <CanGrow>true</CanGrow>
542                      <Value>=Fields!roznica_brutto.Value</Value>
543                    </Textbox>
544                  </ReportItems>
545                </TableCell>
546              </TableCells>
547              <Height>0.63492cm</Height>
548            </TableRow>
549          </TableRows>
550        </Details>
551        <Header>
552          <TableRows>
553            <TableRow>
554              <TableCells>
555                <TableCell>
556                  <ReportItems>
557                    <Textbox Name="textbox2">
558                      <rd:DefaultName>textbox2</rd:DefaultName>
559                      <Style>
560                        <BackgroundColor>WhiteSmoke</BackgroundColor>
561                        <BorderColor>
562                          <Default>LightGrey</Default>
563                        </BorderColor>
564                        <BorderStyle>
565                          <Default>Solid</Default>
566                        </BorderStyle>
567                        <BorderWidth>
568                          <Default>0.5pt</Default>
569                        </BorderWidth>
570                        <FontSize>8pt</FontSize>
571                        <FontWeight>700</FontWeight>
572                        <TextAlign>Center</TextAlign>
573                        <VerticalAlign>Middle</VerticalAlign>
574                        <PaddingLeft>2pt</PaddingLeft>
575                        <PaddingRight>2pt</PaddingRight>
576                        <PaddingTop>2pt</PaddingTop>
577                        <PaddingBottom>2pt</PaddingBottom>
578                      </Style>
579                      <ZIndex>13</ZIndex>
580                      <CanGrow>true</CanGrow>
581                      <Value />
582                    </Textbox>
583                  </ReportItems>
584                </TableCell>
585                <TableCell>
586                  <ReportItems>
587                    <Textbox Name="textbox20">
588                      <rd:DefaultName>textbox20</rd:DefaultName>
589                      <Style>
590                        <BackgroundColor>WhiteSmoke</BackgroundColor>
591                        <BorderColor>
592                          <Default>LightGrey</Default>
593                        </BorderColor>
594                        <BorderStyle>
595                          <Default>Solid</Default>
596                        </BorderStyle>
597                        <BorderWidth>
598                          <Default>0.5pt</Default>
599                        </BorderWidth>
600                        <FontSize>8pt</FontSize>
601                        <FontWeight>700</FontWeight>
602                        <TextAlign>Center</TextAlign>
603                        <VerticalAlign>Middle</VerticalAlign>
604                        <PaddingLeft>2pt</PaddingLeft>
605                        <PaddingRight>2pt</PaddingRight>
606                        <PaddingTop>2pt</PaddingTop>
607                        <PaddingBottom>2pt</PaddingBottom>
608                      </Style>
609                      <ZIndex>12</ZIndex>
610                      <CanGrow>true</CanGrow>
611                      <Value>Kod klienta</Value>
612                    </Textbox>
613                  </ReportItems>
614                </TableCell>
615                <TableCell>
616                  <ReportItems>
617                    <Textbox Name="textbox17">
618                      <rd:DefaultName>textbox17</rd:DefaultName>
619                      <Style>
620                        <BackgroundColor>WhiteSmoke</BackgroundColor>
621                        <BorderColor>
622                          <Default>LightGrey</Default>
623                        </BorderColor>
624                        <BorderStyle>
625                          <Default>Solid</Default>
626                        </BorderStyle>
627                        <BorderWidth>
628                          <Default>0.5pt</Default>
629                        </BorderWidth>
630                        <FontSize>8pt</FontSize>
631                        <FontWeight>700</FontWeight>
632                        <TextAlign>Center</TextAlign>
633                        <VerticalAlign>Middle</VerticalAlign>
634                        <PaddingLeft>2pt</PaddingLeft>
635                        <PaddingRight>2pt</PaddingRight>
636                        <PaddingTop>2pt</PaddingTop>
637                        <PaddingBottom>2pt</PaddingBottom>
638                      </Style>
639                      <ZIndex>11</ZIndex>
640                      <CanGrow>true</CanGrow>
641                      <Value>Korekta</Value>
642                    </Textbox>
643                  </ReportItems>
644                </TableCell>
645                <TableCell>
646                  <ReportItems>
647                    <Textbox Name="textbox14">
648                      <rd:DefaultName>textbox14</rd:DefaultName>
649                      <Style>
650                        <BackgroundColor>WhiteSmoke</BackgroundColor>
651                        <BorderColor>
652                          <Default>LightGrey</Default>
653                        </BorderColor>
654                        <BorderStyle>
655                          <Default>Solid</Default>
656                        </BorderStyle>
657                        <BorderWidth>
658                          <Default>0.5pt</Default>
659                        </BorderWidth>
660                        <FontSize>8pt</FontSize>
661                        <FontWeight>700</FontWeight>
662                        <TextAlign>Center</TextAlign>
663                        <VerticalAlign>Middle</VerticalAlign>
664                        <PaddingLeft>2pt</PaddingLeft>
665                        <PaddingRight>2pt</PaddingRight>
666                        <PaddingTop>2pt</PaddingTop>
667                        <PaddingBottom>2pt</PaddingBottom>
668                      </Style>
669                      <ZIndex>10</ZIndex>
670                      <CanGrow>true</CanGrow>
671                      <Value>Data wystawienia</Value>
672                    </Textbox>
673                  </ReportItems>
674                </TableCell>
675                <TableCell>
676                  <ReportItems>
677                    <Textbox Name="textbox11">
678                      <rd:DefaultName>textbox11</rd:DefaultName>
679                      <Style>
680                        <BackgroundColor>WhiteSmoke</BackgroundColor>
681                        <BorderColor>
682                          <Default>LightGrey</Default>
683                        </BorderColor>
684                        <BorderStyle>
685                          <Default>Solid</Default>
686                        </BorderStyle>
687                        <BorderWidth>
688                          <Default>0.5pt</Default>
689                        </BorderWidth>
690                        <FontSize>8pt</FontSize>
691                        <FontWeight>700</FontWeight>
692                        <TextAlign>Center</TextAlign>
693                        <VerticalAlign>Middle</VerticalAlign>
694                        <PaddingLeft>2pt</PaddingLeft>
695                        <PaddingRight>2pt</PaddingRight>
696                        <PaddingTop>2pt</PaddingTop>
697                        <PaddingBottom>2pt</PaddingBottom>
698                      </Style>
699                      <ZIndex>9</ZIndex>
700                      <CanGrow>true</CanGrow>
701                      <Value>Faktura</Value>
702                    </Textbox>
703                  </ReportItems>
704                </TableCell>
705                <TableCell>
706                  <ReportItems>
707                    <Textbox Name="textbox3">
708                      <rd:DefaultName>textbox3</rd:DefaultName>
709                      <Style>
710                        <BackgroundColor>WhiteSmoke</BackgroundColor>
711                        <BorderColor>
712                          <Default>LightGrey</Default>
713                        </BorderColor>
714                        <BorderStyle>
715                          <Default>Solid</Default>
716                        </BorderStyle>
717                        <BorderWidth>
718                          <Default>0.5pt</Default>
719                        </BorderWidth>
720                        <FontSize>8pt</FontSize>
721                        <FontWeight>700</FontWeight>
722                        <TextAlign>Center</TextAlign>
723                        <VerticalAlign>Middle</VerticalAlign>
724                        <PaddingLeft>2pt</PaddingLeft>
725                        <PaddingRight>2pt</PaddingRight>
726                        <PaddingTop>2pt</PaddingTop>
727                        <PaddingBottom>2pt</PaddingBottom>
728                      </Style>
729                      <ZIndex>8</ZIndex>
730                      <CanGrow>true</CanGrow>
731                      <Value>Data wystawienia</Value>
732                    </Textbox>
733                  </ReportItems>
734                </TableCell>
735                <TableCell>
736                  <ReportItems>
737                    <Textbox Name="textbox4">
738                      <rd:DefaultName>textbox4</rd:DefaultName>
739                      <Style>
740                        <BackgroundColor>WhiteSmoke</BackgroundColor>
741                        <BorderColor>
742                          <Default>LightGrey</Default>
743                        </BorderColor>
744                        <BorderStyle>
745                          <Default>Solid</Default>
746                        </BorderStyle>
747                        <BorderWidth>
748                          <Default>0.5pt</Default>
749                        </BorderWidth>
750                        <FontSize>8pt</FontSize>
751                        <FontWeight>700</FontWeight>
752                        <TextAlign>Center</TextAlign>
753                        <VerticalAlign>Middle</VerticalAlign>
754                        <PaddingLeft>2pt</PaddingLeft>
755                        <PaddingRight>2pt</PaddingRight>
756                        <PaddingTop>2pt</PaddingTop>
757                        <PaddingBottom>2pt</PaddingBottom>
758                      </Style>
759                      <ZIndex>7</ZIndex>
760                      <CanGrow>true</CanGrow>
761                      <Value>Róźnica brutto</Value>
762                    </Textbox>
763                  </ReportItems>
764                </TableCell>
765              </TableCells>
766              <Height>0.63492cm</Height>
767            </TableRow>
768          </TableRows>
769        </Header>
770        <TableColumns>
771          <TableColumn>
772            <Width>0.7562cm</Width>
773          </TableColumn>
774          <TableColumn>
775            <Width>2.57107cm</Width>
776          </TableColumn>
777          <TableColumn>
778            <Width>3.78099cm</Width>
779          </TableColumn>
780          <TableColumn>
781            <Width>2.57107cm</Width>
782          </TableColumn>
783          <TableColumn>
784            <Width>3.62975cm</Width>
785          </TableColumn>
786          <TableColumn>
787            <Width>2.57107cm</Width>
788          </TableColumn>
789          <TableColumn>
790            <Width>2.41983cm</Width>
791          </TableColumn>
792        </TableColumns>
793        <Left>0.3cm</Left>
794      </Table>
795      <Textbox Name="textbox1">
796        <rd:DefaultName>textbox1</rd:DefaultName>
797        <Top>0.3cm</Top>
798        <Style>
799          <FontWeight>700</FontWeight>
800          <TextAlign>Center</TextAlign>
801          <PaddingLeft>2pt</PaddingLeft>
802          <PaddingRight>2pt</PaddingRight>
803          <PaddingTop>2pt</PaddingTop>
804          <PaddingBottom>2pt</PaddingBottom>
805        </Style>
806        <CanGrow>true</CanGrow>
807        <Height>0.6cm</Height>
808        <Value>="ZESTAWIENIE KOREKT - " + Code.GetMonths(Parameters!miesiac) + " " + CStr(Parameters!rok.Value)</Value>
809      </Textbox>
810    </ReportItems>
811    <Height>2.46984cm</Height>
812  </Body>
813  <Language>pl-PL</Language>
814  <TopMargin>1cm</TopMargin>
815  <PageHeight>29.7cm</PageHeight>
816</Report>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.