- Data:
- 2009-12-23 14:44:57 (16 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 19 dodane
- 23 zmodyfikowane
-
BazaReklam.Updater/BazaReklam.Updater.csproj (zmodyfikowane) (2 diffs)
-
BazaReklam.Updater/Properties/Resources.Designer.cs (zmodyfikowane) (1 diff)
-
BazaReklam.Updater/Properties/Settings.Designer.cs (zmodyfikowane) (2 diffs)
-
BazaReklam.sln (zmodyfikowane) (2 diffs)
-
BazaReklam/Baza Reklam.csproj (zmodyfikowane) (4 diffs)
-
BazaReklam/Baza Reklam.csproj.user (zmodyfikowane) (1 diff)
-
BazaReklam/Classes/Interfaces/IProduct.cs (dodane)
-
BazaReklam/Classes/Interfaces/IProductDetail.cs (dodane)
-
BazaReklam/Classes/Model/Customer.cs (dodane)
-
BazaReklam/Classes/Model/Product.cs (dodane)
-
BazaReklam/Classes/Model/ProductDetail.cs (dodane)
-
BazaReklam/Classes/Model/Provision.cs (dodane)
-
BazaReklam/Classes/Model/Subscription.cs (dodane)
-
BazaReklam/Classes/Model/SubscriptionDetail.cs (dodane)
-
BazaReklam/Classes/Model/SubscriptionType.cs (dodane)
-
BazaReklam/Classes/Repositories/CustomerRepository.cs (dodane)
-
BazaReklam/Classes/Repositories/ProductRepository.cs (dodane)
-
BazaReklam/Classes/Repositories/ProvisionRepository.cs (dodane)
-
BazaReklam/Classes/Repositories/SubscriptionTypeRepository.cs (dodane)
-
BazaReklam/ClientsForm.Designer.cs (zmodyfikowane) (1 diff)
-
BazaReklam/FactureViewer.cs (zmodyfikowane) (1 diff)
-
BazaReklam/KorektyForm.cs (zmodyfikowane) (4 diffs)
-
BazaReklam/OrderViewer.cs (zmodyfikowane) (2 diffs)
-
BazaReklam/ProjectForm.cs (zmodyfikowane) (3 diffs)
-
BazaReklam/Properties/Settings.Designer.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ProvisionEditForm.Designer.cs (dodane)
-
BazaReklam/ProvisionEditForm.cs (dodane)
-
BazaReklam/ProvisionEditForm.resx (dodane)
-
BazaReklam/SubscriptionForm.Designer.cs (dodane)
-
BazaReklam/SubscriptionForm.cs (dodane)
-
BazaReklam/SubscriptionForm.resx (dodane)
-
BazaReklam/ZestawienieZamowienForm.Designer.cs (zmodyfikowane) (2 diffs)
-
BazaReklamSetup/BazaReklamSetup.vdproj (zmodyfikowane) (2 diffs)
-
BazaZamowien (zmodyfikowane) (1 prop)
-
BazaZamowien_Instalka (zmodyfikowane) (1 prop)
-
BazaZamowien_Updater (zmodyfikowane) (1 prop)
-
RaportySQL/ErrorLog.rdl (zmodyfikowane) (3 diffs)
-
TruckExpoCDN/CDNDataSet.Designer.cs (zmodyfikowane) (1 diff)
-
TruckExpoCDN/EXPODataSet.Designer.cs (zmodyfikowane) (1 diff)
-
TruckExpoCDN/ExportToCDN.csproj (zmodyfikowane) (2 diffs)
-
TruckExpoCDN/Properties/Resources.Designer.cs (zmodyfikowane) (1 diff)
-
TruckExpoCDN/Properties/Settings.Designer.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam.Updater/BazaReklam.Updater.csproj
r609 r981 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 11 11 <AssemblyName>BazaReklam.Updater</AssemblyName> 12 12 <ApplicationIcon>29.ico</ApplicationIcon> 13 <FileUpgradeFlags> 14 </FileUpgradeFlags> 15 <OldToolsVersion>2.0</OldToolsVersion> 16 <UpgradeBackupLocation> 17 </UpgradeBackupLocation> 13 18 </PropertyGroup> 14 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
trunk/BazaReklam.Updater/Properties/Resources.Designer.cs
r597 r981 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30534 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
trunk/BazaReklam.Updater/Properties/Settings.Designer.cs
r597 r981 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30534 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 8.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
trunk/BazaReklam.sln
r609 r981 1 1 2 Microsoft Visual Studio Solution File, Format Version 9.003 # Visual Studio 200 52 Microsoft Visual Studio Solution File, Format Version 10.00 3 # Visual Studio 2008 4 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Baza Reklam", "BazaReklam\Baza Reklam.csproj", "{BBBFA978-486C-4BE9-88C7-F24C0496D0FC}" 5 EndProject6 Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "RaportySQL", "RaportySQL\RaportySQL.rptproj", "{C21ED0FA-2806-4BE2-8843-530364FBA631}"7 5 EndProject 8 6 Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "BazaReklamSetup", "BazaReklamSetup\BazaReklamSetup.vdproj", "{376FC7DF-ED3D-4EF4-81F9-92249C2A8335}" … … 28 26 {BBBFA978-486C-4BE9-88C7-F24C0496D0FC}.Release|Any CPU.ActiveCfg = Release|Any CPU 29 27 {BBBFA978-486C-4BE9-88C7-F24C0496D0FC}.Release|Any CPU.Build.0 = Release|Any CPU 30 {C21ED0FA-2806-4BE2-8843-530364FBA631}.Debug|Any CPU.ActiveCfg = Debug31 {C21ED0FA-2806-4BE2-8843-530364FBA631}.DebugLocal|Any CPU.ActiveCfg = DebugLocal32 {C21ED0FA-2806-4BE2-8843-530364FBA631}.Production|Any CPU.ActiveCfg = Debug33 {C21ED0FA-2806-4BE2-8843-530364FBA631}.Release|Any CPU.ActiveCfg = Production34 28 {376FC7DF-ED3D-4EF4-81F9-92249C2A8335}.Debug|Any CPU.ActiveCfg = Debug 35 29 {376FC7DF-ED3D-4EF4-81F9-92249C2A8335}.DebugLocal|Any CPU.ActiveCfg = Debug -
trunk/BazaReklam/Baza Reklam.csproj
r961 r981 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion> 8.0.50727</ProductVersion>5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{BBBFA978-486C-4BE9-88C7-F24C0496D0FC}</ProjectGuid> … … 16 16 <SignManifests>true</SignManifests> 17 17 <IsWebBootstrapper>true</IsWebBootstrapper> 18 <FileUpgradeFlags> 19 </FileUpgradeFlags> 20 <OldToolsVersion>2.0</OldToolsVersion> 21 <UpgradeBackupLocation> 22 </UpgradeBackupLocation> 18 23 <PublishUrl>C:\CT\BazaReklam_ClickOnce\</PublishUrl> 19 24 <Install>true</Install> … … 33 38 <WebPage>index.htm</WebPage> 34 39 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 40 <ApplicationRevision>0</ApplicationRevision> 35 41 <ApplicationVersion>1.2.8.0</ApplicationVersion> 42 <UseApplicationTrust>false</UseApplicationTrust> 36 43 <BootstrapperEnabled>false</BootstrapperEnabled> 37 44 </PropertyGroup> … … 782 789 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 783 790 <Visible>False</Visible> 784 <ProductName>.NET Framework 2.0 </ProductName>791 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 785 792 <Install>true</Install> 793 </BootstrapperPackage> 794 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 795 <Visible>False</Visible> 796 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 797 <Install>false</Install> 798 </BootstrapperPackage> 799 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 800 <Visible>False</Visible> 801 <ProductName>.NET Framework 3.5</ProductName> 802 <Install>false</Install> 786 803 </BootstrapperPackage> 787 804 </ItemGroup> -
trunk/BazaReklam/Baza Reklam.csproj.user
r890 r981 9 9 <BootstrapperUrlHistory> 10 10 </BootstrapperUrlHistory> 11 <ApplicationRevision>0</ApplicationRevision>12 11 <FallbackCulture>en-US</FallbackCulture> 13 12 <VerifyUploadedFiles>true</VerifyUploadedFiles> -
trunk/BazaReklam/ClientsForm.Designer.cs
r889 r981 7089 7089 private System.Windows.Forms.Button btnAddSubscription; 7090 7090 private System.Windows.Forms.DataGridView gridSubscriptions; 7091 private System.Windows.Forms.DataGridViewTextBoxColumn Price;7092 7091 private System.Windows.Forms.Button btnEditSubscription; 7093 7092 private System.Windows.Forms.Button btnDelSubscription; -
trunk/BazaReklam/FactureViewer.cs
r961 r981 510 510 Dispose(); 511 511 } 512 513 512 } 514 513 -
trunk/BazaReklam/KorektyForm.cs
r676 r981 20 20 private SqlDataAdapter sqlDataAdapter; 21 21 22 private bool commandExecuted = false;22 //private bool commandExecuted = false; 23 23 24 24 public static KorektyForm getFacturesForm(MDIBazaReklam parent) … … 169 169 command.Parameters.AddWithValue("@miesiac", e.Node.Name); 170 170 sqlDataAdapter.Fill(this.rEKLAMADataSet.VIEW_ZESTAWIENIE_FAKTUR_NOWE); 171 commandExecuted = true;171 //commandExecuted = true; 172 172 fakturyDataGridView.Refresh(); 173 173 … … 183 183 command.Parameters.AddWithValue("@miesiac", e.Node.Name); 184 184 sqlDataAdapter.Fill(this.rEKLAMADataSet.VIEW_KOREKTY); 185 commandExecuted = true;185 //commandExecuted = true; 186 186 fakturyDataGridView.Refresh(); 187 187 … … 381 381 { 382 382 sqlDataAdapter.Fill(rEKLAMADataSet.VIEW_KOREKTY); 383 commandExecuted = true;383 //commandExecuted = true; 384 384 } 385 385 finally -
trunk/BazaReklam/OrderViewer.cs
r923 r981 12 12 using System.IO; 13 13 using System.Reflection; 14 15 14 using Baza_Reklam.Classes.Helpers; 16 15 using Baza_Reklam.Classes.Interfaces; … … 39 38 reportViewer1.LocalReport.DataSources.Add(new ReportDataSource("zamowienie", zamowienieTableAdapter.GetDataByReklamaId(reklamaId))); 40 39 41 42 40 SqlCommand cm = new SqlCommand(); 43 41 cm.Connection = new SqlConnection(); 44 cm.CommandText = "declare @test varchar(800); set @test = ''; declare @nr_wyd int; " + 42 cm.CommandText = 43 " declare @test varchar(800); " + 44 " set @test = ''; " + 45 " declare @nr_wyd int; " + 45 46 " DECLARE kur2 CURSOR FOR SELECT [Nr Wydania] FROM [UKA¯E SIÊ W NR] WHERE (ReklamaId = @param) order by [Nr Wydania];" + 46 " OPEN kur2; FETCH NEXT from kur2 into @nr_wyd; while @@fetch_status=0 begin set @test = @test + ', ' + CAST(@nr_wyd AS varchar); " + 47 " fetch next from kur2 into @nr_wyd; end CLOSE kur2; DEALLOCATE kur2; select @test; "; 47 " OPEN kur2; " + 48 " FETCH NEXT from kur2 into @nr_wyd; " + 49 " while @@fetch_status=0 " + 50 " begin " + 51 " set @test = @test + ', ' + CAST(@nr_wyd AS varchar); " + 52 " fetch next from kur2 into @nr_wyd; " + 53 " end " + 54 " CLOSE kur2; " + 55 " DEALLOCATE kur2; " + 56 " select @test; "; 57 48 58 cm.Parameters.AddWithValue("@param", reklamaId); 49 59 cm.Connection.ConnectionString = ConnString.getConnString().Value; -
trunk/BazaReklam/ProjectForm.cs
r889 r981 154 154 row2["kolor"] = row["KOLOR"]; 155 155 row2["lokalizacja"] = row["strona"]; 156 row2["dataemisji"] = piewrszaEmisja(ReklamaId);156 row2["dataemisji"] = PierwszaEmisja(ReklamaId); 157 157 row2["AGENT"] = User.Instance().Login; 158 158 row2["DATA_AGENT"] = DateTime.Now; … … 253 253 /// Wyszukuje nr pierwszej emisji... 254 254 /// </summary> 255 private static int piewrszaEmisja(int reklamaId) {256 255 private static int PierwszaEmisja(int reklamaId) 256 { 257 257 SqlConnection conn = new SqlConnection(ConnString.getConnString().Value); 258 258 … … 276 276 conn.Close(); 277 277 } 278 return 0;279 278 } 280 279 -
trunk/BazaReklam/Properties/Settings.Designer.cs
r906 r981 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 8.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
trunk/BazaReklam/ZestawienieZamowienForm.Designer.cs
r791 r981 1098 1098 private System.Windows.Forms.BindingSource VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource; 1099 1099 private Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter; 1100 private System.Windows.Forms.DataGridViewTextBoxColumn usernameDataGridViewTextBoxColumn;1101 private System.Windows.Forms.DataGridViewTextBoxColumn column1DataGridViewTextBoxColumn;1102 1100 private System.Windows.Forms.SplitContainer splitContainer2; 1103 1101 private System.Windows.Forms.DataGridView fakturyDataGridView; … … 1120 1118 private System.Windows.Forms.ToolStripTextBox rokToolStripTextBox; 1121 1119 private System.Windows.Forms.ToolStripTextBox kodKlientaToolStripTextBox; 1122 private System.Windows.Forms.DataGridViewTextBoxColumn iloscDataGridViewTextBoxColumn;1123 private System.Windows.Forms.DataGridViewTextBoxColumn wartoscNettoZafakturowanaDataGridViewTextBoxColumn;1124 1120 private System.Windows.Forms.Label label2; 1125 1121 private System.Windows.Forms.Label label1; -
trunk/BazaReklamSetup/BazaReklamSetup.vdproj
r924 r981 578 578 "Name" = "8:Microsoft Visual Studio" 579 579 "ProductName" = "8:Baza Reklam" 580 "ProductCode" = "8:{ C1C574BC-ED7C-4CEA-B487-ADC2A164F25D}"581 "PackageCode" = "8:{ 251D93B0-039F-4CC7-9ED8-3F5EF4F936B2}"580 "ProductCode" = "8:{0553529D-70F2-40D5-9ED7-0DAB681B62BB}" 581 "PackageCode" = "8:{F7CFD8B8-FE02-4E5C-9665-28F5691FBC7C}" 582 582 "UpgradeCode" = "8:{4E2DBBA4-3139-4790-8DDB-7AADFC963A7D}" 583 583 "RestartWWWService" = "11:FALSE" … … 585 585 "DetectNewerInstalledVersion" = "11:TRUE" 586 586 "InstallAllUsers" = "11:TRUE" 587 "ProductVersion" = "8:1.2. 7"587 "ProductVersion" = "8:1.2.8" 588 588 "Manufacturer" = "8:AACT" 589 589 "ARPHELPTELEPHONE" = "8:" -
trunk/BazaZamowien
- Włąściwość: svn:mergeinfo deleted
-
trunk/BazaZamowien_Instalka
- Włąściwość: svn:mergeinfo deleted
-
trunk/BazaZamowien_Updater
- Włąściwość: svn:mergeinfo deleted
-
trunk/RaportySQL/ErrorLog.rdl
r554 r981 193 193 </DataSets> 194 194 <Code /> 195 <Width>2 7cm</Width>195 <Width>26.82002cm</Width> 196 196 <Body> 197 197 <ColumnSpacing>1cm</ColumnSpacing> … … 199 199 <Textbox Name="textbox1"> 200 200 <rd:DefaultName>textbox1</rd:DefaultName> 201 <Width>26.75cm</Width> 201 202 <Style> 202 203 <FontSize>14pt</FontSize> … … 497 498 </TableGroup> 498 499 </TableGroups> 499 <Width>26.82002cm</Width>500 500 <Details> 501 501 <TableRows> -
trunk/TruckExpoCDN/CDNDataSet.Designer.cs
r479 r981 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30534 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
trunk/TruckExpoCDN/EXPODataSet.Designer.cs
r834 r981 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30824 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
trunk/TruckExpoCDN/ExportToCDN.csproj
r528 r981 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 10 10 <RootNamespace>ExportFaktur</RootNamespace> 11 11 <AssemblyName>ExportToCDN</AssemblyName> 12 <FileUpgradeFlags> 13 </FileUpgradeFlags> 14 <OldToolsVersion>2.0</OldToolsVersion> 15 <UpgradeBackupLocation> 16 </UpgradeBackupLocation> 12 17 </PropertyGroup> 13 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
trunk/TruckExpoCDN/Properties/Resources.Designer.cs
r479 r981 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30534 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
trunk/TruckExpoCDN/Properties/Settings.Designer.cs
r479 r981 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30534 // Runtime Version:2.0.50727.4200 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 8.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17
