Zbiór zmian 67 dla Baza Reklam 2 - Faktury
- Data:
- 2008-12-13 16:10:51 (17 years ago)
- Lokalizacja:
- Baza Reklam 2 - Faktury
- Pliki:
-
- 12 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
AddZamowienieForm.cs (zmodyfikowane) (1 diff)
-
Baza Reklam.suo (zmodyfikowane) (poprzedni)
-
OrdersForm.cs (zmodyfikowane) (1 diff)
-
REKLAMADataSet.Designer.cs (zmodyfikowane) (53 diffs)
-
REKLAMADataSet.xsd (zmodyfikowane) (71 diffs)
-
REKLAMADataSet.xss (zmodyfikowane) (2 diffs)
-
ZamowieniaForm.Designer.cs (zmodyfikowane) (6 diffs)
-
ZamowieniaForm.cs (zmodyfikowane) (6 diffs)
-
ZestawienieZamowienForm.Designer.cs (zmodyfikowane) (15 diffs)
-
ZestawienieZamowienForm.cs (zmodyfikowane) (11 diffs)
-
ZestawienieZamowienForm.resx (zmodyfikowane) (9 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury
-
Włąściwość:
svn:ignore set
to
bin
obj
-
Włąściwość:
svn:ignore set
to
-
Baza Reklam 2 - Faktury/AddZamowienieForm.cs
r65 r67 13 13 private REKLAMADataSetTableAdapters.KLIENCITableAdapter klienciTableAdapter = 14 14 new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter(); 15 16 public REKLAMADataSet.zamowieniaDataTable Zamowienia 17 { 18 get 19 { 20 return this.rEKLAMADataSet.zamowienia; 21 } 22 } 15 23 16 24 public AddZamowienieForm(int idZam, int idKlienta) -
Baza Reklam 2 - Faktury/OrdersForm.cs
r65 r67 1457 1457 REKLAMADataSet.ReklamyZestawienieRow rek = (REKLAMADataSet.ReklamyZestawienieRow) 1458 1458 row.Row; 1459 1460 REKLAMADataSet.KLIENCIDataTable table = kLIENCITableAdapter.GetDataByCustomerId(rek.CustomerID); 1461 1462 if (table.Rows.Count > 0) 1463 { 1464 ZamowieniaForm zam = new ZamowieniaForm(table[0]); 1465 zam.ShowDialog(); 1466 } 1459 ZamowieniaForm zam = new ZamowieniaForm(rek.CustomerID, rek.idZamowienia); 1460 zam.ShowDialog(); 1467 1461 1468 1462 this.Cursor = Cursors.Default; -
Baza Reklam 2 - Faktury/REKLAMADataSet.Designer.cs
r65 r67 84 84 private DatyWydanDataTable tableDatyWydan; 85 85 86 private ZestawienieZamowienDataTable tableZestawienieZamowien;86 private VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE; 87 87 88 88 private ZestawienieFakturNEWDataTable tableZestawienieFakturNEW; … … 233 233 base.Tables.Add(new DatyWydanDataTable(ds.Tables["DatyWydan"])); 234 234 } 235 if ((ds.Tables[" ZestawienieZamowien"] != null)) {236 base.Tables.Add(new ZestawienieZamowienDataTable(ds.Tables["ZestawienieZamowien"]));235 if ((ds.Tables["VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"] != null)) { 236 base.Tables.Add(new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(ds.Tables["VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"])); 237 237 } 238 238 if ((ds.Tables["ZestawienieFakturNEW"] != null)) { … … 524 524 [global::System.ComponentModel.Browsable(false)] 525 525 [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] 526 public ZestawienieZamowienDataTable ZestawienieZamowien{526 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE { 527 527 get { 528 return this.table ZestawienieZamowien;528 return this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE; 529 529 } 530 530 } … … 694 694 base.Tables.Add(new DatyWydanDataTable(ds.Tables["DatyWydan"])); 695 695 } 696 if ((ds.Tables[" ZestawienieZamowien"] != null)) {697 base.Tables.Add(new ZestawienieZamowienDataTable(ds.Tables["ZestawienieZamowien"]));696 if ((ds.Tables["VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"] != null)) { 697 base.Tables.Add(new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(ds.Tables["VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"])); 698 698 } 699 699 if ((ds.Tables["ZestawienieFakturNEW"] != null)) { … … 907 907 } 908 908 } 909 this.table ZestawienieZamowien = ((ZestawienieZamowienDataTable)(base.Tables["ZestawienieZamowien"]));909 this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE = ((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable)(base.Tables["VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"])); 910 910 if ((initTable == true)) { 911 if ((this.table ZestawienieZamowien!= null)) {912 this.table ZestawienieZamowien.InitVars();911 if ((this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE != null)) { 912 this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.InitVars(); 913 913 } 914 914 } … … 1007 1007 this.tableDatyWydan = new DatyWydanDataTable(); 1008 1008 base.Tables.Add(this.tableDatyWydan); 1009 this.table ZestawienieZamowien = new ZestawienieZamowienDataTable();1010 base.Tables.Add(this.table ZestawienieZamowien);1009 this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE = new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(); 1010 base.Tables.Add(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE); 1011 1011 this.tableZestawienieFakturNEW = new ZestawienieFakturNEWDataTable(); 1012 1012 base.Tables.Add(this.tableZestawienieFakturNEW); … … 1238 1238 1239 1239 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 1240 private bool ShouldSerialize ZestawienieZamowien() {1240 private bool ShouldSerializeVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE() { 1241 1241 return false; 1242 1242 } … … 1363 1363 public delegate void DatyWydanRowChangeEventHandler(object sender, DatyWydanRowChangeEvent e); 1364 1364 1365 public delegate void ZestawienieZamowienRowChangeEventHandler(object sender, ZestawienieZamowienRowChangeEvent e);1365 public delegate void VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEventHandler(object sender, VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent e); 1366 1366 1367 1367 public delegate void ZestawienieFakturNEWRowChangeEventHandler(object sender, ZestawienieFakturNEWRowChangeEvent e); … … 6837 6837 private global::System.Data.DataColumn columnwyroznienie; 6838 6838 6839 private global::System.Data.DataColumn columnidZamowienia; 6840 6839 6841 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 6840 6842 public ReklamyZestawienieDataTable() { … … 7382 7384 get { 7383 7385 return this.columnwyroznienie; 7386 } 7387 } 7388 7389 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 7390 public global::System.Data.DataColumn idZamowieniaColumn { 7391 get { 7392 return this.columnidZamowienia; 7384 7393 } 7385 7394 } … … 7487 7496 decimal CENA, 7488 7497 string FirstName, 7489 bool wyroznienie) { 7498 bool wyroznienie, 7499 int idZamowienia) { 7490 7500 ReklamyZestawienieRow rowReklamyZestawienieRow = ((ReklamyZestawienieRow)(this.NewRow())); 7491 7501 object[] columnValuesArray = new object[] { … … 7563 7573 CENA, 7564 7574 FirstName, 7565 wyroznienie}; 7575 wyroznienie, 7576 idZamowienia}; 7566 7577 rowReklamyZestawienieRow.ItemArray = columnValuesArray; 7567 7578 this.Rows.Add(rowReklamyZestawienieRow); … … 7668 7679 this.columnFirstName = base.Columns["FirstName"]; 7669 7680 this.columnwyroznienie = base.Columns["wyroznienie"]; 7681 this.columnidZamowienia = base.Columns["idZamowienia"]; 7670 7682 } 7671 7683 … … 7824 7836 this.columnwyroznienie = new global::System.Data.DataColumn("wyroznienie", typeof(bool), null, global::System.Data.MappingType.Element); 7825 7837 base.Columns.Add(this.columnwyroznienie); 7838 this.columnidZamowienia = new global::System.Data.DataColumn("idZamowienia", typeof(int), null, global::System.Data.MappingType.Element); 7839 base.Columns.Add(this.columnidZamowienia); 7826 7840 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { 7827 7841 this.columnReklamaID}, true)); … … 15850 15864 [global::System.Serializable()] 15851 15865 [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] 15852 public partial class ZestawienieZamowienDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {15866 public partial class VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { 15853 15867 15854 15868 private global::System.Data.DataColumn columnidZamowienia; … … 15868 15882 private global::System.Data.DataColumn columnDoZafakturowania; 15869 15883 15870 private global::System.Data.DataColumn columnkwotaWaluta; 15871 15872 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15873 public ZestawienieZamowienDataTable() { 15874 this.TableName = "ZestawienieZamowien"; 15884 private global::System.Data.DataColumn columnkodKlienta; 15885 15886 private global::System.Data.DataColumn columnnr; 15887 15888 private global::System.Data.DataColumn columnkodAgenta; 15889 15890 private global::System.Data.DataColumn columnrokZamowienia; 15891 15892 private global::System.Data.DataColumn columnwartoscNetto; 15893 15894 private global::System.Data.DataColumn columnAgent; 15895 15896 private global::System.Data.DataColumn columnAgencja; 15897 15898 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15899 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable() { 15900 this.TableName = "VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"; 15875 15901 this.BeginInit(); 15876 15902 this.InitClass(); … … 15879 15905 15880 15906 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15881 internal ZestawienieZamowienDataTable(global::System.Data.DataTable table) {15907 internal VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(global::System.Data.DataTable table) { 15882 15908 this.TableName = table.TableName; 15883 15909 if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { … … 15895 15921 15896 15922 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15897 protected ZestawienieZamowienDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :15923 protected VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : 15898 15924 base(info, context) { 15899 15925 this.InitVars(); … … 15957 15983 15958 15984 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15959 public global::System.Data.DataColumn kwotaWalutaColumn { 15960 get { 15961 return this.columnkwotaWaluta; 15985 public global::System.Data.DataColumn kodKlientaColumn { 15986 get { 15987 return this.columnkodKlienta; 15988 } 15989 } 15990 15991 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15992 public global::System.Data.DataColumn nrColumn { 15993 get { 15994 return this.columnnr; 15995 } 15996 } 15997 15998 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15999 public global::System.Data.DataColumn kodAgentaColumn { 16000 get { 16001 return this.columnkodAgenta; 16002 } 16003 } 16004 16005 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16006 public global::System.Data.DataColumn rokZamowieniaColumn { 16007 get { 16008 return this.columnrokZamowienia; 16009 } 16010 } 16011 16012 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16013 public global::System.Data.DataColumn wartoscNettoColumn { 16014 get { 16015 return this.columnwartoscNetto; 16016 } 16017 } 16018 16019 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16020 public global::System.Data.DataColumn AgentColumn { 16021 get { 16022 return this.columnAgent; 16023 } 16024 } 16025 16026 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16027 public global::System.Data.DataColumn AgencjaColumn { 16028 get { 16029 return this.columnAgencja; 15962 16030 } 15963 16031 } … … 15972 16040 15973 16041 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15974 public ZestawienieZamowienRow this[int index] {15975 get { 15976 return (( ZestawienieZamowienRow)(this.Rows[index]));15977 } 15978 } 15979 15980 public event ZestawienieZamowienRowChangeEventHandler ZestawienieZamowienRowChanging;15981 15982 public event ZestawienieZamowienRowChangeEventHandler ZestawienieZamowienRowChanged;15983 15984 public event ZestawienieZamowienRowChangeEventHandler ZestawienieZamowienRowDeleting;15985 15986 public event ZestawienieZamowienRowChangeEventHandler ZestawienieZamowienRowDeleted;15987 15988 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15989 public void Add ZestawienieZamowienRow(ZestawienieZamowienRow row) {16042 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow this[int index] { 16043 get { 16044 return ((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(this.Rows[index])); 16045 } 16046 } 16047 16048 public event VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEventHandler VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanging; 16049 16050 public event VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEventHandler VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanged; 16051 16052 public event VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEventHandler VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleting; 16053 16054 public event VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEventHandler VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleted; 16055 16056 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16057 public void AddVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow(VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow row) { 15990 16058 this.Rows.Add(row); 15991 16059 } 15992 16060 15993 16061 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 15994 public ZestawienieZamowienRow AddZestawienieZamowienRow(int idZamowienia, int ilosc, double wartoscNettoZafakturowana, string UserName, string nrZamowienia, int idKlienta, double wartoscNettoPoRabacie, double DoZafakturowania, double kwotaWaluta) {15995 ZestawienieZamowienRow rowZestawienieZamowienRow = ((ZestawienieZamowienRow)(this.NewRow()));16062 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow AddVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow(int idZamowienia, int ilosc, double wartoscNettoZafakturowana, string UserName, string nrZamowienia, int idKlienta, double wartoscNettoPoRabacie, double DoZafakturowania, string kodKlienta, int nr, string kodAgenta, int rokZamowienia, double wartoscNetto, string Agent, string Agencja) { 16063 VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow rowVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow = ((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(this.NewRow())); 15996 16064 object[] columnValuesArray = new object[] { 15997 16065 idZamowienia, … … 16003 16071 wartoscNettoPoRabacie, 16004 16072 DoZafakturowania, 16005 k wotaWaluta};16006 rowZestawienieZamowienRow.ItemArray = columnValuesArray;16007 this.Rows.Add(rowZestawienieZamowienRow);16008 return rowZestawienieZamowienRow;16009 }16010 16011 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]16012 public ZestawienieZamowienRow FindByidZamowienia(int idZamowienia) {16013 return ((ZestawienieZamowienRow)(this.Rows.Find(new object[] {16014 idZamowienia})));16073 kodKlienta, 16074 nr, 16075 kodAgenta, 16076 rokZamowienia, 16077 wartoscNetto, 16078 Agent, 16079 Agencja}; 16080 rowVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow.ItemArray = columnValuesArray; 16081 this.Rows.Add(rowVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow); 16082 return rowVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow; 16015 16083 } 16016 16084 … … 16022 16090 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16023 16091 public override global::System.Data.DataTable Clone() { 16024 ZestawienieZamowienDataTable cln = ((ZestawienieZamowienDataTable)(base.Clone()));16092 VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable cln = ((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable)(base.Clone())); 16025 16093 cln.InitVars(); 16026 16094 return cln; … … 16029 16097 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16030 16098 protected override global::System.Data.DataTable CreateInstance() { 16031 return new ZestawienieZamowienDataTable();16099 return new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(); 16032 16100 } 16033 16101 … … 16042 16110 this.columnwartoscNettoPoRabacie = base.Columns["wartoscNettoPoRabacie"]; 16043 16111 this.columnDoZafakturowania = base.Columns["DoZafakturowania"]; 16044 this.columnkwotaWaluta = base.Columns["kwotaWaluta"]; 16112 this.columnkodKlienta = base.Columns["kodKlienta"]; 16113 this.columnnr = base.Columns["nr"]; 16114 this.columnkodAgenta = base.Columns["kodAgenta"]; 16115 this.columnrokZamowienia = base.Columns["rokZamowienia"]; 16116 this.columnwartoscNetto = base.Columns["wartoscNetto"]; 16117 this.columnAgent = base.Columns["Agent"]; 16118 this.columnAgencja = base.Columns["Agencja"]; 16045 16119 } 16046 16120 … … 16063 16137 this.columnDoZafakturowania = new global::System.Data.DataColumn("DoZafakturowania", typeof(double), null, global::System.Data.MappingType.Element); 16064 16138 base.Columns.Add(this.columnDoZafakturowania); 16065 this.columnkwotaWaluta = new global::System.Data.DataColumn("kwotaWaluta", typeof(double), null, global::System.Data.MappingType.Element); 16066 base.Columns.Add(this.columnkwotaWaluta); 16067 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { 16068 this.columnidZamowienia}, true)); 16139 this.columnkodKlienta = new global::System.Data.DataColumn("kodKlienta", typeof(string), null, global::System.Data.MappingType.Element); 16140 base.Columns.Add(this.columnkodKlienta); 16141 this.columnnr = new global::System.Data.DataColumn("nr", typeof(int), null, global::System.Data.MappingType.Element); 16142 base.Columns.Add(this.columnnr); 16143 this.columnkodAgenta = new global::System.Data.DataColumn("kodAgenta", typeof(string), null, global::System.Data.MappingType.Element); 16144 base.Columns.Add(this.columnkodAgenta); 16145 this.columnrokZamowienia = new global::System.Data.DataColumn("rokZamowienia", typeof(int), null, global::System.Data.MappingType.Element); 16146 base.Columns.Add(this.columnrokZamowienia); 16147 this.columnwartoscNetto = new global::System.Data.DataColumn("wartoscNetto", typeof(double), null, global::System.Data.MappingType.Element); 16148 base.Columns.Add(this.columnwartoscNetto); 16149 this.columnAgent = new global::System.Data.DataColumn("Agent", typeof(string), null, global::System.Data.MappingType.Element); 16150 base.Columns.Add(this.columnAgent); 16151 this.columnAgencja = new global::System.Data.DataColumn("Agencja", typeof(string), null, global::System.Data.MappingType.Element); 16152 base.Columns.Add(this.columnAgencja); 16069 16153 this.columnidZamowienia.AllowDBNull = false; 16070 this.columnidZamowienia.Unique = true;16071 16154 this.columnilosc.ReadOnly = true; 16072 16155 this.columnwartoscNettoZafakturowana.ReadOnly = true; … … 16077 16160 this.columnwartoscNettoPoRabacie.ReadOnly = true; 16078 16161 this.columnDoZafakturowania.ReadOnly = true; 16079 this.columnkwotaWaluta.ReadOnly = true; 16080 } 16081 16082 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16083 public ZestawienieZamowienRow NewZestawienieZamowienRow() { 16084 return ((ZestawienieZamowienRow)(this.NewRow())); 16162 this.columnkodKlienta.MaxLength = 10; 16163 this.columnnr.AllowDBNull = false; 16164 this.columnkodAgenta.MaxLength = 3; 16165 this.columnrokZamowienia.AllowDBNull = false; 16166 this.columnAgent.MaxLength = 50; 16167 this.columnAgencja.MaxLength = 50; 16168 } 16169 16170 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16171 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow NewVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow() { 16172 return ((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(this.NewRow())); 16085 16173 } 16086 16174 16087 16175 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16088 16176 protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { 16089 return new ZestawienieZamowienRow(builder);16177 return new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow(builder); 16090 16178 } 16091 16179 16092 16180 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16093 16181 protected override global::System.Type GetRowType() { 16094 return typeof( ZestawienieZamowienRow);16182 return typeof(VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow); 16095 16183 } 16096 16184 … … 16098 16186 protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { 16099 16187 base.OnRowChanged(e); 16100 if ((this. ZestawienieZamowienRowChanged != null)) {16101 this. ZestawienieZamowienRowChanged(this, new ZestawienieZamowienRowChangeEvent(((ZestawienieZamowienRow)(e.Row)), e.Action));16188 if ((this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanged != null)) { 16189 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanged(this, new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent(((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(e.Row)), e.Action)); 16102 16190 } 16103 16191 } … … 16106 16194 protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { 16107 16195 base.OnRowChanging(e); 16108 if ((this. ZestawienieZamowienRowChanging != null)) {16109 this. ZestawienieZamowienRowChanging(this, new ZestawienieZamowienRowChangeEvent(((ZestawienieZamowienRow)(e.Row)), e.Action));16196 if ((this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanging != null)) { 16197 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanging(this, new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent(((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(e.Row)), e.Action)); 16110 16198 } 16111 16199 } … … 16114 16202 protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { 16115 16203 base.OnRowDeleted(e); 16116 if ((this. ZestawienieZamowienRowDeleted != null)) {16117 this. ZestawienieZamowienRowDeleted(this, new ZestawienieZamowienRowChangeEvent(((ZestawienieZamowienRow)(e.Row)), e.Action));16204 if ((this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleted != null)) { 16205 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleted(this, new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent(((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(e.Row)), e.Action)); 16118 16206 } 16119 16207 } … … 16122 16210 protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { 16123 16211 base.OnRowDeleting(e); 16124 if ((this. ZestawienieZamowienRowDeleting != null)) {16125 this. ZestawienieZamowienRowDeleting(this, new ZestawienieZamowienRowChangeEvent(((ZestawienieZamowienRow)(e.Row)), e.Action));16126 } 16127 } 16128 16129 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16130 public void Remove ZestawienieZamowienRow(ZestawienieZamowienRow row) {16212 if ((this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleting != null)) { 16213 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleting(this, new VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent(((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)(e.Row)), e.Action)); 16214 } 16215 } 16216 16217 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 16218 public void RemoveVIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow(VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow row) { 16131 16219 this.Rows.Remove(row); 16132 16220 } … … 16154 16242 global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); 16155 16243 attribute2.Name = "tableTypeName"; 16156 attribute2.FixedValue = " ZestawienieZamowienDataTable";16244 attribute2.FixedValue = "VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable"; 16157 16245 type.Attributes.Add(attribute2); 16158 16246 type.Particle = sequence; … … 23633 23721 23634 23722 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 23723 public int idZamowienia { 23724 get { 23725 try { 23726 return ((int)(this[this.tableReklamyZestawienie.idZamowieniaColumn])); 23727 } 23728 catch (global::System.InvalidCastException e) { 23729 throw new global::System.Data.StrongTypingException("The value for column \'idZamowienia\' in table \'ReklamyZestawienie\' is DBNull.", e); 23730 } 23731 } 23732 set { 23733 this[this.tableReklamyZestawienie.idZamowieniaColumn] = value; 23734 } 23735 } 23736 23737 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 23635 23738 public bool IsCustomerIDNull() { 23636 23739 return this.IsNull(this.tableReklamyZestawienie.CustomerIDColumn); … … 24340 24443 public void SetFirstNameNull() { 24341 24444 this[this.tableReklamyZestawienie.FirstNameColumn] = global::System.Convert.DBNull; 24445 } 24446 24447 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24448 public bool IsidZamowieniaNull() { 24449 return this.IsNull(this.tableReklamyZestawienie.idZamowieniaColumn); 24450 } 24451 24452 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24453 public void SetidZamowieniaNull() { 24454 this[this.tableReklamyZestawienie.idZamowieniaColumn] = global::System.Convert.DBNull; 24342 24455 } 24343 24456 } … … 29495 29608 ///</summary> 29496 29609 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 29497 public partial class ZestawienieZamowienRow : global::System.Data.DataRow {29498 29499 private ZestawienieZamowienDataTable tableZestawienieZamowien;29500 29501 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29502 internal ZestawienieZamowienRow(global::System.Data.DataRowBuilder rb) :29610 public partial class VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow : global::System.Data.DataRow { 29611 29612 private VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE; 29613 29614 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29615 internal VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow(global::System.Data.DataRowBuilder rb) : 29503 29616 base(rb) { 29504 this.table ZestawienieZamowien = ((ZestawienieZamowienDataTable)(this.Table));29617 this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE = ((VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable)(this.Table)); 29505 29618 } 29506 29619 … … 29508 29621 public int idZamowienia { 29509 29622 get { 29510 return ((int)(this[this.table ZestawienieZamowien.idZamowieniaColumn]));29511 } 29512 set { 29513 this[this.table ZestawienieZamowien.idZamowieniaColumn] = value;29623 return ((int)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.idZamowieniaColumn])); 29624 } 29625 set { 29626 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.idZamowieniaColumn] = value; 29514 29627 } 29515 29628 } … … 29519 29632 get { 29520 29633 try { 29521 return ((int)(this[this.table ZestawienieZamowien.iloscColumn]));29634 return ((int)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.iloscColumn])); 29522 29635 } 29523 29636 catch (global::System.InvalidCastException e) { 29524 throw new global::System.Data.StrongTypingException("The value for column \'ilosc\' in table \'ZestawienieZamowien\' is DBNull.", e); 29525 } 29526 } 29527 set { 29528 this[this.tableZestawienieZamowien.iloscColumn] = value; 29637 throw new global::System.Data.StrongTypingException("The value for column \'ilosc\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is DBNull." + 29638 "", e); 29639 } 29640 } 29641 set { 29642 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.iloscColumn] = value; 29529 29643 } 29530 29644 } … … 29534 29648 get { 29535 29649 try { 29536 return ((double)(this[this.table ZestawienieZamowien.wartoscNettoZafakturowanaColumn]));29650 return ((double)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoZafakturowanaColumn])); 29537 29651 } 29538 29652 catch (global::System.InvalidCastException e) { 29539 throw new global::System.Data.StrongTypingException("The value for column \'wartoscNettoZafakturowana\' in table \' ZestawienieZamowien\' i" +29540 " s DBNull.", e);29541 } 29542 } 29543 set { 29544 this[this.table ZestawienieZamowien.wartoscNettoZafakturowanaColumn] = value;29653 throw new global::System.Data.StrongTypingException("The value for column \'wartoscNettoZafakturowana\' in table \'VIEW_ZESTAWIENIE_ZAMOW" + 29654 "IEN_NOWE\' is DBNull.", e); 29655 } 29656 } 29657 set { 29658 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoZafakturowanaColumn] = value; 29545 29659 } 29546 29660 } … … 29550 29664 get { 29551 29665 try { 29552 return ((string)(this[this.table ZestawienieZamowien.UserNameColumn]));29666 return ((string)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.UserNameColumn])); 29553 29667 } 29554 29668 catch (global::System.InvalidCastException e) { 29555 throw new global::System.Data.StrongTypingException("The value for column \'UserName\' in table \'ZestawienieZamowien\' is DBNull.", e); 29556 } 29557 } 29558 set { 29559 this[this.tableZestawienieZamowien.UserNameColumn] = value; 29669 throw new global::System.Data.StrongTypingException("The value for column \'UserName\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is DBNu" + 29670 "ll.", e); 29671 } 29672 } 29673 set { 29674 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.UserNameColumn] = value; 29560 29675 } 29561 29676 } … … 29565 29680 get { 29566 29681 try { 29567 return ((string)(this[this.table ZestawienieZamowien.nrZamowieniaColumn]));29682 return ((string)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.nrZamowieniaColumn])); 29568 29683 } 29569 29684 catch (global::System.InvalidCastException e) { 29570 throw new global::System.Data.StrongTypingException("The value for column \'nrZamowienia\' in table \'ZestawienieZamowien\' is DBNull.", e); 29571 } 29572 } 29573 set { 29574 this[this.tableZestawienieZamowien.nrZamowieniaColumn] = value; 29685 throw new global::System.Data.StrongTypingException("The value for column \'nrZamowienia\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is " + 29686 "DBNull.", e); 29687 } 29688 } 29689 set { 29690 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.nrZamowieniaColumn] = value; 29575 29691 } 29576 29692 } … … 29579 29695 public int idKlienta { 29580 29696 get { 29581 return ((int)(this[this.table ZestawienieZamowien.idKlientaColumn]));29582 } 29583 set { 29584 this[this.table ZestawienieZamowien.idKlientaColumn] = value;29697 return ((int)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.idKlientaColumn])); 29698 } 29699 set { 29700 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.idKlientaColumn] = value; 29585 29701 } 29586 29702 } … … 29590 29706 get { 29591 29707 try { 29592 return ((double)(this[this.table ZestawienieZamowien.wartoscNettoPoRabacieColumn]));29708 return ((double)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoPoRabacieColumn])); 29593 29709 } 29594 29710 catch (global::System.InvalidCastException e) { 29595 throw new global::System.Data.StrongTypingException("The value for column \'wartoscNettoPoRabacie\' in table \'ZestawienieZamowien\' is DB" + 29711 throw new global::System.Data.StrongTypingException("The value for column \'wartoscNettoPoRabacie\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_" + 29712 "NOWE\' is DBNull.", e); 29713 } 29714 } 29715 set { 29716 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoPoRabacieColumn] = value; 29717 } 29718 } 29719 29720 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29721 public double DoZafakturowania { 29722 get { 29723 try { 29724 return ((double)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.DoZafakturowaniaColumn])); 29725 } 29726 catch (global::System.InvalidCastException e) { 29727 throw new global::System.Data.StrongTypingException("The value for column \'DoZafakturowania\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\'" + 29728 " is DBNull.", e); 29729 } 29730 } 29731 set { 29732 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.DoZafakturowaniaColumn] = value; 29733 } 29734 } 29735 29736 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29737 public string kodKlienta { 29738 get { 29739 try { 29740 return ((string)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodKlientaColumn])); 29741 } 29742 catch (global::System.InvalidCastException e) { 29743 throw new global::System.Data.StrongTypingException("The value for column \'kodKlienta\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is DB" + 29596 29744 "Null.", e); 29597 29745 } 29598 29746 } 29599 29747 set { 29600 this[this.tableZestawienieZamowien.wartoscNettoPoRabacieColumn] = value; 29601 } 29602 } 29603 29604 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29605 public double DoZafakturowania { 29606 get { 29607 try { 29608 return ((double)(this[this.tableZestawienieZamowien.DoZafakturowaniaColumn])); 29748 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodKlientaColumn] = value; 29749 } 29750 } 29751 29752 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29753 public int nr { 29754 get { 29755 return ((int)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.nrColumn])); 29756 } 29757 set { 29758 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.nrColumn] = value; 29759 } 29760 } 29761 29762 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29763 public string kodAgenta { 29764 get { 29765 try { 29766 return ((string)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodAgentaColumn])); 29609 29767 } 29610 29768 catch (global::System.InvalidCastException e) { 29611 throw new global::System.Data.StrongTypingException("The value for column \'DoZafakturowania\' in table \'ZestawienieZamowien\' is DBNull." + 29769 throw new global::System.Data.StrongTypingException("The value for column \'kodAgenta\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is DBN" + 29770 "ull.", e); 29771 } 29772 } 29773 set { 29774 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodAgentaColumn] = value; 29775 } 29776 } 29777 29778 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29779 public int rokZamowienia { 29780 get { 29781 return ((int)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.rokZamowieniaColumn])); 29782 } 29783 set { 29784 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.rokZamowieniaColumn] = value; 29785 } 29786 } 29787 29788 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29789 public double wartoscNetto { 29790 get { 29791 try { 29792 return ((double)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoColumn])); 29793 } 29794 catch (global::System.InvalidCastException e) { 29795 throw new global::System.Data.StrongTypingException("The value for column \'wartoscNetto\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is " + 29796 "DBNull.", e); 29797 } 29798 } 29799 set { 29800 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoColumn] = value; 29801 } 29802 } 29803 29804 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29805 public string Agent { 29806 get { 29807 try { 29808 return ((string)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgentColumn])); 29809 } 29810 catch (global::System.InvalidCastException e) { 29811 throw new global::System.Data.StrongTypingException("The value for column \'Agent\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is DBNull." + 29612 29812 "", e); 29613 29813 } 29614 29814 } 29615 29815 set { 29616 this[this.table ZestawienieZamowien.DoZafakturowaniaColumn] = value;29617 } 29618 } 29619 29620 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29621 public double kwotaWaluta {29622 get { 29623 try { 29624 return (( double)(this[this.tableZestawienieZamowien.kwotaWalutaColumn]));29816 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgentColumn] = value; 29817 } 29818 } 29819 29820 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29821 public string Agencja { 29822 get { 29823 try { 29824 return ((string)(this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgencjaColumn])); 29625 29825 } 29626 29826 catch (global::System.InvalidCastException e) { 29627 throw new global::System.Data.StrongTypingException("The value for column \'kwotaWaluta\' in table \'ZestawienieZamowien\' is DBNull.", e); 29628 } 29629 } 29630 set { 29631 this[this.tableZestawienieZamowien.kwotaWalutaColumn] = value; 29827 throw new global::System.Data.StrongTypingException("The value for column \'Agencja\' in table \'VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE\' is DBNul" + 29828 "l.", e); 29829 } 29830 } 29831 set { 29832 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgencjaColumn] = value; 29632 29833 } 29633 29834 } … … 29635 29836 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29636 29837 public bool IsiloscNull() { 29637 return this.IsNull(this.table ZestawienieZamowien.iloscColumn);29838 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.iloscColumn); 29638 29839 } 29639 29840 29640 29841 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29641 29842 public void SetiloscNull() { 29642 this[this.table ZestawienieZamowien.iloscColumn] = global::System.Convert.DBNull;29843 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.iloscColumn] = global::System.Convert.DBNull; 29643 29844 } 29644 29845 29645 29846 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29646 29847 public bool IswartoscNettoZafakturowanaNull() { 29647 return this.IsNull(this.table ZestawienieZamowien.wartoscNettoZafakturowanaColumn);29848 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoZafakturowanaColumn); 29648 29849 } 29649 29850 29650 29851 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29651 29852 public void SetwartoscNettoZafakturowanaNull() { 29652 this[this.table ZestawienieZamowien.wartoscNettoZafakturowanaColumn] = global::System.Convert.DBNull;29853 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoZafakturowanaColumn] = global::System.Convert.DBNull; 29653 29854 } 29654 29855 29655 29856 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29656 29857 public bool IsUserNameNull() { 29657 return this.IsNull(this.table ZestawienieZamowien.UserNameColumn);29858 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.UserNameColumn); 29658 29859 } 29659 29860 29660 29861 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29661 29862 public void SetUserNameNull() { 29662 this[this.table ZestawienieZamowien.UserNameColumn] = global::System.Convert.DBNull;29863 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.UserNameColumn] = global::System.Convert.DBNull; 29663 29864 } 29664 29865 29665 29866 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29666 29867 public bool IsnrZamowieniaNull() { 29667 return this.IsNull(this.table ZestawienieZamowien.nrZamowieniaColumn);29868 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.nrZamowieniaColumn); 29668 29869 } 29669 29870 29670 29871 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29671 29872 public void SetnrZamowieniaNull() { 29672 this[this.table ZestawienieZamowien.nrZamowieniaColumn] = global::System.Convert.DBNull;29873 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.nrZamowieniaColumn] = global::System.Convert.DBNull; 29673 29874 } 29674 29875 29675 29876 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29676 29877 public bool IswartoscNettoPoRabacieNull() { 29677 return this.IsNull(this.table ZestawienieZamowien.wartoscNettoPoRabacieColumn);29878 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoPoRabacieColumn); 29678 29879 } 29679 29880 29680 29881 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29681 29882 public void SetwartoscNettoPoRabacieNull() { 29682 this[this.table ZestawienieZamowien.wartoscNettoPoRabacieColumn] = global::System.Convert.DBNull;29883 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoPoRabacieColumn] = global::System.Convert.DBNull; 29683 29884 } 29684 29885 29685 29886 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29686 29887 public bool IsDoZafakturowaniaNull() { 29687 return this.IsNull(this.table ZestawienieZamowien.DoZafakturowaniaColumn);29888 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.DoZafakturowaniaColumn); 29688 29889 } 29689 29890 29690 29891 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29691 29892 public void SetDoZafakturowaniaNull() { 29692 this[this.tableZestawienieZamowien.DoZafakturowaniaColumn] = global::System.Convert.DBNull; 29693 } 29694 29695 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29696 public bool IskwotaWalutaNull() { 29697 return this.IsNull(this.tableZestawienieZamowien.kwotaWalutaColumn); 29698 } 29699 29700 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29701 public void SetkwotaWalutaNull() { 29702 this[this.tableZestawienieZamowien.kwotaWalutaColumn] = global::System.Convert.DBNull; 29893 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.DoZafakturowaniaColumn] = global::System.Convert.DBNull; 29894 } 29895 29896 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29897 public bool IskodKlientaNull() { 29898 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodKlientaColumn); 29899 } 29900 29901 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29902 public void SetkodKlientaNull() { 29903 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodKlientaColumn] = global::System.Convert.DBNull; 29904 } 29905 29906 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29907 public bool IskodAgentaNull() { 29908 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodAgentaColumn); 29909 } 29910 29911 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29912 public void SetkodAgentaNull() { 29913 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.kodAgentaColumn] = global::System.Convert.DBNull; 29914 } 29915 29916 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29917 public bool IswartoscNettoNull() { 29918 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoColumn); 29919 } 29920 29921 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29922 public void SetwartoscNettoNull() { 29923 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.wartoscNettoColumn] = global::System.Convert.DBNull; 29924 } 29925 29926 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29927 public bool IsAgentNull() { 29928 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgentColumn); 29929 } 29930 29931 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29932 public void SetAgentNull() { 29933 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgentColumn] = global::System.Convert.DBNull; 29934 } 29935 29936 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29937 public bool IsAgencjaNull() { 29938 return this.IsNull(this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgencjaColumn); 29939 } 29940 29941 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29942 public void SetAgencjaNull() { 29943 this[this.tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.AgencjaColumn] = global::System.Convert.DBNull; 29703 29944 } 29704 29945 } … … 31363 31604 ///</summary> 31364 31605 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")] 31365 public class ZestawienieZamowienRowChangeEvent : global::System.EventArgs {31366 31367 private ZestawienieZamowienRow eventRow;31606 public class VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent : global::System.EventArgs { 31607 31608 private VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow eventRow; 31368 31609 31369 31610 private global::System.Data.DataRowAction eventAction; 31370 31611 31371 31612 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 31372 public ZestawienieZamowienRowChangeEvent(ZestawienieZamowienRow row, global::System.Data.DataRowAction action) {31613 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent(VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow row, global::System.Data.DataRowAction action) { 31373 31614 this.eventRow = row; 31374 31615 this.eventAction = action; … … 31376 31617 31377 31618 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 31378 public ZestawienieZamowienRow Row {31619 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow Row { 31379 31620 get { 31380 31621 return this.eventRow; … … 38407 38648 tableMapping.ColumnMappings.Add("FirstName", "FirstName"); 38408 38649 tableMapping.ColumnMappings.Add("wyroznienie", "wyroznienie"); 38650 tableMapping.ColumnMappings.Add("idZamowienia", "idZamowienia"); 38409 38651 this._adapter.TableMappings.Add(tableMapping); 38410 38652 } … … 38440 38682 "_W AS \'1emisja\', A.Symbol AS agencja, (R.[CENA JEDN] - R.[RABAT WARTOŚĆ]) / R.SZ" + 38441 38683 "ER * R.WYS AS [CENA MODUŁU], NM.CENA_MIN, \r\n NM.CENA, K.Fir" + 38442 "stName, R.wyroznienie \r\nFROM AGENCI AS A2 INNER JOIN\r\n" +38443 " AGENCJE AS A ON A.Id_agencji = A2.ID_AGENCJI RIGHT OUTER JOIN\r\n" +38444 " REKLAMA AS R ON A2.Symbol = R.[SYMBOL AKWIZYTORA] LEFT OUTER JOIN\r\n" +38445 " VIEW_REKLAMA_OD_DO AS O ON R.ReklamaID = O.ReklamaID LEFT OUTER" +38446 " JOIN\r\n NR ON R.TYTUŁ = NR.TYT AND O.OD = NR.NRW LEFT OUTER" +38447 " JOIN\r\n [NAZWY MODUŁÓW] AS NM ON R.MOD_TYP = NM.MOD_TYP LEF" +38448 " T OUTER JOIN\r\n KLIENCI AS K ON R.CustomerID = K.CustomerID\r" +38449 " \nORDER BY R.[DATA ZAMÓWIENIA] DESC";38684 "stName, R.wyroznienie, R.idZamowienia\r\nFROM AGENCI AS A2 INNER JOIN\r\n " + 38685 " AGENCJE AS A ON A.Id_agencji = A2.ID_AGENCJI RIGHT OUTER JOIN" + 38686 "\r\n REKLAMA AS R ON A2.Symbol = R.[SYMBOL AKWIZYTORA] LEFT O" + 38687 "UTER JOIN\r\n VIEW_REKLAMA_OD_DO AS O ON R.ReklamaID = O.Rekl" + 38688 "amaID LEFT OUTER JOIN\r\n NR ON R.TYTUŁ = NR.TYT AND O.OD = N" + 38689 "R.NRW LEFT OUTER JOIN\r\n [NAZWY MODUŁÓW] AS NM ON R.MOD_TYP " + 38690 "= NM.MOD_TYP LEFT OUTER JOIN\r\n KLIENCI AS K ON R.CustomerID" + 38691 " = K.CustomerID\r\nORDER BY R.[DATA ZAMÓWIENIA] DESC"; 38450 38692 this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; 38451 38693 this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); … … 44714 44956 ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] 44715 44957 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] 44716 public partial class ZestawienieZamowienTableAdapter : global::System.ComponentModel.Component {44958 public partial class VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter : global::System.ComponentModel.Component { 44717 44959 44718 44960 private global::System.Data.SqlClient.SqlDataAdapter _adapter; … … 44725 44967 44726 44968 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 44727 public ZestawienieZamowienTableAdapter() {44969 public VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter() { 44728 44970 this.ClearBeforeFill = true; 44729 44971 } … … 44791 45033 global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); 44792 45034 tableMapping.SourceTable = "Table"; 44793 tableMapping.DataSetTable = " ZestawienieZamowien";45035 tableMapping.DataSetTable = "VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"; 44794 45036 tableMapping.ColumnMappings.Add("idZamowienia", "idZamowienia"); 44795 45037 tableMapping.ColumnMappings.Add("ilosc", "ilosc"); … … 44800 45042 tableMapping.ColumnMappings.Add("wartoscNettoPoRabacie", "wartoscNettoPoRabacie"); 44801 45043 tableMapping.ColumnMappings.Add("DoZafakturowania", "DoZafakturowania"); 44802 tableMapping.ColumnMappings.Add("kwotaWaluta", "kwotaWaluta"); 45044 tableMapping.ColumnMappings.Add("kodKlienta", "kodKlienta"); 45045 tableMapping.ColumnMappings.Add("nr", "nr"); 45046 tableMapping.ColumnMappings.Add("kodAgenta", "kodAgenta"); 45047 tableMapping.ColumnMappings.Add("rokZamowienia", "rokZamowienia"); 45048 tableMapping.ColumnMappings.Add("wartoscNetto", "wartoscNetto"); 45049 tableMapping.ColumnMappings.Add("Agent", "Agent"); 45050 tableMapping.ColumnMappings.Add("Agencja", "Agencja"); 44803 45051 this._adapter.TableMappings.Add(tableMapping); 44804 45052 } … … 44815 45063 this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); 44816 45064 this._commandCollection[0].Connection = this.Connection; 44817 this._commandCollection[0].CommandText = "SELECT T.idZamowienia, K.UserName, K.kodKlienta + \'/\' + CAST(T.nrZamowienia A" + 44818 "S nvarchar) + \'/\' + T.kodAgenta + \'/\' + CAST(T.rokZamowienia AS nvarchar) \r\n " + 44819 " AS nrZamowienia, T.ilosc, T.wartoscNettoPoRabacie, T.kwotaWalu" + 44820 "ta, G.wartoscNettoZafakturowana, T.idKlienta, \r\n T.wartoscN" + 44821 "ettoPoRabacie - G.wartoscNettoZafakturowana AS DoZafakturowania\r\nFROM (S" + 44822 "ELECT z.idZamowienia, z.idKlienta, z.nrZamowienia, z.rokZamowienia, z.kodAge" + 44823 "nta, COUNT(r.ReklamaID) AS ilosc, \r\n " + 44824 " SUM((r.[CENA JEDN] - r.[RABAT WARTOŚĆ]) * r.krotność) AS wartoscNettoPoRabacie" + 44825 ", SUM(r.Brutto_Euro) AS kwotaWaluta\r\n FROM zamowi" + 44826 "enia AS z LEFT OUTER JOIN\r\n REKLAMA" + 44827 " AS r ON z.idZamowienia = r.idZamowienia\r\n WHERE (r.i" + 44828 "dZamowienia IS NOT NULL)\r\n GROUP BY z.idZamowienia, z.idKl" + 44829 "ienta, z.nrZamowienia, z.rokZamowienia, z.kodAgenta) AS T LEFT OUTER JOIN\r\n " + 44830 " (SELECT z.idZamowienia, SUM(U.netto) AS wartoscNettoZaf" + 44831 "akturowana\r\n FROM [UKAŻE SIĘ W NR] AS U LEFT" + 44832 " OUTER JOIN\r\n REKLAMA AS r ON " + 44833 "r.ReklamaID = U.ReklamaId LEFT OUTER JOIN\r\n " + 44834 " zamowienia AS z ON z.idZamowienia = r.idZamowienia\r\n " + 44835 " WHERE (r.idZamowienia IS NOT NULL) AND (U.zafakturowana = 1) " + 44836 "AND (U.status <> 2)\r\n GROUP BY z.idZamowienia, U.zafa" + 44837 "kturowana) AS G ON T.idZamowienia = G.idZamowienia LEFT OUTER JOIN\r\n " + 44838 " KLIENCI AS K ON K.CustomerID = T.idKlienta"; 45065 this._commandCollection[0].CommandText = @"SELECT idZamowienia, UserName, nrZamowienia, kodKlienta, nr, kodAgenta, rokZamowienia, ilosc, wartoscNetto, wartoscNettoPoRabacie, 45066 wartoscNettoZafakturowana, idKlienta, DoZafakturowania, Agent, Agencja 45067 FROM VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"; 44839 45068 this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; 44840 45069 } … … 44843 45072 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] 44844 45073 [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] 44845 public virtual int Fill(REKLAMADataSet. ZestawienieZamowienDataTable dataTable) {45074 public virtual int Fill(REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable dataTable) { 44846 45075 this.Adapter.SelectCommand = this.CommandCollection[0]; 44847 45076 if ((this.ClearBeforeFill == true)) { … … 44855 45084 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] 44856 45085 [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] 44857 public virtual REKLAMADataSet. ZestawienieZamowienDataTable GetData() {45086 public virtual REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable GetData() { 44858 45087 this.Adapter.SelectCommand = this.CommandCollection[0]; 44859 REKLAMADataSet. ZestawienieZamowienDataTable dataTable = new REKLAMADataSet.ZestawienieZamowienDataTable();45088 REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable dataTable = new REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable(); 44860 45089 this.Adapter.Fill(dataTable); 44861 45090 return dataTable; -
Baza Reklam 2 - Faktury/REKLAMADataSet.xsd
r65 r67 1884 1884 <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill"> 1885 1885 <SelectCommand> 1886 <DbCommand CommandType="Text" ModifiedByUser=" True">1886 <DbCommand CommandType="Text" ModifiedByUser="False"> 1887 1887 <CommandText>SELECT TOP 100 R.ReklamaID, R.CustomerID, R.[SYMBOL AKWIZYTORA], R.TYTUŁ, R.TYP, R.[ID REKLAMY], R.[NICK NAME], R.[DATA ZAMÓWIENIA], R.SZER, 1888 1888 R.WYS, R.MOD_TYP, R.STRONA, R.[STR NR WT], R.[STR NR PT], R.KROTNOŚĆ, R.ODSTĘP, R.KOLOR, R.[WSKAZANIE MIEJSCA], R.RABAT, … … 1895 1895 R.waluta_Przelicznik, R.waluta_tabela_nr, O.OD, O.DO, DATEPART(year, NR.DATA_W) AS 'rok', DATEPART(month, NR.DATA_W) AS 'miesiac', 1896 1896 NR.DATA_W AS '1emisja', A.Symbol AS agencja, (R.[CENA JEDN] - R.[RABAT WARTOŚĆ]) / R.SZER * R.WYS AS [CENA MODUŁU], NM.CENA_MIN, 1897 NM.CENA, K.FirstName, R.wyroznienie 1897 NM.CENA, K.FirstName, R.wyroznienie, R.idZamowienia 1898 1898 FROM AGENCI AS A2 INNER JOIN 1899 1899 AGENCJE AS A ON A.Id_agencji = A2.ID_AGENCJI RIGHT OUTER JOIN … … 1985 1985 <Mapping SourceColumn="FirstName" DataSetColumn="FirstName" /> 1986 1986 <Mapping SourceColumn="wyroznienie" DataSetColumn="wyroznienie" /> 1987 <Mapping SourceColumn="idZamowienia" DataSetColumn="idZamowienia" /> 1987 1988 </Mappings> 1988 1989 <Sources> … … 3901 3902 </Sources> 3902 3903 </TableAdapter> 3903 <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName=" ZestawienieZamowienTableAdapter" GeneratorDataComponentClassName="ZestawienieZamowienTableAdapter" Name="ZestawienieZamowien" UserDataComponentName="ZestawienieZamowienTableAdapter">3904 <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter" GeneratorDataComponentClassName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter" Name="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" UserDataComponentName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter"> 3904 3905 <MainSource> 3905 <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill"> 3906 <SelectCommand> 3907 <DbCommand CommandType="Text" ModifiedByUser="False"> 3908 <CommandText>SELECT T.idZamowienia, K.UserName, K.kodKlienta + '/' + CAST(T.nrZamowienia AS nvarchar) + '/' + T.kodAgenta + '/' + CAST(T.rokZamowienia AS nvarchar) 3909 AS nrZamowienia, T.ilosc, T.wartoscNettoPoRabacie, T.kwotaWaluta, G.wartoscNettoZafakturowana, T.idKlienta, 3910 T.wartoscNettoPoRabacie - G.wartoscNettoZafakturowana AS DoZafakturowania 3911 FROM (SELECT z.idZamowienia, z.idKlienta, z.nrZamowienia, z.rokZamowienia, z.kodAgenta, COUNT(r.ReklamaID) AS ilosc, 3912 SUM((r.[CENA JEDN] - r.[RABAT WARTOŚĆ]) * r.krotność) AS wartoscNettoPoRabacie, SUM(r.Brutto_Euro) AS kwotaWaluta 3913 FROM zamowienia AS z LEFT OUTER JOIN 3914 REKLAMA AS r ON z.idZamowienia = r.idZamowienia 3915 WHERE (r.idZamowienia IS NOT NULL) 3916 GROUP BY z.idZamowienia, z.idKlienta, z.nrZamowienia, z.rokZamowienia, z.kodAgenta) AS T LEFT OUTER JOIN 3917 (SELECT z.idZamowienia, SUM(U.netto) AS wartoscNettoZafakturowana 3918 FROM [UKAŻE SIĘ W NR] AS U LEFT OUTER JOIN 3919 REKLAMA AS r ON r.ReklamaID = U.ReklamaId LEFT OUTER JOIN 3920 zamowienia AS z ON z.idZamowienia = r.idZamowienia 3921 WHERE (r.idZamowienia IS NOT NULL) AND (U.zafakturowana = 1) AND (U.status <> 2) 3922 GROUP BY z.idZamowienia, U.zafakturowana) AS G ON T.idZamowienia = G.idZamowienia LEFT OUTER JOIN 3923 KLIENCI AS K ON K.CustomerID = T.idKlienta</CommandText> 3906 <DbSource ConnectionRef="testowe (Settings)" DbObjectName="BAZA_REKLAM_TEST.dbo.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill"> 3907 <SelectCommand> 3908 <DbCommand CommandType="Text" ModifiedByUser="False"> 3909 <CommandText>SELECT idZamowienia, UserName, nrZamowienia, kodKlienta, nr, kodAgenta, rokZamowienia, ilosc, wartoscNetto, wartoscNettoPoRabacie, 3910 wartoscNettoZafakturowana, idKlienta, DoZafakturowania, Agent, Agencja 3911 FROM VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE</CommandText> 3924 3912 <Parameters> 3925 3913 </Parameters> … … 3937 3925 <Mapping SourceColumn="wartoscNettoPoRabacie" DataSetColumn="wartoscNettoPoRabacie" /> 3938 3926 <Mapping SourceColumn="DoZafakturowania" DataSetColumn="DoZafakturowania" /> 3939 <Mapping SourceColumn="kwotaWaluta" DataSetColumn="kwotaWaluta" /> 3927 <Mapping SourceColumn="kodKlienta" DataSetColumn="kodKlienta" /> 3928 <Mapping SourceColumn="nr" DataSetColumn="nr" /> 3929 <Mapping SourceColumn="kodAgenta" DataSetColumn="kodAgenta" /> 3930 <Mapping SourceColumn="rokZamowienia" DataSetColumn="rokZamowienia" /> 3931 <Mapping SourceColumn="wartoscNetto" DataSetColumn="wartoscNetto" /> 3932 <Mapping SourceColumn="Agent" DataSetColumn="Agent" /> 3933 <Mapping SourceColumn="Agencja" DataSetColumn="Agencja" /> 3940 3934 </Mappings> 3941 3935 <Sources> … … 4204 4198 <xs:complexType> 4205 4199 <xs:sequence> 4200 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 4201 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 4202 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 4203 <xs:simpleType> 4204 <xs:restriction base="xs:string"> 4205 <xs:maxLength value="50" /> 4206 </xs:restriction> 4207 </xs:simpleType> 4208 </xs:element> 4209 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT" minOccurs="0"> 4210 <xs:simpleType> 4211 <xs:restriction base="xs:string"> 4212 <xs:maxLength value="5" /> 4213 </xs:restriction> 4214 </xs:simpleType> 4215 </xs:element> 4216 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA" minOccurs="0"> 4217 <xs:simpleType> 4218 <xs:restriction base="xs:string"> 4219 <xs:maxLength value="10" /> 4220 </xs:restriction> 4221 </xs:simpleType> 4222 </xs:element> 4223 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test" minOccurs="0"> 4224 <xs:simpleType> 4225 <xs:restriction base="xs:string"> 4226 <xs:maxLength value="10" /> 4227 </xs:restriction> 4228 </xs:simpleType> 4229 </xs:element> 4230 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 4231 <xs:simpleType> 4232 <xs:restriction base="xs:string"> 4233 <xs:maxLength value="50" /> 4234 </xs:restriction> 4235 </xs:simpleType> 4236 </xs:element> 4237 <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4238 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1" minOccurs="0" /> 4239 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1" minOccurs="0" /> 4240 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0"> 4241 <xs:simpleType> 4242 <xs:restriction base="xs:string"> 4243 <xs:maxLength value="15" /> 4244 </xs:restriction> 4245 </xs:simpleType> 4246 </xs:element> 4247 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 4248 <xs:simpleType> 4249 <xs:restriction base="xs:string"> 4250 <xs:maxLength value="25" /> 4251 </xs:restriction> 4252 </xs:simpleType> 4253 </xs:element> 4254 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" /> 4255 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" /> 4256 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0" minOccurs="0" /> 4257 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1" minOccurs="0" /> 4258 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W" minOccurs="0"> 4259 <xs:simpleType> 4260 <xs:restriction base="xs:string"> 4261 <xs:maxLength value="5" /> 4262 </xs:restriction> 4263 </xs:simpleType> 4264 </xs:element> 4265 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false" minOccurs="0" /> 4266 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0" minOccurs="0" /> 4267 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0" minOccurs="0" /> 4268 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false" minOccurs="0" /> 4269 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false" minOccurs="0" /> 4270 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4271 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0"> 4272 <xs:simpleType> 4273 <xs:restriction base="xs:string"> 4274 <xs:maxLength value="25" /> 4275 </xs:restriction> 4276 </xs:simpleType> 4277 </xs:element> 4278 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 4279 <xs:simpleType> 4280 <xs:restriction base="xs:string"> 4281 <xs:maxLength value="50" /> 4282 </xs:restriction> 4283 </xs:simpleType> 4284 </xs:element> 4285 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0" minOccurs="0" /> 4286 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0" minOccurs="0" /> 4287 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22" minOccurs="0" /> 4288 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0" minOccurs="0" /> 4289 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0" minOccurs="0" /> 4290 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0" minOccurs="0" /> 4291 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0" minOccurs="0" /> 4292 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 4293 <xs:simpleType> 4294 <xs:restriction base="xs:string"> 4295 <xs:maxLength value="1000" /> 4296 </xs:restriction> 4297 </xs:simpleType> 4298 </xs:element> 4299 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0"> 4300 <xs:simpleType> 4301 <xs:restriction base="xs:string"> 4302 <xs:maxLength value="50" /> 4303 </xs:restriction> 4304 </xs:simpleType> 4305 </xs:element> 4306 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1" minOccurs="0" /> 4307 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4308 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" /> 4309 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4310 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" /> 4311 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false" minOccurs="0" /> 4312 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0"> 4313 <xs:simpleType> 4314 <xs:restriction base="xs:string"> 4315 <xs:maxLength value="50" /> 4316 </xs:restriction> 4317 </xs:simpleType> 4318 </xs:element> 4319 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 4320 <xs:simpleType> 4321 <xs:restriction base="xs:string"> 4322 <xs:maxLength value="50" /> 4323 </xs:restriction> 4324 </xs:simpleType> 4325 </xs:element> 4326 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 4327 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 4328 <xs:simpleType> 4329 <xs:restriction base="xs:string"> 4330 <xs:maxLength value="1" /> 4331 </xs:restriction> 4332 </xs:simpleType> 4333 </xs:element> 4334 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 4335 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 4336 <xs:simpleType> 4337 <xs:restriction base="xs:string"> 4338 <xs:maxLength value="8" /> 4339 </xs:restriction> 4340 </xs:simpleType> 4341 </xs:element> 4342 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 4343 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 4344 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 4345 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 4346 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 4347 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 4348 <xs:simpleType> 4349 <xs:restriction base="xs:string"> 4350 <xs:maxLength value="200" /> 4351 </xs:restriction> 4352 </xs:simpleType> 4353 </xs:element> 4354 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false" minOccurs="0" /> 4355 <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0"> 4356 <xs:simpleType> 4357 <xs:restriction base="xs:string"> 4358 <xs:maxLength value="200" /> 4359 </xs:restriction> 4360 </xs:simpleType> 4361 </xs:element> 4362 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false" /> 4363 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" default="0" minOccurs="0" /> 4364 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" /> 4365 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" /> 4366 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default="" minOccurs="0"> 4367 <xs:simpleType> 4368 <xs:restriction base="xs:string"> 4369 <xs:maxLength value="4" /> 4370 </xs:restriction> 4371 </xs:simpleType> 4372 </xs:element> 4373 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" /> 4374 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" /> 4375 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1" minOccurs="0" /> 4376 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0"> 4377 <xs:simpleType> 4378 <xs:restriction base="xs:string"> 4379 <xs:maxLength value="15" /> 4380 </xs:restriction> 4381 </xs:simpleType> 4382 </xs:element> 4383 <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" /> 4384 <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" /> 4385 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" /> 4386 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" default="false" /> 4387 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" /> 4388 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" /> 4389 <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_ColumnVarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" /> 4390 <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_ColumnVarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" /> 4391 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 4392 </xs:sequence> 4393 </xs:complexType> 4394 </xs:element> 4395 <xs:element name="UKAZE_SIE_W_NR" msprop:Generator_UserTableName="UKAZE_SIE_W_NR" msprop:Generator_RowDeletedName="UKAZE_SIE_W_NRRowDeleted" msprop:Generator_RowChangedName="UKAZE_SIE_W_NRRowChanged" msprop:Generator_RowClassName="UKAZE_SIE_W_NRRow" msprop:Generator_RowChangingName="UKAZE_SIE_W_NRRowChanging" msprop:Generator_RowEvArgName="UKAZE_SIE_W_NRRowChangeEvent" msprop:Generator_RowEvHandlerName="UKAZE_SIE_W_NRRowChangeEventHandler" msprop:Generator_TableClassName="UKAZE_SIE_W_NRDataTable" msprop:Generator_TableVarName="tableUKAZE_SIE_W_NR" msprop:Generator_RowDeletingName="UKAZE_SIE_W_NRRowDeleting" msprop:Generator_TablePropName="UKAZE_SIE_W_NR"> 4396 <xs:complexType> 4397 <xs:sequence> 4398 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" /> 4399 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4400 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 4401 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" /> 4402 <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_ColumnVarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" /> 4403 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" /> 4404 <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_ColumnVarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" /> 4405 <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_ColumnVarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" /> 4406 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:double" minOccurs="0" /> 4407 </xs:sequence> 4408 </xs:complexType> 4409 </xs:element> 4410 <xs:element name="KLIENCI" msprop:Generator_UserTableName="KLIENCI" msprop:Generator_RowDeletedName="KLIENCIRowDeleted" msprop:Generator_RowChangedName="KLIENCIRowChanged" msprop:Generator_RowClassName="KLIENCIRow" msprop:Generator_RowChangingName="KLIENCIRowChanging" msprop:Generator_RowEvArgName="KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KLIENCIDataTable" msprop:Generator_TableVarName="tableKLIENCI" msprop:Generator_RowDeletingName="KLIENCIRowDeleting" msprop:Generator_TablePropName="KLIENCI"> 4411 <xs:complexType> 4412 <xs:sequence> 4413 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 4414 <xs:simpleType> 4415 <xs:restriction base="xs:string"> 4416 <xs:maxLength value="50" /> 4417 </xs:restriction> 4418 </xs:simpleType> 4419 </xs:element> 4420 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 4421 <xs:simpleType> 4422 <xs:restriction base="xs:string"> 4423 <xs:maxLength value="50" /> 4424 </xs:restriction> 4425 </xs:simpleType> 4426 </xs:element> 4427 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 4428 <xs:simpleType> 4429 <xs:restriction base="xs:string"> 4430 <xs:maxLength value="50" /> 4431 </xs:restriction> 4432 </xs:simpleType> 4433 </xs:element> 4434 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 4435 <xs:simpleType> 4436 <xs:restriction base="xs:string"> 4437 <xs:maxLength value="50" /> 4438 </xs:restriction> 4439 </xs:simpleType> 4440 </xs:element> 4441 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 4442 <xs:simpleType> 4443 <xs:restriction base="xs:string"> 4444 <xs:maxLength value="20" /> 4445 </xs:restriction> 4446 </xs:simpleType> 4447 </xs:element> 4448 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 4449 <xs:simpleType> 4450 <xs:restriction base="xs:string"> 4451 <xs:maxLength value="50" /> 4452 </xs:restriction> 4453 </xs:simpleType> 4454 </xs:element> 4455 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 4456 <xs:simpleType> 4457 <xs:restriction base="xs:string"> 4458 <xs:maxLength value="50" /> 4459 </xs:restriction> 4460 </xs:simpleType> 4461 </xs:element> 4462 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 4463 <xs:simpleType> 4464 <xs:restriction base="xs:string"> 4465 <xs:maxLength value="50" /> 4466 </xs:restriction> 4467 </xs:simpleType> 4468 </xs:element> 4469 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 4470 <xs:simpleType> 4471 <xs:restriction base="xs:string"> 4472 <xs:maxLength value="50" /> 4473 </xs:restriction> 4474 </xs:simpleType> 4475 </xs:element> 4476 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 4477 <xs:simpleType> 4478 <xs:restriction base="xs:string"> 4479 <xs:maxLength value="30" /> 4480 </xs:restriction> 4481 </xs:simpleType> 4482 </xs:element> 4483 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 4484 <xs:simpleType> 4485 <xs:restriction base="xs:string"> 4486 <xs:maxLength value="30" /> 4487 </xs:restriction> 4488 </xs:simpleType> 4489 </xs:element> 4490 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 4491 <xs:simpleType> 4492 <xs:restriction base="xs:string"> 4493 <xs:maxLength value="200" /> 4494 </xs:restriction> 4495 </xs:simpleType> 4496 </xs:element> 4497 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" /> 4498 <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_ColumnVarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0"> 4499 <xs:simpleType> 4500 <xs:restriction base="xs:string"> 4501 <xs:maxLength value="200" /> 4502 </xs:restriction> 4503 </xs:simpleType> 4504 </xs:element> 4505 <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0"> 4506 <xs:simpleType> 4507 <xs:restriction base="xs:string"> 4508 <xs:maxLength value="200" /> 4509 </xs:restriction> 4510 </xs:simpleType> 4511 </xs:element> 4512 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 4513 <xs:simpleType> 4514 <xs:restriction base="xs:string"> 4515 <xs:maxLength value="50" /> 4516 </xs:restriction> 4517 </xs:simpleType> 4518 </xs:element> 4519 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" /> 4520 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" /> 4521 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 4522 <xs:simpleType> 4523 <xs:restriction base="xs:string"> 4524 <xs:maxLength value="25" /> 4525 </xs:restriction> 4526 </xs:simpleType> 4527 </xs:element> 4528 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 4529 <xs:simpleType> 4530 <xs:restriction base="xs:string"> 4531 <xs:maxLength value="60" /> 4532 </xs:restriction> 4533 </xs:simpleType> 4534 </xs:element> 4535 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 4536 <xs:simpleType> 4537 <xs:restriction base="xs:string"> 4538 <xs:maxLength value="50" /> 4539 </xs:restriction> 4540 </xs:simpleType> 4541 </xs:element> 4542 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" /> 4543 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 4544 <xs:simpleType> 4545 <xs:restriction base="xs:string"> 4546 <xs:maxLength value="50" /> 4547 </xs:restriction> 4548 </xs:simpleType> 4549 </xs:element> 4550 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0"> 4551 <xs:simpleType> 4552 <xs:restriction base="xs:string"> 4553 <xs:maxLength value="25" /> 4554 </xs:restriction> 4555 </xs:simpleType> 4556 </xs:element> 4557 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" /> 4558 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" /> 4559 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4560 <xs:simpleType> 4561 <xs:restriction base="xs:string"> 4562 <xs:maxLength value="50" /> 4563 </xs:restriction> 4564 </xs:simpleType> 4565 </xs:element> 4566 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 4567 <xs:simpleType> 4568 <xs:restriction base="xs:string"> 4569 <xs:maxLength value="3" /> 4570 </xs:restriction> 4571 </xs:simpleType> 4572 </xs:element> 4573 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 4574 <xs:simpleType> 4575 <xs:restriction base="xs:string"> 4576 <xs:maxLength value="10" /> 4577 </xs:restriction> 4578 </xs:simpleType> 4579 </xs:element> 4580 </xs:sequence> 4581 </xs:complexType> 4582 </xs:element> 4583 <xs:element name="REKLAMA_STRONA" msprop:Generator_UserTableName="REKLAMA_STRONA" msprop:Generator_RowDeletedName="REKLAMA_STRONARowDeleted" msprop:Generator_RowChangedName="REKLAMA_STRONARowChanged" msprop:Generator_RowClassName="REKLAMA_STRONARow" msprop:Generator_RowChangingName="REKLAMA_STRONARowChanging" msprop:Generator_RowEvArgName="REKLAMA_STRONARowChangeEvent" msprop:Generator_RowEvHandlerName="REKLAMA_STRONARowChangeEventHandler" msprop:Generator_TableClassName="REKLAMA_STRONADataTable" msprop:Generator_TableVarName="tableREKLAMA_STRONA" msprop:Generator_RowDeletingName="REKLAMA_STRONARowDeleting" msprop:Generator_TablePropName="REKLAMA_STRONA"> 4584 <xs:complexType> 4585 <xs:sequence> 4586 <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" /> 4587 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4588 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" /> 4589 <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_ColumnVarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" /> 4590 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 4591 </xs:sequence> 4592 </xs:complexType> 4593 </xs:element> 4594 <xs:element name="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_UserTableName="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletedName="KLIENCI_OSOBY_DO_KONTAKTURowDeleted" msprop:Generator_RowChangedName="KLIENCI_OSOBY_DO_KONTAKTURowChanged" msprop:Generator_RowClassName="KLIENCI_OSOBY_DO_KONTAKTURow" msprop:Generator_RowChangingName="KLIENCI_OSOBY_DO_KONTAKTURowChanging" msprop:Generator_RowEvArgName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEventHandler" msprop:Generator_TableClassName="KLIENCI_OSOBY_DO_KONTAKTUDataTable" msprop:Generator_TableVarName="tableKLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletingName="KLIENCI_OSOBY_DO_KONTAKTURowDeleting" msprop:Generator_TablePropName="KLIENCI_OSOBY_DO_KONTAKTU"> 4595 <xs:complexType> 4596 <xs:sequence> 4597 <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" /> 4598 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 4599 <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_ColumnVarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0"> 4600 <xs:simpleType> 4601 <xs:restriction base="xs:string"> 4602 <xs:maxLength value="50" /> 4603 </xs:restriction> 4604 </xs:simpleType> 4605 </xs:element> 4606 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 4607 <xs:simpleType> 4608 <xs:restriction base="xs:string"> 4609 <xs:maxLength value="50" /> 4610 </xs:restriction> 4611 </xs:simpleType> 4612 </xs:element> 4613 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 4614 <xs:simpleType> 4615 <xs:restriction base="xs:string"> 4616 <xs:maxLength value="50" /> 4617 </xs:restriction> 4618 </xs:simpleType> 4619 </xs:element> 4620 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 4621 <xs:simpleType> 4622 <xs:restriction base="xs:string"> 4623 <xs:maxLength value="50" /> 4624 </xs:restriction> 4625 </xs:simpleType> 4626 </xs:element> 4627 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4628 <xs:simpleType> 4629 <xs:restriction base="xs:string"> 4630 <xs:maxLength value="50" /> 4631 </xs:restriction> 4632 </xs:simpleType> 4633 </xs:element> 4634 </xs:sequence> 4635 </xs:complexType> 4636 </xs:element> 4637 <xs:element name="PRODUKCJA" msprop:Generator_UserTableName="PRODUKCJA" msprop:Generator_RowDeletedName="PRODUKCJARowDeleted" msprop:Generator_RowChangedName="PRODUKCJARowChanged" msprop:Generator_RowClassName="PRODUKCJARow" msprop:Generator_RowChangingName="PRODUKCJARowChanging" msprop:Generator_RowEvArgName="PRODUKCJARowChangeEvent" msprop:Generator_RowEvHandlerName="PRODUKCJARowChangeEventHandler" msprop:Generator_TableClassName="PRODUKCJADataTable" msprop:Generator_TableVarName="tablePRODUKCJA" msprop:Generator_RowDeletingName="PRODUKCJARowDeleting" msprop:Generator_TablePropName="PRODUKCJA"> 4638 <xs:complexType> 4639 <xs:sequence> 4640 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 4641 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" /> 4642 <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_ColumnPropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0"> 4643 <xs:simpleType> 4644 <xs:restriction base="xs:string"> 4645 <xs:maxLength value="50" /> 4646 </xs:restriction> 4647 </xs:simpleType> 4648 </xs:element> 4649 <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" minOccurs="0"> 4650 <xs:simpleType> 4651 <xs:restriction base="xs:string"> 4652 <xs:maxLength value="50" /> 4653 </xs:restriction> 4654 </xs:simpleType> 4655 </xs:element> 4656 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 4657 <xs:simpleType> 4658 <xs:restriction base="xs:string"> 4659 <xs:maxLength value="20" /> 4660 </xs:restriction> 4661 </xs:simpleType> 4662 </xs:element> 4663 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 4664 <xs:simpleType> 4665 <xs:restriction base="xs:string"> 4666 <xs:maxLength value="50" /> 4667 </xs:restriction> 4668 </xs:simpleType> 4669 </xs:element> 4670 <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_ColumnPropNameInRow="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" /> 4671 <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_ColumnPropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" /> 4672 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 4673 <xs:simpleType> 4674 <xs:restriction base="xs:string"> 4675 <xs:maxLength value="50" /> 4676 </xs:restriction> 4677 </xs:simpleType> 4678 </xs:element> 4679 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 4680 <xs:simpleType> 4681 <xs:restriction base="xs:string"> 4682 <xs:maxLength value="50" /> 4683 </xs:restriction> 4684 </xs:simpleType> 4685 </xs:element> 4686 <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_ColumnPropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" /> 4687 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 4688 <xs:simpleType> 4689 <xs:restriction base="xs:string"> 4690 <xs:maxLength value="50" /> 4691 </xs:restriction> 4692 </xs:simpleType> 4693 </xs:element> 4694 <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_ColumnPropNameInRow="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" /> 4695 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 4696 <xs:simpleType> 4697 <xs:restriction base="xs:string"> 4698 <xs:maxLength value="50" /> 4699 </xs:restriction> 4700 </xs:simpleType> 4701 </xs:element> 4702 <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_ColumnPropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" /> 4703 <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0"> 4704 <xs:simpleType> 4705 <xs:restriction base="xs:string"> 4706 <xs:maxLength value="50" /> 4707 </xs:restriction> 4708 </xs:simpleType> 4709 </xs:element> 4710 <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" /> 4711 <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" /> 4712 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" /> 4713 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 4714 <xs:simpleType> 4715 <xs:restriction base="xs:string"> 4716 <xs:maxLength value="1024" /> 4717 </xs:restriction> 4718 </xs:simpleType> 4719 </xs:element> 4720 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 4721 <xs:simpleType> 4722 <xs:restriction base="xs:string"> 4723 <xs:maxLength value="200" /> 4724 </xs:restriction> 4725 </xs:simpleType> 4726 </xs:element> 4727 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 4728 <xs:simpleType> 4729 <xs:restriction base="xs:string"> 4730 <xs:maxLength value="200" /> 4731 </xs:restriction> 4732 </xs:simpleType> 4733 </xs:element> 4734 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 4735 <xs:simpleType> 4736 <xs:restriction base="xs:string"> 4737 <xs:maxLength value="50" /> 4738 </xs:restriction> 4739 </xs:simpleType> 4740 </xs:element> 4741 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 4742 <xs:simpleType> 4743 <xs:restriction base="xs:string"> 4744 <xs:maxLength value="20" /> 4745 </xs:restriction> 4746 </xs:simpleType> 4747 </xs:element> 4748 <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_ColumnPropNameInRow="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" /> 4749 <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_ColumnPropNameInRow="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" /> 4750 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 4751 <xs:simpleType> 4752 <xs:restriction base="xs:string"> 4753 <xs:maxLength value="50" /> 4754 </xs:restriction> 4755 </xs:simpleType> 4756 </xs:element> 4757 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 4758 <xs:simpleType> 4759 <xs:restriction base="xs:string"> 4760 <xs:maxLength value="10" /> 4761 </xs:restriction> 4762 </xs:simpleType> 4763 </xs:element> 4764 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 4765 <xs:simpleType> 4766 <xs:restriction base="xs:string"> 4767 <xs:maxLength value="50" /> 4768 </xs:restriction> 4769 </xs:simpleType> 4770 </xs:element> 4771 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 4772 <xs:simpleType> 4773 <xs:restriction base="xs:string"> 4774 <xs:maxLength value="50" /> 4775 </xs:restriction> 4776 </xs:simpleType> 4777 </xs:element> 4778 <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_ColumnPropNameInRow="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0"> 4779 <xs:simpleType> 4780 <xs:restriction base="xs:string"> 4781 <xs:maxLength value="100" /> 4782 </xs:restriction> 4783 </xs:simpleType> 4784 </xs:element> 4785 </xs:sequence> 4786 </xs:complexType> 4787 </xs:element> 4788 <xs:element name="FAKTURY" msprop:Generator_UserTableName="FAKTURY" msprop:Generator_RowDeletedName="FAKTURYRowDeleted" msprop:Generator_RowChangedName="FAKTURYRowChanged" msprop:Generator_RowClassName="FAKTURYRow" msprop:Generator_RowChangingName="FAKTURYRowChanging" msprop:Generator_RowEvArgName="FAKTURYRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURYRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURYDataTable" msprop:Generator_TableVarName="tableFAKTURY" msprop:Generator_RowDeletingName="FAKTURYRowDeleting" msprop:Generator_TablePropName="FAKTURY"> 4789 <xs:complexType> 4790 <xs:sequence> 4791 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" /> 4792 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" /> 4793 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0"> 4794 <xs:simpleType> 4795 <xs:restriction base="xs:string"> 4796 <xs:maxLength value="8" /> 4797 </xs:restriction> 4798 </xs:simpleType> 4799 </xs:element> 4800 <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" /> 4801 <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4802 <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0"> 4803 <xs:simpleType> 4804 <xs:restriction base="xs:string"> 4805 <xs:maxLength value="30" /> 4806 </xs:restriction> 4807 </xs:simpleType> 4808 </xs:element> 4809 <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_ColumnVarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" /> 4810 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" /> 4811 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" /> 4812 <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0"> 4813 <xs:simpleType> 4814 <xs:restriction base="xs:string"> 4815 <xs:maxLength value="30" /> 4816 </xs:restriction> 4817 </xs:simpleType> 4818 </xs:element> 4819 <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0"> 4820 <xs:simpleType> 4821 <xs:restriction base="xs:string"> 4822 <xs:maxLength value="30" /> 4823 </xs:restriction> 4824 </xs:simpleType> 4825 </xs:element> 4826 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4827 <xs:simpleType> 4828 <xs:restriction base="xs:string"> 4829 <xs:maxLength value="1073741823" /> 4830 </xs:restriction> 4831 </xs:simpleType> 4832 </xs:element> 4833 <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0"> 4834 <xs:simpleType> 4835 <xs:restriction base="xs:string"> 4836 <xs:maxLength value="20" /> 4837 </xs:restriction> 4838 </xs:simpleType> 4839 </xs:element> 4840 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" /> 4841 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" /> 4842 <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_ColumnVarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" /> 4843 <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0"> 4844 <xs:simpleType> 4845 <xs:restriction base="xs:string"> 4846 <xs:maxLength value="1073741823" /> 4847 </xs:restriction> 4848 </xs:simpleType> 4849 </xs:element> 4850 <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0"> 4851 <xs:simpleType> 4852 <xs:restriction base="xs:string"> 4853 <xs:maxLength value="1073741823" /> 4854 </xs:restriction> 4855 </xs:simpleType> 4856 </xs:element> 4857 <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0"> 4858 <xs:simpleType> 4859 <xs:restriction base="xs:string"> 4860 <xs:maxLength value="50" /> 4861 </xs:restriction> 4862 </xs:simpleType> 4863 </xs:element> 4864 <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" minOccurs="0"> 4865 <xs:simpleType> 4866 <xs:restriction base="xs:string"> 4867 <xs:maxLength value="50" /> 4868 </xs:restriction> 4869 </xs:simpleType> 4870 </xs:element> 4871 <xs:element name="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" /> 4872 <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" /> 4873 <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" /> 4874 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" /> 4875 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" /> 4876 <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" /> 4877 <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_ColumnVarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" /> 4878 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" /> 4879 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" /> 4880 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" default="0" /> 4881 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" /> 4882 <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0"> 4883 <xs:simpleType> 4884 <xs:restriction base="xs:string"> 4885 <xs:maxLength value="50" /> 4886 </xs:restriction> 4887 </xs:simpleType> 4888 </xs:element> 4889 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" /> 4890 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" /> 4891 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" /> 4892 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0"> 4893 <xs:simpleType> 4894 <xs:restriction base="xs:string"> 4895 <xs:maxLength value="4" /> 4896 </xs:restriction> 4897 </xs:simpleType> 4898 </xs:element> 4899 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" /> 4900 <xs:element name="waluta_przelicznik" msprop:Generator_UserColumnName="waluta_przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_przelicznikColumn" type="xs:int" minOccurs="0" /> 4901 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" /> 4902 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0"> 4903 <xs:simpleType> 4904 <xs:restriction base="xs:string"> 4905 <xs:maxLength value="15" /> 4906 </xs:restriction> 4907 </xs:simpleType> 4908 </xs:element> 4909 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 4910 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" /> 4911 </xs:sequence> 4912 </xs:complexType> 4913 </xs:element> 4914 <xs:element name="FAKTURA_DETAILS" msprop:Generator_UserTableName="FAKTURA_DETAILS" msprop:Generator_RowDeletedName="FAKTURA_DETAILSRowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILSRowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILSRow" msprop:Generator_RowChangingName="FAKTURA_DETAILSRowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILSRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILSRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILSDataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS" msprop:Generator_RowDeletingName="FAKTURA_DETAILSRowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS"> 4915 <xs:complexType> 4916 <xs:sequence> 4917 <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" /> 4918 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 4919 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 4920 <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" /> 4921 <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_ColumnVarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0"> 4922 <xs:simpleType> 4923 <xs:restriction base="xs:string"> 4924 <xs:maxLength value="100" /> 4925 </xs:restriction> 4926 </xs:simpleType> 4927 </xs:element> 4928 <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0"> 4929 <xs:simpleType> 4930 <xs:restriction base="xs:string"> 4931 <xs:maxLength value="30" /> 4932 </xs:restriction> 4933 </xs:simpleType> 4934 </xs:element> 4935 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 4936 <xs:simpleType> 4937 <xs:restriction base="xs:string"> 4938 <xs:maxLength value="5" /> 4939 </xs:restriction> 4940 </xs:simpleType> 4941 </xs:element> 4942 <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" /> 4943 <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" /> 4944 <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_ColumnVarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" /> 4945 <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_ColumnVarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" /> 4946 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 4947 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" /> 4948 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 4949 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 4950 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" /> 4951 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" minOccurs="0" /> 4952 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" /> 4953 <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_ColumnVarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" /> 4954 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" minOccurs="0" /> 4955 </xs:sequence> 4956 </xs:complexType> 4957 </xs:element> 4958 <xs:element name="KL_KLIENCI" msprop:Generator_UserTableName="KL_KLIENCI" msprop:Generator_RowDeletedName="KL_KLIENCIRowDeleted" msprop:Generator_RowChangedName="KL_KLIENCIRowChanged" msprop:Generator_RowClassName="KL_KLIENCIRow" msprop:Generator_RowChangingName="KL_KLIENCIRowChanging" msprop:Generator_RowEvArgName="KL_KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KL_KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KL_KLIENCIDataTable" msprop:Generator_TableVarName="tableKL_KLIENCI" msprop:Generator_RowDeletingName="KL_KLIENCIRowDeleting" msprop:Generator_TablePropName="KL_KLIENCI"> 4959 <xs:complexType> 4960 <xs:sequence> 4961 <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" /> 4962 <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_ColumnVarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" /> 4963 <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_ColumnVarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" /> 4964 <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_ColumnVarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" /> 4965 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 4966 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 4967 <xs:simpleType> 4968 <xs:restriction base="xs:string"> 4969 <xs:maxLength value="20" /> 4970 </xs:restriction> 4971 </xs:simpleType> 4972 </xs:element> 4973 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 4974 </xs:sequence> 4975 </xs:complexType> 4976 </xs:element> 4977 <xs:element name="ReklamyZestawienie" msprop:Generator_UserTableName="ReklamyZestawienie" msprop:Generator_RowDeletedName="ReklamyZestawienieRowDeleted" msprop:Generator_RowChangedName="ReklamyZestawienieRowChanged" msprop:Generator_RowClassName="ReklamyZestawienieRow" msprop:Generator_RowChangingName="ReklamyZestawienieRowChanging" msprop:Generator_RowEvArgName="ReklamyZestawienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ReklamyZestawienieRowChangeEventHandler" msprop:Generator_TableClassName="ReklamyZestawienieDataTable" msprop:Generator_TableVarName="tableReklamyZestawienie" msprop:Generator_RowDeletingName="ReklamyZestawienieRowDeleting" msprop:Generator_TablePropName="ReklamyZestawienie"> 4978 <xs:complexType> 4979 <xs:sequence> 4206 4980 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 4207 4981 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> … … 4209 4983 <xs:simpleType> 4210 4984 <xs:restriction base="xs:string"> 4211 <xs:maxLength value=" 50" />4212 </xs:restriction> 4213 </xs:simpleType> 4214 </xs:element> 4215 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT"minOccurs="0">4985 <xs:maxLength value="25" /> 4986 </xs:restriction> 4987 </xs:simpleType> 4988 </xs:element> 4989 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 4216 4990 <xs:simpleType> 4217 4991 <xs:restriction base="xs:string"> … … 4220 4994 </xs:simpleType> 4221 4995 </xs:element> 4222 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA"minOccurs="0">4996 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 4223 4997 <xs:simpleType> 4224 4998 <xs:restriction base="xs:string"> … … 4227 5001 </xs:simpleType> 4228 5002 </xs:element> 4229 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test"minOccurs="0">5003 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0"> 4230 5004 <xs:simpleType> 4231 5005 <xs:restriction base="xs:string"> … … 4242 5016 </xs:element> 4243 5017 <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4244 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1"minOccurs="0" />4245 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1"minOccurs="0" />5018 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" /> 5019 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" /> 4246 5020 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0"> 4247 5021 <xs:simpleType> … … 4260 5034 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" /> 4261 5035 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" /> 4262 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0"minOccurs="0" />4263 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1"minOccurs="0" />4264 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W"minOccurs="0">5036 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" /> 5037 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" /> 5038 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 4265 5039 <xs:simpleType> 4266 5040 <xs:restriction base="xs:string"> … … 4269 5043 </xs:simpleType> 4270 5044 </xs:element> 4271 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false"minOccurs="0" />4272 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0"minOccurs="0" />4273 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0"minOccurs="0" />4274 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false"minOccurs="0" />4275 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false"minOccurs="0" />5045 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" /> 5046 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" /> 5047 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" /> 5048 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" /> 5049 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 4276 5050 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4277 5051 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0"> … … 4289 5063 </xs:simpleType> 4290 5064 </xs:element> 4291 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0"minOccurs="0" />4292 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0"minOccurs="0" />4293 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22"minOccurs="0" />4294 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0"minOccurs="0" />4295 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0"minOccurs="0" />4296 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0"minOccurs="0" />4297 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0"minOccurs="0" />5065 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" /> 5066 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" /> 5067 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" minOccurs="0" /> 5068 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" minOccurs="0" /> 5069 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" minOccurs="0" /> 5070 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" /> 5071 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" /> 4298 5072 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 4299 5073 <xs:simpleType> … … 4310 5084 </xs:simpleType> 4311 5085 </xs:element> 4312 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1"minOccurs="0" />5086 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" /> 4313 5087 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4314 5088 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" /> 4315 5089 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 4316 5090 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" /> 4317 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false"minOccurs="0" />5091 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" minOccurs="0" /> 4318 5092 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0"> 4319 5093 <xs:simpleType> … … 4358 5132 </xs:simpleType> 4359 5133 </xs:element> 4360 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false"minOccurs="0" />5134 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" /> 4361 5135 <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0"> 4362 5136 <xs:simpleType> … … 4366 5140 </xs:simpleType> 4367 5141 </xs:element> 4368 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false"/>4369 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" default="0"minOccurs="0" />5142 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" /> 5143 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" /> 4370 5144 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" /> 4371 5145 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" /> 4372 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default=""minOccurs="0">5146 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0"> 4373 5147 <xs:simpleType> 4374 5148 <xs:restriction base="xs:string"> … … 4379 5153 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" /> 4380 5154 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" /> 4381 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1"minOccurs="0" />5155 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" minOccurs="0" /> 4382 5156 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0"> 4383 5157 <xs:simpleType> … … 4387 5161 </xs:simpleType> 4388 5162 </xs:element> 4389 <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" /> 4390 <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" /> 4391 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" /> 4392 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" default="false" /> 4393 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" /> 4394 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" /> 4395 <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnVarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" /> 4396 <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnVarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" /> 4397 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 4398 </xs:sequence> 4399 </xs:complexType> 4400 </xs:element> 4401 <xs:element name="UKAZE_SIE_W_NR" msprop:Generator_UserTableName="UKAZE_SIE_W_NR" msprop:Generator_RowDeletedName="UKAZE_SIE_W_NRRowDeleted" msprop:Generator_RowChangedName="UKAZE_SIE_W_NRRowChanged" msprop:Generator_RowClassName="UKAZE_SIE_W_NRRow" msprop:Generator_RowChangingName="UKAZE_SIE_W_NRRowChanging" msprop:Generator_RowEvArgName="UKAZE_SIE_W_NRRowChangeEvent" msprop:Generator_RowEvHandlerName="UKAZE_SIE_W_NRRowChangeEventHandler" msprop:Generator_TableClassName="UKAZE_SIE_W_NRDataTable" msprop:Generator_TableVarName="tableUKAZE_SIE_W_NR" msprop:Generator_RowDeletingName="UKAZE_SIE_W_NRRowDeleting" msprop:Generator_TablePropName="UKAZE_SIE_W_NR"> 4402 <xs:complexType> 4403 <xs:sequence> 4404 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" /> 4405 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4406 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 4407 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" /> 4408 <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnVarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" /> 4409 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" /> 4410 <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnVarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" /> 4411 <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnVarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" /> 4412 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:double" minOccurs="0" /> 4413 </xs:sequence> 4414 </xs:complexType> 4415 </xs:element> 4416 <xs:element name="KLIENCI" msprop:Generator_UserTableName="KLIENCI" msprop:Generator_RowDeletedName="KLIENCIRowDeleted" msprop:Generator_RowChangedName="KLIENCIRowChanged" msprop:Generator_RowClassName="KLIENCIRow" msprop:Generator_RowChangingName="KLIENCIRowChanging" msprop:Generator_RowEvArgName="KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KLIENCIDataTable" msprop:Generator_TableVarName="tableKLIENCI" msprop:Generator_RowDeletingName="KLIENCIRowDeleting" msprop:Generator_TablePropName="KLIENCI"> 4417 <xs:complexType> 4418 <xs:sequence> 4419 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 4420 <xs:simpleType> 4421 <xs:restriction base="xs:string"> 4422 <xs:maxLength value="50" /> 4423 </xs:restriction> 4424 </xs:simpleType> 4425 </xs:element> 4426 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 4427 <xs:simpleType> 4428 <xs:restriction base="xs:string"> 4429 <xs:maxLength value="50" /> 4430 </xs:restriction> 4431 </xs:simpleType> 4432 </xs:element> 4433 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 4434 <xs:simpleType> 4435 <xs:restriction base="xs:string"> 4436 <xs:maxLength value="50" /> 4437 </xs:restriction> 4438 </xs:simpleType> 4439 </xs:element> 4440 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 4441 <xs:simpleType> 4442 <xs:restriction base="xs:string"> 4443 <xs:maxLength value="50" /> 4444 </xs:restriction> 4445 </xs:simpleType> 4446 </xs:element> 4447 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 4448 <xs:simpleType> 4449 <xs:restriction base="xs:string"> 4450 <xs:maxLength value="20" /> 4451 </xs:restriction> 4452 </xs:simpleType> 4453 </xs:element> 4454 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 4455 <xs:simpleType> 4456 <xs:restriction base="xs:string"> 4457 <xs:maxLength value="50" /> 4458 </xs:restriction> 4459 </xs:simpleType> 4460 </xs:element> 4461 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 4462 <xs:simpleType> 4463 <xs:restriction base="xs:string"> 4464 <xs:maxLength value="50" /> 4465 </xs:restriction> 4466 </xs:simpleType> 4467 </xs:element> 4468 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 4469 <xs:simpleType> 4470 <xs:restriction base="xs:string"> 4471 <xs:maxLength value="50" /> 4472 </xs:restriction> 4473 </xs:simpleType> 4474 </xs:element> 4475 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 4476 <xs:simpleType> 4477 <xs:restriction base="xs:string"> 4478 <xs:maxLength value="50" /> 4479 </xs:restriction> 4480 </xs:simpleType> 4481 </xs:element> 4482 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 4483 <xs:simpleType> 4484 <xs:restriction base="xs:string"> 4485 <xs:maxLength value="30" /> 4486 </xs:restriction> 4487 </xs:simpleType> 4488 </xs:element> 4489 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 4490 <xs:simpleType> 4491 <xs:restriction base="xs:string"> 4492 <xs:maxLength value="30" /> 4493 </xs:restriction> 4494 </xs:simpleType> 4495 </xs:element> 4496 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 4497 <xs:simpleType> 4498 <xs:restriction base="xs:string"> 4499 <xs:maxLength value="200" /> 4500 </xs:restriction> 4501 </xs:simpleType> 4502 </xs:element> 4503 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" /> 4504 <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnVarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0"> 4505 <xs:simpleType> 4506 <xs:restriction base="xs:string"> 4507 <xs:maxLength value="200" /> 4508 </xs:restriction> 4509 </xs:simpleType> 4510 </xs:element> 4511 <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0"> 4512 <xs:simpleType> 4513 <xs:restriction base="xs:string"> 4514 <xs:maxLength value="200" /> 4515 </xs:restriction> 4516 </xs:simpleType> 4517 </xs:element> 4518 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 4519 <xs:simpleType> 4520 <xs:restriction base="xs:string"> 4521 <xs:maxLength value="50" /> 4522 </xs:restriction> 4523 </xs:simpleType> 4524 </xs:element> 4525 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" /> 4526 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" /> 4527 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 4528 <xs:simpleType> 4529 <xs:restriction base="xs:string"> 4530 <xs:maxLength value="25" /> 4531 </xs:restriction> 4532 </xs:simpleType> 4533 </xs:element> 4534 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 4535 <xs:simpleType> 4536 <xs:restriction base="xs:string"> 4537 <xs:maxLength value="60" /> 4538 </xs:restriction> 4539 </xs:simpleType> 4540 </xs:element> 4541 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 4542 <xs:simpleType> 4543 <xs:restriction base="xs:string"> 4544 <xs:maxLength value="50" /> 4545 </xs:restriction> 4546 </xs:simpleType> 4547 </xs:element> 4548 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" /> 4549 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 4550 <xs:simpleType> 4551 <xs:restriction base="xs:string"> 4552 <xs:maxLength value="50" /> 4553 </xs:restriction> 4554 </xs:simpleType> 4555 </xs:element> 4556 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0"> 4557 <xs:simpleType> 4558 <xs:restriction base="xs:string"> 4559 <xs:maxLength value="25" /> 4560 </xs:restriction> 4561 </xs:simpleType> 4562 </xs:element> 4563 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" /> 4564 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" /> 4565 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 4566 <xs:simpleType> 4567 <xs:restriction base="xs:string"> 4568 <xs:maxLength value="50" /> 4569 </xs:restriction> 4570 </xs:simpleType> 4571 </xs:element> 4572 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 4573 <xs:simpleType> 4574 <xs:restriction base="xs:string"> 4575 <xs:maxLength value="3" /> 4576 </xs:restriction> 4577 </xs:simpleType> 4578 </xs:element> 4579 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 4580 <xs:simpleType> 4581 <xs:restriction base="xs:string"> 4582 <xs:maxLength value="10" /> 4583 </xs:restriction> 4584 </xs:simpleType> 4585 </xs:element> 4586 </xs:sequence> 4587 </xs:complexType> 4588 </xs:element> 4589 <xs:element name="REKLAMA_STRONA" msprop:Generator_UserTableName="REKLAMA_STRONA" msprop:Generator_RowDeletedName="REKLAMA_STRONARowDeleted" msprop:Generator_RowChangedName="REKLAMA_STRONARowChanged" msprop:Generator_RowClassName="REKLAMA_STRONARow" msprop:Generator_RowChangingName="REKLAMA_STRONARowChanging" msprop:Generator_RowEvArgName="REKLAMA_STRONARowChangeEvent" msprop:Generator_RowEvHandlerName="REKLAMA_STRONARowChangeEventHandler" msprop:Generator_TableClassName="REKLAMA_STRONADataTable" msprop:Generator_TableVarName="tableREKLAMA_STRONA" msprop:Generator_RowDeletingName="REKLAMA_STRONARowDeleting" msprop:Generator_TablePropName="REKLAMA_STRONA"> 4590 <xs:complexType> 4591 <xs:sequence> 4592 <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" /> 4593 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4594 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" /> 4595 <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnVarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" /> 4596 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 4597 </xs:sequence> 4598 </xs:complexType> 4599 </xs:element> 4600 <xs:element name="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_UserTableName="KLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletedName="KLIENCI_OSOBY_DO_KONTAKTURowDeleted" msprop:Generator_RowChangedName="KLIENCI_OSOBY_DO_KONTAKTURowChanged" msprop:Generator_RowClassName="KLIENCI_OSOBY_DO_KONTAKTURow" msprop:Generator_RowChangingName="KLIENCI_OSOBY_DO_KONTAKTURowChanging" msprop:Generator_RowEvArgName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEvent" msprop:Generator_RowEvHandlerName="KLIENCI_OSOBY_DO_KONTAKTURowChangeEventHandler" msprop:Generator_TableClassName="KLIENCI_OSOBY_DO_KONTAKTUDataTable" msprop:Generator_TableVarName="tableKLIENCI_OSOBY_DO_KONTAKTU" msprop:Generator_RowDeletingName="KLIENCI_OSOBY_DO_KONTAKTURowDeleting" msprop:Generator_TablePropName="KLIENCI_OSOBY_DO_KONTAKTU"> 4601 <xs:complexType> 4602 <xs:sequence> 4603 <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" /> 4604 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 4605 <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnVarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0"> 4606 <xs:simpleType> 4607 <xs:restriction base="xs:string"> 4608 <xs:maxLength value="50" /> 4609 </xs:restriction> 4610 </xs:simpleType> 4611 </xs:element> 4612 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 4613 <xs:simpleType> 4614 <xs:restriction base="xs:string"> 4615 <xs:maxLength value="50" /> 4616 </xs:restriction> 4617 </xs:simpleType> 4618 </xs:element> 4619 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 4620 <xs:simpleType> 4621 <xs:restriction base="xs:string"> 4622 <xs:maxLength value="50" /> 4623 </xs:restriction> 4624 </xs:simpleType> 4625 </xs:element> 4626 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 4627 <xs:simpleType> 4628 <xs:restriction base="xs:string"> 4629 <xs:maxLength value="50" /> 4630 </xs:restriction> 4631 </xs:simpleType> 4632 </xs:element> 4633 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4634 <xs:simpleType> 4635 <xs:restriction base="xs:string"> 4636 <xs:maxLength value="50" /> 4637 </xs:restriction> 4638 </xs:simpleType> 4639 </xs:element> 4640 </xs:sequence> 4641 </xs:complexType> 4642 </xs:element> 4643 <xs:element name="PRODUKCJA" msprop:Generator_UserTableName="PRODUKCJA" msprop:Generator_RowDeletedName="PRODUKCJARowDeleted" msprop:Generator_RowChangedName="PRODUKCJARowChanged" msprop:Generator_RowClassName="PRODUKCJARow" msprop:Generator_RowChangingName="PRODUKCJARowChanging" msprop:Generator_RowEvArgName="PRODUKCJARowChangeEvent" msprop:Generator_RowEvHandlerName="PRODUKCJARowChangeEventHandler" msprop:Generator_TableClassName="PRODUKCJADataTable" msprop:Generator_TableVarName="tablePRODUKCJA" msprop:Generator_RowDeletingName="PRODUKCJARowDeleting" msprop:Generator_TablePropName="PRODUKCJA"> 4644 <xs:complexType> 4645 <xs:sequence> 4646 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 4647 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" /> 4648 <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0"> 4649 <xs:simpleType> 4650 <xs:restriction base="xs:string"> 4651 <xs:maxLength value="50" /> 4652 </xs:restriction> 4653 </xs:simpleType> 4654 </xs:element> 4655 <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" minOccurs="0"> 4656 <xs:simpleType> 4657 <xs:restriction base="xs:string"> 4658 <xs:maxLength value="50" /> 4659 </xs:restriction> 4660 </xs:simpleType> 4661 </xs:element> 4662 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 4663 <xs:simpleType> 4664 <xs:restriction base="xs:string"> 4665 <xs:maxLength value="20" /> 4666 </xs:restriction> 4667 </xs:simpleType> 4668 </xs:element> 4669 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 4670 <xs:simpleType> 4671 <xs:restriction base="xs:string"> 4672 <xs:maxLength value="50" /> 4673 </xs:restriction> 4674 </xs:simpleType> 4675 </xs:element> 4676 <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInRow="DATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" /> 4677 <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" /> 4678 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 4679 <xs:simpleType> 4680 <xs:restriction base="xs:string"> 4681 <xs:maxLength value="50" /> 4682 </xs:restriction> 4683 </xs:simpleType> 4684 </xs:element> 4685 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 4686 <xs:simpleType> 4687 <xs:restriction base="xs:string"> 4688 <xs:maxLength value="50" /> 4689 </xs:restriction> 4690 </xs:simpleType> 4691 </xs:element> 4692 <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" /> 4693 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 4694 <xs:simpleType> 4695 <xs:restriction base="xs:string"> 4696 <xs:maxLength value="50" /> 4697 </xs:restriction> 4698 </xs:simpleType> 4699 </xs:element> 4700 <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInRow="DATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" /> 4701 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 4702 <xs:simpleType> 4703 <xs:restriction base="xs:string"> 4704 <xs:maxLength value="50" /> 4705 </xs:restriction> 4706 </xs:simpleType> 4707 </xs:element> 4708 <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" /> 4709 <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0"> 4710 <xs:simpleType> 4711 <xs:restriction base="xs:string"> 4712 <xs:maxLength value="50" /> 4713 </xs:restriction> 4714 </xs:simpleType> 4715 </xs:element> 4716 <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" /> 4717 <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" /> 4718 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" /> 4719 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 4720 <xs:simpleType> 4721 <xs:restriction base="xs:string"> 4722 <xs:maxLength value="1024" /> 4723 </xs:restriction> 4724 </xs:simpleType> 4725 </xs:element> 4726 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 4727 <xs:simpleType> 4728 <xs:restriction base="xs:string"> 4729 <xs:maxLength value="200" /> 4730 </xs:restriction> 4731 </xs:simpleType> 4732 </xs:element> 4733 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 4734 <xs:simpleType> 4735 <xs:restriction base="xs:string"> 4736 <xs:maxLength value="200" /> 4737 </xs:restriction> 4738 </xs:simpleType> 4739 </xs:element> 4740 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 4741 <xs:simpleType> 4742 <xs:restriction base="xs:string"> 4743 <xs:maxLength value="50" /> 4744 </xs:restriction> 4745 </xs:simpleType> 4746 </xs:element> 4747 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 4748 <xs:simpleType> 4749 <xs:restriction base="xs:string"> 4750 <xs:maxLength value="20" /> 4751 </xs:restriction> 4752 </xs:simpleType> 4753 </xs:element> 4754 <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInRow="szer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" /> 4755 <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInRow="wys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" /> 4756 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 4757 <xs:simpleType> 4758 <xs:restriction base="xs:string"> 4759 <xs:maxLength value="50" /> 4760 </xs:restriction> 4761 </xs:simpleType> 4762 </xs:element> 4763 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 4764 <xs:simpleType> 4765 <xs:restriction base="xs:string"> 4766 <xs:maxLength value="10" /> 4767 </xs:restriction> 4768 </xs:simpleType> 4769 </xs:element> 4770 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 4771 <xs:simpleType> 4772 <xs:restriction base="xs:string"> 4773 <xs:maxLength value="50" /> 4774 </xs:restriction> 4775 </xs:simpleType> 4776 </xs:element> 4777 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0"> 4778 <xs:simpleType> 4779 <xs:restriction base="xs:string"> 4780 <xs:maxLength value="50" /> 4781 </xs:restriction> 4782 </xs:simpleType> 4783 </xs:element> 4784 <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInRow="path_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0"> 4785 <xs:simpleType> 4786 <xs:restriction base="xs:string"> 4787 <xs:maxLength value="100" /> 4788 </xs:restriction> 4789 </xs:simpleType> 4790 </xs:element> 4791 </xs:sequence> 4792 </xs:complexType> 4793 </xs:element> 4794 <xs:element name="FAKTURY" msprop:Generator_UserTableName="FAKTURY" msprop:Generator_RowDeletedName="FAKTURYRowDeleted" msprop:Generator_RowChangedName="FAKTURYRowChanged" msprop:Generator_RowClassName="FAKTURYRow" msprop:Generator_RowChangingName="FAKTURYRowChanging" msprop:Generator_RowEvArgName="FAKTURYRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURYRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURYDataTable" msprop:Generator_TableVarName="tableFAKTURY" msprop:Generator_RowDeletingName="FAKTURYRowDeleting" msprop:Generator_TablePropName="FAKTURY"> 4795 <xs:complexType> 4796 <xs:sequence> 4797 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" /> 4798 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" /> 4799 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0"> 4800 <xs:simpleType> 4801 <xs:restriction base="xs:string"> 4802 <xs:maxLength value="8" /> 4803 </xs:restriction> 4804 </xs:simpleType> 4805 </xs:element> 4806 <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" /> 4807 <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 4808 <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0"> 4809 <xs:simpleType> 4810 <xs:restriction base="xs:string"> 4811 <xs:maxLength value="30" /> 4812 </xs:restriction> 4813 </xs:simpleType> 4814 </xs:element> 4815 <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnVarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" /> 4816 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" /> 4817 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" /> 4818 <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0"> 4819 <xs:simpleType> 4820 <xs:restriction base="xs:string"> 4821 <xs:maxLength value="30" /> 4822 </xs:restriction> 4823 </xs:simpleType> 4824 </xs:element> 4825 <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0"> 4826 <xs:simpleType> 4827 <xs:restriction base="xs:string"> 4828 <xs:maxLength value="30" /> 4829 </xs:restriction> 4830 </xs:simpleType> 4831 </xs:element> 4832 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 4833 <xs:simpleType> 4834 <xs:restriction base="xs:string"> 4835 <xs:maxLength value="1073741823" /> 4836 </xs:restriction> 4837 </xs:simpleType> 4838 </xs:element> 4839 <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0"> 4840 <xs:simpleType> 4841 <xs:restriction base="xs:string"> 4842 <xs:maxLength value="20" /> 4843 </xs:restriction> 4844 </xs:simpleType> 4845 </xs:element> 4846 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" /> 4847 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" /> 4848 <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnVarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" /> 4849 <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0"> 4850 <xs:simpleType> 4851 <xs:restriction base="xs:string"> 4852 <xs:maxLength value="1073741823" /> 4853 </xs:restriction> 4854 </xs:simpleType> 4855 </xs:element> 4856 <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0"> 4857 <xs:simpleType> 4858 <xs:restriction base="xs:string"> 4859 <xs:maxLength value="1073741823" /> 4860 </xs:restriction> 4861 </xs:simpleType> 4862 </xs:element> 4863 <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0"> 4864 <xs:simpleType> 4865 <xs:restriction base="xs:string"> 4866 <xs:maxLength value="50" /> 4867 </xs:restriction> 4868 </xs:simpleType> 4869 </xs:element> 4870 <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" minOccurs="0"> 4871 <xs:simpleType> 4872 <xs:restriction base="xs:string"> 4873 <xs:maxLength value="50" /> 4874 </xs:restriction> 4875 </xs:simpleType> 4876 </xs:element> 4877 <xs:element name="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" /> 4878 <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" /> 4879 <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" /> 4880 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" /> 4881 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" /> 4882 <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" /> 4883 <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnVarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" /> 4884 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" /> 4885 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" /> 4886 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" default="0" /> 4887 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" /> 4888 <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0"> 4889 <xs:simpleType> 4890 <xs:restriction base="xs:string"> 4891 <xs:maxLength value="50" /> 4892 </xs:restriction> 4893 </xs:simpleType> 4894 </xs:element> 4895 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" /> 4896 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" /> 4897 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" /> 4898 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0"> 4899 <xs:simpleType> 4900 <xs:restriction base="xs:string"> 4901 <xs:maxLength value="4" /> 4902 </xs:restriction> 4903 </xs:simpleType> 4904 </xs:element> 4905 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" /> 4906 <xs:element name="waluta_przelicznik" msprop:Generator_UserColumnName="waluta_przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_przelicznikColumn" type="xs:int" minOccurs="0" /> 4907 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" /> 4908 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0"> 4909 <xs:simpleType> 4910 <xs:restriction base="xs:string"> 4911 <xs:maxLength value="15" /> 4912 </xs:restriction> 4913 </xs:simpleType> 4914 </xs:element> 4915 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 4916 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" /> 4917 </xs:sequence> 4918 </xs:complexType> 4919 </xs:element> 4920 <xs:element name="FAKTURA_DETAILS" msprop:Generator_UserTableName="FAKTURA_DETAILS" msprop:Generator_RowDeletedName="FAKTURA_DETAILSRowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILSRowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILSRow" msprop:Generator_RowChangingName="FAKTURA_DETAILSRowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILSRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILSRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILSDataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS" msprop:Generator_RowDeletingName="FAKTURA_DETAILSRowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS"> 4921 <xs:complexType> 4922 <xs:sequence> 4923 <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" /> 4924 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 4925 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 4926 <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnVarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" /> 4927 <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnVarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0"> 4928 <xs:simpleType> 4929 <xs:restriction base="xs:string"> 4930 <xs:maxLength value="100" /> 4931 </xs:restriction> 4932 </xs:simpleType> 4933 </xs:element> 4934 <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0"> 4935 <xs:simpleType> 4936 <xs:restriction base="xs:string"> 4937 <xs:maxLength value="30" /> 4938 </xs:restriction> 4939 </xs:simpleType> 4940 </xs:element> 4941 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 4942 <xs:simpleType> 4943 <xs:restriction base="xs:string"> 4944 <xs:maxLength value="5" /> 4945 </xs:restriction> 4946 </xs:simpleType> 4947 </xs:element> 4948 <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnVarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" /> 4949 <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" /> 4950 <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnVarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" /> 4951 <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnVarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" /> 4952 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 4953 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" /> 4954 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 4955 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 4956 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" /> 4957 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnVarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" minOccurs="0" /> 4958 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" /> 4959 <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnVarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" /> 4960 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" minOccurs="0" /> 4961 </xs:sequence> 4962 </xs:complexType> 4963 </xs:element> 4964 <xs:element name="KL_KLIENCI" msprop:Generator_UserTableName="KL_KLIENCI" msprop:Generator_RowDeletedName="KL_KLIENCIRowDeleted" msprop:Generator_RowChangedName="KL_KLIENCIRowChanged" msprop:Generator_RowClassName="KL_KLIENCIRow" msprop:Generator_RowChangingName="KL_KLIENCIRowChanging" msprop:Generator_RowEvArgName="KL_KLIENCIRowChangeEvent" msprop:Generator_RowEvHandlerName="KL_KLIENCIRowChangeEventHandler" msprop:Generator_TableClassName="KL_KLIENCIDataTable" msprop:Generator_TableVarName="tableKL_KLIENCI" msprop:Generator_RowDeletingName="KL_KLIENCIRowDeleting" msprop:Generator_TablePropName="KL_KLIENCI"> 4965 <xs:complexType> 4966 <xs:sequence> 4967 <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" /> 4968 <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnVarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" /> 4969 <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnVarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" /> 4970 <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnVarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" /> 4971 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 4972 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 4973 <xs:simpleType> 4974 <xs:restriction base="xs:string"> 4975 <xs:maxLength value="20" /> 4976 </xs:restriction> 4977 </xs:simpleType> 4978 </xs:element> 4979 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 4980 </xs:sequence> 4981 </xs:complexType> 4982 </xs:element> 4983 <xs:element name="ReklamyZestawienie" msprop:Generator_UserTableName="ReklamyZestawienie" msprop:Generator_RowDeletedName="ReklamyZestawienieRowDeleted" msprop:Generator_RowChangedName="ReklamyZestawienieRowChanged" msprop:Generator_RowClassName="ReklamyZestawienieRow" msprop:Generator_RowChangingName="ReklamyZestawienieRowChanging" msprop:Generator_RowEvArgName="ReklamyZestawienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ReklamyZestawienieRowChangeEventHandler" msprop:Generator_TableClassName="ReklamyZestawienieDataTable" msprop:Generator_TableVarName="tableReklamyZestawienie" msprop:Generator_RowDeletingName="ReklamyZestawienieRowDeleting" msprop:Generator_TablePropName="ReklamyZestawienie"> 4984 <xs:complexType> 4985 <xs:sequence> 4986 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 4987 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 4988 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 4989 <xs:simpleType> 4990 <xs:restriction base="xs:string"> 4991 <xs:maxLength value="25" /> 4992 </xs:restriction> 4993 </xs:simpleType> 4994 </xs:element> 4995 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 4996 <xs:simpleType> 4997 <xs:restriction base="xs:string"> 4998 <xs:maxLength value="5" /> 4999 </xs:restriction> 5000 </xs:simpleType> 5001 </xs:element> 5002 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 5003 <xs:simpleType> 5004 <xs:restriction base="xs:string"> 5005 <xs:maxLength value="10" /> 5006 </xs:restriction> 5007 </xs:simpleType> 5008 </xs:element> 5009 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0"> 5010 <xs:simpleType> 5011 <xs:restriction base="xs:string"> 5012 <xs:maxLength value="10" /> 5013 </xs:restriction> 5014 </xs:simpleType> 5015 </xs:element> 5016 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 5017 <xs:simpleType> 5018 <xs:restriction base="xs:string"> 5019 <xs:maxLength value="50" /> 5020 </xs:restriction> 5021 </xs:simpleType> 5022 </xs:element> 5023 <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 5024 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" /> 5025 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" /> 5026 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0"> 5027 <xs:simpleType> 5028 <xs:restriction base="xs:string"> 5029 <xs:maxLength value="15" /> 5030 </xs:restriction> 5031 </xs:simpleType> 5032 </xs:element> 5033 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 5034 <xs:simpleType> 5035 <xs:restriction base="xs:string"> 5036 <xs:maxLength value="25" /> 5037 </xs:restriction> 5038 </xs:simpleType> 5039 </xs:element> 5040 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" /> 5041 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" /> 5042 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" /> 5043 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" /> 5044 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 5045 <xs:simpleType> 5046 <xs:restriction base="xs:string"> 5047 <xs:maxLength value="5" /> 5048 </xs:restriction> 5049 </xs:simpleType> 5050 </xs:element> 5051 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" /> 5052 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" /> 5053 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" /> 5054 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" /> 5055 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 5056 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 5057 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0"> 5058 <xs:simpleType> 5059 <xs:restriction base="xs:string"> 5060 <xs:maxLength value="25" /> 5061 </xs:restriction> 5062 </xs:simpleType> 5063 </xs:element> 5064 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 5065 <xs:simpleType> 5066 <xs:restriction base="xs:string"> 5067 <xs:maxLength value="50" /> 5068 </xs:restriction> 5069 </xs:simpleType> 5070 </xs:element> 5071 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" /> 5072 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" /> 5073 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" minOccurs="0" /> 5074 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" minOccurs="0" /> 5075 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" minOccurs="0" /> 5076 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" /> 5077 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" /> 5078 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 5079 <xs:simpleType> 5080 <xs:restriction base="xs:string"> 5081 <xs:maxLength value="1000" /> 5082 </xs:restriction> 5083 </xs:simpleType> 5084 </xs:element> 5085 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0"> 5086 <xs:simpleType> 5087 <xs:restriction base="xs:string"> 5088 <xs:maxLength value="50" /> 5089 </xs:restriction> 5090 </xs:simpleType> 5091 </xs:element> 5092 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" /> 5093 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" /> 5094 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" /> 5095 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 5096 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInRow="FAKTURA_FORMA_PŁATNOŚCI" msprop:Generator_ColumnPropNameInTable="FAKTURA_FORMA_PŁATNOŚCIColumn" type="xs:unsignedByte" minOccurs="0" /> 5097 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" minOccurs="0" /> 5098 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0"> 5099 <xs:simpleType> 5100 <xs:restriction base="xs:string"> 5101 <xs:maxLength value="50" /> 5102 </xs:restriction> 5103 </xs:simpleType> 5104 </xs:element> 5105 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 5106 <xs:simpleType> 5107 <xs:restriction base="xs:string"> 5108 <xs:maxLength value="50" /> 5109 </xs:restriction> 5110 </xs:simpleType> 5111 </xs:element> 5112 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 5113 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 5114 <xs:simpleType> 5115 <xs:restriction base="xs:string"> 5116 <xs:maxLength value="1" /> 5117 </xs:restriction> 5118 </xs:simpleType> 5119 </xs:element> 5120 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 5121 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 5122 <xs:simpleType> 5123 <xs:restriction base="xs:string"> 5124 <xs:maxLength value="8" /> 5125 </xs:restriction> 5126 </xs:simpleType> 5127 </xs:element> 5128 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 5129 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" /> 5130 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 5131 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 5132 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 5133 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 5134 <xs:simpleType> 5135 <xs:restriction base="xs:string"> 5136 <xs:maxLength value="200" /> 5137 </xs:restriction> 5138 </xs:simpleType> 5139 </xs:element> 5140 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" /> 5141 <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0"> 5142 <xs:simpleType> 5143 <xs:restriction base="xs:string"> 5144 <xs:maxLength value="200" /> 5145 </xs:restriction> 5146 </xs:simpleType> 5147 </xs:element> 5148 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" /> 5149 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" /> 5150 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" /> 5151 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" /> 5152 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0"> 5153 <xs:simpleType> 5154 <xs:restriction base="xs:string"> 5155 <xs:maxLength value="4" /> 5156 </xs:restriction> 5157 </xs:simpleType> 5158 </xs:element> 5159 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" /> 5160 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" /> 5161 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" minOccurs="0" /> 5162 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0"> 5163 <xs:simpleType> 5164 <xs:restriction base="xs:string"> 5165 <xs:maxLength value="15" /> 5166 </xs:restriction> 5167 </xs:simpleType> 5168 </xs:element> 5169 <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInRow="OD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" /> 5170 <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInRow="DO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" /> 5171 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" /> 5172 <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInRow="miesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" /> 5173 <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInRow="_1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" /> 5174 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5175 <xs:simpleType> 5176 <xs:restriction base="xs:string"> 5177 <xs:maxLength value="50" /> 5178 </xs:restriction> 5179 </xs:simpleType> 5180 </xs:element> 5181 <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" /> 5182 <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInRow="CENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" /> 5183 <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInRow="CENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" /> 5184 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5185 <xs:simpleType> 5186 <xs:restriction base="xs:string"> 5187 <xs:maxLength value="50" /> 5188 </xs:restriction> 5189 </xs:simpleType> 5190 </xs:element> 5191 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5163 <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_ColumnPropNameInRow="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" /> 5164 <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_ColumnPropNameInRow="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" /> 5165 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" /> 5166 <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_ColumnPropNameInRow="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" /> 5167 <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_ColumnPropNameInRow="_1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" /> 5168 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5169 <xs:simpleType> 5170 <xs:restriction base="xs:string"> 5171 <xs:maxLength value="50" /> 5172 </xs:restriction> 5173 </xs:simpleType> 5174 </xs:element> 5175 <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_ColumnPropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" /> 5176 <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_ColumnPropNameInRow="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" /> 5177 <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_ColumnPropNameInRow="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" /> 5178 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5179 <xs:simpleType> 5180 <xs:restriction base="xs:string"> 5181 <xs:maxLength value="50" /> 5182 </xs:restriction> 5183 </xs:simpleType> 5184 </xs:element> 5185 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5186 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 5192 5187 </xs:sequence> 5193 5188 </xs:complexType> … … 5196 5191 <xs:complexType> 5197 5192 <xs:sequence> 5198 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column PropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />5199 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column PropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">5193 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 5194 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5200 5195 <xs:simpleType> 5201 5196 <xs:restriction base="xs:string"> … … 5204 5199 </xs:simpleType> 5205 5200 </xs:element> 5206 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column PropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">5201 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0"> 5207 5202 <xs:simpleType> 5208 5203 <xs:restriction base="xs:string"> … … 5211 5206 </xs:simpleType> 5212 5207 </xs:element> 5213 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column PropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">5214 <xs:simpleType> 5215 <xs:restriction base="xs:string"> 5216 <xs:maxLength value="50" /> 5217 </xs:restriction> 5218 </xs:simpleType> 5219 </xs:element> 5220 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column PropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />5221 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column PropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />5222 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5223 <xs:simpleType> 5224 <xs:restriction base="xs:string"> 5225 <xs:maxLength value="50" /> 5226 </xs:restriction> 5227 </xs:simpleType> 5228 </xs:element> 5229 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_Column VarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">5208 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 5209 <xs:simpleType> 5210 <xs:restriction base="xs:string"> 5211 <xs:maxLength value="50" /> 5212 </xs:restriction> 5213 </xs:simpleType> 5214 </xs:element> 5215 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 5216 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 5217 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5218 <xs:simpleType> 5219 <xs:restriction base="xs:string"> 5220 <xs:maxLength value="50" /> 5221 </xs:restriction> 5222 </xs:simpleType> 5223 </xs:element> 5224 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 5230 5225 <xs:simpleType> 5231 5226 <xs:restriction base="xs:string"> … … 5234 5229 </xs:simpleType> 5235 5230 </xs:element> 5236 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_Column VarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />5237 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_Column PropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">5238 <xs:simpleType> 5239 <xs:restriction base="xs:string"> 5240 <xs:maxLength value="50" /> 5241 </xs:restriction> 5242 </xs:simpleType> 5243 </xs:element> 5244 <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_Column VarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInRow="jestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" />5245 <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_Column VarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInRow="jestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" />5246 <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_Column VarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInRow="jestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" />5247 <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_Column VarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInRow="datyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" />5248 <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_Column PropNameInRow="strona_zlecenie" msprop:Generator_ColumnVarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" />5249 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column PropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />5250 <xs:element name="strona" msprop:Generator_UserColumnName="strona" msprop:Generator_Column VarNameInTable="columnstrona" msprop:Generator_ColumnPropNameInRow="strona" msprop:Generator_ColumnPropNameInTable="stronaColumn" type="xs:short" minOccurs="0" />5251 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_Column VarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />5231 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 5232 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 5233 <xs:simpleType> 5234 <xs:restriction base="xs:string"> 5235 <xs:maxLength value="50" /> 5236 </xs:restriction> 5237 </xs:simpleType> 5238 </xs:element> 5239 <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_ColumnPropNameInRow="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" /> 5240 <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_ColumnPropNameInRow="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" /> 5241 <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_ColumnPropNameInRow="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" /> 5242 <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_ColumnPropNameInRow="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" /> 5243 <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_ColumnVarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" /> 5244 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 5245 <xs:element name="strona" msprop:Generator_UserColumnName="strona" msprop:Generator_ColumnPropNameInRow="strona" msprop:Generator_ColumnVarNameInTable="columnstrona" msprop:Generator_ColumnPropNameInTable="stronaColumn" type="xs:short" minOccurs="0" /> 5246 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" /> 5252 5247 </xs:sequence> 5253 5248 </xs:complexType> … … 5256 5251 <xs:complexType> 5257 5252 <xs:sequence> 5258 <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_Column PropNameInRow="Id_kontaktu" msprop:Generator_ColumnVarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" />5259 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_Column PropNameInRow="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" />5260 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_Column PropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">5261 <xs:simpleType> 5262 <xs:restriction base="xs:string"> 5263 <xs:maxLength value="50" /> 5264 </xs:restriction> 5265 </xs:simpleType> 5266 </xs:element> 5267 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column PropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5268 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column PropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">5253 <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_ColumnVarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" /> 5254 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" /> 5255 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn"> 5256 <xs:simpleType> 5257 <xs:restriction base="xs:string"> 5258 <xs:maxLength value="50" /> 5259 </xs:restriction> 5260 </xs:simpleType> 5261 </xs:element> 5262 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5263 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 5269 5264 <xs:simpleType> 5270 5265 <xs:restriction base="xs:string"> … … 5273 5268 </xs:simpleType> 5274 5269 </xs:element> 5275 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column PropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5270 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5276 5271 <xs:simpleType> 5277 5272 <xs:restriction base="xs:string"> … … 5286 5281 <xs:complexType> 5287 5282 <xs:sequence> 5288 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_Column VarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />5289 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column VarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />5290 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column VarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />5291 <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />5292 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column VarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />5293 <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_Column VarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">5283 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" /> 5284 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" /> 5285 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 5286 <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" /> 5287 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" /> 5288 <xs:element name="NR_FK" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0"> 5294 5289 <xs:simpleType> 5295 5290 <xs:restriction base="xs:string"> … … 5298 5293 </xs:simpleType> 5299 5294 </xs:element> 5300 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">5295 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 5301 5296 <xs:simpleType> 5302 5297 <xs:restriction base="xs:string"> … … 5305 5300 </xs:simpleType> 5306 5301 </xs:element> 5307 <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />5308 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column VarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />5309 <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />5310 <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />5311 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column VarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />5312 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />5313 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">5314 <xs:simpleType> 5315 <xs:restriction base="xs:string"> 5316 <xs:maxLength value="50" /> 5317 </xs:restriction> 5318 </xs:simpleType> 5319 </xs:element> 5320 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column PropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">5321 <xs:simpleType> 5322 <xs:restriction base="xs:string"> 5323 <xs:maxLength value="50" /> 5324 </xs:restriction> 5325 </xs:simpleType> 5326 </xs:element> 5327 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_Column PropNameInRow="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />5328 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_Column PropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />5329 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column VarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />5330 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column PropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />5331 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_Column PropNameInRow="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />5332 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column PropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5333 <xs:simpleType> 5334 <xs:restriction base="xs:string"> 5335 <xs:maxLength value="50" /> 5336 </xs:restriction> 5337 </xs:simpleType> 5338 </xs:element> 5339 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_Column PropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />5302 <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 5303 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" /> 5304 <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 5305 <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 5306 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" /> 5307 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" /> 5308 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 5309 <xs:simpleType> 5310 <xs:restriction base="xs:string"> 5311 <xs:maxLength value="50" /> 5312 </xs:restriction> 5313 </xs:simpleType> 5314 </xs:element> 5315 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 5316 <xs:simpleType> 5317 <xs:restriction base="xs:string"> 5318 <xs:maxLength value="50" /> 5319 </xs:restriction> 5320 </xs:simpleType> 5321 </xs:element> 5322 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" /> 5323 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" /> 5324 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" /> 5325 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" /> 5326 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_ColumnVarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" /> 5327 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5328 <xs:simpleType> 5329 <xs:restriction base="xs:string"> 5330 <xs:maxLength value="50" /> 5331 </xs:restriction> 5332 </xs:simpleType> 5333 </xs:element> 5334 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" /> 5340 5335 </xs:sequence> 5341 5336 </xs:complexType> … … 5344 5339 <xs:complexType> 5345 5340 <xs:sequence> 5346 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_Column VarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />5347 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_Column VarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">5348 <xs:simpleType> 5349 <xs:restriction base="xs:string"> 5350 <xs:maxLength value="50" /> 5351 </xs:restriction> 5352 </xs:simpleType> 5353 </xs:element> 5354 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column VarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />5355 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />5356 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_Column VarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" />5357 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_Column VarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" />5358 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_Column VarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" />5359 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_Column VarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" />5360 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_Column VarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" />5361 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_Column VarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" />5362 <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_Column VarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" />5363 <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_Column VarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" />5364 <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_Column VarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" />5365 <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_Column VarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" />5366 <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_Column VarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" />5367 <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_Column VarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" />5368 <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_Column VarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" />5369 <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_Column VarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" />5370 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_Column VarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" />5371 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_Column VarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" />5372 <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_Column VarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInRow="W_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" />5373 <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_Column VarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInRow="W_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" />5374 <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_Column VarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInRow="W_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" />5375 <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_Column VarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInRow="W_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" />5376 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_Column VarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" />5377 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_Column VarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" />5378 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_Column VarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" />5379 <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_Column VarNameInTable="columnEP" msprop:Generator_ColumnPropNameInRow="EP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" />5380 <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_Column VarNameInTable="columnESP" msprop:Generator_ColumnPropNameInRow="ESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" />5381 <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_Column VarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInRow="EPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" />5382 <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_Column VarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInRow="EPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" />5383 <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_Column VarNameInTable="columnECP" msprop:Generator_ColumnPropNameInRow="ECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" />5384 <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_Column VarNameInTable="columnELK" msprop:Generator_ColumnPropNameInRow="ELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" />5385 <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_Column VarNameInTable="columnQO" msprop:Generator_ColumnPropNameInRow="QO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" />5386 <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_Column VarNameInTable="columnWH" msprop:Generator_ColumnPropNameInRow="WH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" />5387 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_Column VarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" />5388 <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_Column VarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" />5341 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 5342 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5343 <xs:simpleType> 5344 <xs:restriction base="xs:string"> 5345 <xs:maxLength value="50" /> 5346 </xs:restriction> 5347 </xs:simpleType> 5348 </xs:element> 5349 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5350 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5351 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" /> 5352 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" /> 5353 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" /> 5354 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" /> 5355 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" /> 5356 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" /> 5357 <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" /> 5358 <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" /> 5359 <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" /> 5360 <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" /> 5361 <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" /> 5362 <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" /> 5363 <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" /> 5364 <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_ColumnPropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" /> 5365 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" /> 5366 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" /> 5367 <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_ColumnPropNameInRow="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" /> 5368 <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_ColumnPropNameInRow="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" /> 5369 <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_ColumnPropNameInRow="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" /> 5370 <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_ColumnPropNameInRow="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" /> 5371 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" /> 5372 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" /> 5373 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" /> 5374 <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_ColumnPropNameInRow="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" /> 5375 <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_ColumnPropNameInRow="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" /> 5376 <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_ColumnPropNameInRow="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" /> 5377 <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_ColumnPropNameInRow="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" /> 5378 <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_ColumnPropNameInRow="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" /> 5379 <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_ColumnPropNameInRow="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" /> 5380 <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_ColumnPropNameInRow="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" /> 5381 <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_ColumnPropNameInRow="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" /> 5382 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" /> 5383 <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" /> 5389 5384 </xs:sequence> 5390 5385 </xs:complexType> … … 5393 5388 <xs:complexType> 5394 5389 <xs:sequence> 5395 <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_Column VarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInRow="ilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" />5396 <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_Column VarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInRow="drukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" />5397 <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_Column VarNameInTable="columncustID" msprop:Generator_ColumnPropNameInRow="custID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" />5398 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_Column VarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0">5399 <xs:simpleType> 5400 <xs:restriction base="xs:string"> 5401 <xs:maxLength value="50" /> 5402 </xs:restriction> 5403 </xs:simpleType> 5404 </xs:element> 5405 <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_Column VarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInRow="suma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" />5390 <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_ColumnPropNameInRow="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" /> 5391 <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_ColumnPropNameInRow="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" /> 5392 <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_ColumnPropNameInRow="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" /> 5393 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0"> 5394 <xs:simpleType> 5395 <xs:restriction base="xs:string"> 5396 <xs:maxLength value="50" /> 5397 </xs:restriction> 5398 </xs:simpleType> 5399 </xs:element> 5400 <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_ColumnPropNameInRow="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" /> 5406 5401 </xs:sequence> 5407 5402 </xs:complexType> … … 5410 5405 <xs:complexType> 5411 5406 <xs:sequence> 5412 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_Column PropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />5413 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_Column VarNameInTable="columntyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0">5407 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 5408 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0"> 5414 5409 <xs:simpleType> 5415 5410 <xs:restriction base="xs:string"> … … 5418 5413 </xs:simpleType> 5419 5414 </xs:element> 5420 <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_Column VarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" />5415 <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" /> 5421 5416 </xs:sequence> 5422 5417 </xs:complexType> … … 5425 5420 <xs:complexType> 5426 5421 <xs:sequence> 5427 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_Column PropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />5428 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_Column PropNameInRow="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />5429 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_Column PropNameInRow="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0">5430 <xs:simpleType> 5431 <xs:restriction base="xs:string"> 5432 <xs:maxLength value="50" /> 5433 </xs:restriction> 5434 </xs:simpleType> 5435 </xs:element> 5436 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_Column PropNameInRow="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0">5437 <xs:simpleType> 5438 <xs:restriction base="xs:string"> 5439 <xs:maxLength value="50" /> 5440 </xs:restriction> 5441 </xs:simpleType> 5442 </xs:element> 5443 <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_Column PropNameInRow="DataWprowadzenia" msprop:Generator_ColumnVarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" />5444 <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_Column PropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnVarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" />5445 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_Column PropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">5422 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" /> 5423 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_ColumnVarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" /> 5424 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0"> 5425 <xs:simpleType> 5426 <xs:restriction base="xs:string"> 5427 <xs:maxLength value="50" /> 5428 </xs:restriction> 5429 </xs:simpleType> 5430 </xs:element> 5431 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0"> 5432 <xs:simpleType> 5433 <xs:restriction base="xs:string"> 5434 <xs:maxLength value="50" /> 5435 </xs:restriction> 5436 </xs:simpleType> 5437 </xs:element> 5438 <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_ColumnVarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" /> 5439 <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_ColumnVarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" /> 5440 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0"> 5446 5441 <xs:simpleType> 5447 5442 <xs:restriction base="xs:string"> … … 5450 5445 </xs:simpleType> 5451 5446 </xs:element> 5452 <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_Column PropNameInRow="zalatwione" msprop:Generator_ColumnVarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" />5447 <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_ColumnVarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" /> 5453 5448 </xs:sequence> 5454 5449 </xs:complexType> … … 5457 5452 <xs:complexType> 5458 5453 <xs:sequence> 5459 <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_Column VarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInRow="id_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" />5460 <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_Column VarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInRow="Stan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0">5461 <xs:simpleType> 5462 <xs:restriction base="xs:string"> 5463 <xs:maxLength value="50" /> 5464 </xs:restriction> 5465 </xs:simpleType> 5466 </xs:element> 5467 <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_Column VarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" />5468 <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_Column VarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" />5469 <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_Column VarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" />5470 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_Column VarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" />5471 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_Column VarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">5472 <xs:simpleType> 5473 <xs:restriction base="xs:string"> 5474 <xs:maxLength value="50" /> 5475 </xs:restriction> 5476 </xs:simpleType> 5477 </xs:element> 5478 <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_Column VarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInRow="JEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" />5479 <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_Column VarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInRow="Data_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" />5480 <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_Column VarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInRow="Opis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0">5454 <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_ColumnPropNameInRow="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" /> 5455 <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_ColumnPropNameInRow="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0"> 5456 <xs:simpleType> 5457 <xs:restriction base="xs:string"> 5458 <xs:maxLength value="50" /> 5459 </xs:restriction> 5460 </xs:simpleType> 5461 </xs:element> 5462 <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_ColumnPropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" /> 5463 <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_ColumnPropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" /> 5464 <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_ColumnPropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" /> 5465 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" /> 5466 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 5467 <xs:simpleType> 5468 <xs:restriction base="xs:string"> 5469 <xs:maxLength value="50" /> 5470 </xs:restriction> 5471 </xs:simpleType> 5472 </xs:element> 5473 <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_ColumnPropNameInRow="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" /> 5474 <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_ColumnPropNameInRow="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" /> 5475 <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_ColumnPropNameInRow="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0"> 5481 5476 <xs:simpleType> 5482 5477 <xs:restriction base="xs:string"> … … 5485 5480 </xs:simpleType> 5486 5481 </xs:element> 5487 <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_Column VarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInRow="Data_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" />5488 <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_Column VarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" />5489 <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_Column VarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0">5490 <xs:simpleType> 5491 <xs:restriction base="xs:string"> 5492 <xs:maxLength value="50" /> 5493 </xs:restriction> 5494 </xs:simpleType> 5495 </xs:element> 5496 <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_Column VarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInRow="zapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" />5497 <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column VarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />5498 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_Column VarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0">5482 <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_ColumnPropNameInRow="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" /> 5483 <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_ColumnPropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" /> 5484 <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_ColumnPropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0"> 5485 <xs:simpleType> 5486 <xs:restriction base="xs:string"> 5487 <xs:maxLength value="50" /> 5488 </xs:restriction> 5489 </xs:simpleType> 5490 </xs:element> 5491 <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_ColumnPropNameInRow="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" /> 5492 <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" /> 5493 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0"> 5499 5494 <xs:simpleType> 5500 5495 <xs:restriction base="xs:string"> … … 5509 5504 <xs:complexType> 5510 5505 <xs:sequence> 5511 <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_Column VarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInRow="id_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" />5512 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column VarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">5513 <xs:simpleType> 5514 <xs:restriction base="xs:string"> 5515 <xs:maxLength value="50" /> 5516 </xs:restriction> 5517 </xs:simpleType> 5518 </xs:element> 5519 <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_Column VarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInRow="id_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" />5520 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_Column VarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" />5521 <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_Column VarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInRow="nazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0">5506 <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_ColumnPropNameInRow="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" /> 5507 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 5508 <xs:simpleType> 5509 <xs:restriction base="xs:string"> 5510 <xs:maxLength value="50" /> 5511 </xs:restriction> 5512 </xs:simpleType> 5513 </xs:element> 5514 <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_ColumnPropNameInRow="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" /> 5515 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_ColumnPropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" /> 5516 <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_ColumnPropNameInRow="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0"> 5522 5517 <xs:simpleType> 5523 5518 <xs:restriction base="xs:string"> … … 5532 5527 <xs:complexType> 5533 5528 <xs:sequence> 5534 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column PropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5535 <xs:simpleType> 5536 <xs:restriction base="xs:string"> 5537 <xs:maxLength value="50" /> 5538 </xs:restriction> 5539 </xs:simpleType> 5540 </xs:element> 5541 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_Column PropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">5542 <xs:simpleType> 5543 <xs:restriction base="xs:string"> 5544 <xs:maxLength value="50" /> 5545 </xs:restriction> 5546 </xs:simpleType> 5547 </xs:element> 5548 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column PropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5549 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column PropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">5529 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5530 <xs:simpleType> 5531 <xs:restriction base="xs:string"> 5532 <xs:maxLength value="50" /> 5533 </xs:restriction> 5534 </xs:simpleType> 5535 </xs:element> 5536 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn"> 5537 <xs:simpleType> 5538 <xs:restriction base="xs:string"> 5539 <xs:maxLength value="50" /> 5540 </xs:restriction> 5541 </xs:simpleType> 5542 </xs:element> 5543 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5544 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 5550 5545 <xs:simpleType> 5551 5546 <xs:restriction base="xs:string"> … … 5554 5549 </xs:simpleType> 5555 5550 </xs:element> 5556 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column PropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5551 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5557 5552 <xs:simpleType> 5558 5553 <xs:restriction base="xs:string"> … … 5561 5556 </xs:simpleType> 5562 5557 </xs:element> 5563 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column PropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />5564 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column PropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">5558 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" /> 5559 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 5565 5560 <xs:simpleType> 5566 5561 <xs:restriction base="xs:string"> … … 5575 5570 <xs:complexType> 5576 5571 <xs:sequence> 5577 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5578 <xs:simpleType> 5579 <xs:restriction base="xs:string"> 5580 <xs:maxLength value="50" /> 5581 </xs:restriction> 5582 </xs:simpleType> 5583 </xs:element> 5572 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5573 <xs:simpleType> 5574 <xs:restriction base="xs:string"> 5575 <xs:maxLength value="50" /> 5576 </xs:restriction> 5577 </xs:simpleType> 5578 </xs:element> 5579 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5580 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5581 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 5582 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 5583 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 5584 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" /> 5585 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 5586 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 5587 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" /> 5588 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" /> 5589 <xs:element name="w_kontakty" msdata:ReadOnly="true" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5590 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" /> 5591 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" /> 5592 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" /> 5593 <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" /> 5594 <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" /> 5595 <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" /> 5596 <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" /> 5597 <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" /> 5598 <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" /> 5599 <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" /> 5600 <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" /> 5601 <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" /> 5602 <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" /> 5603 <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" /> 5604 <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" /> 5605 <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5606 </xs:sequence> 5607 </xs:complexType> 5608 </xs:element> 5609 <xs:element name="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_UserTableName="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleted" msprop:Generator_RowChangedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanged" msprop:Generator_RowClassName="View_Podsumowanie_Wykonania_Planu_AgencjaRow" msprop:Generator_RowChangingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanging" msprop:Generator_RowEvArgName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEvent" msprop:Generator_RowEvHandlerName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEventHandler" msprop:Generator_TableClassName="View_Podsumowanie_Wykonania_Planu_AgencjaDataTable" msprop:Generator_TableVarName="tableView_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleting" msprop:Generator_TablePropName="View_Podsumowanie_Wykonania_Planu_Agencja"> 5610 <xs:complexType> 5611 <xs:sequence> 5584 5612 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5585 5613 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5614 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnPropNameInTable="symbolColumn"> 5615 <xs:simpleType> 5616 <xs:restriction base="xs:string"> 5617 <xs:maxLength value="50" /> 5618 </xs:restriction> 5619 </xs:simpleType> 5620 </xs:element> 5586 5621 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 5587 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 5588 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 5589 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" /> 5590 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 5591 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 5592 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" /> 5593 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" /> 5594 <xs:element name="w_kontakty" msdata:ReadOnly="true" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5595 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" /> 5596 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" /> 5597 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" /> 5622 <xs:element name="BUDZET_HANDLOWCY" msprop:Generator_UserColumnName="BUDZET_HANDLOWCY" msprop:Generator_ColumnVarNameInTable="columnBUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInRow="BUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInTable="BUDZET_HANDLOWCYColumn" type="xs:int" minOccurs="0" /> 5623 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" minOccurs="0" /> 5624 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" minOccurs="0" /> 5625 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" minOccurs="0" /> 5626 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" minOccurs="0" /> 5627 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" minOccurs="0" /> 5628 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" minOccurs="0" /> 5629 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" minOccurs="0" /> 5630 <xs:element name="w_kontakty" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" /> 5631 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" minOccurs="0" /> 5632 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" minOccurs="0" /> 5633 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" minOccurs="0" /> 5598 5634 <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" /> 5599 5635 <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" /> … … 5612 5648 </xs:complexType> 5613 5649 </xs:element> 5614 <xs:element name="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_UserTableName="View_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleted" msprop:Generator_RowChangedName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanged" msprop:Generator_RowClassName="View_Podsumowanie_Wykonania_Planu_AgencjaRow" msprop:Generator_RowChangingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChanging" msprop:Generator_RowEvArgName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEvent" msprop:Generator_RowEvHandlerName="View_Podsumowanie_Wykonania_Planu_AgencjaRowChangeEventHandler" msprop:Generator_TableClassName="View_Podsumowanie_Wykonania_Planu_AgencjaDataTable" msprop:Generator_TableVarName="tableView_Podsumowanie_Wykonania_Planu_Agencja" msprop:Generator_RowDeletingName="View_Podsumowanie_Wykonania_Planu_AgencjaRowDeleting" msprop:Generator_TablePropName="View_Podsumowanie_Wykonania_Planu_Agencja">5615 <xs:complexType>5616 <xs:sequence>5617 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />5618 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />5619 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInTable="symbolColumn">5620 <xs:simpleType>5621 <xs:restriction base="xs:string">5622 <xs:maxLength value="50" />5623 </xs:restriction>5624 </xs:simpleType>5625 </xs:element>5626 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />5627 <xs:element name="BUDZET_HANDLOWCY" msprop:Generator_UserColumnName="BUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInRow="BUDZET_HANDLOWCY" msprop:Generator_ColumnVarNameInTable="columnBUDZET_HANDLOWCY" msprop:Generator_ColumnPropNameInTable="BUDZET_HANDLOWCYColumn" type="xs:int" minOccurs="0" />5628 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" minOccurs="0" />5629 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" minOccurs="0" />5630 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_ColumnPropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" minOccurs="0" />5631 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" minOccurs="0" />5632 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" minOccurs="0" />5633 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_ColumnPropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" minOccurs="0" />5634 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_ColumnPropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" minOccurs="0" />5635 <xs:element name="w_kontakty" msprop:Generator_UserColumnName="w_kontakty" msprop:Generator_ColumnPropNameInRow="w_kontakty" msprop:Generator_ColumnVarNameInTable="columnw_kontakty" msprop:Generator_ColumnPropNameInTable="w_kontaktyColumn" type="xs:int" minOccurs="0" />5636 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" minOccurs="0" />5637 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_ColumnPropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" minOccurs="0" />5638 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_ColumnPropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" minOccurs="0" />5639 <xs:element name="il_ms" msprop:Generator_UserColumnName="il_ms" msprop:Generator_ColumnPropNameInRow="il_ms" msprop:Generator_ColumnVarNameInTable="columnil_ms" msprop:Generator_ColumnPropNameInTable="il_msColumn" type="xs:int" minOccurs="0" />5640 <xs:element name="r_budzet" msprop:Generator_UserColumnName="r_budzet" msprop:Generator_ColumnPropNameInRow="r_budzet" msprop:Generator_ColumnVarNameInTable="columnr_budzet" msprop:Generator_ColumnPropNameInTable="r_budzetColumn" type="xs:int" minOccurs="0" />5641 <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" />5642 <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" />5643 <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" />5644 <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" />5645 <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" />5646 <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" />5647 <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" />5648 <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" />5649 <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" />5650 <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" />5651 <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" />5652 </xs:sequence>5653 </xs:complexType>5654 </xs:element>5655 5650 <xs:element name="LISTA_REKLAM_NA_WYDANIE" msprop:Generator_UserTableName="LISTA_REKLAM_NA_WYDANIE" msprop:Generator_RowDeletedName="LISTA_REKLAM_NA_WYDANIERowDeleted" msprop:Generator_RowChangedName="LISTA_REKLAM_NA_WYDANIERowChanged" msprop:Generator_RowClassName="LISTA_REKLAM_NA_WYDANIERow" msprop:Generator_RowChangingName="LISTA_REKLAM_NA_WYDANIERowChanging" msprop:Generator_RowEvArgName="LISTA_REKLAM_NA_WYDANIERowChangeEvent" msprop:Generator_RowEvHandlerName="LISTA_REKLAM_NA_WYDANIERowChangeEventHandler" msprop:Generator_TableClassName="LISTA_REKLAM_NA_WYDANIEDataTable" msprop:Generator_TableVarName="tableLISTA_REKLAM_NA_WYDANIE" msprop:Generator_RowDeletingName="LISTA_REKLAM_NA_WYDANIERowDeleting" msprop:Generator_TablePropName="LISTA_REKLAM_NA_WYDANIE"> 5656 5651 <xs:complexType> 5657 5652 <xs:sequence> 5658 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column PropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />5659 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column PropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">5653 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" /> 5654 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5660 5655 <xs:simpleType> 5661 5656 <xs:restriction base="xs:string"> … … 5664 5659 </xs:simpleType> 5665 5660 </xs:element> 5666 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column PropNameInRow="ID_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">5661 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_ColumnVarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0"> 5667 5662 <xs:simpleType> 5668 5663 <xs:restriction base="xs:string"> … … 5671 5666 </xs:simpleType> 5672 5667 </xs:element> 5673 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_Column PropNameInRow="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />5674 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_Column PropNameInRow="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />5675 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_Column PropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">5668 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_ColumnVarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" /> 5669 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_ColumnVarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" /> 5670 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 5676 5671 <xs:simpleType> 5677 5672 <xs:restriction base="xs:string"> … … 5680 5675 </xs:simpleType> 5681 5676 </xs:element> 5682 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column PropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">5683 <xs:simpleType> 5684 <xs:restriction base="xs:string"> 5685 <xs:maxLength value="50" /> 5686 </xs:restriction> 5687 </xs:simpleType> 5688 </xs:element> 5689 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_Column PropNameInRow="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">5677 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 5678 <xs:simpleType> 5679 <xs:restriction base="xs:string"> 5680 <xs:maxLength value="50" /> 5681 </xs:restriction> 5682 </xs:simpleType> 5683 </xs:element> 5684 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_ColumnVarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0"> 5690 5685 <xs:simpleType> 5691 5686 <xs:restriction base="xs:string"> … … 5694 5689 </xs:simpleType> 5695 5690 </xs:element> 5696 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_Column PropNameInRow="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />5697 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_Column PropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">5691 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_ColumnVarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" /> 5692 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 5698 5693 <xs:simpleType> 5699 5694 <xs:restriction base="xs:string"> … … 5702 5697 </xs:simpleType> 5703 5698 </xs:element> 5704 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column PropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />5705 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column PropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />5706 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_Column PropNameInRow="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" />5707 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_Column PropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" minOccurs="0" />5708 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5709 <xs:simpleType> 5710 <xs:restriction base="xs:string"> 5711 <xs:maxLength value="50" /> 5712 </xs:restriction> 5713 </xs:simpleType> 5714 </xs:element> 5715 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_Column PropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0">5699 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 5700 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_ColumnVarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" /> 5701 <xs:element name="GRZBIET" msprop:Generator_UserColumnName="GRZBIET" msprop:Generator_ColumnVarNameInTable="columnGRZBIET" msprop:Generator_ColumnPropNameInRow="GRZBIET" msprop:Generator_ColumnPropNameInTable="GRZBIETColumn" type="xs:int" minOccurs="0" /> 5702 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" minOccurs="0" /> 5703 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5704 <xs:simpleType> 5705 <xs:restriction base="xs:string"> 5706 <xs:maxLength value="50" /> 5707 </xs:restriction> 5708 </xs:simpleType> 5709 </xs:element> 5710 <xs:element name="SYMBOL_x0020_AKWIZYTORA" msprop:Generator_UserColumnName="SYMBOL AKWIZYTORA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInRow="SYMBOL_AKWIZYTORA" msprop:Generator_ColumnPropNameInTable="SYMBOL_AKWIZYTORAColumn" minOccurs="0"> 5716 5711 <xs:simpleType> 5717 5712 <xs:restriction base="xs:string"> … … 5720 5715 </xs:simpleType> 5721 5716 </xs:element> 5722 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_Column PropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />5723 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column PropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />5724 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_Column PropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0">5725 <xs:simpleType> 5726 <xs:restriction base="xs:string"> 5727 <xs:maxLength value="50" /> 5728 </xs:restriction> 5729 </xs:simpleType> 5730 </xs:element> 5731 <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_Column PropNameInRow="ID_AGENTA" msprop:Generator_ColumnVarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" />5732 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_Column PropNameInRow="CENA_JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />5733 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_Column PropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />5734 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column PropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">5717 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_ColumnVarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" /> 5718 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" /> 5719 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0"> 5720 <xs:simpleType> 5721 <xs:restriction base="xs:string"> 5722 <xs:maxLength value="50" /> 5723 </xs:restriction> 5724 </xs:simpleType> 5725 </xs:element> 5726 <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_ColumnVarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" /> 5727 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_ColumnVarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" /> 5728 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_ColumnVarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" /> 5729 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 5735 5730 <xs:simpleType> 5736 5731 <xs:restriction base="xs:string"> … … 5739 5734 </xs:simpleType> 5740 5735 </xs:element> 5741 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column PropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />5742 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_Column VarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" />5743 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column VarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" />5744 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_Column VarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />5745 <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_Column VarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0">5736 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5737 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_ColumnPropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" /> 5738 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" /> 5739 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_ColumnPropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" /> 5740 <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0"> 5746 5741 <xs:simpleType> 5747 5742 <xs:restriction base="xs:string"> … … 5750 5745 </xs:simpleType> 5751 5746 </xs:element> 5752 <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_Column VarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0">5747 <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0"> 5753 5748 <xs:simpleType> 5754 5749 <xs:restriction base="xs:string"> … … 5757 5752 </xs:simpleType> 5758 5753 </xs:element> 5759 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_Column VarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0">5754 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0"> 5760 5755 <xs:simpleType> 5761 5756 <xs:restriction base="xs:string"> … … 5764 5759 </xs:simpleType> 5765 5760 </xs:element> 5766 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_Column VarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" />5761 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" /> 5767 5762 </xs:sequence> 5768 5763 </xs:complexType> … … 5771 5766 <xs:complexType> 5772 5767 <xs:sequence> 5773 <xs:element name="Reklama_Info_Dod_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Reklama_Info_Dod_ID" msprop:Generator_Column VarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" />5774 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column VarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />5775 <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_Column VarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />5776 <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_Column VarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0">5768 <xs:element name="Reklama_Info_Dod_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Reklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" /> 5769 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 5770 <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" /> 5771 <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0"> 5777 5772 <xs:simpleType> 5778 5773 <xs:restriction base="xs:string"> … … 5787 5782 <xs:complexType> 5788 5783 <xs:sequence> 5789 <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_Column PropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" />5790 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column PropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn">5784 <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" /> 5785 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn"> 5791 5786 <xs:simpleType> 5792 5787 <xs:restriction base="xs:string"> … … 5795 5790 </xs:simpleType> 5796 5791 </xs:element> 5797 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_Column PropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />5798 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_Column PropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn">5792 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 5793 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 5799 5794 <xs:simpleType> 5800 5795 <xs:restriction base="xs:string"> … … 5803 5798 </xs:simpleType> 5804 5799 </xs:element> 5805 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column PropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5800 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5806 5801 </xs:sequence> 5807 5802 </xs:complexType> … … 5810 5805 <xs:complexType> 5811 5806 <xs:sequence> 5812 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_Column PropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" />5813 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_Column PropNameInRow="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" />5814 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column PropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">5815 <xs:simpleType> 5816 <xs:restriction base="xs:string"> 5817 <xs:maxLength value="50" /> 5818 </xs:restriction> 5819 </xs:simpleType> 5820 </xs:element> 5821 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_Column PropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0">5822 <xs:simpleType> 5823 <xs:restriction base="xs:string"> 5824 <xs:maxLength value="50" /> 5825 </xs:restriction> 5826 </xs:simpleType> 5827 </xs:element> 5828 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column PropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" />5807 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:int" /> 5808 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" /> 5809 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 5810 <xs:simpleType> 5811 <xs:restriction base="xs:string"> 5812 <xs:maxLength value="50" /> 5813 </xs:restriction> 5814 </xs:simpleType> 5815 </xs:element> 5816 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0"> 5817 <xs:simpleType> 5818 <xs:restriction base="xs:string"> 5819 <xs:maxLength value="50" /> 5820 </xs:restriction> 5821 </xs:simpleType> 5822 </xs:element> 5823 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" /> 5829 5824 </xs:sequence> 5830 5825 </xs:complexType> … … 5833 5828 <xs:complexType> 5834 5829 <xs:sequence> 5835 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_Column PropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />5836 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_Column PropNameInRow="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" />5837 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_Column PropNameInRow="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" />5838 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_Column PropNameInRow="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" />5839 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_Column PropNameInRow="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" />5830 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" /> 5831 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" /> 5832 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" /> 5833 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" /> 5834 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" /> 5840 5835 </xs:sequence> 5841 5836 </xs:complexType> … … 5844 5839 <xs:complexType> 5845 5840 <xs:sequence> 5846 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column VarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />5847 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_Column VarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" />5848 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_Column PropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />5849 <xs:element name="ms" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ms" msprop:Generator_Column PropNameInRow="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />5850 <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_Column PropNameInRow="DATA_W" msprop:Generator_ColumnVarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" />5851 <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_Column PropNameInRow="idTytulu" msprop:Generator_ColumnVarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" />5841 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 5842 <xs:element name="Nr_x0020_Wydania" msprop:Generator_UserColumnName="Nr Wydania" msprop:Generator_ColumnPropNameInRow="Nr_Wydania" msprop:Generator_ColumnVarNameInTable="columnNr_Wydania" msprop:Generator_ColumnPropNameInTable="Nr_WydaniaColumn" type="xs:short" /> 5843 <xs:element name="rok" msdata:ReadOnly="true" msprop:Generator_UserColumnName="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInRow="rok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" /> 5844 <xs:element name="ms" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" /> 5845 <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_ColumnVarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" /> 5846 <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_ColumnVarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" /> 5852 5847 </xs:sequence> 5853 5848 </xs:complexType> … … 5856 5851 <xs:complexType> 5857 5852 <xs:sequence> 5858 <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />5859 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column VarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />5860 <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_Column VarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" />5861 <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_Column VarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInRow="zafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" />5862 <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_Column VarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInRow="idKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" />5863 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column VarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />5864 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column VarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />5865 <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_Column VarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInRow="sposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" />5866 <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_Column VarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInRow="czasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" />5867 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column VarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">5853 <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 5854 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 5855 <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" /> 5856 <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_ColumnPropNameInRow="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" /> 5857 <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_ColumnPropNameInRow="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" /> 5858 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 5859 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 5860 <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_ColumnPropNameInRow="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" /> 5861 <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_ColumnPropNameInRow="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" /> 5862 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 5868 5863 <xs:simpleType> 5869 5864 <xs:restriction base="xs:string"> … … 5872 5867 </xs:simpleType> 5873 5868 </xs:element> 5874 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_Column VarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" />5875 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_Column VarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0">5869 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" /> 5870 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 5876 5871 <xs:simpleType> 5877 5872 <xs:restriction base="xs:string"> … … 5880 5875 </xs:simpleType> 5881 5876 </xs:element> 5882 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_Column VarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0">5877 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 5883 5878 <xs:simpleType> 5884 5879 <xs:restriction base="xs:string"> … … 5890 5885 </xs:complexType> 5891 5886 </xs:element> 5892 <xs:element name=" ZestawienieZamowien" msprop:Generator_UserTableName="ZestawienieZamowien" msprop:Generator_RowDeletedName="ZestawienieZamowienRowDeleted" msprop:Generator_RowChangedName="ZestawienieZamowienRowChanged" msprop:Generator_RowClassName="ZestawienieZamowienRow" msprop:Generator_RowChangingName="ZestawienieZamowienRowChanging" msprop:Generator_RowEvArgName="ZestawienieZamowienRowChangeEvent" msprop:Generator_RowEvHandlerName="ZestawienieZamowienRowChangeEventHandler" msprop:Generator_TableClassName="ZestawienieZamowienDataTable" msprop:Generator_TableVarName="tableZestawienieZamowien" msprop:Generator_RowDeletingName="ZestawienieZamowienRowDeleting" msprop:Generator_TablePropName="ZestawienieZamowien">5887 <xs:element name="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" msprop:Generator_UserTableName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" msprop:Generator_RowDeletedName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleted" msprop:Generator_RowChangedName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanged" msprop:Generator_RowClassName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow" msprop:Generator_RowChangingName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChanging" msprop:Generator_RowEvArgName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEvent" msprop:Generator_RowEvHandlerName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowChangeEventHandler" msprop:Generator_TableClassName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEDataTable" msprop:Generator_TableVarName="tableVIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" msprop:Generator_RowDeletingName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERowDeleting" msprop:Generator_TablePropName="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"> 5893 5888 <xs:complexType> 5894 5889 <xs:sequence> 5895 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />5896 <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_Column PropNameInRow="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" />5897 <xs:element name="wartoscNettoZafakturowana" msdata:ReadOnly="true" msprop:Generator_UserColumnName="wartoscNettoZafakturowana" msprop:Generator_Column PropNameInRow="wartoscNettoZafakturowana" msprop:Generator_ColumnVarNameInTable="columnwartoscNettoZafakturowana" msprop:Generator_ColumnPropNameInTable="wartoscNettoZafakturowanaColumn" type="xs:double" minOccurs="0" />5898 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column VarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">5890 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 5891 <xs:element name="ilosc" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ilosc" msprop:Generator_ColumnVarNameInTable="columnilosc" msprop:Generator_ColumnPropNameInRow="ilosc" msprop:Generator_ColumnPropNameInTable="iloscColumn" type="xs:int" minOccurs="0" /> 5892 <xs:element name="wartoscNettoZafakturowana" msdata:ReadOnly="true" msprop:Generator_UserColumnName="wartoscNettoZafakturowana" msprop:Generator_ColumnVarNameInTable="columnwartoscNettoZafakturowana" msprop:Generator_ColumnPropNameInRow="wartoscNettoZafakturowana" msprop:Generator_ColumnPropNameInTable="wartoscNettoZafakturowanaColumn" type="xs:double" minOccurs="0" /> 5893 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 5899 5894 <xs:simpleType> 5900 5895 <xs:restriction base="xs:string"> … … 5903 5898 </xs:simpleType> 5904 5899 </xs:element> 5905 <xs:element name="nrZamowienia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column VarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" minOccurs="0">5900 <xs:element name="nrZamowienia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" minOccurs="0"> 5906 5901 <xs:simpleType> 5907 5902 <xs:restriction base="xs:string"> … … 5910 5905 </xs:simpleType> 5911 5906 </xs:element> 5912 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 5913 <xs:element name="wartoscNettoPoRabacie" msdata:ReadOnly="true" msprop:Generator_UserColumnName="wartoscNettoPoRabacie" msprop:Generator_ColumnVarNameInTable="columnwartoscNettoPoRabacie" msprop:Generator_ColumnPropNameInRow="wartoscNettoPoRabacie" msprop:Generator_ColumnPropNameInTable="wartoscNettoPoRabacieColumn" type="xs:double" minOccurs="0" /> 5914 <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInRow="DoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" /> 5915 <xs:element name="kwotaWaluta" msdata:ReadOnly="true" msprop:Generator_UserColumnName="kwotaWaluta" msprop:Generator_ColumnPropNameInRow="kwotaWaluta" msprop:Generator_ColumnVarNameInTable="columnkwotaWaluta" msprop:Generator_ColumnPropNameInTable="kwotaWalutaColumn" type="xs:double" minOccurs="0" /> 5907 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 5908 <xs:element name="wartoscNettoPoRabacie" msdata:ReadOnly="true" msprop:Generator_UserColumnName="wartoscNettoPoRabacie" msprop:Generator_ColumnPropNameInRow="wartoscNettoPoRabacie" msprop:Generator_ColumnVarNameInTable="columnwartoscNettoPoRabacie" msprop:Generator_ColumnPropNameInTable="wartoscNettoPoRabacieColumn" type="xs:double" minOccurs="0" /> 5909 <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_ColumnPropNameInRow="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" /> 5910 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 5911 <xs:simpleType> 5912 <xs:restriction base="xs:string"> 5913 <xs:maxLength value="10" /> 5914 </xs:restriction> 5915 </xs:simpleType> 5916 </xs:element> 5917 <xs:element name="nr" msprop:Generator_UserColumnName="nr" msprop:Generator_ColumnVarNameInTable="columnnr" msprop:Generator_ColumnPropNameInRow="nr" msprop:Generator_ColumnPropNameInTable="nrColumn" type="xs:int" /> 5918 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 5919 <xs:simpleType> 5920 <xs:restriction base="xs:string"> 5921 <xs:maxLength value="3" /> 5922 </xs:restriction> 5923 </xs:simpleType> 5924 </xs:element> 5925 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 5926 <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_ColumnVarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" /> 5927 <xs:element name="Agent" msprop:Generator_UserColumnName="Agent" msprop:Generator_ColumnPropNameInRow="Agent" msprop:Generator_ColumnVarNameInTable="columnAgent" msprop:Generator_ColumnPropNameInTable="AgentColumn" minOccurs="0"> 5928 <xs:simpleType> 5929 <xs:restriction base="xs:string"> 5930 <xs:maxLength value="50" /> 5931 </xs:restriction> 5932 </xs:simpleType> 5933 </xs:element> 5934 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 5935 <xs:simpleType> 5936 <xs:restriction base="xs:string"> 5937 <xs:maxLength value="50" /> 5938 </xs:restriction> 5939 </xs:simpleType> 5940 </xs:element> 5916 5941 </xs:sequence> 5917 5942 </xs:complexType> … … 5920 5945 <xs:complexType> 5921 5946 <xs:sequence> 5922 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_Column VarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />5923 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column VarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />5924 <xs:element name="ROK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column VarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />5925 <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />5926 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column VarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />5927 <xs:element name="NR_FK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_Column VarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0">5947 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" /> 5948 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" /> 5949 <xs:element name="ROK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" /> 5950 <xs:element name="MS" msdata:ReadOnly="true" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" /> 5951 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" /> 5952 <xs:element name="NR_FK" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FK" msprop:Generator_ColumnPropNameInRow="NR_FK" msprop:Generator_ColumnVarNameInTable="columnNR_FK" msprop:Generator_ColumnPropNameInTable="NR_FKColumn" minOccurs="0"> 5928 5953 <xs:simpleType> 5929 5954 <xs:restriction base="xs:string"> … … 5932 5957 </xs:simpleType> 5933 5958 </xs:element> 5934 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">5959 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 5935 5960 <xs:simpleType> 5936 5961 <xs:restriction base="xs:string"> … … 5939 5964 </xs:simpleType> 5940 5965 </xs:element> 5941 <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />5942 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column VarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />5943 <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />5944 <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />5945 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column VarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />5946 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />5947 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">5948 <xs:simpleType> 5949 <xs:restriction base="xs:string"> 5950 <xs:maxLength value="50" /> 5951 </xs:restriction> 5952 </xs:simpleType> 5953 </xs:element> 5954 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">5955 <xs:simpleType> 5956 <xs:restriction base="xs:string"> 5957 <xs:maxLength value="50" /> 5958 </xs:restriction> 5959 </xs:simpleType> 5960 </xs:element> 5961 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_Column VarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />5962 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column VarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />5963 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5964 <xs:simpleType> 5965 <xs:restriction base="xs:string"> 5966 <xs:maxLength value="50" /> 5967 </xs:restriction> 5968 </xs:simpleType> 5969 </xs:element> 5970 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_Column VarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />5971 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />5972 <xs:element name="sumaNettoZEmisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_Column VarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:double" minOccurs="0" />5973 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_Column VarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />5974 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column PropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />5975 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column PropNameInRow="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />5976 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column VarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" />5966 <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" /> 5967 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" /> 5968 <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" /> 5969 <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" /> 5970 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" /> 5971 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" /> 5972 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 5973 <xs:simpleType> 5974 <xs:restriction base="xs:string"> 5975 <xs:maxLength value="50" /> 5976 </xs:restriction> 5977 </xs:simpleType> 5978 </xs:element> 5979 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 5980 <xs:simpleType> 5981 <xs:restriction base="xs:string"> 5982 <xs:maxLength value="50" /> 5983 </xs:restriction> 5984 </xs:simpleType> 5985 </xs:element> 5986 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" /> 5987 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" /> 5988 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5989 <xs:simpleType> 5990 <xs:restriction base="xs:string"> 5991 <xs:maxLength value="50" /> 5992 </xs:restriction> 5993 </xs:simpleType> 5994 </xs:element> 5995 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" /> 5996 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" /> 5997 <xs:element name="sumaNettoZEmisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:double" minOccurs="0" /> 5998 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" /> 5999 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" /> 6000 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" /> 6001 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" /> 5977 6002 </xs:sequence> 5978 6003 </xs:complexType> … … 5981 6006 <xs:complexType> 5982 6007 <xs:sequence> 5983 <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column PropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" />5984 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_Column PropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" />5985 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />5986 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_Column PropNameInRow="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" />5987 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_Column PropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0">6008 <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" /> 6009 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" /> 6010 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 6011 <xs:element name="dataWplaty" msprop:Generator_UserColumnName="dataWplaty" msprop:Generator_ColumnVarNameInTable="columndataWplaty" msprop:Generator_ColumnPropNameInRow="dataWplaty" msprop:Generator_ColumnPropNameInTable="dataWplatyColumn" type="xs:dateTime" minOccurs="0" /> 6012 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0"> 5988 6013 <xs:simpleType> 5989 6014 <xs:restriction base="xs:string"> … … 5992 6017 </xs:simpleType> 5993 6018 </xs:element> 5994 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_Column PropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0">6019 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0"> 5995 6020 <xs:simpleType> 5996 6021 <xs:restriction base="xs:string"> … … 5999 6024 </xs:simpleType> 6000 6025 </xs:element> 6001 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_Column VarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:double" minOccurs="0" />6026 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:double" minOccurs="0" /> 6002 6027 </xs:sequence> 6003 6028 </xs:complexType> … … 6077 6102 <xs:field xpath="mstns:idZamowienia" /> 6078 6103 </xs:unique> 6079 <xs:unique name="ZestawienieZamowien_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">6080 <xs:selector xpath=".//mstns:ZestawienieZamowien" />6081 <xs:field xpath="mstns:idZamowienia" />6082 </xs:unique>6083 6104 <xs:unique name="Wplaty_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true"> 6084 6105 <xs:selector xpath=".//mstns:Wplaty" /> -
Baza Reklam 2 - Faktury/REKLAMADataSet.xss
r65 r67 5 5 the code is regenerated. 6 6 </autogenerated>--> 7 <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-1 72" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">7 <DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-1339" ViewPortY="1895" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout"> 8 8 <Shapes> 9 9 <Shape ID="DesignTable:REKLAMA" ZOrder="8" X="-162" Y="35" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" /> … … 36 36 <Shape ID="DesignTable:zamowienia" ZOrder="7" X="-675" Y="159" Height="309" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 37 37 <Shape ID="DesignTable:DatyWydan" ZOrder="11" X="632" Y="298" Height="234" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="136" /> 38 <Shape ID="DesignTable: ZestawienieZamowien" ZOrder="6" X="-1298" Y="2210" Height="173" Width="206" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="126" />38 <Shape ID="DesignTable:VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE" ZOrder="6" X="-1298" Y="2210" Height="173" Width="245" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="126" /> 39 39 <Shape ID="DesignTable:ZestawienieFakturNEW" ZOrder="2" X="-1288" Y="1888" Height="292" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 40 40 <Shape ID="DesignTable:Wplaty" ZOrder="1" X="-1041" Y="-202" Height="224" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="143" /> -
Baza Reklam 2 - Faktury/ZamowieniaForm.Designer.cs
r65 r67 44 44 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 45 45 this.rEKLAMADataGridView = new System.Windows.Forms.DataGridView(); 46 this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 47 this.TYP = new System.Windows.Forms.DataGridViewTextBoxColumn(); 48 this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 49 this.VAT = new System.Windows.Forms.DataGridViewTextBoxColumn(); 50 this.Brutto_Euro_Miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 51 this.ZATWIERDZONO_DO_DRUKU = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 46 52 this.rEKLAMABindingSource = new System.Windows.Forms.BindingSource(this.components); 47 53 this.rEKLAMADataGridView1 = new System.Windows.Forms.DataGridView(); 54 this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 55 this.DATA_ZAMOWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 56 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 57 this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 58 this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 59 this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 60 this.ZATWIERDZONO_DO_DRUKU2 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 48 61 this.rEKLAMABindingSource1 = new System.Windows.Forms.BindingSource(this.components); 49 62 this.dodajButton = new System.Windows.Forms.Button(); … … 79 92 this.korektaButton = new System.Windows.Forms.Button(); 80 93 this.korektaDoExportButton = new System.Windows.Forms.Button(); 81 this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();82 this.TYP = new System.Windows.Forms.DataGridViewTextBoxColumn();83 this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();84 this.VAT = new System.Windows.Forms.DataGridViewTextBoxColumn();85 this.Brutto_Euro_Miano = new System.Windows.Forms.DataGridViewTextBoxColumn();86 this.ZATWIERDZONO_DO_DRUKU = new System.Windows.Forms.DataGridViewCheckBoxColumn();87 this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn();88 this.DATA_ZAMOWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();89 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();90 this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn();91 this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();92 this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();93 this.ZATWIERDZONO_DO_DRUKU2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();94 94 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataGridView)).BeginInit(); 95 95 ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit(); … … 209 209 this.rEKLAMADataGridView.Size = new System.Drawing.Size(379, 167); 210 210 this.rEKLAMADataGridView.TabIndex = 1; 211 // 212 // dataGridViewTextBoxColumn9 213 // 214 this.dataGridViewTextBoxColumn9.DataPropertyName = "ID REKLAMY"; 215 this.dataGridViewTextBoxColumn9.HeaderText = "Symbol"; 216 this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; 217 this.dataGridViewTextBoxColumn9.ReadOnly = true; 218 // 219 // TYP 220 // 221 this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 222 this.TYP.DataPropertyName = "TYP"; 223 this.TYP.HeaderText = "TYP"; 224 this.TYP.Name = "TYP"; 225 this.TYP.ReadOnly = true; 226 this.TYP.Width = 50; 227 // 228 // dataGridViewTextBoxColumn27 229 // 230 this.dataGridViewTextBoxColumn27.DataPropertyName = "NETTO"; 231 this.dataGridViewTextBoxColumn27.HeaderText = "NETTO"; 232 this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; 233 this.dataGridViewTextBoxColumn27.ReadOnly = true; 234 // 235 // VAT 236 // 237 this.VAT.DataPropertyName = "VAT"; 238 this.VAT.HeaderText = "VAT"; 239 this.VAT.Name = "VAT"; 240 this.VAT.ReadOnly = true; 241 // 242 // Brutto_Euro_Miano 243 // 244 this.Brutto_Euro_Miano.DataPropertyName = "Brutto_Euro_Miano"; 245 this.Brutto_Euro_Miano.HeaderText = "Waluta"; 246 this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano"; 247 this.Brutto_Euro_Miano.ReadOnly = true; 248 // 249 // ZATWIERDZONO_DO_DRUKU 250 // 251 this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 252 this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "ZATWIERDZONO DO DRUKU"; 253 this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD"; 254 this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU"; 255 this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true; 256 this.ZATWIERDZONO_DO_DRUKU.Width = 25; 211 257 // 212 258 // rEKLAMABindingSource … … 250 296 this.rEKLAMADataGridView1.TabIndex = 2; 251 297 // 298 // dataGridViewTextBoxColumn72 299 // 300 this.dataGridViewTextBoxColumn72.DataPropertyName = "ID REKLAMY"; 301 this.dataGridViewTextBoxColumn72.HeaderText = "Symbol"; 302 this.dataGridViewTextBoxColumn72.Name = "dataGridViewTextBoxColumn72"; 303 this.dataGridViewTextBoxColumn72.ReadOnly = true; 304 // 305 // DATA_ZAMOWIENIA 306 // 307 this.DATA_ZAMOWIENIA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 308 this.DATA_ZAMOWIENIA.DataPropertyName = "DATA ZAMÓWIENIA"; 309 this.DATA_ZAMOWIENIA.HeaderText = "Data zam."; 310 this.DATA_ZAMOWIENIA.Name = "DATA_ZAMOWIENIA"; 311 this.DATA_ZAMOWIENIA.ReadOnly = true; 312 this.DATA_ZAMOWIENIA.Width = 75; 313 // 314 // dataGridViewTextBoxColumn1 315 // 316 this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 317 this.dataGridViewTextBoxColumn1.DataPropertyName = "TYP"; 318 this.dataGridViewTextBoxColumn1.HeaderText = "TYP"; 319 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; 320 this.dataGridViewTextBoxColumn1.ReadOnly = true; 321 this.dataGridViewTextBoxColumn1.Width = 50; 322 // 323 // dataGridViewTextBoxColumn90 324 // 325 this.dataGridViewTextBoxColumn90.DataPropertyName = "NETTO"; 326 this.dataGridViewTextBoxColumn90.HeaderText = "NETTO"; 327 this.dataGridViewTextBoxColumn90.Name = "dataGridViewTextBoxColumn90"; 328 this.dataGridViewTextBoxColumn90.ReadOnly = true; 329 // 330 // dataGridViewTextBoxColumn43 331 // 332 this.dataGridViewTextBoxColumn43.DataPropertyName = "VAT"; 333 this.dataGridViewTextBoxColumn43.HeaderText = "VAT"; 334 this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43"; 335 this.dataGridViewTextBoxColumn43.ReadOnly = true; 336 // 337 // dataGridViewTextBoxColumn44 338 // 339 this.dataGridViewTextBoxColumn44.DataPropertyName = "Brutto_Euro_Miano"; 340 this.dataGridViewTextBoxColumn44.HeaderText = "Waluta"; 341 this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44"; 342 this.dataGridViewTextBoxColumn44.ReadOnly = true; 343 // 344 // ZATWIERDZONO_DO_DRUKU2 345 // 346 this.ZATWIERDZONO_DO_DRUKU2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 347 this.ZATWIERDZONO_DO_DRUKU2.DataPropertyName = "ZATWIERDZONO DO DRUKU"; 348 this.ZATWIERDZONO_DO_DRUKU2.HeaderText = "ZD"; 349 this.ZATWIERDZONO_DO_DRUKU2.Name = "ZATWIERDZONO_DO_DRUKU2"; 350 this.ZATWIERDZONO_DO_DRUKU2.ReadOnly = true; 351 this.ZATWIERDZONO_DO_DRUKU2.Width = 25; 352 // 252 353 // rEKLAMABindingSource1 253 354 // … … 565 666 // korektaDoExportButton 566 667 // 668 this.korektaDoExportButton.Enabled = false; 567 669 this.korektaDoExportButton.Location = new System.Drawing.Point(122, 291); 568 670 this.korektaDoExportButton.Name = "korektaDoExportButton"; … … 572 674 this.korektaDoExportButton.UseVisualStyleBackColor = true; 573 675 this.korektaDoExportButton.Click += new System.EventHandler(this.korektaDoExportButton_Click); 574 //575 // dataGridViewTextBoxColumn9576 //577 this.dataGridViewTextBoxColumn9.DataPropertyName = "ID REKLAMY";578 this.dataGridViewTextBoxColumn9.HeaderText = "Symbol";579 this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";580 this.dataGridViewTextBoxColumn9.ReadOnly = true;581 //582 // TYP583 //584 this.TYP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;585 this.TYP.DataPropertyName = "TYP";586 this.TYP.HeaderText = "TYP";587 this.TYP.Name = "TYP";588 this.TYP.ReadOnly = true;589 this.TYP.Width = 50;590 //591 // dataGridViewTextBoxColumn27592 //593 this.dataGridViewTextBoxColumn27.DataPropertyName = "NETTO";594 this.dataGridViewTextBoxColumn27.HeaderText = "NETTO";595 this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";596 this.dataGridViewTextBoxColumn27.ReadOnly = true;597 //598 // VAT599 //600 this.VAT.DataPropertyName = "VAT";601 this.VAT.HeaderText = "VAT";602 this.VAT.Name = "VAT";603 this.VAT.ReadOnly = true;604 //605 // Brutto_Euro_Miano606 //607 this.Brutto_Euro_Miano.DataPropertyName = "Brutto_Euro_Miano";608 this.Brutto_Euro_Miano.HeaderText = "Waluta";609 this.Brutto_Euro_Miano.Name = "Brutto_Euro_Miano";610 this.Brutto_Euro_Miano.ReadOnly = true;611 //612 // ZATWIERDZONO_DO_DRUKU613 //614 this.ZATWIERDZONO_DO_DRUKU.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;615 this.ZATWIERDZONO_DO_DRUKU.DataPropertyName = "ZATWIERDZONO DO DRUKU";616 this.ZATWIERDZONO_DO_DRUKU.HeaderText = "ZD";617 this.ZATWIERDZONO_DO_DRUKU.Name = "ZATWIERDZONO_DO_DRUKU";618 this.ZATWIERDZONO_DO_DRUKU.ReadOnly = true;619 this.ZATWIERDZONO_DO_DRUKU.Width = 25;620 //621 // dataGridViewTextBoxColumn72622 //623 this.dataGridViewTextBoxColumn72.DataPropertyName = "ID REKLAMY";624 this.dataGridViewTextBoxColumn72.HeaderText = "Symbol";625 this.dataGridViewTextBoxColumn72.Name = "dataGridViewTextBoxColumn72";626 this.dataGridViewTextBoxColumn72.ReadOnly = true;627 //628 // DATA_ZAMOWIENIA629 //630 this.DATA_ZAMOWIENIA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;631 this.DATA_ZAMOWIENIA.DataPropertyName = "DATA ZAMÓWIENIA";632 this.DATA_ZAMOWIENIA.HeaderText = "Data zam.";633 this.DATA_ZAMOWIENIA.Name = "DATA_ZAMOWIENIA";634 this.DATA_ZAMOWIENIA.ReadOnly = true;635 this.DATA_ZAMOWIENIA.Width = 75;636 //637 // dataGridViewTextBoxColumn1638 //639 this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;640 this.dataGridViewTextBoxColumn1.DataPropertyName = "TYP";641 this.dataGridViewTextBoxColumn1.HeaderText = "TYP";642 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";643 this.dataGridViewTextBoxColumn1.ReadOnly = true;644 this.dataGridViewTextBoxColumn1.Width = 50;645 //646 // dataGridViewTextBoxColumn90647 //648 this.dataGridViewTextBoxColumn90.DataPropertyName = "NETTO";649 this.dataGridViewTextBoxColumn90.HeaderText = "NETTO";650 this.dataGridViewTextBoxColumn90.Name = "dataGridViewTextBoxColumn90";651 this.dataGridViewTextBoxColumn90.ReadOnly = true;652 //653 // dataGridViewTextBoxColumn43654 //655 this.dataGridViewTextBoxColumn43.DataPropertyName = "VAT";656 this.dataGridViewTextBoxColumn43.HeaderText = "VAT";657 this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43";658 this.dataGridViewTextBoxColumn43.ReadOnly = true;659 //660 // dataGridViewTextBoxColumn44661 //662 this.dataGridViewTextBoxColumn44.DataPropertyName = "Brutto_Euro_Miano";663 this.dataGridViewTextBoxColumn44.HeaderText = "Waluta";664 this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44";665 this.dataGridViewTextBoxColumn44.ReadOnly = true;666 //667 // ZATWIERDZONO_DO_DRUKU2668 //669 this.ZATWIERDZONO_DO_DRUKU2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;670 this.ZATWIERDZONO_DO_DRUKU2.DataPropertyName = "ZATWIERDZONO DO DRUKU";671 this.ZATWIERDZONO_DO_DRUKU2.HeaderText = "ZD";672 this.ZATWIERDZONO_DO_DRUKU2.Name = "ZATWIERDZONO_DO_DRUKU2";673 this.ZATWIERDZONO_DO_DRUKU2.ReadOnly = true;674 this.ZATWIERDZONO_DO_DRUKU2.Width = 25;675 676 // 676 677 // ZamowieniaForm -
Baza Reklam 2 - Faktury/ZamowieniaForm.cs
r65 r67 53 53 { 54 54 InitializeComponent(); 55 InitTableAdatpers(); 56 57 this.klient = klient; 58 } 59 60 public ZamowieniaForm(int idKlienta) 61 { 62 InitializeComponent(); 63 InitTableAdatpers(); 64 65 this.klient = klienciTableAdapter.GetDataByCustomerId(idKlienta)[0]; 66 } 67 68 public ZamowieniaForm(int idKlienta, int idZamowienia) 69 { 70 InitializeComponent(); 71 InitTableAdatpers(); 72 73 this.klient = klienciTableAdapter.GetDataByCustomerId(idKlienta)[0]; 74 this.idZamowienia = idZamowienia; 75 } 76 77 private void InitTableAdatpers() 78 { 55 79 this.rEKLAMABindingSource1.DataSource = ReklamyBezZamowienia; 56 80 this.zamowieniaTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; … … 64 88 this.datyWydanTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 65 89 this.kursyWalutTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 66 67 68 this.klient = klient; 69 } 70 71 public ZamowieniaForm(int idKlienta) 72 { 73 InitializeComponent(); 74 this.rEKLAMABindingSource1.DataSource = ReklamyBezZamowienia; 75 this.zamowieniaTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 76 this.rEKLAMATableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 77 this.fAKTURYTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 78 this.fakturyDetailsTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 79 this.klienciTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 80 this.agencjeTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 81 this.agenciTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 82 this.emisjeTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 83 this.datyWydanTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 84 this.kursyWalutTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 85 86 87 this.klient = klienciTableAdapter.GetDataByCustomerId(idKlienta)[0]; 88 } 89 90 public ZamowieniaForm(int idKlienta, int idZamowienia) 91 { 92 InitializeComponent(); 93 this.rEKLAMABindingSource1.DataSource = ReklamyBezZamowienia; 94 this.zamowieniaTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 95 this.rEKLAMATableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 96 this.fAKTURYTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 97 this.fakturyDetailsTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 98 this.klienciTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 99 this.agencjeTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 100 this.agenciTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 101 this.emisjeTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 102 this.datyWydanTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 103 this.kursyWalutTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 104 105 this.klient = klienciTableAdapter.GetDataByCustomerId(idKlienta)[0]; 106 107 this.idZamowienia = idZamowienia; 108 } 109 90 } 110 91 111 92 private void ZamowieniaForm_Load(object sender, EventArgs e) … … 137 118 if (azf.ShowDialog() == DialogResult.OK) 138 119 { 139 rEKLAMADataSet.zamowienia.Clear(); 140 this.zamowieniaTableAdapter.FillByIdKlienta(this.rEKLAMADataSet.zamowienia, klient.CustomerID); 120 //rEKLAMADataSet.zamowienia.Clear(); 121 //this.zamowieniaTableAdapter.FillByIdKlienta(this.rEKLAMADataSet.zamowienia, klient.CustomerID); 122 rEKLAMADataSet.zamowienia.ImportRow(azf.Zamowienia[0]); 123 int idZam = azf.Zamowienia[0].idZamowienia; 124 zamowieniaBindingSource.Position = zamowieniaBindingSource.Find("idZamowienia", idZam); 125 rEKLAMATableAdapter.FillByIdZamowienia(this.rEKLAMADataSet.REKLAMA, idZam); 126 fAKTURYTableAdapter.FillByIdZamowienia(this.rEKLAMADataSet.FAKTURY, idZam); 141 127 } 142 128 } … … 315 301 fakturyDetailsTableAdapter.Update(this.rEKLAMADataSet.FAKTURA_DETAILS); 316 302 zamowieniaTableAdapter.Update(this.rEKLAMADataSet.zamowienia); 303 rEKLAMATableAdapter.Update(this.rEKLAMADataSet.REKLAMA); 317 304 318 305 transaction.Commit(); … … 466 453 // ustawiane by pozniej blokowac mozliwosc zmiany rabatu itp. 467 454 reklama.FAKTURA_WYSTAWIONO = true; 455 reklama.EndEdit(); 468 456 } 469 457 … … 700 688 REKLAMADataSet.FAKTURYRow naglowekKorekty = this.rEKLAMADataSet.FAKTURY.NewFAKTURYRow(); 701 689 naglowekKorekty.KOREKTA = 1; 702 naglowekKorekty.EKSPORT = true;690 // naglowekKorekty.EKSPORT = true; 703 691 704 692 naglowekKorekty.idZamowienia = faktura.idZamowienia; -
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.Designer.cs
r65 r67 60 60 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 61 61 this.wyszukajToolStrip = new System.Windows.Forms.ToolStrip(); 62 this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); 63 this.agencjaToolStripComboBox = new System.Windows.Forms.ToolStripComboBox(); 64 this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); 65 this.kodRozliczeniowyToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); 66 this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); 67 this.kodKlientaToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); 68 this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); 69 this.rokToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); 70 this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); 71 this.nrZamToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); 62 72 this.szukajToolStripButton = new System.Windows.Forms.ToolStripButton(); 63 73 this.wyczyscPolaToolStripButton = new System.Windows.Forms.ToolStripButton(); … … 66 76 this.splitContainer2 = new System.Windows.Forms.SplitContainer(); 67 77 this.fakturyDataGridView = new System.Windows.Forms.DataGridView(); 68 this. zestawienieZamowienBindingSource = new System.Windows.Forms.BindingSource(this.components);78 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource = new System.Windows.Forms.BindingSource(this.components); 69 79 this.reklamyZestawienieDataGridView = new System.Windows.Forms.DataGridView(); 70 80 this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); … … 147 157 this.zaplataTextBox = new System.Windows.Forms.TextBox(); 148 158 this.reklamaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.REKLAMATableAdapter(); 149 this. zestawienieZamowienTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieZamowienTableAdapter();159 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter(); 150 160 this.reklamyZestawienieTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ReklamyZestawienieTableAdapter(); 151 this.idZamowieniaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 161 this.Agent = new System.Windows.Forms.DataGridViewTextBoxColumn(); 162 this.Agencja = new System.Windows.Forms.DataGridViewTextBoxColumn(); 152 163 this.nrZamowienia = new System.Windows.Forms.DataGridViewTextBoxColumn(); 153 164 this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); … … 168 179 this.splitContainer2.SuspendLayout(); 169 180 ((System.ComponentModel.ISupportInitialize)(this.fakturyDataGridView)).BeginInit(); 170 ((System.ComponentModel.ISupportInitialize)(this. zestawienieZamowienBindingSource)).BeginInit();181 ((System.ComponentModel.ISupportInitialize)(this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource)).BeginInit(); 171 182 ((System.ComponentModel.ISupportInitialize)(this.reklamyZestawienieDataGridView)).BeginInit(); 172 183 ((System.ComponentModel.ISupportInitialize)(this.reklamyZestawienieBindingSource)).BeginInit(); … … 383 394 // 384 395 this.wyszukajToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 396 this.toolStripLabel2, 397 this.agencjaToolStripComboBox, 398 this.toolStripLabel1, 399 this.kodRozliczeniowyToolStripTextBox, 400 this.toolStripLabel3, 401 this.kodKlientaToolStripTextBox, 402 this.toolStripLabel4, 403 this.rokToolStripTextBox, 404 this.toolStripLabel5, 405 this.nrZamToolStripTextBox, 385 406 this.szukajToolStripButton, 386 407 this.wyczyscPolaToolStripButton}); … … 391 412 this.wyszukajToolStrip.TabStop = true; 392 413 // 414 // toolStripLabel2 415 // 416 this.toolStripLabel2.Name = "toolStripLabel2"; 417 this.toolStripLabel2.Size = new System.Drawing.Size(49, 22); 418 this.toolStripLabel2.Text = "agencja:"; 419 // 420 // agencjaToolStripComboBox 421 // 422 this.agencjaToolStripComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 423 this.agencjaToolStripComboBox.Name = "agencjaToolStripComboBox"; 424 this.agencjaToolStripComboBox.Size = new System.Drawing.Size(90, 25); 425 // 426 // toolStripLabel1 427 // 428 this.toolStripLabel1.Name = "toolStripLabel1"; 429 this.toolStripLabel1.Size = new System.Drawing.Size(39, 22); 430 this.toolStripLabel1.Text = "agent:"; 431 // 432 // kodRozliczeniowyToolStripTextBox 433 // 434 this.kodRozliczeniowyToolStripTextBox.Name = "kodRozliczeniowyToolStripTextBox"; 435 this.kodRozliczeniowyToolStripTextBox.Size = new System.Drawing.Size(50, 25); 436 // 437 // toolStripLabel3 438 // 439 this.toolStripLabel3.Name = "toolStripLabel3"; 440 this.toolStripLabel3.Size = new System.Drawing.Size(62, 22); 441 this.toolStripLabel3.Text = "kod klienta:"; 442 // 443 // kodKlientaToolStripTextBox 444 // 445 this.kodKlientaToolStripTextBox.Name = "kodKlientaToolStripTextBox"; 446 this.kodKlientaToolStripTextBox.Size = new System.Drawing.Size(100, 25); 447 // 448 // toolStripLabel4 449 // 450 this.toolStripLabel4.Name = "toolStripLabel4"; 451 this.toolStripLabel4.Size = new System.Drawing.Size(26, 22); 452 this.toolStripLabel4.Text = "rok:"; 453 // 454 // rokToolStripTextBox 455 // 456 this.rokToolStripTextBox.Name = "rokToolStripTextBox"; 457 this.rokToolStripTextBox.Size = new System.Drawing.Size(40, 25); 458 // 459 // toolStripLabel5 460 // 461 this.toolStripLabel5.Name = "toolStripLabel5"; 462 this.toolStripLabel5.Size = new System.Drawing.Size(21, 22); 463 this.toolStripLabel5.Text = "nr:"; 464 // 465 // nrZamToolStripTextBox 466 // 467 this.nrZamToolStripTextBox.Name = "nrZamToolStripTextBox"; 468 this.nrZamToolStripTextBox.Size = new System.Drawing.Size(50, 25); 469 // 393 470 // szukajToolStripButton 394 471 // 395 472 this.szukajToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 396 this.szukajToolStripButton.Enabled = false;397 473 this.szukajToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("szukajToolStripButton.Image"))); 398 474 this.szukajToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; … … 400 476 this.szukajToolStripButton.Size = new System.Drawing.Size(48, 22); 401 477 this.szukajToolStripButton.Text = "SZUKAJ"; 478 this.szukajToolStripButton.Click += new System.EventHandler(this.szukajToolStripButton_Click); 402 479 // 403 480 // wyczyscPolaToolStripButton 404 481 // 405 482 this.wyczyscPolaToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 406 this.wyczyscPolaToolStripButton.Enabled = false;407 483 this.wyczyscPolaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("wyczyscPolaToolStripButton.Image"))); 408 484 this.wyczyscPolaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; … … 470 546 this.fakturyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 471 547 this.fakturyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 472 this.idZamowieniaDataGridViewTextBoxColumn, 548 this.Agent, 549 this.Agencja, 473 550 this.nrZamowienia, 474 551 this.UserName, … … 478 555 this.DoZafakturowania, 479 556 this.kwotaWaluta}); 480 this.fakturyDataGridView.DataSource = this. zestawienieZamowienBindingSource;557 this.fakturyDataGridView.DataSource = this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource; 481 558 this.fakturyDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; 482 559 this.fakturyDataGridView.GridColor = System.Drawing.Color.LightGray; … … 490 567 this.fakturyDataGridView.TabIndex = 1; 491 568 // 492 // zestawienieZamowienBindingSource493 // 494 this. zestawienieZamowienBindingSource.DataMember = "ZestawienieZamowien";495 this. zestawienieZamowienBindingSource.DataSource = this.rEKLAMADataSet;496 this. zestawienieZamowienBindingSource.CurrentChanged += new System.EventHandler(this.zestawienieZamowienBindingSource_CurrentChanged);569 // VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource 570 // 571 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.DataMember = "VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE"; 572 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.DataSource = this.rEKLAMADataSet; 573 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.CurrentChanged += new System.EventHandler(this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource_CurrentChanged); 497 574 // 498 575 // reklamyZestawienieDataGridView … … 1149 1226 this.reklamaTableAdapter.ClearBeforeFill = true; 1150 1227 // 1151 // zestawienieZamowienTableAdapter1152 // 1153 this. zestawienieZamowienTableAdapter.ClearBeforeFill = true;1228 // VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter 1229 // 1230 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter.ClearBeforeFill = true; 1154 1231 // 1155 1232 // reklamyZestawienieTableAdapter … … 1157 1234 this.reklamyZestawienieTableAdapter.ClearBeforeFill = true; 1158 1235 // 1159 // idZamowieniaDataGridViewTextBoxColumn 1160 // 1161 this.idZamowieniaDataGridViewTextBoxColumn.DataPropertyName = "idZamowienia"; 1162 this.idZamowieniaDataGridViewTextBoxColumn.HeaderText = "ID"; 1163 this.idZamowieniaDataGridViewTextBoxColumn.Name = "idZamowieniaDataGridViewTextBoxColumn"; 1164 this.idZamowieniaDataGridViewTextBoxColumn.ReadOnly = true; 1165 this.idZamowieniaDataGridViewTextBoxColumn.Width = 43; 1236 // Agent 1237 // 1238 this.Agent.DataPropertyName = "Agent"; 1239 this.Agent.HeaderText = "Agent"; 1240 this.Agent.Name = "Agent"; 1241 this.Agent.ReadOnly = true; 1242 this.Agent.Width = 60; 1243 // 1244 // Agencja 1245 // 1246 this.Agencja.DataPropertyName = "Agencja"; 1247 this.Agencja.HeaderText = "Agencja"; 1248 this.Agencja.Name = "Agencja"; 1249 this.Agencja.ReadOnly = true; 1250 this.Agencja.Width = 71; 1166 1251 // 1167 1252 // nrZamowienia … … 1268 1353 this.splitContainer2.ResumeLayout(false); 1269 1354 ((System.ComponentModel.ISupportInitialize)(this.fakturyDataGridView)).EndInit(); 1270 ((System.ComponentModel.ISupportInitialize)(this. zestawienieZamowienBindingSource)).EndInit();1355 ((System.ComponentModel.ISupportInitialize)(this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource)).EndInit(); 1271 1356 ((System.ComponentModel.ISupportInitialize)(this.reklamyZestawienieDataGridView)).EndInit(); 1272 1357 ((System.ComponentModel.ISupportInitialize)(this.reklamyZestawienieBindingSource)).EndInit(); … … 1309 1394 private System.Windows.Forms.ToolStripButton klientToolStripButton; 1310 1395 private System.Windows.Forms.ToolStripButton excelToolStripButton; 1311 private System.Windows.Forms.BindingSource zestawienieZamowienBindingSource;1312 private Baza_Reklam.REKLAMADataSetTableAdapters. ZestawienieZamowienTableAdapter zestawienieZamowienTableAdapter;1396 private System.Windows.Forms.BindingSource VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource; 1397 private Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter; 1313 1398 private System.Windows.Forms.DataGridViewTextBoxColumn usernameDataGridViewTextBoxColumn; 1314 1399 private System.Windows.Forms.DataGridViewTextBoxColumn column1DataGridViewTextBoxColumn; … … 1395 1480 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn67; 1396 1481 private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn7; 1397 private System.Windows.Forms.DataGridViewTextBoxColumn idZamowieniaDataGridViewTextBoxColumn; 1482 private System.Windows.Forms.ToolStripLabel toolStripLabel1; 1483 private System.Windows.Forms.ToolStripLabel toolStripLabel2; 1484 private System.Windows.Forms.ToolStripLabel toolStripLabel3; 1485 private System.Windows.Forms.ToolStripLabel toolStripLabel4; 1486 private System.Windows.Forms.ToolStripLabel toolStripLabel5; 1487 private System.Windows.Forms.ToolStripComboBox agencjaToolStripComboBox; 1488 private System.Windows.Forms.ToolStripTextBox nrZamToolStripTextBox; 1489 private System.Windows.Forms.ToolStripTextBox kodRozliczeniowyToolStripTextBox; 1490 private System.Windows.Forms.ToolStripTextBox rokToolStripTextBox; 1491 private System.Windows.Forms.ToolStripTextBox kodKlientaToolStripTextBox; 1492 private System.Windows.Forms.DataGridViewTextBoxColumn Agent; 1493 private System.Windows.Forms.DataGridViewTextBoxColumn Agencja; 1398 1494 private System.Windows.Forms.DataGridViewTextBoxColumn nrZamowienia; 1399 1495 private System.Windows.Forms.DataGridViewTextBoxColumn UserName; -
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.cs
r65 r67 35 35 36 36 //podmiana connstringa 37 this. zestawienieZamowienTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value;37 this.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 38 38 this.reklamyZestawienieTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 39 39 … … 56 56 command.CommandText = this.query; 57 57 sqlDataAdapter.SelectCommand = command; 58 59 DBBindings.bindujAgencje(agencjaToolStripComboBox); 58 60 } 59 61 … … 92 94 this.Cursor = Cursors.WaitCursor; 93 95 94 rEKLAMADataSet. ZestawienieZamowien.Clear();96 rEKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.Clear(); 95 97 command.CommandText += " where username=@agent"; 96 98 command.Parameters.AddWithValue("@agent", e.Node.Name); 97 sqlDataAdapter.Fill(this.rEKLAMADataSet. ZestawienieZamowien);99 sqlDataAdapter.Fill(this.rEKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE); 98 100 commandExecuted = true; 99 101 fakturyDataGridView.Refresh(); … … 160 162 fakturyDataGridView.EndEdit(); 161 163 } 162 163 private void kryteriumWyszukiwania_KeyPress(object sender, KeyPressEventArgs e)164 {165 if (e.KeyChar == 13)166 {167 wyszukajToolStripButton.PerformClick();168 }169 }170 164 private void zestawienieFakturBindingSource_ListChanged(object sender, ListChangedEventArgs e) 171 165 { … … 180 174 private void wyczyscPolaToolStripButton_Click(object sender, EventArgs e) 181 175 { 176 nrZamToolStripTextBox.Text = string.Empty; 177 agencjaToolStripComboBox.SelectedIndex = -1; 178 kodKlientaToolStripTextBox.Text = string.Empty; 179 rokToolStripTextBox.Text = string.Empty; 180 kodRozliczeniowyToolStripTextBox.Text = string.Empty; 182 181 } 183 182 … … 188 187 { 189 188 190 if ( zestawienieZamowienBindingSource.Current != null)191 { 192 DataRowView row = (DataRowView) zestawienieZamowienBindingSource.Current;189 if (VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.Current != null) 190 { 191 DataRowView row = (DataRowView)VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.Current; 193 192 194 193 int custID = Convert.ToInt32(row["idKlienta"]); … … 205 204 private void FacturesForm_Shown(object sender, EventArgs e) 206 205 { 206 rokToolStripTextBox.Text = DateTime.Today.Year.ToString(); 207 207 208 if (User.getUser().St_kierownik) 208 209 { 209 //agencjaToolStripComboBox.Text = User.getUser().SymbolAgencji;210 agencjaToolStripComboBox.Text = User.getUser().SymbolAgencji; 210 211 } 211 212 else if (User.getUser().St_handlowiec | User.getUser().St_subhandlowiec) 212 213 { 213 //kodRozliczeniowyToolStripTextBox.Text = User.getUser().Kod_agenta;214 kodRozliczeniowyToolStripTextBox.Text = User.getUser().Kod_agenta; 214 215 } 215 216 } … … 225 226 } 226 227 227 private void zestawienieZamowienBindingSource_CurrentChanged(object sender, EventArgs e)228 { 229 DataRowView row = (DataRowView) zestawienieZamowienBindingSource.Current;230 REKLAMADataSet. ZestawienieZamowienRow zam =231 (REKLAMADataSet. ZestawienieZamowienRow)row.Row;228 private void VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource_CurrentChanged(object sender, EventArgs e) 229 { 230 DataRowView row = (DataRowView)VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.Current; 231 REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow zam = 232 (REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)row.Row; 232 233 233 234 this.reklamyZestawienieTableAdapter.FillByIdZamowienia( … … 238 239 private void zamowieniaToolStripButton_Click(object sender, EventArgs e) 239 240 { 240 if ( zestawienieZamowienBindingSource.Current != null)241 { 242 DataRowView row = (DataRowView) zestawienieZamowienBindingSource.Current;243 244 REKLAMADataSet. ZestawienieZamowienRow zam =245 (REKLAMADataSet. ZestawienieZamowienRow)row.Row;241 if (VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.Current != null) 242 { 243 DataRowView row = (DataRowView)VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.Current; 244 245 REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow zam = 246 (REKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWERow)row.Row; 246 247 247 248 ZamowieniaForm zf = new ZamowieniaForm(zam.idKlienta,zam.idZamowienia); … … 256 257 this.Cursor = Cursors.WaitCursor; 257 258 258 rEKLAMADataSet. ZestawienieZamowien.Clear();259 sqlDataAdapter.Fill(this.rEKLAMADataSet. ZestawienieZamowien);259 rEKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.Clear(); 260 sqlDataAdapter.Fill(this.rEKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE); 260 261 fakturyDataGridView.Refresh(); 261 262 … … 282 283 } 283 284 285 private void szukajToolStripButton_Click(object sender, EventArgs e) 286 { 287 command.CommandText = query; 288 289 this.rEKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE.Clear(); 290 291 command.CommandText += " where 1=1 "; 292 293 command.Parameters.Clear(); 294 295 if (nrZamToolStripTextBox.Text.Trim() != "") 296 { 297 int i; 298 if (!Int32.TryParse(nrZamToolStripTextBox.Text.Trim(), out i)) 299 { 300 MessageBox.Show("Podaj prawid³owy numer zamówienia."); 301 return; 302 } 303 304 command.CommandText += " AND NR=@nr"; 305 command.Parameters.AddWithValue("@nr", nrZamToolStripTextBox.Text.Trim()); 306 } 307 308 if (rokToolStripTextBox.Text.Trim() != "") 309 { 310 int i; 311 if (!Int32.TryParse(rokToolStripTextBox.Text.Trim(), out i)) 312 { 313 MessageBox.Show("Podaj prawid³owy rok."); 314 return; 315 } 316 317 command.CommandText += " AND rokZamowienia=@rok"; 318 command.Parameters.AddWithValue("@rok", rokToolStripTextBox.Text.Trim()); 319 } 320 321 if (kodRozliczeniowyToolStripTextBox.Text.Trim() != "") 322 { 323 command.CommandText += " AND kodAgenta like '%' + @kod + '%'"; 324 command.Parameters.AddWithValue("@kod", kodRozliczeniowyToolStripTextBox.Text.Trim()); 325 } 326 327 if (kodKlientaToolStripTextBox.Text.Trim() != "") 328 { 329 command.CommandText += " AND kodKlienta like '%' + @kodKlienta + '%'"; 330 command.Parameters.AddWithValue("@kodKlienta", kodKlientaToolStripTextBox.Text.Trim()); 331 } 332 333 if (agencjaToolStripComboBox.Text.Trim() != "") 334 { 335 command.CommandText += " AND Agencja=@agencja"; 336 command.Parameters.AddWithValue("@agencja", agencjaToolStripComboBox.Text.Trim()); 337 } 338 339 sqlDataAdapter.SelectCommand = command; 340 341 this.Cursor = Cursors.WaitCursor; 342 343 try 344 { 345 int t = sqlDataAdapter.Fill(this.rEKLAMADataSet.VIEW_ZESTAWIENIE_ZAMOWIEN_NOWE); 346 commandExecuted = true; 347 } 348 catch (Exception e1) 349 { 350 MessageBox.Show(e1.Message); 351 } 352 353 treeView1.CollapseAll(); 354 treeView1.SelectedNode = null; 355 356 this.Cursor = Cursors.Default; 357 } 284 358 } 285 359 } -
Baza Reklam 2 - Faktury/ZestawienieZamowienForm.resx
r65 r67 119 119 </resheader> 120 120 <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value> 17, 17</value>121 <value>672, 17</value> 122 122 </metadata> 123 123 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> … … 193 193 <value> 194 194 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 195 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAACa FJREFUWEellwlU196 lOUax19AwwVScYmkEFxCQQS83YtLat5KT1GWp4yyyDQ0DVEyFB3QGVlkhxEQE XADDAoIIwoRZRnWYZdV197 gWEYkFVCQEQE5H+fF6h7z7l67oXmnP/5vvm+mff3f553e14l9oxP1H72Zvcg26OswoxVVdgUFVXWOfSE198 VU6ZwqapKrN5w8qsaUiJXf3YkcVTE32kJ89qa9zPE44wsdCKDUcfZUg4yXDNheG6K0PSKYabHgwZYobM199 0wxCIRu+6cnCCaBNmjxu0NP+EHeYWV60Yrh6nCFGwPCDHUOsPRlxZLjh/m+4NJCh4BxDNhlxsGAu1NYC200 0qS/ZALbmErwXqb43pbhjCVDmPUUZHjqI8tLHzdOaSFOoDpiSjKWgWx/hpwAhisiplBRYe8TfOZfMhBu201 zVaF7GXw38lQ5L8WKHQG8kSAlJQrBPIdUXLWBFdPjHYB74osv9GuMFrEHAm+mKQ8YRORB9j+M19Ruk9o202 A0UEzz4B5JA4PJeu2Q50FSHqCI0FT4Z0n1HxsbFtLQsh8FrS1AkbCLNirj4WDP3Xv6HIT1LEZKLIDSh2203 p2ycIjg9y3NEnp8h4oUMKWQizZvhNycGizdZBIHfI82YsIHL+5k47GtGQFcCOdHVAygTA+X+wC3vURNS204 JzRFf4jwb0cHKZ8lv4gYzNeNzIaPSRoTNhBkydyzBRoUNYG4AQ6tDATuhIyaKCRjBS5AxUVU/mqH2lRX205 lF4ToOjqHhzcuTGSwJ/8JQOHNjy3tFyoP4R8gnOVeBI4AKgiE6W+BA7FgDwF5ZnxiL58DmLPU/ByFiLI206 VwQvV5fCGTNm7CEDL5CUJpSFBQvYlD5f/S7kHKfBRwOPp5ybKPYCqiPxQJGLyMsXcCE6Bknlt5HZ3oOL207 cvng5eziR27nznfa2RxsMnv77S/GxsGEZoNy3wWTMqQcoBFvP2pCSgOvLBAPCR4aGgypvAFtg31o7e9D208 TVcXrjW2952R3K7xkNTVuCWW3D0uONqz2tR0J5mYPZEpqdR23iQYceZA+mFAYgdk2WOoLglRFLlEJkf7209 4CP0DT1Gx6Ne1N7vRIZc/iBIUlHjk1xS45RaLXNOKm7Zv9tCpqqq+gYZUB93V2SJDd4NF64ZRqoNcJMy210 UeCLmtyfERQZjfr+h+ge6MfA4AAekBGh+PSwRNFyPyC9tNonuaLGJamy1iW9oV4YGNhruHy5J8H1JrI8211 T28JNMpA9FYgmdaDskv4NSoEP+ZXoLanD7KeB7jX14v6rm7kNN3ruyKtquEGvFIqa08mlsvcbsoaPG+U212 t5ttfiuR4G+Tnh9vFpQFW7VW9YqXtiF6C82AKISedkdCXRcK2jpRca8LJe2/Q+jmNRx7q7E7sqS5w5fS213 fyqpotb+t3KZV1pto3NSQ4vlLosSAu8maY7LwCNXPR3ZN7px5ft0hwa8l9FAdEeQlxOi77ThprwVKXXN214 yKhrQXJVI34pa8TFIvnghQJFz8nEMpndL+V1fpKaZmFaY+uuz82LCfwdiW/V/9+nz23Fa+2HdDvuiwzQ215 LdRDge0mFJcUI/ycH0KzqhBZ2YGoinv4saAeMSUK/FCswBW6D8msgzCtrl+Y1tB1QdrY6iWRdaxfY3pt216 XAZ45Bze72uEQX9jPHBehkKbdYhNy0dcfAK8w+IQXPoAF3PqcTlfjrC8elzMrUdwlhwBkjq4XpfRd/mg217 MFvR4xV+5aGmpmbouLpg4Jje1S7n5UDw3zB0xgT93oZosJyP1ENbUJoQBU/H4whMuYPAnCaczZQjkBQg218 kcMrjeDJdbgsbUJoXhuC45sGzPX1h6ZNmxZgaGhoSSbm/M+V8bHDIoPUDYufPBYb4/FpI/T7GuOhxwp0219 O+mj+YAOGu3WoCzCE66i4/BLrYF3VhvEkkb4pSlwLqsREUWt8ExvRYi0DdZ7vkJoSDDVCMI+j6DzT1Zq220 zd44tjI+e3nuttJ1bP7uFfS6G+KhmyF6XZejy8kAncJlaBfooeXwK2j1NUcJmXA+ehABEbEIypDDJ7MN221 PhntuCRtR1hsIrZvNYOfWIyO3ztxW9GOH23MkGvCpMsmsfVkYtozM9G6a4Gk7age7jsa4P5JfXSK9NHB222 4ceWotn2FTQcWIy6vQtRL3gDiu/dEON+FJ5HrOFlbwsPwSGI9u3E+SNWyPUWwU10AqV3GvBrxDH0//we223 4LkGdRvVCv6uzlY/1cQ2xlTubJ/7e7tgKdqO6VHES0fArXZ6aKbIGw8uhtxqIWotdVD1hTbKLRah2n4r224 5L42kAc6QHZagArRPki/3IwKv1NwFwfg7KHP0Bv9Dm3j1kCKBeC9DoqNasVr1dhr/2Wi8gP12cIPtIZ5225 pM3fLUGTLenQEty1WYIGa4LvI/huXVTvWICK7S/j1kdaKNzyInI3v4DMjXORtmY2kl+diUTD55G0Whd5226 3i5oMFuGIYExkLSd6on9QOoXgM963H1LvXSj2kh3TP+zO4r+qaGfb6YJhfUiyHYvpOti1FstGgHLvtZF227 zVc6uD0GL92mhaIP5iPvHU1kvzkPkvVzkLZqFq4ZPY/fDNTx8+LpiDfWQvHxI+j4xKgH9kZA4qejJtJ2228 AL5r0Wg2t3LLR58eJAOzSCqsZMOs5akb5jyp2K49Eo18H0F366B6lw7ufLkAVRaU9k9fxh9wbjbnrXnI229 eH0OUtdoIGX1LJxlVBdSBriB2JenIkJjKiSHDzfEGCndwLEVQMLHVMzspc3tM/z000847OBQRXC+W47U230 j5O/N1K3STKZ2pPyDw1U79RBDYfv0EHl59qoMH8JJZT24vdfRP67mpBunoesN+YhfR1Fv1oDqas0cH6y231 MuKXqCFi5mQIlZWGnRkrMlFRuUTzzvuGyaQEHNEHYs1wt7keOfnFWLlyJS/fviHN5wb4/JyzYoqyuUhb232 NTJG77l7ySYzkf7abEg3aaLwvRdRSGkvfH8+Cih6nvo0ijxx+QzEaFO0swjK2LA/Y3Iqha5qMXae2gsg233 2ZI2UY1umm3M4iL8PSDJKYSrmxv09PTC6N0O0tw/NgkVuuEVzKt0wNtpMlXJw1xtUrit2qTrrurKt3yn234 q9SLJ6u0eSqzdjfGGhwYq9jPWMaHjMW9ytglKoPPjUFFdOXV0DqSLolvxVMNTE1fPyoQtRgbm0To6upe235 UlJS4rXCprH3f3gYyYQqaR5pGel1Eq9yicUEJCeS65j4Pflg344B+XnAlMRPRvz//HDynzUh/05e2V4S236 j5z3P0//U8+S3Ah/wVcunhX+Q37wXDgG4BB+r0N6aQzIBxM3z6FPW3L5Mz71eFs87bxUG4H/C0EEB9LZ237 XPF9AAAAAElFTkSuQmCC195 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAACaJJREFUWEellwlU 196 lOUax19AwwVScYmkEFxCQQS83YtLat5KT1GWp4yyyDQ0DVEyFB3QGVlkhxEQEVAUMSggjChElGVYh11g 197 QIFhWGSVEBARAfnf5wXq3nOunnuhOed/vm++b+b9/Z/n3Z5XiT3jE7Wfvdk9yPYoqzBjVRU2RUWVdQ49 198 YRVTprBpqsps3rAyaxpSYlc/dmTx1EQf6cmz2hr384QjTCy0YsPRRxkSTjJcc2G47sqQdIrhpgdDhpgh 199 8zSDUMiGb3qyywTQJk0eN+hpf4g7zCzDrBiuHmeIETD8YMcQa09GHBluuP8bLg1kKDjHkE1GHCyYC7W1 200 gDTpL5nANqYSvJfVf2/LcMaSIdx6CjI89ZHlpY8bp7QQJ1AdMSUZy0C2P0NOAMMVEatXUWHvE3zmXzJw 201 2ZqtCtnL4L+Toch/LVDoDOSJACkpVwjkO6LkrAmunhjtAt4VWX6jXWG0iDkSfDFJecImIg+w/We+onSf 202 0AaKCJ59AsghcXguXbMd6CpC1BEaC54M6T6j4mNj21oWQuC1pKkTNhBuxVx9LBj6r39DkZ+kiMlEkRtQ 203 7E7ZOEVwepbniDw/Q8QLGVLIRJo3w29ODBZvsggCv0eaMWEDl/YzcfjXjICuBHKiqwdQJgbK/YFb3qMm 204 pE5oiv4Ql78dHaR8lvwiYjBfNzIbPiZpTNhAkCVzzxZoUNQE4gY4tCIQuBMyaqKQjBW4ALIwVPxqh5pU 205 V5ReE6Do6h4c3LkxksCf/CUDhzY8t7RcqD+EfIJzlXgSOACoJBOlvgQOxYAiBeWZ8Yi+dA5iz1PwchYi 206 yFcEL1eXwhkzZuwhAy+QlCaUhQUL2JQ+X/0u5BynwUcDj6ecmyj2Aqoi8aA+F5GXLuBCdAySym8js70H 207 YQrF4KXs4kdu58532tkcbDJ7++0vxsbBhGaDct8FkzKkHKARbz9qQkoDrywQDwkeGhoMqaIBbYN9aO3v 208 Q3VXF641tvedkdyu9pDUVrslltw9Ljjas9rUdCeZmD2RKanUdt4kGHHmQPphQGIHZNljqDYJURS5RK5A 209 ++Aj9A09RsejXtTc70SGQvEgSCKr9kkuqXZKrZI7JxW37N9tIVdVVX2DDKiPuyuyxAbvhgnXDCPVBrhJ 210 mSjwRXXuzwiKjEZd/0N0D/RjYHAAD8iI0Mt7WFLfcj8gvbTKJ1lW7ZJUUeOS3lAnDAzsNVy+3JPgehNZ 211 nqe3BBplIHorkEzrQdlF/BoVgh/zZajp6YO85wHu9fWirqsbOU33+q5IK6u5Aa+UipqTieVyt5vyBs8b 212 5e1mm99KJPjbpOfHmwVlwVatVb3ipW2I3kIzIAqhp92RUNuFgrZOyO51oaT9dwid3YZjbzV2R5Y0d/hS 213 +k8lyWrsfyuXe6XVNDonNbRY7rIoIfBukua4DDxy1dORf6MbV75Pd2jAexkNRHcEeTkh+k4bbipakVLb 214 jIzaFiRXNuKXskaEFSkGLxTU95xMLJPb/VJe6yepbhamNbbu+ty8mMDfkfhW/f99+txWvNZ+SLfjvsgA 215 3UI9FNhuQnFJMS6f80NoViUiKzoQJbuHHwvqEFNSjx+K63GF7kMyayFMq+0XpjV0XZA2tnpJ5B3r15he 216 G5cBHjmH9/saYdDfGA+cl6HQZh1i0/IRF58A7/A4BJc+QFhOHS7lKxCeV4ew3DoEZykQIKmF63U5fVcM 217 CrPre7wuX3moqakZOq4uGDimd7XLeTkQ/DcMnTFBv7chGiznI/XQFpQmRMHT8TgCU+4gMKcJZzMVCCQF 218 SBTwSiN4ci0uSZsQmteG4PimAXN9/aFp06YFGBoaWpKJOf9zZXzssMggdcPiJ4/Fxnh82gj9vsZ46LEC 219 3U76aD6gg0a7NSiL8ISr6Dj8UqvhndUGsaQRfmn1OJfViIiiVnimtyJE2gbrPV8hNCSYagRhn0fQ+Scr 220 tWZvHFsZn708d1vpOjZ/9wp63Q3x0M0Qva7L0eVkgE7hMrQL9NBy+BW0+pqjhEw4Hz2IgIhYBGUo4JPZ 221 Bp+MdlyUtiM8NhHbt5rBTyxGx++duF3fjh9tzJBrwqTLJrH1ZGLaMzPRumuBpO2oHu47GuD+SX10ivTR 222 weHHlqLZ9hU0HFiM2r0LUSd4A/XfuyHG/Sg8j1jDy94WHoJDEO3bifNHrJDrLYKb6ARK7zTg14hj6P/5 223 PcBzDWo3qhX8XZ2tfqqJbYyp3Nk+9/d2wVK0HdOjiJeOgFvt9NBMkTceXAyF1ULUWOqg8gttlFssQpX9 224 Vih8baAIdID8tAAy0T5Iv9wMmd8puIsDcPbQZ+iNfoe2cWsgxQLwXof6jWrFa9XYa/9louID9dnCD7SG 225 eaTN3y1Bky3p0BLctVmCBmuC7yP4bl1U7VgA2faXcesjLRRueRG5m19A5sa5SFszG8mvzkSi4fNIWq2L 226 PG8XNJgtw5DAGEjaTvXEfiD1C8BnPe6+pV66UW2kO6b/2R1F/9TQzzfTRL31Ish3L6TrYtRZLRoBy7/W 227 RfVXOrg9Bi/dpoWiD+Yj7x1NZL85D5L1c5C2ahauGT2P3wzU8fPi6Yg31kLx8SPo+MSoB/ZGQOKnoybS 228 dgC+a9FoNrdiy0efHiQDs0gqrGTDrOWpG+Y8kW3XHolGsY+gu3VQtUsHd75cgEoLSvunL+MPODeb89Y8 229 ZLw+B6lrNJCyehbOMqoLKQPcQOzLUxGhMRWSw4cbYoyUbuDYCiDhYypm9tLm9hl++uknHHZwqCQ43y1H 230 6sfJ3xup2ySZTO1J+YcGqnbqoJrDd+ig4nNtyMxfQgmlvfj9F5H/riakm+ch6415SF9H0a/WQOoqDZyf 231 rIz4JWqImDkZQmWlYWfGikxUVC7SvPO+YTIpAUf0gVgz3G2uQ05+MVauXMnLt29I87kBPj/nrJiibC7S 232 Vo2M0XvuXrLJTKS/NhvSTZoofO9FFFLaC9+fjwKKnqc+jSJPXD4DMdoU7SyCMjbsz5iCSqGrWoydp/YC 233 SLakTVSjm2Ybs7gIfw9Icgrh6uYGPT29cHq3gzT3j01ChW54BfMqHfB2mkxV8jBXm3TZVm3SdVd15Vu+ 234 01XqxJNV2jyVWbsbYw0OjMn2M5bxIWNxrzJ2kcrgc2NQEV15NbSOpEviW/FUA1PT148KRC3GxiYRurq6 235 F5WUlHitsGns/R8eRjKhSppHWkZ6ncSrXGIxAcmJ5Domfk8+2LdjQH4eMCXxkxH/Pz+c/GdNyL+TV7aX 236 xCPn/c/T/9SzJDfCX/CVi2eF/5AfPBeOATiE3+uQXhoD8sHEzXPo05Zc/oxPPd4WTzsv1Ubg/wKNpQe+ 237 z+fKdwAAAABJRU5ErkJggg== 238 238 </value> 239 239 </data> … … 268 268 <value> 269 269 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 270 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABX pJREFUSEuVlQ1Q271 VFU Ux10VG0JbMg0ZSGAmncpycPJjLGOU2IJEjWBk/AhJRQ3NrDDAdXnADguIOuhK4MrKsCwCCjHyJWqk272 YoIkigSCfAmisIAki8s3y/47l1lKZUG7M795++579/9/9+w55/ImjDO2bTtuxOcbHZk508itpeVJm0r1273 IHdwsDszN VX6Jy3rJ6BnPJmxn4WE5EgaGlrBhk4HVFQ0guOkOh+fo3UbNvgfcXHZYU+rXyUmErz/5RIR274 oTCRyS51Dqs/N5hZZeUDMgvX7dwprndz8z62apWngAxMiEkvZRQcnOt840aNIf1Rc6GhUXB13a5zdfVq275 dHT8WmJiYmJGJkbjGgUEpIao1V0vNIiJiceuXZEoLARSUh5CKEzG/Pl2cSRuM66Jr29y2n/qFBMDY2Cg276 H+vWieDvn4iFCz9FUdEgqqoAR0ePFhJfR8wYcxcSSfpNpjkwMASt1rBBevo5bNlyEBEReRCJZGhuBh49277 AhYtWlZJwiLCaiwDXlRUTsvQENDbO4iODjVOJSohDgxEcHAg5DIZmpoeIjU1t3/WrNlJS5cur9+48Ttc278 vKjGypUHh/j81xUkvJewNGhw/vx5E477TdvXN4TmphacTEhEQWMLyrRA/hPgzJ1WHJMrkKRM7iKBeMpS279 H3Nzs8NWVjYp06aZymjuAOFI8A0axMdfeFcqTdS1t3ciVqFEO4Wql2jqH0Lx437kPOjFqfugNOV0FhYW280 UhKxI94nPifciE+IN8dM2ejoNEFp6T2cPZuBa80dUJO4lpK/pkeLwvZeZN7vgbJSA+XdLnh5brpFQk7E281 dGKa/srqgRXfM4NV4nA1isUxm+7dU1G8xbiuAWq7tajQDOA6ieepepBWq8HJMjXiq3Tw8fHR0JIf9fEe282 Xc2HDpVPj4urSVAqy26KROkSBwfPOTt2CPfV1z8CFxSE7Bbg96YeXFb1IrexG2frNEis6ETUbTWU1UPY283 t1/E/ocw4m2D8Q4JyUzWaFiEgbY2WhiV1uXquqe2vLwZ0sijUFAYTtd143RNJ1IIRbka0bc7ILulRkK1284 D lu3br5DwuF6g9E7iIzMUKtUHVCp1OjrozShodGQ4Olc5GTn4agyDbJKLU6UduI4CR+5+RjRJWrEVQ6A285 y8jT2traZlrZ2Ij1BqPiPiEgIL66oKCaqrAWZWWNaGhog1rdPWyk1Q5CFhMNaVIGjt3uhvQvui8bhJwM286 4zKvIFwciIuX/wDn6/vE/g3jVfq0fHYX3t6hnhx3ZiAtrYgKpRz5+ZUoLq7D3btNoDNg2Cj/yhUEcyL4287 CffDfz+HA5LQ4RTlxBJdfuFltMpWAGtnwNnMsAl/yRLnbzZvFl1lixITryE7uxR5eeW0qzoyq4a39z66288 L8alS0UUul9RU6NBRmaWhmXQ/YMfA3W7gay1wAZzuFvwv3p+J6x/s6ZkN3eubYCLy/Zrfn6cTi7PR1ZW289 OcLC5Fiz5ls4OW3E3r1RsLd3RmzsLaxYIbhqzOMp4GQCKJyAqu+Bc+7Aej6c5s/x0NfDv/8J+8GKw5pw290 sLZ+J0AgcC/Ys4fTCYW/UDsOp4aWAxcXL3h5BSEoKAlmZmYJ9K7Q3GjienwxFYj9jE6hrWiVe8HXN6iD291 nrHTjhXeM4PtZirBermDpaU1t2yZ/Q17e0edv/8JhIZm4PDhC7QLgYrH452gd75kBWb1yqTlEExBc8hq292 lFQ3Yb2HRxXN/0zMNlgbNPm0kcDScnbYvHkflCxevLpvwYIPq42NjdmBIiTeI6awj5o1eYKdt5/f3+7u293 7iWmpqZymvuBmY9lMDI/YsSqdCXhQ0iInwjW0F4jRloMC/ESvfBuun6kj8aLPIafTyZY632LYGbsykL5294 dGExI2P9V1uMPP8Htsm7U0Id4KoAAAAASUVORK5CYII=270 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABXtJREFUSEuVlQtQ 271 VFUYx10VG0JbMg0ZSGAmncpycPIxljFKbEKhRjAyPkJSUUMzqzXAdbnADg/FB4oErqwMyyKgECMvUSMV 272 EyRRJBDkJYjCApIsLm929993mKVUFrQz85u799x7/v97vv2+7/DGjTG2bDluxOcbHZk+3citpeVJm1L5 273 IHdwsDszNTXyT1rWT0DPWDKjPwsOzglpaGgFGzodUFHRCI47rBMKj9atW+d3xMVlmz2tfpUYT/D+l0t4 274 uNxEKr3UOaT+3GBmlZUPyCxYt327pN7NzfvYihWeAjIwISa8lFFQUK7zjRs1hvRHzIWGRsHVdavO1dWr 275 0dHx6xATExMzMjEa08jfPzVYpep6oUFMTDx27IhAYSGQkvIQIlEy5s61iyNxmzFNfHyS0/5Tp5gYGAMD 276 /VizRgw/v0TMn/8piooGUVUFODp6tJD4GmLaqLsICUm/yTQHBrTQaAwbpKefw6ZNBxAengexWIrmZuDR 277 I2DBgiWVJCwmrEYz4EVF5bRotUBv7yA6OlQ4laiAJCAAQUEBkEmlaGp6iNTU3P4ZM2YmLV68tH79+u9w 278 8aIKy5cf0PL5r8tJeDdhadDg/PnzJhz3m6avT4vmphacTEhEQWMLyjRA/hPgzJ1WHJPJkaRI7iKBeMpS 279 obm52SErK5uUKVNMpTS3n3Ak+AYN4uMvvHv4cLyuvb0TsXIF2ilUvURTvxbFj/uR86AXp+6D0pTTWVhY 280 RJKIHfE+sZxwIz4h3hw1ZaOj0wSlpfdw9mwGrjV3QEXiGkr+mh4NCtt7kXm/B4pKNRR3u+DlueEWCTkR 281 U4kp+iurB1Z8zwxWiUPVKJHEbLh3T0nxluC6Gqjt1qBCPYDrJJ6n7EFarRony1SIr9JBKBSqacmP+niP 282 rOaDB8unxsXVJCgUZTfF4vQQBwfPWdu2ifbU1z8CFxiI7Bbg96YeXFb2IrexG2fr1Eis6ETUbRUU1Vrs 283 2Stm/0MY8bbBeAcHZyar1SzCQFsbLYxK63J13VVbXt6MyIijkFMYTtd143RNJ1IIebkK0bc7IL2lQkK1 284 Dps3b7xDwvv0BiN3EBGRoVIqO6BUqtDXR2lCQ60mwdO5yMnOw1FFGqSVGpwo7cRxEj5y8zGiS1SIqxwA 285 l5GnsbW1zbSysZHoDUbEfZy/f3x1QUE1VWEtysoa0dDQBpWqe8hIoxmENCYakUkZOHa7G5F/0X3ZIGRk 286 GJd5BfskAbh4+Q9wPj5P7N8wXqFPy2d34e0d6slxZwbS0oqoUMqRn1+J4uI63L3bBDoDhozyr1xBECeG 287 r2gv/PZy2B8SOpSiHBekyy+8jFbpMmD1NDibGTbhL1rk/M3GjeKrbFFi4jVkZ5ciL6+cdlVHZtXw9t5D 288 98W4dKmIQvcramrUyMjMUrMMun/gY6BuJ5C1GlhnDncL/lfP74T1b9aU7GbPtvV3cdl6zdeX08lk+cjK 289 KkdYmAyrVn0LJ6f12L07Cvb2zoiNvYVlywRXjXk8OZxMALkTUPU9cM4dWMuH09xZHvp6+Pc/YT9YcVgT 290 DtbW7/gLBO4Fu3ZxOpHoF2rH+6ih5cDFxQteXoEIDEyCmZlZAr0rMjcavxafTwZiP6NTaDNaZV7w8Qns 291 oGfstGOF98xgu5lMsF7uYGlpzS1ZYn/D3t5R5+d3AqGhGTh06ALtQqDk8Xgn6J0vWYFZvTJhKQST0By8 292 EiXVTVjr4VFF8z8TMw3WBk0+bSSwtJwZNmfOByULF67smzfvw2pjY2N2oIiI94hJ7KNmTBxn5+3r+7e7 293 u3uJqampjOZ+YOajGQzPDxuxKv2CEBIhxE8Ea2ivEcMthoV4kV54J10/0kfjRR5DzycSrPW+RTAzdmWh 294 fLqwmJGx/qsthp//A+oKuy+TxSe5AAAAAElFTkSuQmCC 295 295 </value> 296 296 </data> … … 299 299 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 300 300 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABiVJREFUSEuVlgtM 301 k1cUx7+K ODUmOkemRpMZncMpbiwGnLK5JW5EnS98bDIm6nipIypMKKIOEAFBBFqh4zEeooIKKG8oz/IS302 RKfCEMNDQR iPArUV2lJR+O/cb2RRQZPd5Jf79Wv6/597zr3nVsC9NnJzcxcPDAxY6enpLZo4ceLCSZMm303 zdfpdJqhoaEejUYjVyqVcoVC0TM4OCjXarVyAN1qtbrr5s2brc3NzUMkh9c1X/lcVFR0qLGxETExMcjI304 yEB1dTVaW1uhUqkwqNVieHiYNAEyQH9/P6qqquDh4TFiaWl5gITeI/TeapCTk3MoMzMT7u7ucHFxgb29305 PXbt2gUrKyvs27ePfycWi9HQ0AChUMjE4e3tDSMjozMkvIqY+laDrKwsx4qKCtjZ2cHBwQE2NjbYvXs3306 KEJs3boV5ubmcHJyQllZGY4ePYpTp07xzJkzR0LC3xLT3mhA0Uyg6M81NTZALBLh2LFjfNRbtmyBmZkZ307 TE1NsXTpUl6YpY9F7+fnB19fX8ycOTOMhL8ipoxrUFdXN626ujL3cVs7Kpuf4IVGCV3/E/R1d+Bxy0PU308 1dYgLfU6wsLCkJaWhtjYWHh5ecHf3x8+Pj6YOnUqM2Apemc8A0FNTU3Gc50GwgINvgxrw/G4O3DK0yA8309 sx41bSpk1MihfqpAe3sbmpqakJKSwkceGBjIF1lfXz+UhJcT+mMMKPrtir4+fnc4JnXA3KMQXnlyGPo9310 wvLDWTgo1cLQ8wHySu7S7tFAVlyMk54nEHzGFxLxWWYwJBAIxCS8jJg4xuDWrVsFTFw1OMKbsPFU+wKp311 lS14PjKMlWebsdwpExjRoZHqE+Dvh9u1TTA6/id+OCPDTrcI3fw9kZnfhDblm4Y0SOZ972NEJpMJARcR312 EaFPK9AWPBrGTylPcCDuPnKaXqDqkfo/s5cfgoODcTXxIg4G5IH7MRuzjjbDJKgduxOV8C7WIbwaWCEs313 uEvin/AFp1zOe9T4AGFVA1gtacVi9zoczldjrvA2fr+hhM11JfIo/2y0tLQgICAAUZHhCI7IBPdpILjV314 58FtTsMEh0oYCB9glagDS2xytSTuSMzl4uPjP6y/X4eunh6ckMgQl1uLNWQ0ZcMlOBcMYm1sJyy883iD315 7OxsSCQShISEIPHSeYjOBkAU4IXVG9wU3Ec+msnrY6C/IwXcAscSEj9JLOBCQ0M/uHe7GqreDqhVPRhQ316 9qC NIm1pqEdISTfe3ZqInMIq3iAqKgrR0dGwtbUFO+1isQhHjjjj572WpZxgShw3xSyGm/Z1PCfgd5QN317 MZu7mJiYECmth7F9NJxP/YHykjyoFF1Q9HZB2dOJ/ifd6OvtBjU4hIeH48KFC3yLYEZBQUHYv38/Nm3a318 KCUxT2I9sXF0/og/E5FJ0vuhdwC3TCU+F94EtygQ7392EEeOn0FFWRF65Z3o7PgbDx8+RFxcHBISEviZ319 9R+G p6cn1q1blzaa8/k0Tx9lEr+Lws5fLfe/AfiU6nC64hnEt4ZgL7kHw83nwM3eBsPlm/Cbnwj1f9Xy320 4leuXEFycjJvwk7ztWvXWBtJIjFbYhYv+vIQhcdmnCwDThSoIZT243C2Co5ZT+FRNojTsl64x1fC1LsU321 VbQadnqZYGpqKg+rA5uNjY0vkuYuwmDMIQsKCjnvUaiGa8EzOOX045d0Beyu98I6WY7tl+VwSe/CrD3J322 uC GTIj09nW9yTDg/P59vERYWFjK6lFgnZbln6Xl12FpbLz3ifCjGOzLpqVNKK2zSB2Cd0gfLq93YltAJ323 65hGzLC4iPKibNBdAalUimJqFaw9UORXSC2S2Eewoo7tQ3ylOW7J9OnT9278bm2Uq6+ozSHuNrZcVmBD324 Qg/W+NdC8EUEiqTpkMlkKCwshJubW4eBgUE8/S6E2EksJP5tDeMM9pKZsAIZU1e0NFu5IsjR9fjdPR4h325 I8tcy+DsGY3y0mI+PTt27KiilDBxT8KcmEOMbXBvMGJbi92rH7OcGi5adHKd+ZqrK1aYJLi6uraZmJgk326 U deMpu8OEybEDGLCeFG/7R1bEYuIFWwBwW4plgZ2Mn8dfWb5ZjfXuCn5P4bsHwK7xNmqWArnjT6PW8zx327 hP8B wIILKOXDPC8AAAAASUVORK5CYII=301 k1cUx7+KMDUmOkemRpMZHcMpbiwGnLK5JW5EnC98bDIm6nipIypMKaIOkJcgAq3Q8RgPUUEFlDeUZxER 302 RKfCEMNDQRyPArUV2lJR+O/cb2RRQZPd5Jf79Wv6/597zr3nVsC9NgoKChYODAzY6unpGU2cOHGBgYHB 303 PJ1OpxkaGurRaDRypVIpVygUPYODg3KtVisH0K1Wq7tu3LjR1tLSMkRyeF3zlc+lpaX7m5qaEB8fj+zs 304 bNTU1KCtrQ0qlQqDWi2Gh4dJEyAD9Pf3o7q6Gl5eXiM2NjZ7Seg9Qu+tBvn5+ftzcnLg6emJQ4cOwcnJ 305 Cdu3b4etrS12797NvxOLxWhsbIRQKGTi8PX1hYmJyUkSXkFMeatBbm6uS2VlJRwdHeHs7Ax7e3vs2LED 306 FCE2bdoES0tLuLq6oqKiAocPH4afnx/P7NmzJST8LTH1jQYUzQSK/nRzUyPEIhGOHDnCR71x40ZYWFjA 307 3Nwcixcv5oVZ+lj0gYGBCAgIwIwZMyJJ+Cti8rgG9fX1U2tqqgoetT9GVcsTvNAooet/gr7uDjxqfYD6 308 ulpkZlxBZGQkMjMzkZCQAB8fHwQFBcHf3x9TpkxhBixF74xnIKitrc1+rtNAWKzBl5HtOJp4G66FGkTl 309 NKC2XYXsWjnUTxV4/Lgdzc3NSE9P5yMPCQnhi6yvrx9BwksJ/TEGFP0WRV8fvztcUjtg6VUCn0I5jAMf 310 YumBXOyTamHsfR+F5Xdo92ggKyvDce9jCDsZAIn4FDMYEggEYhJeQkwcY3Dz5s1iJq4aHOFN2HiqfYGM 311 qlY8HxnG8lMtWOqaA4zo0ET1CQ4KxK26Zpgc/RM/nJRhm0e0bt7OmJxvIpqLzMMbJXO/9zchk0mEgIuO 312 jtanFWiLHw7jp/Qn2Jt4D/nNL1D9UP2f2csPYWFhuJRyDvuCC8H9mIeZh1tgFvoYO1KU8C3TIaoGWCYs 313 vkPin/AFp1zOfdh0H5HVA1gpacNCz3ocKFJjjvAWfr+uhP0VJQop/2y0trYiODgYsTFRCIvOAfdpCLiV 314 Z8BtyMQE5yoYCu9jhagDi+wLtCTuQszhkpKSPmy4V4+unh4ck8iQWFCHVWQ0ee15uBUPYnVCJ6x9C3mD 315 vLw8SCQShIeHI+X8GYhOBUMU7IOVaz0U3Ef+mklr4qG/NR3cfJdyEj9OzOciIiI+uHurBqreDqhVPRhQ 316 9qCdIm1tbEB4eTfe3ZSC/JJq3iA2NhZxcXFwcHAAO+1isQgHD7rh5102VznB5ERuskU8N/XrJE7A7yh7 317 YhZ3LiUlOUbaAFOnOLj5/YFr5YVQKbqg6O2CsqcT/U+60dfbDWpwiIqKwtmzZ/kWwYxCQ0OxZ88erF+/ 318 Tkpi3sQaYt3o/BF/JmJSpfcibgMeOUp8LrwBzigE73+2DwePnkRlRSl65Z3o7PgbDx48QGJiIpKTk/mZ 319 9R+Gt7c3rKysMkdzPo/maaMY8Lso8syla0HXAf+rOpyofAbxzSE4Se7CeMNpcLM2w3jpevwWKELDX3W8 320 +MWLF5GWlsabsNN8+fJl1kZSScyBmMmLvjxEUQnZxyuAY8VqCKX9OJCngkvuU3hVDOKErBeeSVUw972K 321 aloNO71MMCMjg4fVgc2mpqbnSHM7YTjmkIWGhp/xKlHDvfgZXPP78UuWAo5XemGXJseWC3IcyurCzJ1p 322 uC6TIisri29yTLioqIhvEdbW1jK6lFgnZbln6Xl1ONjZLT7otj/eNyb1qWt6G+yzBmCX3gebS93YnNwJ 323 u/gmTLc+h2uleaC7AlKpFGXUKlh7oMgvkloMsZtgRR3bh/hKc9yiadOm7Vr33epY9wBRu3PiLWy8oMDa 324 5B6sCqqD4ItolEqzIJPJUFJSAg8Pjw5DQ8Mk+l04sY1YQPzbGsYZ7CUzYQUypa5oY7F8WaiL+9E7O71C 325 Rpa4V8DNOw7Xrpbx6dm6dWs1pYSJexOWxGxibIN7gxHbWuxe/Zjl1NjI6LiV5apLy5aZJbu7u7ebmZml 326 UteMo+8OEGbEdGLCeFG/7R1bEYuIFWw+wW4plgZ2Mn8dfWb5ZjfXuCn5P4bsHwK7xNmqWArnjj6PW8zx 327 hP8Buu4LJMBOHVcAAAAASUVORK5CYII= 328 328 </value> 329 329 </data> … … 331 331 <value> 332 332 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 333 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABY 5JREFUSEuVVXtQ334 VF UcXsoSR5osMBphpqlGk9BxGi2CadI/GGN4KBqkiIZaTTzUQFFQkYfKI8V4OYI6EMhTEOS1sLYsu0Dg335 hqyECK08BXYX2GVdFgFBkq/fue2UMyrFnfnmnt17z/d9v9859ztGvBdfRnM8wxzPnv8oNzd369mzMQei336 o6NDI0+fPHcqPDz19KmIgqhTUb/EnouVJiQlyRMTE5tptgVh4bwF0tLSqhVDIxhQP4BCNwHV+CxUU8DA337 NND1COigcdiPCbMrV64MIPJ3CC/NSyQhISFSqdVj7E9ATWSqCaDvIRGPAm0PgFYdIGzth8PGjT8TsR3B338 eF4CERERm+tvtUD3+G/ygXGgdwzo1ANyErlLAq30++B+nwYi3k4wnZeAi4uL+bXi0scaElCSAEPT8BOU339 d0wj7fcJnKnX41j1KDbH/frI6nDhtRVBpX5nI07YnI+L+3zPnj1LSWwBYa6NwVtAbZJpZoHbI0CgcArB340 woeIED+Ef6UeP/BHcaB8FPsI35do4Zihwq7kesjqJcjOzp4ICQmJMzU1XUYirzy3soaGBvuMjIyOG1Vi341 VN6oQrlEivO1g9jP1yG5cQrHSOxgBQmUPYA3CXxbrIVtcj+u1HVjWNmPmpoaHDp0iE/kK57ZZTKZzEUs342 Fk/fvHnzyfj4OLQjGgwqFRhR3keZ7D5cs1U4Vz+JgAodfEu1+O66Bl7XhrGzYBgfxsjRI7+De/fuoays343 HK6urnEk8J6hZTwetWWhQCAYmJmZwdjYGLRaLTQaDfr6+iCXy9HX+QdSquTYfnUIoSI9uR/B3iI1dhUM344 wTN/COuSenG+vAVF2RchEhQjODhYa2xs/O8myMzM/Kq9vR2Tk5PQ6XQYGRnB0NAQBgcH0dbWhubmZnTc345 kcE9rR1Hb+hIQIPd5N6TBN3zVHDKUGBT0l00pn6NmfKtSM8qwOrVqxOpglVcFSkpKanMtV6v58jVajVH346 PjAwgO7ubkilUtz6TQphjRR2F/oQKNBiJznfRuRu2UpspvatOtkCaWUWpsr2okrSgA0bNlQQuTPhdd6l347 S5dusb6ztgwPD3PkCoWCaxEDLT7q6uoga6iFR8pteBersYPcb7uqwpc5Kqy/3I+PIhpRLxFBWF0HsaQG348 Hh 4erUTuTXibl5WVpRodHeXaolKpOPL+/n709vaip6cHjY2NEIlEEIuqUCaoxvvR3fjsogJr4nux9EQH349 PiXySqEIggo+iAsSiQR+fn7DRH6ci5Tk5GQdc89ao1QqOdeMnLWns7MTTU1NqKys5CAUVODKdSFC0mtw350 JrcGZeV8ZKZewLGjQXB0dIS9vT0CAwPh7OwsJfJwwru8oKCg0NjYWOTn56Orq4urgDnv6Ojgtl5LSwtK351 SkpQWlqKCnLJnKZdvojQ40fhunkTbGxssHz5clhbW8PBwYG5h4mJSTqR7yMs4/n7+9vn5OSAz+cjJiYG352 VBFHykTYNmXjoqIiTiApKQnu7u6wtbUFpSqsrKzYgsLLy4tz7uPj07t27dqrRkZGPxH5esJinrm5+WJv353 b+/DdA7cZ0QMYWFhiIqKQm1tLVdFYWEhiwP2EXHEzDUtJI4cOQJfX99pNzc3sYWFBUvZFEIYwZVbYEOk354 s1w3X7Ro0SYnJ6cUElLn5eWBDiBQ+0AZg4CAAK50ImJxgMjISEbcR0L5NC+N5jPH+wkbCR8Q3vznS6YB355 u1gSvkGwXrJkieeWLVvSSUhP2cSqmWWIj49n48eenp4SS0vLdGrDZcNC7qD7xwRLggnhZQPnMzcWtSwJ356 zQhrzMzMviGh/PDwcD2tU5ednV2BwS3LmgOELwxu2fvsCJ0zqp9WYy++ytpGWEfYbXDK9jVz+4nB7WuG357 y l9k+D//Z0LM2VsElo7sHJ632/9UMZTOxP53C54m/QuJVtXMS1SHOQAAAABJRU5ErkJggg==333 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABYxJREFUSEuVVWlM 334 VFcYHVpbMdLUFiyNkDRto5WiMY22FNJUfxBLWBQtVBEtatuURS0oCiqyqCxRKJsR1EBBVkGQbQA7DAxQ 335 yBQZKSJ0HDaBmQFmcRgEBKmcfvd10pqoWF5y8u7Me/ec8333vnONeC++jOZ5hnmePf9RXl7e9vPnYw5F 336 R0eHRp49HXcmPDzt7JmIwqgzUb/GxsWKE5OTpUlJSW0024KweMEC6enptfIRDYZUDyDXTUI5MQflNDA0 337 A/Q8AmQ0DouMm1u9enUAkb9HeGVBIomJiZEKrR7jfwEqIlNOAgMPiXgM6HwAdOgAQccgHDZv/oWI7QjG 338 CxKIiIjY2nSrHbrH/5APTQD940C3HpCSyF0S6KDfhw/6NBPxToLpggRcXFzMr5eUPVaTgIIEGFpHn6BC 339 NoP0PyZxrkmPE7Vj2Br/2yOro0XXVwWV+Z2POGVzIT7+y3379i0nsUWE+TYGbxG1SaKeA25rgEDBNIIF 340 DxFR9xD+VXr8xB/DoYoxHCD8WKqFY6YSe1KaIGkSIScnZzIkJCTe1NR0BYm89tzKmpub7TMzM2U3a+pQ 341 dbMGFSIxLjQM4yBfh5SWaZwgscOVJFD+AN4k8H2JFrYpg7ja2ItRxSDq6+tx5MgRPpGvemaXSSQSl7q6 342 upnGxsYnExMT0GrUGFbIoVHcR7nkPlxzlIhrmkJApQ6+ZVr8cEMNr+uj2F04io9jpOiT3sG9e/dQXl4B 343 V1fXeBL4wNAyHo/asri6unpodnYW4+Pj0Gq1UKvVGBgYgFQqxUD3n0itkWLntRGECvXkXoP9xSrsKRyB 344 Z8EINiT340JFO4pzLkFYXYLg4GCtsbHxf5sgKyvrm66uLkxNTUGn00Gj0WBkZATDw8Po7OxEW1sbZHck 345 cE/vwvGbOhJQYy+59yRB93wlnDLl2JJ8Fy1p32K2Yjsysguxdu3aJKpgDVdFampqGnOt1+s5cpVKxZEP 346 DQ2ht7cXYrEYt34XQ1Avht3FAQRWa7GbnO8gcrccBbZS+9acboe4KhvT5ftRI2rGpk2bKoncmfAm7/Ll 347 y7dY31lbRkdHOXK5XM61iIEWH7Q2kDQ3wCP1NrxLVNhF7ndcU+LrXCU2XhnEJxEtaBIJIahtRJ2oHh4e 348 Hh1E7k14l5edna0cGxvj2qJUKjnywcFB9Pf3o6+vDy0tLRAKhagT1qC8uhYfRvfii0tyrEvox/JTMnxO 349 5FUCIaor+SAuiEQi+Pn5jRL5SS5SUlJSdMw9a41CoeBcM3LWnu7ubrS2tqKqqoqDoLoSV28IEJJRj3N5 350 9Siv4CMr7SJOHA+Co6Mj7O3tERgYCGdnZzGRhxPe5wUFBYXGxsaioKAAPT09XAXMuUwm47Zee3s7SktL 351 UVZWhkpyyZymX7mE0JPH4bp1C2xsbLBy5UpYW1vDwcGBuYeJiUkGkR8grOD5+/vb5+bmgs/nIyYmBlQR 352 R8pE2DZl4+LiYk4gOTkZ7u7usLW1BaUqrKys2ILCy8uLc+7j49O/fv36a0ZGRj8T+UbCUp65uflSb2/v 353 o3QO3GdEDGFhYYiKikJDQwNXRVFREYsD9hFxxMw1LSSOHTsGX1/fGTc3tzoLCwuWsqmEMIIrt8CGSGe5 354 br5kyZItTk5OqSSkys/PBx1AoPaBMgYBAQFc6UTE4gCRkZGMeICECmheOs1njg8SNhM+Irz975dMA3ax 355 JHyLYL1s2TLPbdu2ZZCQnrKJVTPHkJCQwMaPPT09RZaWlhnUhiuGhdxF908JlgQTwqsGzmduLGpZEpoR 356 1pmZmX1HQgXh4eF6WqceOzu7QoNbljWHCF8Z3LL32RE6b1Q/rcZefJ21jbCBsNfglO1r5vYzg9s3DJW/ 357 yPBL/2dCzNk7BJaO7BxesNuXqhhKZ2L/uwVPk/4NAALVuNpQ3fYAAAAASUVORK5CYII= 358 358 </value> 359 359 </data> … … 399 399 <value> 400 400 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 401 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABX9JREFUSEudlQ tQ402 zXkUx0+lxy22VolVyWNt0yBWKLLTSmWpyCOiZUnY2bb1XjvN6G5CEUrhXt1VUSnq9ljcVQ2R96uyaz0W403 YynKrsfsLY0p9373/PyvHSVm7G/mM//7v//f73vO7/zOOT8jetdYWdWfmrTfkbG53wddLHs9f97S3PKw404 oYYaH+RTZVw+aeu0vPzFOzXe+nHt/VWdY249H6psxYR9wEQmtAiYUwKMSr4PClFX0ZAF3rzeijF6PyPr405 H 27plvgUA5SAy7ZWfJoGeGYAXpmA924gMA8I2a+D2VeH/6aBYdNZ3LqdkXcYlNdPl8Uo9RbRl7QUml5O406 3ivUFJhcLos8p/VUNiOAxQP2AsH7gWkFgGloUT3Ze0x8aWT80ankU1BMw1Nn8XsXxrjtzuRyY1pedZsW407 HsolmfUa/pjALGcWkaXtSgpYX+aeXI+ZHKoZLB5+AJhf1ArySTlLzkFTHGYeebaxGrCenPuI14jwiZ29408 NqLvOdDSy/H8z2xmDjOC6cX0kJ6dPMk/odA37REWHQKWlQGxJ3hHW++APBRPN5/SI/4cYOW/8zbP/96w409 t o0JsSUhNpLpw1gYYitiKpCRleNACs67sqociGPxhFNAEov+cKgJSeeBLRcBcllayXPlTO+2O5BEzJjO410 TKf2Hw3v5uQeNc0jtkKXcoHFzwDbWVjBwjuY2NJnoJ5TC3nuUsahI41X3nas/4XGnLxSxpNXRu3WMzqk411 sWg6xz2zBsi6AnyTVQuyHbWbF89l7CWRDf/0px9vKyj6aiKtPL+YIjkbwouHUZCqu2EnktGws45W847W412 BafexGqNFqoqSXjvb8A+Fi/8g7MroQZk4ZTG84MZ6ZDN4+9Wa27qob7agoQTjQgvfAz/XbUYJFfo7eU3413 nhhFnSsjpzH9yCcjNCyjAQoWVF2WPM6/BhTfAEquA5o7wLAouZ5MLBQsK7JIRrTkwkfe8nR9XSNQdkvy414 JoO3LGKazIcXx4c4RvkXyG1aDNn2HUYB+WV2EcceuXlX6MatrUa48ibkhQ+w81QjMi62wNhzYw0LJzGD415 pd1HHRuzQF2Ps3VAwe/sFXuWdglIZfFvf27CyNR7sFxUUksym0284DNmABNOJrJ1ZNkziawH76Aefunk416 EJZHvecVkVlXJX+PYpxehpUiSiPjK7Qo5K3m/CrFVMlZkXBSB5qRc5esnbPIyETEVGSFKyMyTKTyx8wg417 xpPxYyYzYUwI4yaFR4w5v6SoLr7AHvZciO/k0Gxl70V4hm6q0JGdy3aeJfrNJ4yl5NV/iFQ2Nxi14acd418 05V5VT/8c255aTYflorDElPejO2c24kc97hKYDlXKoXkXiEzmeg1HxqEJcfeHB2nt93i43+m8aGuq+SQ419 zCp5PDWzAfEngRUsLtrBWNUTkN+aYiJTsW3h7ZtjwpEN5BYnKl8UadtOarfk9NPNHPPukae1JOuWTZNU420 578 +2IqF3MhmqRlubO5b6kDjNmvI0Uf0JhFbyVu/UnvyU+eQr/o6v3sxom7addDAn2ZTgEpDTl7iIOPJ421 znW+aYSmIawYmM4GxEUTyIxUNsIq4ngTjdtzgMZmK8kv76BsZsUz81DO+94hq3ntl4xjR2EU1SaKQmTA422 5y8nDZkfIi6ToFw9Arnv+2ZJF40XP913Aa7bdHDlC8h2mUJPrlE5vEa0dpFJ7dqzFE2xJXE5iAx41eSs423 yd l3CgVlVrusuQPvbEl8BN9oQ5g+iU2w8D/cTE5B2bwmlREXjPDe5M0D6vgfEWMbLsTR1G/iBvKIPW46424 Kb/efErBE6PRqdeozwwuKJtdPEdcSCLvnZm3dd+32hRGxIUuCmoCI6ozjlnPRDPiUhrOdPs/4q9bFZ6J425 2PZk+hoMCo9FSF8rqI4d/ReHH7Jjtf7ZygAAAABJRU5ErkJggg==401 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABX9JREFUSEudlQlM 402 lFcQxweQY0ELFUQrUDxqCVHRigqKDRVZrAKKB4pSrSJqU0q9a0MiW0QFRQVZlXW3CgoIyl11KxBF8b4A 403 W+tRNVZBwdYjXZAYcPffeX5rI4gm7Ut++fbb773/zJs3M8+E3jVWVPWjJt23ZGopf6+L9YfPn7c0tzxs 404 qKHGB3lUGZ9HujodL3/xTo23flxzf2Xn2FvPh6haMX4fMIEJKwJmlwAjU+6DQguqaPB8X15vw5j8NyPr 405 Hm7ulvQU/VWA29ZWfKIGvNMBnwzAdzcQlAuE7tfD4svDf9GA8GksbtvOyDsMKuqnyWK3GqxiLukobFc5 406 +S4voKCUclnUOZ23qhmBLB64FwjZD0zNB8zDiurJ0WvCSyPjjk4hv/xiGqacye9dGNO2O1MoTGlZ1W1a 407 cCiHZLar+WMis4xZSNb2KyhwXZlnSj1mcKims3jEAWBeUSvIL/UsuQZPdppx5NmGasB2Us4jXiPCJ3b2 408 2oi550RLLifwP7OY2cxw5kOmh/Ts5E0BiYX+6kdYeAhYWgbEneAdbbkD8kp7uumUAQnnAJuAHbd5/nfG 409 tW1MiC0JsRFMb8bKGFsRU4GMbJwHUEjulZXlQDyLJ54Ckln0+0NNSD4PbL4IkNuSSp6rYHq13YEkYsF0 410 Zjq1/2h8tyTP6KlecRX61AssfgbYxsJpLLydiSt9Buo5pZDnLmGcOtJ45W3H+p9rLckndRz5pNduOaOH 411 mkV3cdwzaoDMK8DXmbUg+5G7efEcxlESWf93P/rhdhrFXE2iFecXURRnQ0TxUArWdDfuRDIaftbZZu7R 412 uhDlTazS6qCpkoT3/grsY/HC3zm7EmtAVi5qnh/CSIdsmXC3WnvTgIKrLUg80YiIwscI2FmLgQqlwVFx 413 44lJ9Lkychndl/zSw8LTG5DGgprLksd514DiG0DJdUB7BxgarTCQmVUay4oskhEtvvCBr0JtqGsEym5J 414 3qTzlkVMU/jw4vkQR6v+BHlMjSX7PkMpMK/MIfLYIw/fCv3YNdWIUN2EovABdpxqRPrFFph6b6hh4WRm 415 kLT76GOj5xfU42wdkP8be8WeqS8BShb/5qcmjFDeg/XCklqS2W3kBZ8y/ZkIMpOtJeueyWQ7aDv1kO8i 416 p/Bc6jW3iCy6qvh7NOPyMqwUWRqVUKFDIW81+xcppirOisSTetD07Ltk65pJJmYipiIr3BmRYSKVP2IG 417 Mt6MnJnEhDOhjIcUHjFm/5yqufgCe9hzIb6DQ7OFvRfhGbKxQk8Obtt4lug3HzPWklf/IlLZ0mjUjp8O 418 TFfmVf3wzznlpVl8WBoOS2x5M7Zxbidx3OMrgWVcqRSac4UsZKLXvG8Ulhx7c3Sc3g6Ljv+h5kNdW8kh 419 mVnyeEpGAxJOAstZXLSDMZonIPnqYiJzsW3h7Ztj/JH15BEvKl8UadtO6rD49NNNHPPuUad1JOuWRRM1 420 57862IoF3MhmFjDc2Dw314HGbtKSs5/oTSK2krfyUkeSF2STf8F1fvdhRN2066BBP86iQI2WXHzEQSaQ 421 g/s880htQ3gxMI0NiIsmiBmhaoRN5PEmGrvnAI3JUpE896BsRsUzyzDO+16hq3jtF4xzR2EU1SaKQmTA 422 Zy8nDZ4XKi6T4BwDgrjv+2dKF40PPz13Au5b9XDnC8h+qdJA7tHZvEa0dpFJ7dqzFE2xJXE5iAx41eRs 423 ydV/MgVnVLutvgPfLEl8ON9og5neSU2wCjjcTC7BWbxGyYgLRnhv9uYBdfyPiLEdF+Io6jthPXnFHTef 424 mFdvOTn/icko5TXqPZ0Lym4nzxEXksh7V+Zt3fetNoURcaGLghrPiOqMZ9YxMYy4lIYx3f6P+OtWhWci 425 tj2ZPkaDwmMR0tcKqmNH/wE4u7JT6gXoFAAAAABJRU5ErkJggg== 426 426 </value> 427 427 </data> 428 428 <metadata name="rEKLAMADataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 429 <value>17 1, 17</value>429 <value>17, 54</value> 430 430 </metadata> 431 431 <metadata name="wyszukajToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 432 <value> 17, 56</value>432 <value>310, 54</value> 433 433 </metadata> 434 434 <data name="szukajToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> … … 459 459 </value> 460 460 </data> 461 <metadata name="Agent.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 462 <value>True</value> 463 </metadata> 464 <metadata name="Agencja.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 465 <value>True</value> 466 </metadata> 461 467 <metadata name="nrZamowienia.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 462 468 <value>True</value> … … 474 480 <value>True</value> 475 481 </metadata> 476 <metadata name=" zestawienieZamowienBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">477 <value> 158, 56</value>482 <metadata name="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWEBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 483 <value>342, 17</value> 478 484 </metadata> 479 485 <metadata name="reklamyZestawienieBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 480 <value> 17, 93</value>486 <value>451, 54</value> 481 487 </metadata> 482 488 <metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 483 <value> 454, 93</value>489 <value>233, 91</value> 484 490 </metadata> 485 491 <data name="zamToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> … … 508 514 </data> 509 515 <metadata name="reklamaTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 510 <value> 869, 17</value>511 </metadata> 512 <metadata name=" zestawienieZamowienTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">513 <value> 389, 56</value>516 <value>153, 54</value> 517 </metadata> 518 <metadata name="VIEW_ZESTAWIENIE_ZAMOWIEN_NOWETableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 519 <value>17, 17</value> 514 520 </metadata> 515 521 <metadata name="reklamyZestawienieTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 516 <value> 238, 93</value>522 <value>17, 91</value> 517 523 </metadata> 518 524 </root>
