- Data:
- 2009-07-22 16:04:57 (17 years ago)
- Lokalizacja:
- branches/Abonament
- Pliki:
-
- 23 zmodyfikowane
- 1 skopiowane
-
. (zmodyfikowane) (1 prop)
-
BazaReklam.Updater/ICSharpCode.SharpZipLib/BZip2 (zmodyfikowane) (1 prop)
-
BazaReklam.Updater/ICSharpCode.SharpZipLib/Checksums (zmodyfikowane) (1 prop)
-
BazaReklam.Updater/ICSharpCode.SharpZipLib/Core (zmodyfikowane) (1 prop)
-
BazaReklam.Updater/ICSharpCode.SharpZipLib/Encryption (zmodyfikowane) (1 prop)
-
BazaReklam.Updater/ICSharpCode.SharpZipLib/Tar (zmodyfikowane) (1 prop)
-
BazaReklam.Updater/ICSharpCode.SharpZipLib/Zip (zmodyfikowane) (1 prop)
-
BazaReklam/Baza Reklam.csproj (zmodyfikowane) (1 diff)
-
BazaReklam/Classes/Helpers/ReklamaHelper.cs (zmodyfikowane) (1 diff)
-
BazaReklam/Docs/versioninfo.html (zmodyfikowane) (1 diff)
-
BazaReklam/KalendarzEmisji.cs (zmodyfikowane) (6 diffs)
-
BazaReklam/OrderDetails.cs (zmodyfikowane) (3 diffs)
-
BazaReklam/Properties/AssemblyInfo.cs (zmodyfikowane) (1 diff)
-
BazaReklam/ZamowieniaForm.cs (zmodyfikowane) (3 diffs)
-
BazaReklamSetup/BazaReklamSetup.vdproj (zmodyfikowane) (2 diffs)
-
BazaZamowien/Classes/Premie (zmodyfikowane) (1 prop)
-
BazaZamowien/Classes/Zamowienia (zmodyfikowane) (1 prop)
-
BazaZamowien/Properties (zmodyfikowane) (1 prop)
-
BazaZamowien/Raporty (zmodyfikowane) (1 prop)
-
BazaZamowien_Updater/Properties (zmodyfikowane) (1 prop)
-
RaportySQL/ZmianyEmisji.rdl (zmodyfikowane) (7 diffs)
-
RaportySQL/ZmianyEmisji.rdl.data (zmodyfikowane) (poprzedni)
-
SQL/StoredProcedures/sp_AddUpdateIssueChange.txt (skopiowane) (skopiowane from trunk/SQL/StoredProcedures/sp_AddUpdateIssueChange.txt)
-
SQL/Views/VIEW_RAPORT_ZMIAN_EMISJI.txt (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Abonament
- Property svn:mergeinfo
-
old new 1 1 /branches/ReklamaReorganizacja:568-731 2 /trunk:708-758,760-76 22 /trunk:708-758,760-768
-
- Property svn:mergeinfo
-
branches/Abonament/BazaReklam.Updater/ICSharpCode.SharpZipLib/BZip2
- Włąściwość: svn:mergeinfo changed from /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/BZip2:708-758,760-762 to /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/BZip2:708-758,760-768
-
branches/Abonament/BazaReklam.Updater/ICSharpCode.SharpZipLib/Checksums
- Włąściwość: svn:mergeinfo changed from /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Checksums:708-758,760-762 to /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Checksums:708-758,760-768
-
branches/Abonament/BazaReklam.Updater/ICSharpCode.SharpZipLib/Core
- Włąściwość: svn:mergeinfo changed from /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Core:708-758,760-762 to /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Core:708-758,760-768
-
branches/Abonament/BazaReklam.Updater/ICSharpCode.SharpZipLib/Encryption
- Włąściwość: svn:mergeinfo changed from /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Encryption:708-758,760-762 to /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Encryption:708-758,760-768
-
branches/Abonament/BazaReklam.Updater/ICSharpCode.SharpZipLib/Tar
- Włąściwość: svn:mergeinfo changed from /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Tar:708-758,760-762 to /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Tar:708-758,760-768
-
branches/Abonament/BazaReklam.Updater/ICSharpCode.SharpZipLib/Zip
- Włąściwość: svn:mergeinfo changed from /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Zip:708-758,760-762 to /trunk/BazaReklam.Updater/ICSharpCode.SharpZipLib/Zip:708-758,760-768
-
branches/Abonament/BazaReklam/Baza Reklam.csproj
r763 r769 33 33 <WebPage>index.htm</WebPage> 34 34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 35 <ApplicationVersion>1.1.2 2.0</ApplicationVersion>35 <ApplicationVersion>1.1.23.0</ApplicationVersion> 36 36 <BootstrapperEnabled>false</BootstrapperEnabled> 37 37 </PropertyGroup> -
branches/Abonament/BazaReklam/Classes/Helpers/ReklamaHelper.cs
r754 r769 68 68 69 69 } 70 71 public static void AddUpdateIssueChange(double issueId, int currentIssueNumer, int newIssueNumber) 72 { 73 SqlConnection conn = null; 74 SqlCommand cmd = null; 75 76 try 77 { 78 conn = new SqlConnection(ConnString.getConnString().Value); 79 conn.Open(); 80 cmd = new SqlCommand("sp_AddUpdateIssueChange", conn); 81 cmd.CommandType = CommandType.StoredProcedure; 82 cmd.Parameters.AddWithValue("@issueId", issueId); 83 cmd.Parameters.AddWithValue("@currentIssueNumer", currentIssueNumer); 84 cmd.Parameters.AddWithValue("@newIssueNumber", newIssueNumber); 85 cmd.ExecuteNonQuery(); 86 } 87 finally 88 { 89 if (cmd != null) 90 cmd.Dispose(); 91 92 if (conn != null && conn.State == ConnectionState.Open) 93 { 94 conn.Close(); 95 conn.Dispose(); 96 } 97 } 98 99 } 70 100 } 71 101 } -
branches/Abonament/BazaReklam/Docs/versioninfo.html
r763 r769 6 6 <body> 7 7 <h1>Baza reklam - Informacje o wersji</h1> 8 <div> 9 <a id="1.1.23" /> 10 <h2>Wersja 1.1.23 (2009-07-22)</h2> 11 <p>Opis zmian wprowadzonych do wersji 1.1.23</p> 12 <ul> 13 <li>Zgłoszenie #185: poprawiono błąd występujący podczas zmiany numeru emisji - czasem jako nr wydania pojawiały się zera</li> 14 </ul> 15 </div> 8 16 <div> 9 17 <a id="1.1.22" /> -
branches/Abonament/BazaReklam/KalendarzEmisji.cs
r754 r769 9 9 public partial class KalendarzEmisji : Form 10 10 { 11 //emisja, która ukazala sie w gazecie12 public readonly string WYDANA = "wydana";13 //emisja, ktora sie dopiero ukaze14 public readonly string NIEWYDANA = "niewydana";15 //emisja zafakturowana16 public readonly string ZAFAKTUROWANA = "zafakturowana";17 //emisja zafakturowana i wydana18 public readonly string ZAFAKTUROWANA_WYDANA = "zafakturowana_wydana";19 //emisja siê nie ukazala, ale jest w miesiacu, ktory jest juz zafakturowany20 public readonly string MS_ZAFAKTUROWANY_NIEWYDANA = "zafakturowana_wydana";21 //emisja do zmiany22 public readonly string DO_ZMIANY = "do_zmiany";23 //emisja do zmiany24 public readonly string NOWA = "nowa";25 26 11 string tytul; 27 12 … … 37 22 38 23 readonly short emisjaDoZmiany; 39 short nowaEmisja;24 short? nowaEmisja; 40 25 41 26 int iloscEmisji; … … 47 32 #region properties 48 33 49 public short NowaEmisja34 public short? NowaEmisja 50 35 { 51 36 get { return nowaEmisja; } … … 117 102 nRDataGridView.CellValueChanged += nRDataGridView_CellValueChanged; 118 103 nRDataGridView.CellContentClick += nRDataGridView_CellContentClicked; 119 120 // nRBindingSource.ResetBindings(false);121 104 } 122 105 … … 155 138 private void zmienButton_Click(object sender, EventArgs e) 156 139 { 157 foreach (REKLAMADataSet.UKAZE_SIE_W_NRRow r in emisje) 158 { 159 if (r.RowState != DataRowState.Deleted) 160 { 161 if (r.Nr_Wydania == emisjaDoZmiany) 162 { 163 r.Nr_Wydania = nowaEmisja; 164 r.EndEdit(); 165 break; 166 } 167 } 168 } 140 //foreach (REKLAMADataSet.UKAZE_SIE_W_NRRow r in emisje) 141 //{ 142 // if (r.RowState != DataRowState.Deleted) 143 // { 144 // if (r.Nr_Wydania == emisjaDoZmiany && nowaEmisja.HasValue) 145 // { 146 // r.Nr_Wydania = nowaEmisja.Value; 147 // r.EndEdit(); 148 // break; 149 // } 150 // } 151 //} 152 nowaEmisja = GetNewIssueNumber(); 153 154 } 155 156 private short? GetNewIssueNumber() 157 { 158 short? newIssueNumer = null; 159 bool? isIssueChecked; 160 161 foreach (DataGridViewRow row in nRDataGridView.Rows) 162 { 163 if (row.ReadOnly || (row.DefaultCellStyle.BackColor != Color.White && row.DefaultCellStyle.BackColor != Color.LightYellow)) continue; 164 165 isIssueChecked = (bool?)row.Cells[3].Value; 166 if (!isIssueChecked.HasValue || !isIssueChecked.Value) continue; 167 168 newIssueNumer = (short)row.Cells[0].Value; 169 break; 170 } 171 172 return newIssueNumer; 169 173 } 170 174 171 175 private void nRDataGridView_CellContentClicked(object sender, DataGridViewCellEventArgs e) 172 176 { 173 if (e.RowIndex >= 0) 174 { 175 if (!nRDataGridView.Rows[e.RowIndex].ReadOnly) 176 { 177 if (e.ColumnIndex == 3) 178 { 179 if (nRDataGridView.Rows[e.RowIndex].DefaultCellStyle.BackColor == Color.White) 180 { 181 if (emisjaDoZmiany != 0 && index != -1) 182 { 183 nRDataGridView.Rows[index].Cells[3].Value = false; 184 nRDataGridView.Rows[index].DefaultCellStyle.BackColor = Color.White; 185 } 186 187 nowaEmisja = (short)nRDataGridView.Rows[e.RowIndex].Cells[0].Value; 188 index = e.RowIndex; 189 190 nRDataGridView.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.LightYellow; 191 } 192 else 193 { 194 nowaEmisja = (short)nRDataGridView.Rows[e.RowIndex].Cells[0].Value; 195 index = e.RowIndex; 196 197 nRDataGridView.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.White; 198 } 199 200 } 201 } 177 if (e.RowIndex < 0) return; 178 179 if (nRDataGridView.Rows[e.RowIndex].ReadOnly) return; 180 181 if (e.ColumnIndex != 3) return; 182 183 if (nRDataGridView.Rows[e.RowIndex].DefaultCellStyle.BackColor == Color.White) 184 { 185 if (emisjaDoZmiany != 0 && index != -1) 186 { 187 nRDataGridView.Rows[index].Cells[3].Value = false; 188 nRDataGridView.Rows[index].DefaultCellStyle.BackColor = Color.White; 189 } 190 191 nowaEmisja = (short) nRDataGridView.Rows[e.RowIndex].Cells[0].Value; 192 index = e.RowIndex; 193 194 nRDataGridView.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.LightYellow; 195 } 196 else 197 { 198 nowaEmisja = (short) nRDataGridView.Rows[e.RowIndex].Cells[0].Value; 199 index = e.RowIndex; 200 201 nRDataGridView.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.White; 202 202 } 203 203 nRDataGridView.EndEdit(); … … 206 206 private void nRDataGridView_CellValueChanged(object sender, DataGridViewCellEventArgs e) 207 207 { 208 if (e.ColumnIndex == 3) 209 { 210 if (((bool)nRDataGridView[e.ColumnIndex, e.RowIndex].Value)) 211 { 212 iloscEmisji++; 213 } 214 else 215 { 216 iloscEmisji--; 217 } 218 219 label2.Text = iloscEmisji.ToString(); 220 } 208 if (e.ColumnIndex != 3) return; 209 210 if (((bool) nRDataGridView[e.ColumnIndex, e.RowIndex].Value)) 211 iloscEmisji++; 212 else 213 iloscEmisji--; 214 215 label2.Text = iloscEmisji.ToString(); 221 216 } 222 217 223 218 private void nRDataGridView_DataBindingComplete(object sender, DataGridViewBindingCompleteEventArgs e) 224 219 { 225 if (e.ListChangedType == ListChangedType.Reset) 226 { 227 foreach (DataGridViewRow row in nRDataGridView.Rows) 228 { 229 row.DefaultCellStyle.BackColor = Color.White; 230 231 row.Cells[2].Value = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.DayNames 232 [(int)Convert.ToDateTime(row.Cells[1].Value).DayOfWeek]; 233 234 DataRow[] table = emisje.Select("[Nr Wydania]=" + row.Cells[0].Value); 235 236 if (table != null && table.Length > 0) 220 if (e.ListChangedType != ListChangedType.Reset) return; 221 222 foreach (DataGridViewRow row in nRDataGridView.Rows) 223 { 224 row.DefaultCellStyle.BackColor = Color.White; 225 226 row.Cells[2].Value = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.DayNames 227 [(int) Convert.ToDateTime(row.Cells[1].Value).DayOfWeek]; 228 229 DataRow[] table = emisje.Select("[Nr Wydania]=" + row.Cells[0].Value); 230 231 if (table != null && table.Length > 0) 232 { 233 row.ReadOnly = true; 234 row.Cells[3].Value = true; 235 row.DefaultCellStyle.BackColor = Color.WhiteSmoke; 236 237 REKLAMADataSet.UKAZE_SIE_W_NRRow em = 238 (REKLAMADataSet.UKAZE_SIE_W_NRRow) table[0]; 239 240 if (Convert.ToDateTime(row.Cells[1].Value) < DateTime.Today) 241 { 242 row.DefaultCellStyle.BackColor = Color.MintCream; 243 } 244 else 245 { 246 if (em.zafakturowana) 247 { 248 row.DefaultCellStyle.BackColor = Color.LightGray; 249 } 250 251 //anulowana 252 if (em.status == 2) 253 { 254 row.DefaultCellStyle.ForeColor = Color.Red; 255 } 256 257 if (emisjaDoZmiany == (short) row.Cells[0].Value) 258 { 259 row.DefaultCellStyle.BackColor = Color.MistyRose; 260 } 261 } 262 } 263 else if (emisjaDoZmiany == 0) 264 { 265 //emisja nie zosta³a wczeniej wybrana, ale jej misi¹c ju¿ 266 // jest zafakturowany 267 DateTime dataWydania = (DateTime) row.Cells[1].Value; 268 if (dataWydania.Year <= dataOstatatniejZafakturowanejEmisji.Year 269 && 270 dataWydania.Month <= dataOstatatniejZafakturowanejEmisji.Month) 237 271 { 238 272 row.ReadOnly = true; 239 row.Cells[3].Value = true; 240 row.DefaultCellStyle.BackColor = Color.WhiteSmoke; 241 242 REKLAMADataSet.UKAZE_SIE_W_NRRow em = 243 (REKLAMADataSet.UKAZE_SIE_W_NRRow)table[0]; 244 245 if (Convert.ToDateTime(row.Cells[1].Value) < DateTime.Today) 246 { 247 row.DefaultCellStyle.BackColor = Color.MintCream; 248 } 249 else 250 { 251 if (em.zafakturowana) 252 { 253 row.DefaultCellStyle.BackColor = Color.LightGray; 254 } 255 256 //anulowana 257 if (em.status == 2) 258 { 259 row.DefaultCellStyle.ForeColor = Color.Red; 260 } 261 262 if (emisjaDoZmiany == (short)row.Cells[0].Value) 263 { 264 row.DefaultCellStyle.BackColor = Color.MistyRose; 265 } 266 } 267 } 268 else if (emisjaDoZmiany == 0) 269 { 270 //emisja nie zosta³a wczeniej wybrana, ale jej misi¹c ju¿ 271 // jest zafakturowany 272 DateTime dataWydania = (DateTime)row.Cells[1].Value; 273 if (dataWydania.Year <= dataOstatatniejZafakturowanejEmisji.Year 274 && 275 dataWydania.Month <= dataOstatatniejZafakturowanejEmisji.Month) 276 { 277 row.ReadOnly = true; 278 row.DefaultCellStyle.BackColor = Color.LightGray; 279 } 280 } 281 } 282 } 283 } 284 273 row.DefaultCellStyle.BackColor = Color.LightGray; 274 } 275 } 276 } 277 } 285 278 } 286 279 } -
branches/Abonament/BazaReklam/OrderDetails.cs
r754 r769 1285 1285 if (emisjaRow.zafakturowana) 1286 1286 { 1287 zmienToolStripMenuItem.Visible = true;1287 zmienToolStripMenuItem.Visible = emisjaRow.status == 0; 1288 1288 usunToolStripMenuItem.Visible = false; 1289 anulujToolStripMenuItem.Visible = true;1289 anulujToolStripMenuItem.Visible = emisjaRow.status == 0; 1290 1290 1291 1291 e.ContextMenuStrip = emisjeContextMenuStrip; … … 1369 1369 emisja.Nr_Wydania); 1370 1370 1371 if (kalendarz.ShowDialog() == DialogResult.OK )1371 if (kalendarz.ShowDialog() == DialogResult.OK && kalendarz.NowaEmisja.HasValue) 1372 1372 { 1373 1373 short staraEmisja = emisja.Nr_Wydania; 1374 1374 1375 emisja.Nr_Wydania = kalendarz.NowaEmisja ;1375 emisja.Nr_Wydania = kalendarz.NowaEmisja.Value; 1376 1376 emisja.EndEdit(); 1377 1377 rEKLAMADataSet.UKAZE_SIE_W_NR.EndInit(); … … 1379 1379 1380 1380 if (emisja.zafakturowana && (staraEmisja != kalendarz.NowaEmisja)) 1381 rEKLAMADataSet.zmianyEmisji.AddzmianyEmisjiRow(emisja, 1382 staraEmisja, 1383 kalendarz.NowaEmisja, 1384 DateTime.Now); 1381 ReklamaHelper.AddUpdateIssueChange((double)emisja.ID, staraEmisja, kalendarz.NowaEmisja.Value); 1385 1382 } 1386 1383 } -
branches/Abonament/BazaReklam/Properties/AssemblyInfo.cs
r763 r769 30 30 // 31 31 [assembly: AssemblyVersion("1.0.0.0")] 32 [assembly: AssemblyFileVersion("1.1.2 2")]32 [assembly: AssemblyFileVersion("1.1.23")] -
branches/Abonament/BazaReklam/ZamowieniaForm.cs
r760 r769 1243 1243 usunKorekte(faktura); 1244 1244 else 1245 usunFakture(faktura);1245 UsunFakture(faktura); 1246 1246 1247 1247 Cursor = Cursors.Default; … … 1306 1306 } 1307 1307 1308 private void usunFakture(REKLAMADataSet.FAKTURYRow faktura)1308 private void UsunFakture(REKLAMADataSet.FAKTURYRow faktura) 1309 1309 { 1310 1310 int idFakt = faktura.ID_FAKTURY; … … 1427 1427 DataRow[] rows = rEKLAMADataSet.FAKTURY.Select("id_faktury=" + id); 1428 1428 if (rows.Length > 0) 1429 usunFakture((REKLAMADataSet.FAKTURYRow)rows[0]);1430 1429 UsunFakture((REKLAMADataSet.FAKTURYRow) rows[0]); 1430 1431 1431 RestoreConnections(); 1432 1432 Cursor = Cursors.Default; -
branches/Abonament/BazaReklamSetup/BazaReklamSetup.vdproj
r763 r769 656 656 "Name" = "8:Microsoft Visual Studio" 657 657 "ProductName" = "8:Baza Reklam" 658 "ProductCode" = "8:{ 6D59D318-A28A-4635-9D6F-1EBFDD3FDA32}"659 "PackageCode" = "8:{ B8039EEE-AE21-4E96-ACC4-9A59E89D2E0F}"658 "ProductCode" = "8:{F0CEF34A-E815-4D04-8A8E-28047479257F}" 659 "PackageCode" = "8:{22ABD221-8699-47FA-96A6-F0FC1D3952C9}" 660 660 "UpgradeCode" = "8:{4E2DBBA4-3139-4790-8DDB-7AADFC963A7D}" 661 661 "RestartWWWService" = "11:FALSE" … … 663 663 "DetectNewerInstalledVersion" = "11:TRUE" 664 664 "InstallAllUsers" = "11:TRUE" 665 "ProductVersion" = "8:1.1.2 2"665 "ProductVersion" = "8:1.1.23" 666 666 "Manufacturer" = "8:AACT" 667 667 "ARPHELPTELEPHONE" = "8:" -
branches/Abonament/BazaZamowien/Classes/Premie
- Włąściwość: svn:mergeinfo changed from /trunk/BazaZamowien/Classes/Premie:708-758,760-762 to /trunk/BazaZamowien/Classes/Premie:708-758,760-768
-
branches/Abonament/BazaZamowien/Classes/Zamowienia
- Włąściwość: svn:mergeinfo changed from /trunk/BazaZamowien/Classes/Zamowienia:708-758,760-762 to /trunk/BazaZamowien/Classes/Zamowienia:708-758,760-768
-
branches/Abonament/BazaZamowien/Properties
- Włąściwość: svn:mergeinfo changed from /trunk/BazaZamowien/Properties:708-758,760-762 to /trunk/BazaZamowien/Properties:708-758,760-768
-
branches/Abonament/BazaZamowien/Raporty
- Włąściwość: svn:mergeinfo changed from /trunk/BazaZamowien/Raporty:708-758,760-762 to /trunk/BazaZamowien/Raporty:708-758,760-768
-
branches/Abonament/BazaZamowien_Updater/Properties
- Włąściwość: svn:mergeinfo changed from /trunk/BazaZamowien_Updater/Properties:708-758,760-762 to /trunk/BazaZamowien_Updater/Properties:708-758,760-768
-
branches/Abonament/RaportySQL/ZmianyEmisji.rdl
r130 r769 72 72 <Field Name="netto"> 73 73 <DataField>netto</DataField> 74 <rd:TypeName>System.D ouble</rd:TypeName>74 <rd:TypeName>System.Decimal</rd:TypeName> 75 75 </Field> 76 76 <Field Name="DATA_W"> … … 82 82 <DataSourceName>BAZA_REKLAM</DataSourceName> 83 83 <CommandText>SELECT idFaktury, NrFaktury, reklamaId, [id reklamy], idZamowienia, nrWyd, dataZmiany, netto, DATA_W 84 FROM VIEW_RAPORT_ZMIAN_EMISJI84 FROM dbo.VIEW_RAPORT_ZMIAN_EMISJI 85 85 WHERE (dataZmiany >= @od) AND (dataZmiany <= @do) 86 86 ORDER BY dataZmiany</CommandText> … … 97 97 </DataSets> 98 98 <Code /> 99 <Width>1 9cm</Width>99 <Width>17.27645cm</Width> 100 100 <Body> 101 101 <ColumnSpacing>1cm</ColumnSpacing> … … 104 104 <DataSetName>Zmiany</DataSetName> 105 105 <Top>0.5cm</Top> 106 <Width>18.77645cm</Width>107 106 <Details> 108 107 <TableRows> … … 508 507 <TableColumns> 509 508 <TableColumn> 510 <Width>0.75cm</Width> 511 </TableColumn> 512 <TableColumn> 513 <Width>4.25cm</Width> 509 <Width>1cm</Width> 510 </TableColumn> 511 <TableColumn> 512 <Width>3.75cm</Width> 513 </TableColumn> 514 <TableColumn> 515 <Width>2.77646cm</Width> 514 516 </TableColumn> 515 517 <TableColumn> … … 517 519 </TableColumn> 518 520 <TableColumn> 519 <Width>2.75cm</Width> 520 </TableColumn> 521 <TableColumn> 522 <Width>2.02645cm</Width> 521 <Width>1.5cm</Width> 523 522 </TableColumn> 524 523 <TableColumn> … … 526 525 </TableColumn> 527 526 <TableColumn> 528 <Width>3 .75cm</Width>527 <Width>3cm</Width> 529 528 </TableColumn> 530 529 </TableColumns> -
branches/Abonament/SQL/Views/VIEW_RAPORT_ZMIAN_EMISJI.txt
r754 r769 32 32 FROM dbo.zmianyEmisji ZE 33 33 LEFT JOIN dbo.[UKA¯E SIÊ W NR] U ON ZE.idEmisji = U.id 34 WHERE ZE.popNrWyd > 034 WHERE U.idFaktury IS NOT NULL 35 35 UNION 36 36 select U.idFaktury,U.reklamaId, ZE.idEmisji, ZE.nastNrWyd, ZE.dataZmiany, + U.netto, 0 as Korekta 37 37 FROM dbo.zmianyEmisji ZE 38 38 LEFT JOIN dbo.[UKA¯E SIÊ W NR] U ON ZE.idEmisji = U.id 39 WHERE ZE.nastNrWyd > 039 WHERE U.idFaktury IS NOT NULL 40 40 --UNION 41 41 --SELECT idFaktury, reklamaId, ID, [Nr Wydania], dataAnulowania, -netto, 1 as Korekta
