- Data:
- 2009-02-02 20:15:57 (17 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 2 dodane
- 2 zmodyfikowane
-
BazaReklam/ReportsForm.cs (zmodyfikowane) (2 diffs)
-
RaportySQL/RaportySQL.rptproj (zmodyfikowane) (2 diffs)
-
RaportySQL/RozliczenieWplywowWgDatyWplatyWYR2009.rdl (dodane)
-
RaportySQL/RozliczenieWplywowWgDatyWplatyWYR2009.rdl.data (dodane)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/ReportsForm.cs
r221 r286 557 557 { 558 558 node = new TreeNode(); 559 node.Name = "/" + reportsCatalog + "/RozliczenieWplywowWgDatyWplatyWYR2009"; 560 node.Text = "Rozliczenie wp³ywów - wyró¿nienia 2009"; 561 raportyTreeView.Nodes["Sprzeda¿"].Nodes.Add(node); 562 563 node = new TreeNode(); 559 564 node.Name = "/" + reportsCatalog + "/SprzedazReklamWYR2009"; 560 565 node.Text = "Sprzeda¿ reklam - wyró¿nienia"; … … 665 670 666 671 if (User.getUser().St_kierownik) { 667 668 node = new TreeNode(); 669 node.Name = "/" + reportsCatalog + "/RozliczenieWplywowWgDatyWplatyWYR"; 670 node.Text = "Rozliczenie wp³ywów - wyró¿nienia"; 671 stareRaportyTreeView.Nodes["Sprzeda¿"].Nodes.Add(node); 672 672 673 673 node = new TreeNode(); 674 674 node.Name = "/" + reportsCatalog + "/ZamowieniaVSFaktury"; -
trunk/RaportySQL/RaportySQL.rptproj
r221 r286 322 322 </ProjectItem> 323 323 <ProjectItem> 324 <Name>ZestawienieKorekt.rdl</Name> 325 <FullPath>ZestawienieKorekt.rdl</FullPath> 326 </ProjectItem> 327 <ProjectItem> 324 328 <Name>ZestawienieKOREKTA.rdl</Name> 325 329 <FullPath>zestawienieKOREKTA.rdl</FullPath> … … 358 362 </ProjectItem> 359 363 <ProjectItem> 360 <Name> ZestawienieKorekt.rdl</Name>361 <FullPath> ZestawienieKorekt.rdl</FullPath>364 <Name>RozliczenieWplywowWgDatyWplatyWYR2009.rdl</Name> 365 <FullPath>RozliczenieWplywowWgDatyWplatyWYR2009.rdl</FullPath> 362 366 </ProjectItem> 363 367 </Reports>
