- Data:
- 2009-05-26 10:11:26 (17 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 6 zmodyfikowane
-
BazaReklam/Baza Reklam.csproj (zmodyfikowane) (2 diffs)
-
BazaReklam/Docs/versioninfo.html (zmodyfikowane) (1 diff)
-
BazaReklam/Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ReportsForm.cs (zmodyfikowane) (1 diff)
-
BazaReklam/app.config (zmodyfikowane) (1 diff)
-
BazaReklamSetup/BazaReklamSetup.vdproj (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/Baza Reklam.csproj
r638 r654 33 33 <WebPage>index.htm</WebPage> 34 34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 35 <ApplicationVersion>1.1.1 1.0</ApplicationVersion>35 <ApplicationVersion>1.1.12.0</ApplicationVersion> 36 36 <BootstrapperEnabled>false</BootstrapperEnabled> 37 37 </PropertyGroup> … … 704 704 <PublishFile Include="ADODB"> 705 705 <Visible>False</Visible> 706 <PublishState>Exclude</PublishState> 706 707 <Group> 707 708 </Group> 708 709 <TargetPath> 709 710 </TargetPath> 710 <PublishState>Exclude</PublishState>711 711 <FileType>Assembly</FileType> 712 712 </PublishFile> 713 713 <PublishFile Include="Microsoft.ReportViewer.Common"> 714 714 <Visible>False</Visible> 715 <PublishState>Include</PublishState> 715 716 <Group> 716 717 </Group> 717 718 <TargetPath> 718 719 </TargetPath> 719 <PublishState>Include</PublishState>720 720 <FileType>Assembly</FileType> 721 721 </PublishFile> 722 722 <PublishFile Include="Microsoft.ReportViewer.ProcessingObjectModel"> 723 723 <Visible>False</Visible> 724 <PublishState>Include</PublishState> 724 725 <Group> 725 726 </Group> 726 727 <TargetPath> 727 728 </TargetPath> 728 <PublishState>Include</PublishState>729 729 <FileType>Assembly</FileType> 730 730 </PublishFile> 731 731 <PublishFile Include="Microsoft.ReportViewer.WinForms"> 732 732 <Visible>False</Visible> 733 <PublishState>Include</PublishState> 733 734 <Group> 734 735 </Group> 735 736 <TargetPath> 736 737 </TargetPath> 737 <PublishState>Include</PublishState>738 738 <FileType>Assembly</FileType> 739 739 </PublishFile> -
trunk/BazaReklam/Docs/versioninfo.html
r638 r654 6 6 <body> 7 7 <h1>Baza reklam - Informacje o wersji</h1> 8 <div> 9 <a id="1.1.12" /> 10 <h2>Wersja 1.1.12 (2009-05-26)</h2> 11 <p>Opis zmian wprowadzonych do wersji 1.1.12</p> 12 <ul> 13 <li>Zgłoszenie #171: Poprawiono wydruk faktury w przypadku gdy na fakturze są dwie rózne reklamy a suma ich emisji nie przekracza 5 - zgłoszenie Artura Czarneckiego</li> 14 <li>Zgłoszenie #173: Dodano więcej praw użytkownikom działu graficznemu - podobne prawa jak dział producji</li> 15 </ul> 16 </div> 8 17 <div> 9 18 <a id="1.1.11" /> -
trunk/BazaReklam/Properties/AssemblyInfo.cs
r634 r654 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.1.1 1")]32 [assembly: AssemblyFileVersion("1.1.12")] -
trunk/BazaReklam/ReportsForm.cs
r591 r654 28 28 MdiParent = parent; 29 29 30 if (!ConnString.getConnString().Value.Contains("10.0.0.21")) 31 reportViewer1.ServerReport.ReportServerUrl = new Uri(Properties.Settings.Default.reportsServer); 32 else 33 reportViewer1.ServerReport.ReportServerUrl = new Uri(Properties.Settings.Default.reportsServerLocal); 30 reportViewer1.ServerReport.ReportServerUrl = new Uri(Properties.Settings.Default.reportsServer); 34 31 35 32 reportsCatalog = "Zestawienia"; -
trunk/BazaReklam/app.config
r610 r654 21 21 <value>G:\ReklamaFiles\</value> 22 22 </setting> 23 <setting name="reportsServerLocal" serializeAs="String">24 <value>http://10.0.0.39/ReportServer</value>25 </setting>26 23 </Baza_Reklam.Properties.Settings> 27 24 </applicationSettings> -
trunk/BazaReklamSetup/BazaReklamSetup.vdproj
r634 r654 725 725 "Name" = "8:Microsoft Visual Studio" 726 726 "ProductName" = "8:Baza Reklam" 727 "ProductCode" = "8:{ BAB09FCC-CD46-42DD-B229-755DE5D53FAC}"728 "PackageCode" = "8:{ 2513E85D-8D04-4F2F-8F80-439A131B9542}"727 "ProductCode" = "8:{CEC51746-4533-4956-B900-931BF6A51577}" 728 "PackageCode" = "8:{9EBF7E5C-2471-47C1-8622-065BE312364C}" 729 729 "UpgradeCode" = "8:{4E2DBBA4-3139-4790-8DDB-7AADFC963A7D}" 730 730 "RestartWWWService" = "11:FALSE" … … 732 732 "DetectNewerInstalledVersion" = "11:TRUE" 733 733 "InstallAllUsers" = "11:TRUE" 734 "ProductVersion" = "8:1.1.1 1"734 "ProductVersion" = "8:1.1.12" 735 735 "Manufacturer" = "8:AACT" 736 736 "ARPHELPTELEPHONE" = "8:"
