- Data:
- 2009-02-18 11:29:37 (17 years ago)
- Lokalizacja:
- trunk
- Pliki:
-
- 8 zmodyfikowane
-
BazaReklam/ClientsForm.Designer.cs (zmodyfikowane) (32 diffs)
-
BazaReklam/ClientsForm.cs (zmodyfikowane) (8 diffs)
-
BazaReklam/ClientsForm.resx (zmodyfikowane) (6 diffs)
-
BazaReklam/REKLAMADataSet.Designer.cs (zmodyfikowane) (3 diffs)
-
BazaReklam/REKLAMADataSet.xsd (zmodyfikowane) (141 diffs)
-
BazaReklam/REKLAMADataSet.xss (zmodyfikowane) (2 diffs)
-
SQL/Views/VIEW_ZESTAWIENIE_FAKTUR_NOWE.txt (zmodyfikowane) (2 diffs)
-
SQL/Views/VIEW_ZESTAWIENIE_FAKTUR_STARE.txt (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/ClientsForm.Designer.cs
r367 r368 94 94 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle(); 95 95 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); 96 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); 97 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); 96 98 this.kLIENCI_OSOBY_DO_KONTAKTUBindingSource = new System.Windows.Forms.BindingSource(this.components); 97 99 this.kLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); 98 100 this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); 99 this.tab Control2= new System.Windows.Forms.TabControl();101 this.tabs = new System.Windows.Forms.TabControl(); 100 102 this.daneKlientaTab = new System.Windows.Forms.TabPage(); 101 103 this.wydrukDanychKlientaButton = new System.Windows.Forms.Button(); … … 224 226 this.pokazFaktureButton = new System.Windows.Forms.Button(); 225 227 this.usunFakture = new System.Windows.Forms.Button(); 228 this.tabKorekty = new System.Windows.Forms.TabPage(); 229 this.splitKorekty = new System.Windows.Forms.SplitContainer(); 230 this.gridKorekty = new System.Windows.Forms.DataGridView(); 231 this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 232 this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 233 this.kodKlientaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 234 this.nUMERDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 235 this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 236 this.NR_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 237 this.data_wystawienia_F = new System.Windows.Forms.DataGridViewTextBoxColumn(); 238 this.NR_FAKTURY_KORYGOWANEJ_1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); 239 this.roznica_netto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 240 this.roznica_vat = new System.Windows.Forms.DataGridViewTextBoxColumn(); 241 this.roznica_brutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 242 this.waluta_roznica_brutto = new System.Windows.Forms.DataGridViewTextBoxColumn(); 243 this.waluta_miano = new System.Windows.Forms.DataGridViewTextBoxColumn(); 244 this.vIEWKOREKTYBindingSource = new System.Windows.Forms.BindingSource(this.components); 245 this.btnKorekta = new System.Windows.Forms.Button(); 226 246 this.klasyfikacjaTabPage = new System.Windows.Forms.TabPage(); 227 247 this.usunKlButton = new System.Windows.Forms.Button(); … … 536 556 this.wyczyscPolaToolStripButton = new System.Windows.Forms.ToolStripButton(); 537 557 this.szukajToolStrip = new System.Windows.Forms.ToolStrip(); 558 this.vIEW_KOREKTYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter(); 538 559 modify_UserLabel = new System.Windows.Forms.Label(); 539 560 last_ModifyLabel = new System.Windows.Forms.Label(); … … 562 583 ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).BeginInit(); 563 584 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit(); 564 this.tab Control2.SuspendLayout();585 this.tabs.SuspendLayout(); 565 586 this.daneKlientaTab.SuspendLayout(); 566 587 this.groupBox2.SuspendLayout(); … … 587 608 ((System.ComponentModel.ISupportInitialize)(this.fakturyDataGridView)).BeginInit(); 588 609 ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturBindingSource)).BeginInit(); 610 this.tabKorekty.SuspendLayout(); 611 this.splitKorekty.Panel1.SuspendLayout(); 612 this.splitKorekty.Panel2.SuspendLayout(); 613 this.splitKorekty.SuspendLayout(); 614 ((System.ComponentModel.ISupportInitialize)(this.gridKorekty)).BeginInit(); 615 ((System.ComponentModel.ISupportInitialize)(this.vIEWKOREKTYBindingSource)).BeginInit(); 589 616 this.klasyfikacjaTabPage.SuspendLayout(); 590 617 ((System.ComponentModel.ISupportInitialize)(this.klasyfikacjaDataGridView)).BeginInit(); … … 887 914 this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; 888 915 // 889 // tabControl2 890 // 891 this.tabControl2.Controls.Add(this.daneKlientaTab); 892 this.tabControl2.Controls.Add(this.zamowieniaTab); 893 this.tabControl2.Controls.Add(this.fakturyTab); 894 this.tabControl2.Controls.Add(this.klasyfikacjaTabPage); 895 this.tabControl2.Controls.Add(this.kontaktyTabPage); 896 this.tabControl2.Controls.Add(this.osobyDoKontaktuTabPage); 897 this.tabControl2.Controls.Add(this.doZalatwienia); 898 this.tabControl2.Controls.Add(this.ofertyTabPage); 899 this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill; 900 this.tabControl2.Location = new System.Drawing.Point(0, 0); 901 this.tabControl2.Name = "tabControl2"; 902 this.tabControl2.SelectedIndex = 0; 903 this.tabControl2.Size = new System.Drawing.Size(963, 377); 904 this.tabControl2.TabIndex = 55; 905 this.tabControl2.Leave += new System.EventHandler(this.tabControl2_Leave); 906 this.tabControl2.SelectedIndexChanged += new System.EventHandler(this.tabControl2_SelectedIndexChanged); 916 // tabs 917 // 918 this.tabs.Controls.Add(this.daneKlientaTab); 919 this.tabs.Controls.Add(this.zamowieniaTab); 920 this.tabs.Controls.Add(this.fakturyTab); 921 this.tabs.Controls.Add(this.tabKorekty); 922 this.tabs.Controls.Add(this.klasyfikacjaTabPage); 923 this.tabs.Controls.Add(this.kontaktyTabPage); 924 this.tabs.Controls.Add(this.osobyDoKontaktuTabPage); 925 this.tabs.Controls.Add(this.doZalatwienia); 926 this.tabs.Controls.Add(this.ofertyTabPage); 927 this.tabs.Dock = System.Windows.Forms.DockStyle.Fill; 928 this.tabs.Location = new System.Drawing.Point(0, 0); 929 this.tabs.Name = "tabs"; 930 this.tabs.SelectedIndex = 0; 931 this.tabs.Size = new System.Drawing.Size(963, 377); 932 this.tabs.TabIndex = 55; 933 this.tabs.Leave += new System.EventHandler(this.tabControl2_Leave); 934 this.tabs.SelectedIndexChanged += new System.EventHandler(this.tabControl2_SelectedIndexChanged); 907 935 // 908 936 // daneKlientaTab … … 2485 2513 this.usunFakture.Click += new System.EventHandler(this.usunFakture_Click); 2486 2514 // 2515 // tabKorekty 2516 // 2517 this.tabKorekty.Controls.Add(this.splitKorekty); 2518 this.tabKorekty.Location = new System.Drawing.Point(4, 22); 2519 this.tabKorekty.Name = "tabKorekty"; 2520 this.tabKorekty.Padding = new System.Windows.Forms.Padding(3); 2521 this.tabKorekty.Size = new System.Drawing.Size(955, 351); 2522 this.tabKorekty.TabIndex = 8; 2523 this.tabKorekty.Text = "Korekty"; 2524 this.tabKorekty.UseVisualStyleBackColor = true; 2525 // 2526 // splitKorekty 2527 // 2528 this.splitKorekty.Dock = System.Windows.Forms.DockStyle.Fill; 2529 this.splitKorekty.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; 2530 this.splitKorekty.IsSplitterFixed = true; 2531 this.splitKorekty.Location = new System.Drawing.Point(3, 3); 2532 this.splitKorekty.Name = "splitKorekty"; 2533 // 2534 // splitKorekty.Panel1 2535 // 2536 this.splitKorekty.Panel1.Controls.Add(this.gridKorekty); 2537 // 2538 // splitKorekty.Panel2 2539 // 2540 this.splitKorekty.Panel2.Controls.Add(this.btnKorekta); 2541 this.splitKorekty.Size = new System.Drawing.Size(949, 345); 2542 this.splitKorekty.SplitterDistance = 773; 2543 this.splitKorekty.TabIndex = 4; 2544 // 2545 // gridKorekty 2546 // 2547 this.gridKorekty.AllowUserToAddRows = false; 2548 this.gridKorekty.AllowUserToDeleteRows = false; 2549 dataGridViewCellStyle14.BackColor = System.Drawing.Color.MintCream; 2550 this.gridKorekty.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle14; 2551 this.gridKorekty.AutoGenerateColumns = false; 2552 this.gridKorekty.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 2553 this.gridKorekty.BackgroundColor = System.Drawing.Color.White; 2554 dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 2555 dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control; 2556 dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 2557 dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText; 2558 dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight; 2559 dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 2560 dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 2561 this.gridKorekty.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15; 2562 this.gridKorekty.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 2563 this.gridKorekty.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 2564 this.dataGridViewTextBoxColumn40, 2565 this.dataGridViewTextBoxColumn39, 2566 this.kodKlientaDataGridViewTextBoxColumn, 2567 this.nUMERDataGridViewTextBoxColumn, 2568 this.DATA_WYSTAWIENIA, 2569 this.NR_FAKTURY, 2570 this.data_wystawienia_F, 2571 this.NR_FAKTURY_KORYGOWANEJ_1, 2572 this.roznica_netto, 2573 this.roznica_vat, 2574 this.roznica_brutto, 2575 this.waluta_roznica_brutto, 2576 this.waluta_miano}); 2577 this.gridKorekty.DataSource = this.vIEWKOREKTYBindingSource; 2578 this.gridKorekty.Dock = System.Windows.Forms.DockStyle.Fill; 2579 this.gridKorekty.GridColor = System.Drawing.Color.LightGray; 2580 this.gridKorekty.Location = new System.Drawing.Point(0, 0); 2581 this.gridKorekty.Name = "gridKorekty"; 2582 this.gridKorekty.ReadOnly = true; 2583 this.gridKorekty.RowHeadersWidth = 10; 2584 this.gridKorekty.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 2585 this.gridKorekty.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; 2586 this.gridKorekty.Size = new System.Drawing.Size(773, 345); 2587 this.gridKorekty.TabIndex = 1; 2588 // 2589 // dataGridViewTextBoxColumn40 2590 // 2591 this.dataGridViewTextBoxColumn40.DataPropertyName = "agencja"; 2592 this.dataGridViewTextBoxColumn40.HeaderText = "Agencja"; 2593 this.dataGridViewTextBoxColumn40.Name = "dataGridViewTextBoxColumn40"; 2594 this.dataGridViewTextBoxColumn40.ReadOnly = true; 2595 // 2596 // dataGridViewTextBoxColumn39 2597 // 2598 this.dataGridViewTextBoxColumn39.DataPropertyName = "agent"; 2599 this.dataGridViewTextBoxColumn39.HeaderText = "Agent"; 2600 this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39"; 2601 this.dataGridViewTextBoxColumn39.ReadOnly = true; 2602 // 2603 // kodKlientaDataGridViewTextBoxColumn 2604 // 2605 this.kodKlientaDataGridViewTextBoxColumn.DataPropertyName = "kodKlienta"; 2606 this.kodKlientaDataGridViewTextBoxColumn.HeaderText = "Kod klienta"; 2607 this.kodKlientaDataGridViewTextBoxColumn.Name = "kodKlientaDataGridViewTextBoxColumn"; 2608 this.kodKlientaDataGridViewTextBoxColumn.ReadOnly = true; 2609 // 2610 // nUMERDataGridViewTextBoxColumn 2611 // 2612 this.nUMERDataGridViewTextBoxColumn.DataPropertyName = "NR_FAKTURY_KOREKTY"; 2613 this.nUMERDataGridViewTextBoxColumn.HeaderText = "Nr korekty FV"; 2614 this.nUMERDataGridViewTextBoxColumn.Name = "nUMERDataGridViewTextBoxColumn"; 2615 this.nUMERDataGridViewTextBoxColumn.ReadOnly = true; 2616 // 2617 // DATA_WYSTAWIENIA 2618 // 2619 this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA"; 2620 this.DATA_WYSTAWIENIA.HeaderText = "Data wyst. korekty"; 2621 this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA"; 2622 this.DATA_WYSTAWIENIA.ReadOnly = true; 2623 // 2624 // NR_FAKTURY 2625 // 2626 this.NR_FAKTURY.DataPropertyName = "NR_FAKTURY"; 2627 this.NR_FAKTURY.HeaderText = "Poprzednia korekta lub FV"; 2628 this.NR_FAKTURY.Name = "NR_FAKTURY"; 2629 this.NR_FAKTURY.ReadOnly = true; 2630 // 2631 // data_wystawienia_F 2632 // 2633 this.data_wystawienia_F.DataPropertyName = "data_wystawienia_F"; 2634 this.data_wystawienia_F.HeaderText = "Data wyst. pop. korekty/FV"; 2635 this.data_wystawienia_F.Name = "data_wystawienia_F"; 2636 this.data_wystawienia_F.ReadOnly = true; 2637 // 2638 // NR_FAKTURY_KORYGOWANEJ_1 2639 // 2640 this.NR_FAKTURY_KORYGOWANEJ_1.DataPropertyName = "NR_FAKTURY_KORYGOWANEJ_1"; 2641 this.NR_FAKTURY_KORYGOWANEJ_1.HeaderText = "Faktura VAT"; 2642 this.NR_FAKTURY_KORYGOWANEJ_1.Name = "NR_FAKTURY_KORYGOWANEJ_1"; 2643 this.NR_FAKTURY_KORYGOWANEJ_1.ReadOnly = true; 2644 // 2645 // roznica_netto 2646 // 2647 this.roznica_netto.DataPropertyName = "roznica_netto"; 2648 this.roznica_netto.HeaderText = "Ró¿nica netto"; 2649 this.roznica_netto.Name = "roznica_netto"; 2650 this.roznica_netto.ReadOnly = true; 2651 // 2652 // roznica_vat 2653 // 2654 this.roznica_vat.DataPropertyName = "roznica_vat"; 2655 this.roznica_vat.HeaderText = "Ró¿nica VAT"; 2656 this.roznica_vat.Name = "roznica_vat"; 2657 this.roznica_vat.ReadOnly = true; 2658 // 2659 // roznica_brutto 2660 // 2661 this.roznica_brutto.DataPropertyName = "roznica_brutto"; 2662 this.roznica_brutto.HeaderText = "Ró¿nica brutto"; 2663 this.roznica_brutto.Name = "roznica_brutto"; 2664 this.roznica_brutto.ReadOnly = true; 2665 // 2666 // waluta_roznica_brutto 2667 // 2668 this.waluta_roznica_brutto.DataPropertyName = "waluta_roznica_brutto"; 2669 this.waluta_roznica_brutto.HeaderText = "Ró¿nica w walucie"; 2670 this.waluta_roznica_brutto.Name = "waluta_roznica_brutto"; 2671 this.waluta_roznica_brutto.ReadOnly = true; 2672 // 2673 // waluta_miano 2674 // 2675 this.waluta_miano.DataPropertyName = "waluta_miano"; 2676 this.waluta_miano.HeaderText = "Waluta"; 2677 this.waluta_miano.Name = "waluta_miano"; 2678 this.waluta_miano.ReadOnly = true; 2679 // 2680 // vIEWKOREKTYBindingSource 2681 // 2682 this.vIEWKOREKTYBindingSource.DataMember = "VIEW_KOREKTY"; 2683 this.vIEWKOREKTYBindingSource.DataSource = this.rEKLAMADataSet; 2684 // 2685 // btnKorekta 2686 // 2687 this.btnKorekta.Image = ((System.Drawing.Image)(resources.GetObject("btnKorekta.Image"))); 2688 this.btnKorekta.Location = new System.Drawing.Point(19, 12); 2689 this.btnKorekta.Name = "btnKorekta"; 2690 this.btnKorekta.Size = new System.Drawing.Size(128, 36); 2691 this.btnKorekta.TabIndex = 1; 2692 this.btnKorekta.Text = "Poka¿ korektê"; 2693 this.btnKorekta.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 2694 this.btnKorekta.UseVisualStyleBackColor = true; 2695 this.btnKorekta.Click += new System.EventHandler(this.btnKorekta_Click); 2696 // 2487 2697 // klasyfikacjaTabPage 2488 2698 // … … 2693 2903 this.kontaktyDataGridView.AllowUserToAddRows = false; 2694 2904 this.kontaktyDataGridView.AllowUserToDeleteRows = false; 2695 dataGridViewCellStyle1 4.BackColor = System.Drawing.Color.MintCream;2696 this.kontaktyDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 4;2905 dataGridViewCellStyle16.BackColor = System.Drawing.Color.MintCream; 2906 this.kontaktyDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16; 2697 2907 this.kontaktyDataGridView.AutoGenerateColumns = false; 2698 2908 this.kontaktyDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 2699 2909 this.kontaktyDataGridView.BackgroundColor = System.Drawing.Color.White; 2700 dataGridViewCellStyle1 5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;2701 dataGridViewCellStyle1 5.BackColor = System.Drawing.SystemColors.Control;2702 dataGridViewCellStyle1 5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));2703 dataGridViewCellStyle1 5.ForeColor = System.Drawing.SystemColors.WindowText;2704 dataGridViewCellStyle1 5.SelectionBackColor = System.Drawing.SystemColors.Highlight;2705 dataGridViewCellStyle1 5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;2706 dataGridViewCellStyle1 5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;2707 this.kontaktyDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1 5;2910 dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 2911 dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control; 2912 dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 2913 dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText; 2914 dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight; 2915 dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 2916 dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 2917 this.kontaktyDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17; 2708 2918 this.kontaktyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 2709 2919 this.kontaktyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 2738 2948 // 2739 2949 this.dataDataGridViewTextBoxColumn.DataPropertyName = "data"; 2740 dataGridViewCellStyle1 6.Format = "g";2741 dataGridViewCellStyle1 6.NullValue = null;2742 this.dataDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1 6;2950 dataGridViewCellStyle18.Format = "g"; 2951 dataGridViewCellStyle18.NullValue = null; 2952 this.dataDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle18; 2743 2953 this.dataDataGridViewTextBoxColumn.HeaderText = "Data"; 2744 2954 this.dataDataGridViewTextBoxColumn.Name = "dataDataGridViewTextBoxColumn"; … … 2967 3177 this.osobyDoKontaktuDataGridView.AllowUserToAddRows = false; 2968 3178 this.osobyDoKontaktuDataGridView.AllowUserToDeleteRows = false; 2969 dataGridViewCellStyle1 7.BackColor = System.Drawing.Color.MintCream;2970 this.osobyDoKontaktuDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 7;3179 dataGridViewCellStyle19.BackColor = System.Drawing.Color.MintCream; 3180 this.osobyDoKontaktuDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle19; 2971 3181 this.osobyDoKontaktuDataGridView.AutoGenerateColumns = false; 2972 3182 this.osobyDoKontaktuDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 2973 3183 this.osobyDoKontaktuDataGridView.BackgroundColor = System.Drawing.Color.White; 2974 dataGridViewCellStyle 18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;2975 dataGridViewCellStyle 18.BackColor = System.Drawing.SystemColors.Control;2976 dataGridViewCellStyle 18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));2977 dataGridViewCellStyle 18.ForeColor = System.Drawing.SystemColors.WindowText;2978 dataGridViewCellStyle 18.SelectionBackColor = System.Drawing.SystemColors.Highlight;2979 dataGridViewCellStyle 18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;2980 dataGridViewCellStyle 18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;2981 this.osobyDoKontaktuDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 18;3184 dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 3185 dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control; 3186 dataGridViewCellStyle20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 3187 dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText; 3188 dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight; 3189 dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 3190 dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 3191 this.osobyDoKontaktuDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle20; 2982 3192 this.osobyDoKontaktuDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 2983 3193 this.osobyDoKontaktuDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 3274 3484 this.shedulerDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 3275 3485 this.shedulerDataGridView.BackgroundColor = System.Drawing.Color.White; 3276 dataGridViewCellStyle 19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;3277 dataGridViewCellStyle 19.BackColor = System.Drawing.SystemColors.Control;3278 dataGridViewCellStyle 19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));3279 dataGridViewCellStyle 19.ForeColor = System.Drawing.SystemColors.WindowText;3280 dataGridViewCellStyle 19.SelectionBackColor = System.Drawing.SystemColors.Highlight;3281 dataGridViewCellStyle 19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;3282 dataGridViewCellStyle 19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;3283 this.shedulerDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 19;3486 dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 3487 dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control; 3488 dataGridViewCellStyle21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 3489 dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText; 3490 dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight; 3491 dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 3492 dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 3493 this.shedulerDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle21; 3284 3494 this.shedulerDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 3285 3495 this.dataGridViewTextBoxColumn31, … … 3306 3516 // 3307 3517 this.dataGridViewTextBoxColumn33.DataPropertyName = "DataPrzypomnienia"; 3308 dataGridViewCellStyle2 0.Format = "g";3309 dataGridViewCellStyle2 0.NullValue = null;3310 this.dataGridViewTextBoxColumn33.DefaultCellStyle = dataGridViewCellStyle2 0;3518 dataGridViewCellStyle22.Format = "g"; 3519 dataGridViewCellStyle22.NullValue = null; 3520 this.dataGridViewTextBoxColumn33.DefaultCellStyle = dataGridViewCellStyle22; 3311 3521 this.dataGridViewTextBoxColumn33.HeaderText = "Za³atw na"; 3312 3522 this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33"; … … 3563 3773 this.oFERTY_MAINDataGridView.AllowUserToAddRows = false; 3564 3774 this.oFERTY_MAINDataGridView.AllowUserToDeleteRows = false; 3565 dataGridViewCellStyle2 1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;3566 this.oFERTY_MAINDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2 1;3775 dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 3776 this.oFERTY_MAINDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle23; 3567 3777 this.oFERTY_MAINDataGridView.AutoGenerateColumns = false; 3568 3778 this.oFERTY_MAINDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 3569 3779 this.oFERTY_MAINDataGridView.BackgroundColor = System.Drawing.Color.White; 3570 dataGridViewCellStyle2 2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;3571 dataGridViewCellStyle2 2.BackColor = System.Drawing.SystemColors.Control;3572 dataGridViewCellStyle2 2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));3573 dataGridViewCellStyle2 2.ForeColor = System.Drawing.SystemColors.WindowText;3574 dataGridViewCellStyle2 2.SelectionBackColor = System.Drawing.SystemColors.Highlight;3575 dataGridViewCellStyle2 2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;3576 dataGridViewCellStyle2 2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;3577 this.oFERTY_MAINDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2 2;3780 dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 3781 dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control; 3782 dataGridViewCellStyle24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 3783 dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText; 3784 dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight; 3785 dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 3786 dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 3787 this.oFERTY_MAINDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle24; 3578 3788 this.oFERTY_MAINDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 3579 3789 this.dataGridViewTextBoxColumn28, … … 3588 3798 this.oFERTY_MAINDataGridView.RowHeadersWidth = 10; 3589 3799 this.oFERTY_MAINDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; 3590 dataGridViewCellStyle2 3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;3591 this.oFERTY_MAINDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2 3;3800 dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 3801 this.oFERTY_MAINDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle25; 3592 3802 this.oFERTY_MAINDataGridView.Size = new System.Drawing.Size(598, 296); 3593 3803 this.oFERTY_MAINDataGridView.TabIndex = 1; … … 3825 4035 // panel1 3826 4036 // 3827 this.panel1.Controls.Add(this.tab Control2);4037 this.panel1.Controls.Add(this.tabs); 3828 4038 this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; 3829 4039 this.panel1.Location = new System.Drawing.Point(0, 255); … … 3871 4081 this.clientsDataGridView.AllowUserToAddRows = false; 3872 4082 this.clientsDataGridView.AllowUserToDeleteRows = false; 3873 dataGridViewCellStyle2 4.BackColor = System.Drawing.Color.MintCream;3874 dataGridViewCellStyle2 4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));3875 this.clientsDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2 4;4083 dataGridViewCellStyle26.BackColor = System.Drawing.Color.MintCream; 4084 dataGridViewCellStyle26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 4085 this.clientsDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26; 3876 4086 this.clientsDataGridView.AutoGenerateColumns = false; 3877 4087 this.clientsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 3878 4088 this.clientsDataGridView.BackgroundColor = System.Drawing.Color.White; 3879 dataGridViewCellStyle2 5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;3880 dataGridViewCellStyle2 5.BackColor = System.Drawing.Color.White;3881 dataGridViewCellStyle2 5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));3882 dataGridViewCellStyle2 5.ForeColor = System.Drawing.SystemColors.WindowText;3883 dataGridViewCellStyle2 5.SelectionBackColor = System.Drawing.SystemColors.Highlight;3884 dataGridViewCellStyle2 5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;3885 dataGridViewCellStyle2 5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;3886 this.clientsDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2 5;4089 dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 4090 dataGridViewCellStyle27.BackColor = System.Drawing.Color.White; 4091 dataGridViewCellStyle27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 4092 dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.WindowText; 4093 dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight; 4094 dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 4095 dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 4096 this.clientsDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27; 3887 4097 this.clientsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 3888 4098 this.clientsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 3968 4178 this.nipKraj.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 3969 4179 this.nipKraj.DataPropertyName = "nipKraj"; 3970 dataGridViewCellStyle2 6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;3971 this.nipKraj.DefaultCellStyle = dataGridViewCellStyle2 6;4180 dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 4181 this.nipKraj.DefaultCellStyle = dataGridViewCellStyle28; 3972 4182 this.nipKraj.HeaderText = "Nip"; 3973 4183 this.nipKraj.Name = "nipKraj"; … … 3984 4194 // 3985 4195 this.data.DataPropertyName = "data"; 3986 dataGridViewCellStyle2 7.Format = "d";3987 this.data.DefaultCellStyle = dataGridViewCellStyle2 7;4196 dataGridViewCellStyle29.Format = "d"; 4197 this.data.DefaultCellStyle = dataGridViewCellStyle29; 3988 4198 this.data.HeaderText = "Data za³."; 3989 4199 this.data.Name = "data"; … … 4845 5055 this.dataGridView1.AllowUserToAddRows = false; 4846 5056 this.dataGridView1.AllowUserToDeleteRows = false; 4847 dataGridViewCellStyle 28.BackColor = System.Drawing.Color.MintCream;4848 this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle 28;5057 dataGridViewCellStyle30.BackColor = System.Drawing.Color.MintCream; 5058 this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle30; 4849 5059 this.dataGridView1.AutoGenerateColumns = false; 4850 5060 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 4851 5061 this.dataGridView1.BackgroundColor = System.Drawing.Color.White; 4852 dataGridViewCellStyle 29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;4853 dataGridViewCellStyle 29.BackColor = System.Drawing.SystemColors.Control;4854 dataGridViewCellStyle 29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));4855 dataGridViewCellStyle 29.ForeColor = System.Drawing.SystemColors.WindowText;4856 dataGridViewCellStyle 29.SelectionBackColor = System.Drawing.SystemColors.Highlight;4857 dataGridViewCellStyle 29.SelectionForeColor = System.Drawing.SystemColors.HighlightText;4858 dataGridViewCellStyle 29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;4859 this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 29;5062 dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 5063 dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Control; 5064 dataGridViewCellStyle31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 5065 dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.WindowText; 5066 dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight; 5067 dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 5068 dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 5069 this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle31; 4860 5070 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 4861 5071 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 4914 5124 // 4915 5125 this.dataGridViewTextBoxColumn8.DataPropertyName = "DATA ZAMÓWIENIA"; 4916 dataGridViewCellStyle3 0.Format = "d";4917 dataGridViewCellStyle3 0.NullValue = null;4918 this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle3 0;5126 dataGridViewCellStyle32.Format = "d"; 5127 dataGridViewCellStyle32.NullValue = null; 5128 this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle32; 4919 5129 this.dataGridViewTextBoxColumn8.FillWeight = 129.6638F; 4920 5130 this.dataGridViewTextBoxColumn8.HeaderText = "Data zam."; … … 5125 5335 this.dataGridView2.AllowUserToAddRows = false; 5126 5336 this.dataGridView2.AllowUserToDeleteRows = false; 5127 dataGridViewCellStyle3 1.BackColor = System.Drawing.Color.MintCream;5128 this.dataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3 1;5337 dataGridViewCellStyle33.BackColor = System.Drawing.Color.MintCream; 5338 this.dataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle33; 5129 5339 this.dataGridView2.AutoGenerateColumns = false; 5130 5340 this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 5131 5341 this.dataGridView2.BackgroundColor = System.Drawing.Color.White; 5132 dataGridViewCellStyle3 2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;5133 dataGridViewCellStyle3 2.BackColor = System.Drawing.SystemColors.Control;5134 dataGridViewCellStyle3 2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));5135 dataGridViewCellStyle3 2.ForeColor = System.Drawing.SystemColors.WindowText;5136 dataGridViewCellStyle3 2.SelectionBackColor = System.Drawing.SystemColors.Highlight;5137 dataGridViewCellStyle3 2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;5138 dataGridViewCellStyle3 2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;5139 this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3 2;5342 dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 5343 dataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Control; 5344 dataGridViewCellStyle34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 5345 dataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.WindowText; 5346 dataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Highlight; 5347 dataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 5348 dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 5349 this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle34; 5140 5350 this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 5141 5351 this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 5168 5378 // 5169 5379 this.dataGridViewTextBoxColumn14.DataPropertyName = "DATA_SPRZEDAZY"; 5170 dataGridViewCellStyle3 3.Format = "d";5171 dataGridViewCellStyle3 3.NullValue = null;5172 this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle3 3;5380 dataGridViewCellStyle35.Format = "d"; 5381 dataGridViewCellStyle35.NullValue = null; 5382 this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle35; 5173 5383 this.dataGridViewTextBoxColumn14.HeaderText = "Data sprzeda¿y"; 5174 5384 this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; … … 5183 5393 // 5184 5394 this.dataGridViewTextBoxColumn16.DataPropertyName = "BRUTTO"; 5185 dataGridViewCellStyle3 4.Format = "C2";5186 dataGridViewCellStyle3 4.NullValue = null;5187 this.dataGridViewTextBoxColumn16.DefaultCellStyle = dataGridViewCellStyle3 4;5395 dataGridViewCellStyle36.Format = "C2"; 5396 dataGridViewCellStyle36.NullValue = null; 5397 this.dataGridViewTextBoxColumn16.DefaultCellStyle = dataGridViewCellStyle36; 5188 5398 this.dataGridViewTextBoxColumn16.HeaderText = "Suma brutto"; 5189 5399 this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; … … 5193 5403 // 5194 5404 this.dataGridViewTextBoxColumn17.DataPropertyName = "suma_zaplat"; 5195 dataGridViewCellStyle3 5.Format = "C2";5196 dataGridViewCellStyle3 5.NullValue = null;5197 this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle3 5;5405 dataGridViewCellStyle37.Format = "C2"; 5406 dataGridViewCellStyle37.NullValue = null; 5407 this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle37; 5198 5408 this.dataGridViewTextBoxColumn17.HeaderText = "Suma zap³at"; 5199 5409 this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; … … 5470 5680 this.dataGridView4.AllowUserToAddRows = false; 5471 5681 this.dataGridView4.AllowUserToDeleteRows = false; 5472 dataGridViewCellStyle3 6.BackColor = System.Drawing.Color.MintCream;5473 this.dataGridView4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3 6;5682 dataGridViewCellStyle38.BackColor = System.Drawing.Color.MintCream; 5683 this.dataGridView4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle38; 5474 5684 this.dataGridView4.AutoGenerateColumns = false; 5475 5685 this.dataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 5476 5686 this.dataGridView4.BackgroundColor = System.Drawing.Color.White; 5477 dataGridViewCellStyle3 7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;5478 dataGridViewCellStyle3 7.BackColor = System.Drawing.SystemColors.Control;5479 dataGridViewCellStyle3 7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));5480 dataGridViewCellStyle3 7.ForeColor = System.Drawing.SystemColors.WindowText;5481 dataGridViewCellStyle3 7.SelectionBackColor = System.Drawing.SystemColors.Highlight;5482 dataGridViewCellStyle3 7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;5483 dataGridViewCellStyle3 7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;5484 this.dataGridView4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3 7;5687 dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 5688 dataGridViewCellStyle39.BackColor = System.Drawing.SystemColors.Control; 5689 dataGridViewCellStyle39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 5690 dataGridViewCellStyle39.ForeColor = System.Drawing.SystemColors.WindowText; 5691 dataGridViewCellStyle39.SelectionBackColor = System.Drawing.SystemColors.Highlight; 5692 dataGridViewCellStyle39.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 5693 dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 5694 this.dataGridView4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle39; 5485 5695 this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 5486 5696 this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 5508 5718 // 5509 5719 this.dataGridViewTextBoxColumn23.DataPropertyName = "data"; 5510 dataGridViewCellStyle 38.Format = "g";5511 dataGridViewCellStyle 38.NullValue = null;5512 this.dataGridViewTextBoxColumn23.DefaultCellStyle = dataGridViewCellStyle 38;5720 dataGridViewCellStyle40.Format = "g"; 5721 dataGridViewCellStyle40.NullValue = null; 5722 this.dataGridViewTextBoxColumn23.DefaultCellStyle = dataGridViewCellStyle40; 5513 5723 this.dataGridViewTextBoxColumn23.HeaderText = "Data"; 5514 5724 this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; … … 5591 5801 this.dataGridView5.AllowUserToAddRows = false; 5592 5802 this.dataGridView5.AllowUserToDeleteRows = false; 5593 dataGridViewCellStyle 39.BackColor = System.Drawing.Color.MintCream;5594 this.dataGridView5.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle 39;5803 dataGridViewCellStyle41.BackColor = System.Drawing.Color.MintCream; 5804 this.dataGridView5.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41; 5595 5805 this.dataGridView5.AutoGenerateColumns = false; 5596 5806 this.dataGridView5.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 5597 5807 this.dataGridView5.BackgroundColor = System.Drawing.Color.White; 5598 dataGridViewCellStyle4 0.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;5599 dataGridViewCellStyle4 0.BackColor = System.Drawing.SystemColors.Control;5600 dataGridViewCellStyle4 0.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));5601 dataGridViewCellStyle4 0.ForeColor = System.Drawing.SystemColors.WindowText;5602 dataGridViewCellStyle4 0.SelectionBackColor = System.Drawing.SystemColors.Highlight;5603 dataGridViewCellStyle4 0.SelectionForeColor = System.Drawing.SystemColors.HighlightText;5604 dataGridViewCellStyle4 0.WrapMode = System.Windows.Forms.DataGridViewTriState.True;5605 this.dataGridView5.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4 0;5808 dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 5809 dataGridViewCellStyle42.BackColor = System.Drawing.SystemColors.Control; 5810 dataGridViewCellStyle42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 5811 dataGridViewCellStyle42.ForeColor = System.Drawing.SystemColors.WindowText; 5812 dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight; 5813 dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 5814 dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 5815 this.dataGridView5.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42; 5606 5816 this.dataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 5607 5817 this.dataGridView5.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 5902 6112 this.szukajToolStrip.Text = "toolStrip1"; 5903 6113 // 6114 // vIEW_KOREKTYTableAdapter 6115 // 6116 this.vIEW_KOREKTYTableAdapter.ClearBeforeFill = true; 6117 // 5904 6118 // ClientsForm 5905 6119 // … … 5921 6135 ((System.ComponentModel.ISupportInitialize)(this.kLIENCIBindingSource)).EndInit(); 5922 6136 ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit(); 5923 this.tab Control2.ResumeLayout(false);6137 this.tabs.ResumeLayout(false); 5924 6138 this.daneKlientaTab.ResumeLayout(false); 5925 6139 this.daneKlientaTab.PerformLayout(); … … 5955 6169 ((System.ComponentModel.ISupportInitialize)(this.fakturyDataGridView)).EndInit(); 5956 6170 ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturBindingSource)).EndInit(); 6171 this.tabKorekty.ResumeLayout(false); 6172 this.splitKorekty.Panel1.ResumeLayout(false); 6173 this.splitKorekty.Panel2.ResumeLayout(false); 6174 this.splitKorekty.ResumeLayout(false); 6175 ((System.ComponentModel.ISupportInitialize)(this.gridKorekty)).EndInit(); 6176 ((System.ComponentModel.ISupportInitialize)(this.vIEWKOREKTYBindingSource)).EndInit(); 5957 6177 this.klasyfikacjaTabPage.ResumeLayout(false); 5958 6178 this.klasyfikacjaTabPage.PerformLayout(); … … 6076 6296 private System.Windows.Forms.BindingSource kL3BindingSource; 6077 6297 private Baza_Reklam.SLOWNIKDataSetTableAdapters.KL_3TableAdapter kL_3TableAdapter; 6078 private System.Windows.Forms.TabControl tab Control2;6298 private System.Windows.Forms.TabControl tabs; 6079 6299 private System.Windows.Forms.TabPage daneKlientaTab; 6080 6300 private System.Windows.Forms.GroupBox groupBox2; … … 6502 6722 private System.Windows.Forms.Label label40; 6503 6723 private System.Windows.Forms.TextBox txtCustomerID; 6724 private System.Windows.Forms.TabPage tabKorekty; 6725 private System.Windows.Forms.BindingSource vIEWKOREKTYBindingSource; 6726 private Baza_Reklam.REKLAMADataSetTableAdapters.VIEW_KOREKTYTableAdapter vIEW_KOREKTYTableAdapter; 6727 private System.Windows.Forms.SplitContainer splitKorekty; 6728 private System.Windows.Forms.Button btnKorekta; 6729 private System.Windows.Forms.DataGridView gridKorekty; 6730 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn40; 6731 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn39; 6732 private System.Windows.Forms.DataGridViewTextBoxColumn kodKlientaDataGridViewTextBoxColumn; 6733 private System.Windows.Forms.DataGridViewTextBoxColumn nUMERDataGridViewTextBoxColumn; 6734 private System.Windows.Forms.DataGridViewTextBoxColumn DATA_WYSTAWIENIA; 6735 private System.Windows.Forms.DataGridViewTextBoxColumn NR_FAKTURY; 6736 private System.Windows.Forms.DataGridViewTextBoxColumn data_wystawienia_F; 6737 private System.Windows.Forms.DataGridViewTextBoxColumn NR_FAKTURY_KORYGOWANEJ_1; 6738 private System.Windows.Forms.DataGridViewTextBoxColumn roznica_netto; 6739 private System.Windows.Forms.DataGridViewTextBoxColumn roznica_vat; 6740 private System.Windows.Forms.DataGridViewTextBoxColumn roznica_brutto; 6741 private System.Windows.Forms.DataGridViewTextBoxColumn waluta_roznica_brutto; 6742 private System.Windows.Forms.DataGridViewTextBoxColumn waluta_miano; 6504 6743 } 6505 6744 } -
trunk/BazaReklam/ClientsForm.cs
r367 r368 57 57 aGENCITableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 58 58 kLIENCI_TYTULTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 59 //this.li59 vIEW_KOREKTYTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 60 60 61 61 SqlConnection conn = new SqlConnection(ConnString.getConnString().Value); … … 159 159 int customerId = Int32.Parse(row["CustomerId"].ToString()); 160 160 161 switch (tab Control2.SelectedTab.Name)161 switch (tabs.SelectedTab.Name) 162 162 { 163 163 case "daneKlientaTab": … … 181 181 fakturyDataGridView.Refresh(); 182 182 break; 183 case "tabKorekty": 184 rEKLAMADataSet.VIEW_KOREKTY.Clear(); 185 vIEW_KOREKTYTableAdapter.FillByCustomerId(rEKLAMADataSet.VIEW_KOREKTY, customerId); 186 gridKorekty.Refresh(); 187 break; 183 188 case "klasyfikacjaTabPage": 184 189 rEKLAMADataSet.KL_KLIENCI.Clear(); … … 223 228 private void tabControl2_SelectedIndexChanged(object sender, EventArgs e) 224 229 { 225 if (tab Control2.SelectedTab.Name != "daneKlientaTab")230 if (tabs.SelectedTab.Name != "daneKlientaTab") 226 231 { 227 232 dodajToolStripButton.Enabled = false; … … 242 247 int customerId = Int32.Parse(row["CustomerId"].ToString()); 243 248 244 switch (tab Control2.SelectedTab.Name)249 switch (tabs.SelectedTab.Name) 245 250 { 246 251 case "daneKlientaTab": … … 263 268 zestawienieFakturTableAdapter.FillByCustomerID(rEKLAMADataSet.ZestawienieFaktur, customerId); 264 269 fakturyDataGridView.Refresh(); 270 break; 271 case "tabKorekty": 272 rEKLAMADataSet.VIEW_KOREKTY.Clear(); 273 vIEW_KOREKTYTableAdapter.FillByCustomerId(rEKLAMADataSet.VIEW_KOREKTY, customerId); 274 gridKorekty.Refresh(); 265 275 break; 266 276 case "klasyfikacjaTabPage": … … 1053 1063 kLIENCIBindingSource.MoveLast(); 1054 1064 kLIENCIBindingSource.EndEdit(); 1055 tab Control2.SelectedIndex = 0;1065 tabs.SelectedIndex = 0; 1056 1066 countryComboBox.SelectedIndex = -1; 1057 1067 … … 2509 2519 } 2510 2520 2521 private void btnKorekta_Click(object sender, EventArgs e) 2522 { 2523 if (vIEWKOREKTYBindingSource.Current != null) 2524 { 2525 DataRowView row = (DataRowView)vIEWKOREKTYBindingSource.Current; 2526 REKLAMADataSet.VIEW_KOREKTYRow faktura = (REKLAMADataSet.VIEW_KOREKTYRow)row.Row; 2527 2528 Cursor = Cursors.WaitCursor; 2529 FactureViewer fv = new FactureViewer(faktura.ID_FAKTURY, faktura.idFakturyVAT, faktura.idFakturyKorekta); 2530 fv.ShowDialog(); 2531 2532 Cursor = Cursors.Default; 2533 } 2534 } 2535 2511 2536 2512 2537 -
trunk/BazaReklam/ClientsForm.resx
r367 r368 683 683 </value> 684 684 </data> 685 <metadata name="dataGridViewTextBoxColumn40.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 686 <value>True</value> 687 </metadata> 688 <metadata name="dataGridViewTextBoxColumn39.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 689 <value>True</value> 690 </metadata> 691 <metadata name="DATA_WYSTAWIENIA.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 692 <value>True</value> 693 </metadata> 694 <metadata name="NR_FAKTURY.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 695 <value>True</value> 696 </metadata> 697 <metadata name="data_wystawienia_F.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 698 <value>True</value> 699 </metadata> 700 <metadata name="NR_FAKTURY_KORYGOWANEJ_1.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 701 <value>True</value> 702 </metadata> 703 <metadata name="roznica_netto.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 704 <value>True</value> 705 </metadata> 706 <metadata name="roznica_vat.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 707 <value>True</value> 708 </metadata> 709 <metadata name="roznica_brutto.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 710 <value>True</value> 711 </metadata> 712 <metadata name="waluta_roznica_brutto.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 713 <value>True</value> 714 </metadata> 715 <metadata name="waluta_miano.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 716 <value>True</value> 717 </metadata> 718 <metadata name="vIEWKOREKTYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 719 <value>214, 316</value> 720 </metadata> 721 <data name="btnKorekta.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 722 <value> 723 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 724 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7wAA 725 Cu8BfXaKSAAABK1JREFUSEvFlWtMk1cYx1l2ScZctiV+ccmSJSbbJz4sMp2AWjAosEWGDAWnmZHLUKpS 726 hUApt4LQlpugIFBbna8URlklCFUBEekml8AEpFLuNy0FJPLiy7W073+nbmYJA8qWLfsn58M5Ofn/zvM8 727 5zzHxub/1smTqjcjIn7ISU0tmQgPz+8ICBAl8XiXPvvXziUWVyYNDY3DIpYFOjtHQFGVbFRUXl9wsETC 728 42Xa/2OYVFplK5PVTb90XyYLTKd7Arm8lA0NTRk4ejQy7fjx+C8I7LV1AyWSWo/m5t6V/P+yJhLlwNv7 729 e9bXN2TYx+dUtKvrrjesgpKSKhJoesYqIC/vGrjcTDQ0AMXFTyEQ/IidO70zrAJiY0tL/nQnOVlBRuMi 730 /PxiwOcrYG+/G01NS+juBry8Ag1WARKJusXiaTSaYTKtDCgtvQ1//zSkptYgJkaK0VHg2TOQCDweWQXk 731 598dM5uB+fklTE3RKFQUIDE+HgkJ8ZBLpdDrn6K0tHqRw/EK4XD29h0+fBLV1TR4vHTz1q1OB9cEdHU9 732 tqWou6aFBTNG9WO4cl2B+pExdJgAzQug5PE4suUUVMobM78bcV/fscPx4LZtDskcjpuz1dOXlTV/UlnZ 733 zE5OTkNGFWCSpGqeDP2iGS3PF3HryTwKh4Hzlyk2jHeaY9Vw+QaFosq5vX0AZWU38WB0CjQxN5HL3ztn 734 QsPkPMqH51CgY1DQNQN+2JmGvw3IyFAcGhgwkHwnopEB+mZN6GSMaCTmNYY5qPoYXOmgca2bRUxsLLMm 735 ID//6QcUNUgVFfW0pKX9HJeeXr3x7Flx2ODgM8QJhVCPAff0c7hvmMedkVmU9TNQdE4jp41GQY8ZsfHC 736 P+qwCkYkUhcxjCXDwMTENHJzb8/4+fF7tdpRXMy8AIqkQdk/C2XvNIrJoLQ0ctumIH1I43oPC0FEeOua 737 EWRlVdIGwxQMBhoLC+SaEDEMMVTewS11DS4UqCDVmXC5fRr5xDjr1+fIbaVxVWeEvLzW5OPtlS06n7V6 738 hxUKC7vr63vIK+xDR8cIhoYmQNOzL0Em0xKkebm4WHQT2W2zuPiIzDuWICfAq+V1kCTGo/r+L0gRCF7A 739 49MPV4zk3DnlfrH4J6NK1UQeihYajQ4tLf3o6tJjbIxceiJNXR0S4mIQKYgGPzoOKckiiJLFrEKpYjUN 740 9zEudQYObAQ8N3+0IkQsVttHRcnuJCZSrELxAGp1O2pqtCSqfgLrwYkTUWTegtraJpK6G+jtZVBZdY8R 741 Rscyw2mOQP8poOIA8O0m0oi2bF61JgKB1Ck4+FxVZGQ2K5drUFGhhVgsh6fncbi7H0Z4eA5cXL6CTPYQ 742 R458V47tH78P93cAyh3oPg3cPggceg/XjnltXbPwQUFCR19f7t3Q0DRWILhE2rGENLRbli6JwEAhhMIi 743 Atp9zGICh43vwmMDINtDfqEAjMsDEZ2Q/Hxdj8/PL2inu/t+jYuLG8vnX4ZIdBMZGVVwc9unt7P7csMr 744 E9htsoXrWxhN2ofWHj1CuFztugCvNjk77/lmy5bPG/fu/Xph+/Zdjx0cnLYtNxiwt3n7TEzCZEgIt8Hf 745 39/yff73+g0R87zCL6J8EgAAAABJRU5ErkJggg== 746 </value> 747 </data> 685 748 <data name="usunKlButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 686 749 <value> … … 1176 1239 <value> 1177 1240 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 1178 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABT 1JREFUSEuVlXtQ1179 l FUYh99FE7Qma6w/Ms3GsdGpxi7j1IyTw6SWNmo6AtnokGU1EYOjg5e8kIsYaoAIKTYKZghmtLgKyEWI1180 2QRSYVnksiDmsuwu13V3ud+Wy/56z+eXCS5T7swze/u+5z3n955zPgU9+kthSSGvJhvNdxCZVwaRnRUj1181 DB5dRaTQnCGvFjW91XiOAhvO02lzEpXVJT0+YMyaicIfaD9Ln2ce+z9ySWZT0QLzefq6IZniLcmkq0/y1182 HGjQvAZHtR/620IAnGMyMdwXg0sHKIPFK5inxi3QrKKNjUl00niWSm+mTOq35M+HTc8y+14WJTEq5lcm1183 RUZ8F79nQ59ABhYHMtPHLVB5gnqcPQf5hrPMBVkmRim+JzLJGB78EfaGMNSVBkGX6YvCc0vhQgaUyhmu1184 Wc9JMc1hFG6LlByn28BFFp2RScTgQCxsln0w6gJRluWLEvUqaC+uxq2iL9FyJxQ97af42nx01H6CYB9K1185 YPHbjKfbAtdjKAeuOPT3HoVB+wVu5vigNP1DlGX64E5xAKzGMPR1n2RhGnOZyWJypAKiF9rjVMZiP+Zp1186 twWuxlBs/93t6O2M5QIBsJn3Y6BXCEXWalmcIYsz0WVLgLkyFBU5n/Fv1xGmnOt6501Ssnw24/FQkSuR1187 9Lm9ajVfLGISzfyNSZXFmXD2J/MsIlBbuBklF/1QnOqLyvwAWPSH+JobGOS4sg/TFRZ7M1MeKnAhnF5V1188 Kme77k1diFPQYT0GU8UelGf7Q5v2EffBn/sRgrbmeP4/jylmtEwZY4ZGM3Nk+SLaxfIX3M3Csy2dLIAG1189 rYZwlKb5ofTyety+tpVHHg1nn4iqgCmSIrkn/hOOhkTcKvwGpspYYCgPuhOkmzCBFnOBJ8bOQtGUSj871190 O6MxNKhG510xStFEDXNVFt+Ay6Xh/pzmlbQbxWp/WOt+R3tzMUdo4mt64bQcxpVfNlxg+cvMpFFFdPG01191 zlH2vjSyexEI+TWMDObirukkj3QnSi5thDZ9E++FQxyh2C8O0FE+f6KZSOZ7glXj7VzuTVtZLo6Pfxvu1192 v4amNanJAZTzjX/AajiGmoJglGZ8ivKsr1BfHoEuu1gEVQxvG9QxXaAjhCPd6xHRsQ50kACXBYZUMr4y1193 h1ZygScf3HwT689TvNMeheHhAlTmBqGhOho9HeksqmSqmRqmk3d1PXraamAzFYIiSJIftPuAwrgAv0b61194 9KjNXaNn+QJm8j9RKVRxtFCjeXEEqOfLxEwqHhhxBQtT4GgsHhUJHSJJfsC6BhTKMe1jQpjd0tG9RY7q1195 fjsmN6ope6RHLFW9NPL2ljTc0UZwVEG8s7dwTFVS3pGdH+Nwm999eWjzKuxrXIE9pmXYaVgC2ikVOMK81196 9GCzFUlRtER/Y8awaGB3Wz6fPwEwlEShvTWXC9pEAFIzhTzcthZhrauhbFo5Sh5c6w0KlgrEMnPHLtkp1197 tSpKdrZEsczOiCXYLWXrcurgbIwEhfPN3zH7GSUhxPIBdhnfA28z0A5GyLdIBWLcFfDYuJbmWS+TGS4j1198 a/sw1BqFeu30odw4Klq6kBJ5M/3EN8YFBgYmiLyFfPtf74K2SdI05pQs38bvs8bOQHz3jAwh3y6NV69J1199 RZY9m0j17DQ6Ld8k1rh4gr2el5e3WzRTyLfWLAKvflFAyJcx82S5l7sC4sExdfEbtMrDg/by52+ZDYw41200 88VZI9b3RHGNFIkYuZBvvh+LkAuH+weQXFHswqmMWAXiGH5GzGzMTaKIaOIOeXYx/D5uLOPNZMJ/jERs1201 JJGzKCQQn0fF8jdaNAYeiFmx3AAAAABJRU5ErkJggg==1241 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABThJREFUSEuVlXtM 1242 lWUcx3+gCVrLmvVHptmcTVfNLnO1uRxLLW1qOoFsOrKsFjGcDi95IUEMNUCEFJuCGYIZgSggFyF2UkyF 1243 AwiIiAkHONw9h/v1cDnfvs/ryQRh5dk+O7f3/fye5/t7nue1k0d/2RljxLHWJLObRKqWeoqZikGCR1eJ 1244 2OlOiGN9vLxVc0o8qk/L8aooyS+PerzXkDIVWT/IbkqfJ4/9H7kmM8XKnKrT8nV1tIQboyWvIsqht1r3 1245 GppuuqKn2RvAKZKMge4QnNsjSRQvIU+NWqAuVtbWRMlRw0nJvR4zrseYORumYsrMOymKIrHkVxJjQ31X 1246 v6eiOELKKPYgk0ctUHREOi2de3nDSXLGJlOjVN8jSTQG+n6EudoP5bmeyEt2QdaphbAiCT4+U6zTntNi 1247 mkHsRiySc1huA2cpOmEjEn29oTAZd8GQ54H8FBfkxC+D/uxy3Lr8Jerv+KKz5RivzURr6SfwcpYIit8m 1248 DiMWuBoiabCGoafrIMr0X+B6mjNyEz9EfrIz7mS7o9Hgh+6OoxQmkPMkhaRpBVQv9Icln2JX8vSIBS6G 1249 SGjP3c3oagtlAXeYqnajt0sJVdbxNnGSTZyMdlMEqop8UZj2GX+7yphmWt95U3won07sHypyIVA+N99Y 1250 zotVTKqZv5E4mzgZlp5oziIApVnrkXPWFdlxLijKdIexeB+vuYY+xpW6Xy5Q7EQmPFTgjL+86uMz3Xpv 1251 6kocg9bGQ6gs3IGCVDfoEz5iH9zYD28014Xz/wySTfQkn1RBp5s6uHiebKP8hZFm4dCcKEZAh4Yyf+Qm 1252 uCL3/GrcvrKRIw+GpVtFdYlc1iK5J/4TTdWRuJX1DSqLQoH+DOQdkbwxY2Q+CzwxfBZ2tXHys6UtGP19 1253 8Wi7q0apmqgjF23ia7BadezPca6k7ciOd0Nj+e9oqctmhJW8pgsW435c+GXNGcpfJuOGFMkLl1VN+e9r 1254 I7sXgZJfwWBfOu5WHuVItyLn3FroE9dxL+xjhGq/NEEO8vwJJoHke0Gjzsmy2Ek2Uq6Oj38b7rZCJtXG 1255 SxNQwBv/QGPZIZRc8kJu0qcoSPkKFQUBaDerRXCDcNugnLRDDggOdKxGQOsqyF4BrEaUxYnhlRmylAWe 1256 fHDzja04LeEWcxAGBi6hKN0T1TeD0dmaSFERuUlKSBt3dQU6m0tgqsyCBIgm32t2hvixAF+D3cUoTV9R 1257 TPkcMv6fqOxiw2SuTvfiIFDBy9RMCh8YcSGFMWiqyR4SiewTTb6ncQXElzHtIt5ku3Z0b7BFdb8d42vi 1258 JXWwUy3VYm3kLfUJuKMPYFSe3NkbGNMNLe/Ato+xv9n1vty3bhl21SzBjspF2Fq2ALJVK3CAvPRgs+2i 1259 gmRB8bUpA6qBHc2ZPH/cUZYThJaGdBY0qQC0Ziq5v2kl/BqWw6d26RC5V6kTxEsrEEpmDl+yE0pjJdpS 1260 H0SZmagl2KFla7XkwVITCPHnzd+R3cRH4G38ANsM74HbDLKFKPkGrUDISAXs166UWY3npQpWA7Xd6G8I 1261 QoV+cn96mFxeOFciuZl+4o1hHh4eESpvJd/817uQTZo0gRyzyTfxfdrwGajvDoHe4tKuc+yqjBXjjnUS 1262 ++wkOW67Sa1x9QR7PSMjY7tqppJvLJkHrn5VQMkXkVk2ueNIBdSDY+L8N2SZvb3s5OdvyRqiznx11qj1 1263 PVZdo0WiRq7k6+/HouTKMfIDyFZR7cKJRK0CdQw/o2Y27CZVRDVxi212IXwfNZbRZjLmP0aiNpLKWRVS 1264 qM9DYvkbR6QGGxotkTUAAAAASUVORK5CYII= 1202 1265 </value> 1203 1266 </data> … … 1205 1268 <value> 1206 1269 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 1207 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABX hJREFUSEuVlQlQ1208 VWUUx z8UhTRxSQoxUAllMlKH0RxNM5MpSpNhBBNnUNyKSNNJmqxUXBKbmgpyKRUlNhVBtieLGKICITx21209 cCF2ULYHiMT+4P37f49XWUDlnfnNe+++e3/nfOec71498fiHXlWIMLyvErOahKhcsVU0UtFH8PgqIfSS1210 /IRhbbh46V6wcK8+J05XBors0sDRXWWxZkj+XuyndDIZ8X/kWpkqVMytPCferw4Sp6qCRFZ5oEFXddJs1211 NN1yQmfzbgDBJAa9Hd6IPCgUFC8n44YMUBMq1t8LFCfKAkRmTsjIzqrEWVAVUtb4OUWBJJScJyE65G951212 Pg6FvqKEYndiOmSA/OOirbvNizcEkIs6mcxS/vYnQejt+QGN1QdQmrkVWTGOSA62hQYKeHo+q5kySVsm1213 S6I3aJCMo6IIiKDIT4c/erp8oKrai7Isd2THOiIj/G0oI+xxJ2ULaov3oe3BSV6biJa76/DRKuFL8Xxi1214 MGiANG8RD80xdLZ/hxLlZuTEr0Jm9Epkx6xCcbob6ssOoOO3ExRGkUsklsRrA8heKI+KbIqdyPhBA1z31215 Fj6dDR5of+jDAG5QVe5HV7sUylqH68QKnTgGrSpfVObvQ178Bp5LwwFPK80iG+FJuQUZNiDI5a/FpsYC1216 e14syySbeYGE6cQx6O4M4iq+wt3kbciIcEJ6mCPyE91QVXiY19xED8sV96W4TPESMmpAgIuHhLWnp4Wm1217 f+lSHIKW+iOoyPsMuXEuUEatZh9c2I/daK45xf+vkHSiJNmkEklJZn12i8Uuys0HW4VBc7SoApJQV3II1218 mVFOyLy0FkW/7GDm36K7Q5bqBknRlqRfnIqman/cSf4EFfk+gPoKso6LrOHDxWsM8OQ/V6F3L1w/oLcr1219 BX29OXjYILOUTUwi5eRXbSk0miT25zQn6VOkh7uQ9bibupc9kSuvRcdtJ3zzoThKuRXRfzSIXmt1aoLS1220 YSlKd23nxWU6eS3SXl+C0iNeqCkKQUbkeiijN3IvHGYJ5X4p1F0rkyglzXhwbXSng5124z3z6L7Qi5401221 rqfL3Qa5c0zRnhiMjocFiLZ5EdgwA6lmo9DamEsiKCkg3DZaYTnamq+iNNsHaaEb2DM/oO8WSsJEmfV01222 8RYDGP0ZJMZI/373BzZQ75yHuFdsEGc7H1gzHXC1RMIbyyirJ7e14p7OdNTcOYOc2B2cqM0ouLoHDeVy1223 jJsJ0NNwEjd9RQrlNsRQW6rrC0z3JJiO7VN7zEWDsyVal08D3J9Hgsk43tJC8qCqCMHta3tZqvc4XR4s1224 21mo1bI//UdvczC8PedockJErquDdnevJRO1ASwtLY29TE3je961BraTdVZInToG3e0VKFZ+hUzFVu7s1225 7SjP/5EbMoO69n5rXzG6SragPko0eX8soqeaizPUyUZ7kKVkrCjnMiKtLCP8JhmpsY1yrgBrLFAxbwIU1226 zg5oqcvGg7oE2lSyAEQNdcMJzv5zfTd8RcbKZSKA4ykz9iKbyGIid/VYMlxE6uuFNdqaA26Uu1qh3c6U1227 AaYAjpPR9ep4XH55oTZZTXcWOovWojpa1H3hLiJMTLTZHtFlu5Kf1rrpeYKffz0yLgiRAicLYOMMpEwe1228 DcXMaR35VmOAd0yA1RORZ27AbAP7Eo6JFNsF4idme4qCg8SVLCRTddnK2R/4yI4aMSwd9mZyHHtdjY2j1229 eMXZaOcVJTlmhvh5wgjceHNRo5vbmvO8WYp3EjmCM8nT5O/Zajs68DDxHz0y3X2KUSD/Ok42E7triQpF1230 QECAfCX6k0NEPpJnEDnfg2c7RAD5oniBuBB73ZKlRGYpR82ZzCZP6cRDaP79tAxiTORL44/sRvK7nGMp1231 lt8HfyX+R7jfAXuN+cBkIrAVAAAAAElFTkSuQmCC1270 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABXVJREFUSEuVlQlQ 1271 VWUUx7+nKCSJS1KIgUook5E6jOZomplMUZoMI5g4g+JWRJpO0mSl4pLY2Aa5lIoSm4ogqyxiiAqE7KsL 1272 sYOyg0jsj/f+/b/Hqyyg8s785r13372/c75zznevQjz+oagKEnr3G8XMZiEql28RTVSoCB5fJYQi0Ufo 1273 1YaKl+4FCtfqc+J0pb/ILvXX7y6LMUHS92IfpZPIiP8j18gag8WcynPi/eoAcaoqQGSV++t2VyfOQvMt 1274 B3S17AIQSKLR1+mJ8AMiiuJlZOyQAWqCxbp7/uJEmZ/IzAka2VWVMBONhZQ1fU6RPwkm50mQFvlbno9F 1275 obcoodiVGA8ZIP+4aO9p9+ANfuSiViazlL99SQD6en9AU/V+lGZuQVa0PZICraFGFNzdn1VPnqgpkzlR 1276 DBok/agoAsIo8tHii95uLzRW7UFZliuyY+yRHvo2MsJscSd5M2qL96L9wUlem4DWu2vx0UrhTfE8ojto 1277 gFRPEQf1MXR1fIeSjE3IiVuJzMgVyI5eieI0F9SX7UfnbycojCCXSAyJ0wSQvcg4KrIpdiDjBg1w3VN4 1278 dTW4oeOhFwO4oLFyH7o7pFDWOlQrjtKKo9HW6I3K/L3Ii1vPc6ksk4V6oZVwp9yMDBsQ5PJXYmNTgS0v 1279 lmWSzbxAQrTiaPR0BXAVh3E3aSvSwxyQFmKP/AQXVBUe4jU30ctyxX4pLlO8mIwaEODiQWHp7m6m7l+6 1280 FAehtf4IKvI+Q26sEzIiVrEPTuzHLrTUnOL/V0gaySDZpBKJiSYqm0ViJ+Wmg61CtyVSVAGJqCs5iMwI 1281 B2ReWoOiX7Yz82/R0ylLdYMka0rSL05Bc7Uv7iR9gop8L0B5BVnHRdbw4eI1Bnjyn6tQ3AvV8evrToaq 1282 LwcPG2SWsomJpJz8qimFWp3I/pzmJH2KtFAnsg53U/awJ3Lltei87YBvPhRHKbcgOo8GUbRVp8Rn2C1B 1283 6c5tvLhMK69F6uuLUXrEAzVFQUgPX4eMyA3cC4dYQrlfCrXXyiRKSQseXNPvsrPRbLxnHt0XisiJY3u7 1284 Xa2QO9sYHQmB6HxYgEirF4H105FiMgptTbkkjJICwm2jEZajveUqSrO9kBq8nj3zAVS3UBIiyiynibcY 1285 wODPINEGOvd7PrCCcsdcxL5ihVjrecDqaYCzOeLfWEpZPbmtEfd2paHmzhnkxGznRG1CwdXdaCiXY9xC 1286 gN6Gk7jpLZIptyJ6mlJdn2+8O954jErpNgcNjuZoWzYVcH0e8UZjeUsryUNjRRBuX9vDUr3H6XJj2c5C 1287 qZT96T/6WgLxtftsdU6QyHW20+zuNWSCJoC5ubmhh7FxXO+7lsA2stYCKVNGo6ejAsUZh5EZtYU7exvK 1288 83/khkynrqPfqipGd8lm1EeIZs+PReQUU3GGOtloN7KEjBHlXEa4hXmYz0QDJbZSzhVgtRkq5o5HlKMd 1289 Wuuy8aAunrZGWQCihLLhBGf/OdUNb5G+Yqnw43jKjD3IRrKIyF09hgwX4TqKkCZrU8CFcmcLdNgYM8Bk 1290 wH4Sul8dh8svL9Akq+7JQlfRGlRHirovXEWYkZEm2yPabFfw01I7PU/w869HxgUhkuFgBmyYjuRJ+oia 1291 MbUz32I08I4RsGoC8kx1ma2/Kv6YSLaeL35itqcoOECcyQIyRZutnP2Bj+yIEcPSYGsix7HP2dAwglec 1292 jXRcXpJjooefx4/AjTcXNrm4rD7Pm6V4B5EjOIM8Tf6eraajAw8jX/2Raa6TDfz513GyidhcS4iK8vPz 1293 k69EX3KQyEfydCLne/BshwggXxQvECdiq12ylMgs5ag5klnkKa14CM2/n5ZBDIl8afyR3Uh+l3MsxfL7 1294 4K/E/wj3O1yN+bkrW3a6AAAAAElFTkSuQmCC 1232 1295 </value> 1233 1296 </data> … … 1638 1701 <value> 1639 1702 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 1640 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABh BJREFUSEuFVQlQ1641 1HUY/ZY9R JAFPBZ0QQTxBGJBHZMxalIrTRNDB0zNG00UBy80wAvFY7IpEkQRDyRx0rKmMY88xmyYvBoK1642 zMwE2QWXy2WB5ViQfX2//4pSke3Mm73f+37v+773k9F/P2S0h8KpjiaRnEJVzg6eT9pJZrPYHlMzFZGF1643 LtNZukSl/IqonYEXcP3jqxya4nCICieeGGnbWDAHaX/G4aN7sUi5swgbCmZj5pXxCMj1hTxFVkKrKY7/1644 3ZOh+H+Bw+RIGXT4jbxRtqOGDThm2ITMB2ux/pdIzM0fg8lXhuC1894IO6NF2Hc+jIHQZLuAEugi6SiY1645 BRwZsq6FBPkeurT2VjQ+N2zG0YebkVQYgbnXAxCVPwzTrg7GpEv+eP38ABbwQsg3nhj2ZW/4n3KHR44T1646 +CRF5Edjmdypa5E0OrL2djSOG7Zi/4MExNwOxaJbOgzMdIf/Tj94be8Hr21aaFO0mPCD3zMBvy/c0TfP1647 Gers7qDF9CMpaQQLdP/7Kdjz8bmhtrzyLThY/CEW3gxGzK1QxNwMhU+6G9oq22AxWtBkbELtIxNm3xsO1648 3dceGHqqFwaccIVnrjPcc7tBuVMNeos+YXL/zj2R0X4qzC5dh2Ol2/DB7dFYfFPHAiOw8LoO/TPUqCmv1649 gb5UD8NDA0r1pZhbrEPwaQ2GnOwJnzw1NCygPqKCKsMdFK+sYrOjWKCX/RR76NXwnGBbVnESNv0ajTk/1650 DcO8GzrMY/JZ+UHQpqthNppRZihDueERyo3lWFY8BoFf9YE/2+N13AW9jzmhx1EVFJnci2QPcLvTmDnA1651 fook2hV3fTrS7ydixrXh8NnnCi8m9eLKtekucExQoMZYA+MjIyqNVag2GeGxT44eO1Rw2qeEY7YCIde81652 4cTPDvsVoI1DQVPpApNPYbgSJdP3qXeWIrFgPiZe9oHv9v5ALdBS2YK2mjZYH1thqjShoqICVVVVqK9t1653 ABoBtD5FE7C7eja6ZctBLExJQaAFDg+YfBmjL9FWKkwpXIqF+RMw7kJ/eKT0QWNFI0pKSqDX62E0cuWV1654 laiurobJZEJtbS3MZjPq6+tRZ65DqwlINk6FIos3+bNuvBM6UKyqnsk3MXyJtlFRYsECRFwahbFntdCw1655 QFNFMzfVgLKycq78ObkgtVgsaLQ0ocnSjMaGJtjqWODRNMgOsMBubvKaUNBSlYiPXfZp2kBX425EYfy51656 QIz61hMeW/riSaUNVXoTzBVMaLZItoiqGxosaGtuQ6vVina26InVBrBFW4zR4Elk/3154UJA78sfMvlu1657 u 0A87Z1yPhzhZ4Yi4HRvhF30xrySIMzX67CiNAyD8rpLnjc0NKClqQUWaz1m/uGLSN6F6b8HIfpuCKb91658 zKT7WGDlaNCql0Bv0lUm38zwI4qhd/2ztXjlbAAGnnTDYJ5tMd/ieRDDKUUJtEHy3NpshbXVisi7w6Wp1659 U WQ52IkzGCka0PIxoDgv0CDKZfIVjH5EPuRGiVQSdjYQ2rwe6M+L0wFvfu2YpmAvnp/A2trCAoFQHJA91660 J09jgdgw0IqRoCXcYDkdZPIIhptYNTmtpDhNphs8WUDDS9MBsUCqA3KeWaDdzGNpYTQDM34LBmUy6V5G1661 OiOe3y9/mQUGgEbRKebcwRDpqrRvs8jz1XRRne0IlxwV1IdVcGH0OKREwGUtUriJCaVvI0H/DhINkZjK1662 ISiRi8rj2fNlXP1ynv9ousNhfYj53mNoGM+iWyHl+QoqUu53gPIQ46CDZIM8S2YfwQ6vhd+CPNWVK+am1663 Lhdg8nlUxhl6lEnXMoZ1rr7jFI5Sni+ga5TKG5mpso+esEKQC9KPeZG2cDMlS5hYeB7LtkRx5XbyZMZo1664 hrgT/vUQx3GW8nwcR+4SRRWt5+BK9uP1HwJax1WuYWtWMeIDmdwbtEhVJ3kul2wRlQtydWdr/qkiRMRl1665 4S9FbhB9ShPpHEXL79MSZa1EOEteQhPoijSKcsri36Y+9VzY4vwi8s5i4gIXF7mI3MkMEVwbGTsZIgI21666 M8ScRzDEtPRhPJuYruzp6jNxGiHEkStSUQSXdFMJ8IaKJZLmXPWiqv8CMS6JCT/mVwsAAAAASUVORK5C1667 YII=1703 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABhFJREFUSEuFVQlQ 1704 1HUY/ZY9RI4VPBZ0OQTxBGJBHZMxalIrTRNTR0xNvNA8cFARDVERxWOyKZJDETwgadKypjHURMdsnLwa 1705 C8zMBNkFl8tlgeVY0H19v/+KkpntzJu93/t+7/u+95PRfz9ktIciqIEmkpzCVM4Ong8fkcxmsT2gVioh 1706 C52jQiqicn5F9IiBF3A989URmuyQS8UT8kfYNt2Yi7S/YvHR7eVIubkIG27Mwazz4xCY7wd5iqyM1lAs 1707 /7snQ/H/AgfJkTLo4Bt5I22HDRuQZ9iMrLvxWP/rNMy7NBqTzg/Ga6e9EX5Si/DvfRkDoMlxBSXQWdJR 1708 CAs4MmTPFxLke6go/loUPjdsweF7W7CxOBLzLgdi5qWhmHphECYWBeD10/1ZwAuh33pi6Fe9EXDcHR5H 1709 nMAnKSF/GsPkTs8XSaND8dejcNSwFfvuJiDmehgWXdNhQJY7Anb6w2t7P3ht00KbosX4H/2fCPh/6Y6+ 1710 Bc5Q53QHLaafSEnDWaD7P0/Bno87FGYrqEzGgdIPsfBqCGKuhSHmahh8093QUd0Bi9GCFmML6u+bMOf2 1711 MOi+8cCQ473Q/4se8Mx3hnt+Nyh3qkFv0SdMHtC1JzLaR8U55euQV74NH1wfhcVXdSwwHAsv6+CToUZd 1712 ZR305XoY7hlQri/HvFIdQk5oMPhYT/gWqKFhAfUhFVQZ7qA4ZQ2bPZMFetlPsYdejcgNsWWXbsTm36Iw 1713 9+ehiL6iQzSTz74UDG26GmajGRWGClQa7qPSWIllpaMR9HUfBLA9Xkdd0TvPCS6HVVBkcS+SPMDtTmPm 1714 QPspNtKu2MvTkX4nETMuDoNvZg94MakXV65Nd4VjggJ1xjoY7xtRbaxBrckIj0w5XHao4JSphGOOAqEX 1715 veHEzw77FKBNQ0BT6AyTT2b0IEqiH1JvLkXijfmYcM4Xftt9gHqgrboNHXUdsD6wwlRtQlVVFWpqatBY 1716 3wQ0A2h/jBZgd+0cdMuRg1iYNgaDFjjcZfJljL5EW6k4pXgpFl4aj7FnfOCR0gfNVc0oKyuDXq+H0ciV 1717 V1ejtrYWJpMJ9fX1MJvNaGxsRIO5Ae0mIMk4BYps3uTPuvFO6EDLVY1MvpnhR7SNShJvLEBk0UiMKdRC 1718 wwItVa3cVAMqKiq58qfkgtRisaDZ0oIWSyuam1pga2CB+1Mh288Cu7nJa8NAS1UiPnbZp2kDXYi9MhPj 1719 TgVh5Hee8Ejui4fVNtToTTBXMaHZItkiqm5qsqCjtQPtVisesUUPrTaALUo2RoEnkf3344ULBb0vv8fk 1720 u+0CcbR38ukIRJwcgsATvRF+1hvRZcGYr9dhZXk4BhZ0lzxvampCW0sbLNZGzPrTD9N4F6b/EYyoW6GY 1721 +guTZrLAqlGg1S+B3qQLTL6F4U8UQ+8G5GjxSmEgBhxzwyCebTHf4nkgwylFCXRA8tzaaoW13Yppt4ZJ 1722 U6PIdrATZzBSNKAVo0GxXqCBlM/kKxn9iHzJjRKpLLwwCNoCF/jw4nTCm187pinYi6cnsLa3sUAQFPtl 1723 T8nTWGB5OGjlCNASbrCcDjB5JMNNrJqcVlGsJssNniyg4aXphFgg1X45zyzwyMxjaWG0AjN+DwFlMele 1724 Rjojjt+veJkF+oNG0nHm3MEQ6aq0b7PI8zV0Vp3jCNcjKqgPquDKcMlVIvCcFincxITyt5GgfweJhmmY 1725 wiEokYvK49jzZVz9Cp7/KLrJYZ3LfO8xNIwn0a2Q8nwllSj3OUCZyzjgINkgz5bZR7DTa+G3IE/twRVz 1726 U1cIMHk0VXCGHmbSeMbQrtV3nsJRyvMFdJFSeSOzVPbRE1YIckH6MS9SMjdTsoSJhefL2ZaZXLmdPIkx 1727 iiHuhH89xHGcpTwfy5G7RFFD6zm4kvx5/QeD1nGVa9ma1Yy4ICb3Bi1SNUieyyVbROWCXN3VmmdVhIi4 1728 LAKkyA2mT2kCnaIo+R1aoqyXCGfLy2g8nZdGUU7Z/NvUx54LW5xfRN5VTFzg4iIXkTuJIYJrE2MnQ0TA 1729 FoaY80iGmJY+jCcT8zx7nveZOI0Q4sgVqSiCS7qpBHhDxRJJc656UdV/A7driPk3hm5kAAAAAElFTkSu 1730 QmCC 1668 1731 </value> 1669 1732 </data> … … 2230 2293 <value> 2231 2294 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 2232 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAB BBJREFUSEvtVH1M2233 W1UcnbKgGA2J24SYAAFL pCMmYESKIXQbBRagkKESmhYalg750EhEVqPWDjdoCcFWBDq6DVooIB1GviNB2234 lqAN0EEN46OiRLIxkDSLmy4wphs5/u5L0a0iJvqH/+wmJ++9++49557fuffu2vWg/dcKCIXC3TKZ7JBc2235 Lj9AXD4Er3/L+TBNfIghPz//KYlEkpSRkVGampo6QUB6ejqSkpJmoqKidIGBgSE07hH3+J31aIWP5uTk2236 nMvLy1vLyspaLCwsdBYXF29qNBro9XoYDAY0NTXBZDLBbDZDq9UiMTHRFR4e/jYx7yHs3lFBLBZ/RMTI2237 zc1FZ2cnbDYbBgcH0dXVBavVipaWFjQ2NnIiTKC5uZkTKygoQGRk5EVyk0ICjxNYBf7aEhISLjP7fX192238 cDgcsNvtGBkZwfDwMEfGVlxSUgLKAMnJyYiPjwdlApVKBbVaDalUejc4OLidhJ53Z8TK/GeLi4ubT0tL2239 Q0dHB+rq6jA+Po6BgQEUFRWhsrISmZmZHCl7Ehknwhytr69jqzmdc8jOlt46KpfXR0RE7L8vH+oojI6O2240 3nQ6neju7oZOp+PKNTs7+wcByyFbJoXyeCkUCgVYSaenp7G0tASXaxWGBgtqjL2oqu+iuUddYWFhiSTy2241 xNYm8A0NDX2PnPymVCrB3DChqakprKwsY2b6Ek6eqoG6/AwKXldCTDuKuWM5jY+NwdrZD9vkVdzeBBZu2242 Asb+S4iNFfQTeZS7ZNy+fprH4x2nPDZYKSwWC3p7ezA2aoOutgNTcytYvrEJ+4+AougtHElP44K2ftoO2243 c/cEFn4GFq8D9mXgs++BlMNCF3EeI/hthcG2mn9ISMibMTExaxUVFTh7xgizqRVffPMTrv0KXL4BjJKA2244 7vwoDgpjuXPxib4aDUNXMLgIDP0AfD4PnHPcQYLo4CrxlRGC782bOfGj3aCgUK9/WFaG6vo2fHkFGLsK2245 fEXPngXg495v8RyfP+Hv798qlWTeOmEcwGkH0HDxLvRfb6DacgHP8p4ZJq4TngJMjInsDQoKyhWLU39R2246 a2phmgPaKO/WGeD0JPB+dTP8/Pa10TgtOVbTiV9/t3YIKvMcqpouUPlS1ry9vRvp/2usKtsdDXZg9lDw2247 x 9jkD8yT0PZfQ3nPKqrOfweRSHTTy8vrLI3JIuzn8/n5h0WieUnmy3diBC84fXx8TNRfTniJ8Nh2AqyP2248 ExEIBG9QrTeKVTV455QBGUfEt319fVvo30lCBIFdfnsJhwilzBWhhHCA8CTh/kPnocZE9lGtZeSmOSAg2249 oJ2sG6lPQ0i+h4CNY3s+gMBzP//+6vAQYZmwC+1FwquEV9zvbNWe1zZ3E//Tqj34uU82iZWCWWZg7zta2250 347kQd//V4HfAbH5JQtxo6UqAAAAAElFTkSuQmCC2295 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAABA9JREFUSEvtVH1M 2296 W1UcnbKgGA2J24SYAAFLhBETMCLFELqNAgtQyFAbmhYaFoZ8GY3IatTa4QYtIdiKQEe3QVsKSIeR70iQ 2297 JWgDdFDD+KgokWwMJM3ipguM6UaOv/tSdKuIif7hP7vJyXvvvnvPued37r27dj1o/7UCAoFgt0wmOySX 2298 yw8Qlw/B699yPkwTH2IoKCh4SiKRJGdmZpalpaVNEJCRkYHk5OSZ6OhobWBgYAiNe8Q9fmc9WuGjOTk5 2299 5/Lz89eysrIWi4qKnCUlJZtqtRo6nQ56vR7Nzc0wGo0wmUzQaDRISkpyRUREvE3Mewi7d1QQiUQfETFy 2300 c3PR2dkJm82GwcFBdHV1wWq1oqWlBU1NTZwIEzCbzZxYYWEhoqKiLpKbVBJ4nMAq8NeWmJh4mdnv6+uD 2301 w+GA3W7HyMgIhoeHOTK24tLSUlAGSElJQUJCAigTKJVKqFQqSKXSu8HBwe0k9Lw7I1bmP1t8fPx8eno6 2302 Ojo6UF9fj/HxcQwMDKC4uBhVVVUQi8UcKXsSGSfCHK2vr2OrOZ1zyM6W3joqlzdERkbuvy8f6iiKiYnZ 2303 dDqd6O7uhlar5co1Ozv7BwHLIVsmheJ4GfLy8sBKOj09jaWlJbhcq9A3WlBr6EV1QxfNPeoKCwtLIpEn 2304 tjaBb2ho6Hvk5DeFQgHmhglNTU1hZWUZM9OXcPJULVQVZ1BYooCIdhRzx3IaHxuDtbMftsmruL0JLNwE 2305 DP2XEBfH7yfyaHfJuH39NI/HO055bLBSWCwW9Pb2YGzUBm1dB6bmVrB8YxP2H4G84rdwJCOdC9r6aTtM 2306 3RNY+BlYvA7Yl4HPvgdSDwtcxHmM4LcVBttq/iEhIW/ExsauVVZW4uwZA0zGVnzxzU+49itw+QYwSgLa 2307 86M4KIjjzsUnuho0Dl3B4CIw9APw+TxwznEHicKDq8RXTgi+N2/mxI92Qx6Fev3D8nLUNLThyyvA2FXg 2308 K3r2LAAf936L58LDJ/z9/VulEvGtE4YBnHYAjRfvQvf1BmosF/As75lh4jrhKcDEmMjeoKCgXJEo7ReV 2309 ug7GOaCN8m6dAU5PAu/XmOHnt6+NxmnIsYpO/Pq7dUNQmuZQ3XyBype65u3t3UT/X2NV2e5osAOzh4I/ 2310 xiZ/YJqEpv8aKnpWUX3+OwiFwpteXl5naUwWYX94eHjBYaFwXiJ++U4s/wWnj4+PkforCC8RHttOgPVx 2311 Inw+/3Wq9cabylq8c0qPzCOi276+vi307yQhksAuv72EQ4Qy5opQSjhAeJJw/6HzUGMi+6jWMnJjDggI 2312 aCfrBupTE1LuIWDj2J4PIPDcz7+/OjxEWCbsQnuR8CrhFfc7W7Xntc3dxP+0ag9+7pNNYqVglhnY+47W 2313 tyN50Pf/VeB3XJ0k/7937lQAAAAASUVORK5CYII= 2251 2314 </value> 2252 2315 </data> … … 2270 2333 <value>773, 87</value> 2271 2334 </metadata> 2335 <metadata name="vIEW_KOREKTYTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 2336 <value>411, 316</value> 2337 </metadata> 2272 2338 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 2273 2339 <value>112</value> -
trunk/BazaReklam/REKLAMADataSet.Designer.cs
r349 r368 50922 50922 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 50923 50923 private void InitCommandCollection() { 50924 this._commandCollection = new global::System.Data.SqlClient.SqlCommand[ 1];50924 this._commandCollection = new global::System.Data.SqlClient.SqlCommand[2]; 50925 50925 this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); 50926 50926 this._commandCollection[0].Connection = this.Connection; … … 50932 50932 FROM VIEW_KOREKTY"; 50933 50933 this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; 50934 this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); 50935 this._commandCollection[1].Connection = this.Connection; 50936 this._commandCollection[1].CommandText = @"SELECT ID_FAKTURY, CustomerId, Id_Agencji, kodKlienta, NUMER, NUMER_ROZ, NUMER_ROK, netto, S_VAT, vat, brutto, liczbaReklam, suma_zaplat, 50937 DATA_WYSTAWIENIA, DATA_SPRZEDAZY, TERMIN_ZAPLATY, zaplata_data, zaplata_opis, idZamowienia, KOREKTA, idFakturyKorekta, agent, 50938 waluta_brutto, waluta_miano, idFakturyVAT, ID_FK_KOR, NR_FAKTURY_KOREKTY, NUMER_F, NUMER_ROZ_F, NUMER_ROK_F, netto_F, brutto_F, 50939 vat_F, suma_zapłat_F, data_wystawienia_F, NR_FAKTURY, roznica_netto, roznica_vat, roznica_brutto, agencja, waluta_roznica_brutto, 50940 NR_FAKTURY_KORYGOWANEJ_1, nr_korygowanej 50941 FROM VIEW_KOREKTY 50942 WHERE CustomerId=@customerId"; 50943 this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; 50944 this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@customerId", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "CustomerId", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); 50934 50945 } 50935 50946 … … 50951 50962 public virtual REKLAMADataSet.VIEW_KOREKTYDataTable GetData() { 50952 50963 this.Adapter.SelectCommand = this.CommandCollection[0]; 50964 REKLAMADataSet.VIEW_KOREKTYDataTable dataTable = new REKLAMADataSet.VIEW_KOREKTYDataTable(); 50965 this.Adapter.Fill(dataTable); 50966 return dataTable; 50967 } 50968 50969 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 50970 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] 50971 [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)] 50972 public virtual int FillByCustomerId(REKLAMADataSet.VIEW_KOREKTYDataTable dataTable, global::System.Nullable<int> customerId) { 50973 this.Adapter.SelectCommand = this.CommandCollection[1]; 50974 if ((customerId.HasValue == true)) { 50975 this.Adapter.SelectCommand.Parameters[0].Value = ((int)(customerId.Value)); 50976 } 50977 else { 50978 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; 50979 } 50980 if ((this.ClearBeforeFill == true)) { 50981 dataTable.Clear(); 50982 } 50983 int returnValue = this.Adapter.Fill(dataTable); 50984 return returnValue; 50985 } 50986 50987 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 50988 [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] 50989 [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] 50990 public virtual REKLAMADataSet.VIEW_KOREKTYDataTable GetByCustomerId(global::System.Nullable<int> customerId) { 50991 this.Adapter.SelectCommand = this.CommandCollection[1]; 50992 if ((customerId.HasValue == true)) { 50993 this.Adapter.SelectCommand.Parameters[0].Value = ((int)(customerId.Value)); 50994 } 50995 else { 50996 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value; 50997 } 50953 50998 REKLAMADataSet.VIEW_KOREKTYDataTable dataTable = new REKLAMADataSet.VIEW_KOREKTYDataTable(); 50954 50999 this.Adapter.Fill(dataTable); -
trunk/BazaReklam/REKLAMADataSet.xsd
r349 r368 4567 4567 </Mappings> 4568 4568 <Sources> 4569 <DbSource ConnectionRef="testowe (Settings)" DbObjectName="BAZA_REKLAM_TEST.dbo.VIEW_KOREKTY" DbObjectType="View" FillMethodModifier="Public" FillMethodName="FillByCustomerId" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetByCustomerId" GeneratorSourceName="FillByCustomerId" GetMethodModifier="Public" GetMethodName="GetByCustomerId" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetByCustomerId" UserSourceName="FillByCustomerId"> 4570 <SelectCommand> 4571 <DbCommand CommandType="Text" ModifiedByUser="True"> 4572 <CommandText>SELECT ID_FAKTURY, CustomerId, Id_Agencji, kodKlienta, NUMER, NUMER_ROZ, NUMER_ROK, netto, S_VAT, vat, brutto, liczbaReklam, suma_zaplat, 4573 DATA_WYSTAWIENIA, DATA_SPRZEDAZY, TERMIN_ZAPLATY, zaplata_data, zaplata_opis, idZamowienia, KOREKTA, idFakturyKorekta, agent, 4574 waluta_brutto, waluta_miano, idFakturyVAT, ID_FK_KOR, NR_FAKTURY_KOREKTY, NUMER_F, NUMER_ROZ_F, NUMER_ROK_F, netto_F, brutto_F, 4575 vat_F, suma_zapłat_F, data_wystawienia_F, NR_FAKTURY, roznica_netto, roznica_vat, roznica_brutto, agencja, waluta_roznica_brutto, 4576 NR_FAKTURY_KORYGOWANEJ_1, nr_korygowanej 4577 FROM VIEW_KOREKTY 4578 WHERE CustomerId=@customerId</CommandText> 4579 <Parameters> 4580 <Parameter AllowDbNull="True" AutogeneratedName="customerId" ColumnName="CustomerId" DataSourceName="BAZA_REKLAM_TEST.dbo.VIEW_KOREKTY" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="CustomerId" SourceColumnNullMapping="False" SourceVersion="Current"> 4581 </Parameter> 4582 </Parameters> 4583 </DbCommand> 4584 </SelectCommand> 4585 </DbSource> 4569 4586 </Sources> 4570 4587 </TableAdapter> … … 4646 4663 <xs:complexType> 4647 4664 <xs:sequence> 4648 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column VarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />4649 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />4650 <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">4651 <xs:simpleType> 4652 <xs:restriction base="xs:string"> 4653 <xs:maxLength value="50" /> 4654 </xs:restriction> 4655 </xs:simpleType> 4656 </xs:element> 4657 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" default="AMT" minOccurs="0">4665 <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" /> 4666 <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" /> 4667 <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"> 4668 <xs:simpleType> 4669 <xs:restriction base="xs:string"> 4670 <xs:maxLength value="50" /> 4671 </xs:restriction> 4672 </xs:simpleType> 4673 </xs:element> 4674 <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"> 4658 4675 <xs:simpleType> 4659 4676 <xs:restriction base="xs:string"> … … 4662 4679 </xs:simpleType> 4663 4680 </xs:element> 4664 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column VarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" default="PŁATNA" minOccurs="0">4681 <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"> 4665 4682 <xs:simpleType> 4666 4683 <xs:restriction base="xs:string"> … … 4669 4686 </xs:simpleType> 4670 4687 </xs:element> 4671 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column VarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" default="test" minOccurs="0">4688 <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"> 4672 4689 <xs:simpleType> 4673 4690 <xs:restriction base="xs:string"> … … 4676 4693 </xs:simpleType> 4677 4694 </xs:element> 4678 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column VarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" 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="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_Column VarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" />4686 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_Column VarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" default="1" minOccurs="0" />4687 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_Column VarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" default="1" minOccurs="0" />4688 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_Column VarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">4695 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" 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_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" /> 4703 <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" /> 4704 <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" /> 4705 <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"> 4689 4706 <xs:simpleType> 4690 4707 <xs:restriction base="xs:string"> … … 4693 4710 </xs:simpleType> 4694 4711 </xs:element> 4695 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_Column VarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">4712 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 4696 4713 <xs:simpleType> 4697 4714 <xs:restriction base="xs:string"> … … 4700 4717 </xs:simpleType> 4701 4718 </xs:element> 4702 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_Column VarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInRow="STR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" />4703 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_Column VarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInRow="STR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" />4704 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_Column VarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" default="0" minOccurs="0" />4705 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_Column VarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInRow="ODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" default="1" minOccurs="0" />4706 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_Column VarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" default="B\W" minOccurs="0">4719 <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" /> 4720 <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" /> 4721 <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" /> 4722 <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" /> 4723 <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"> 4707 4724 <xs:simpleType> 4708 4725 <xs:restriction base="xs:string"> … … 4711 4728 </xs:simpleType> 4712 4729 </xs:element> 4713 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_Column VarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" default="false" minOccurs="0" />4714 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_Column VarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" default="0" minOccurs="0" />4715 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_Column VarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" default="0" minOccurs="0" />4716 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_Column VarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" default="false" minOccurs="0" />4717 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column VarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" default="false" minOccurs="0" />4718 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_Column VarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />4719 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_Column VarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0">4730 <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" /> 4731 <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" /> 4732 <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" /> 4733 <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" /> 4734 <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" /> 4735 <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" /> 4736 <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"> 4720 4737 <xs:simpleType> 4721 4738 <xs:restriction base="xs:string"> … … 4724 4741 </xs:simpleType> 4725 4742 </xs:element> 4726 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_Column VarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0">4727 <xs:simpleType> 4728 <xs:restriction base="xs:string"> 4729 <xs:maxLength value="50" /> 4730 </xs:restriction> 4731 </xs:simpleType> 4732 </xs:element> 4733 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_Column VarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" default="0" minOccurs="0" />4734 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" default="0" minOccurs="0" />4735 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" default="0.22" minOccurs="0" />4736 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_Column VarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" default="0" minOccurs="0" />4737 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" default="0" minOccurs="0" />4738 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_Column VarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" default="0" minOccurs="0" />4739 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_Column VarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInRow="PROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" default="0" minOccurs="0" />4740 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_Column VarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">4743 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_ColumnPropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0"> 4744 <xs:simpleType> 4745 <xs:restriction base="xs:string"> 4746 <xs:maxLength value="50" /> 4747 </xs:restriction> 4748 </xs:simpleType> 4749 </xs:element> 4750 <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" /> 4751 <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" /> 4752 <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" /> 4753 <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" /> 4754 <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" /> 4755 <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" /> 4756 <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" /> 4757 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 4741 4758 <xs:simpleType> 4742 4759 <xs:restriction base="xs:string"> … … 4745 4762 </xs:simpleType> 4746 4763 </xs:element> 4747 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_Column VarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0">4748 <xs:simpleType> 4749 <xs:restriction base="xs:string"> 4750 <xs:maxLength value="50" /> 4751 </xs:restriction> 4752 </xs:simpleType> 4753 </xs:element> 4754 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_Column VarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" default="1" minOccurs="0" />4755 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_Column VarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />4756 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_Column VarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" />4757 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_Column VarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />4758 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_Column VarNameInTable="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" />4759 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_Column VarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" default="false" minOccurs="0" />4760 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_Column VarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0">4761 <xs:simpleType> 4762 <xs:restriction base="xs:string"> 4763 <xs:maxLength value="50" /> 4764 </xs:restriction> 4765 </xs:simpleType> 4766 </xs:element> 4767 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_Column VarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0">4768 <xs:simpleType> 4769 <xs:restriction base="xs:string"> 4770 <xs:maxLength value="50" /> 4771 </xs:restriction> 4772 </xs:simpleType> 4773 </xs:element> 4774 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_Column VarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" />4775 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_Column VarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0">4764 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_ColumnPropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" 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="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" /> 4772 <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" /> 4773 <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" /> 4774 <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" /> 4775 <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" /> 4776 <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" /> 4777 <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"> 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="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 4785 <xs:simpleType> 4786 <xs:restriction base="xs:string"> 4787 <xs:maxLength value="50" /> 4788 </xs:restriction> 4789 </xs:simpleType> 4790 </xs:element> 4791 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_ColumnPropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" /> 4792 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_ColumnPropNameInRow="_FK_TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0"> 4776 4793 <xs:simpleType> 4777 4794 <xs:restriction base="xs:string"> … … 4780 4797 </xs:simpleType> 4781 4798 </xs:element> 4782 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_Column VarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" />4783 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_Column VarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0">4799 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_ColumnPropNameInRow="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" /> 4800 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_ColumnPropNameInRow="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0"> 4784 4801 <xs:simpleType> 4785 4802 <xs:restriction base="xs:string"> … … 4788 4805 </xs:simpleType> 4789 4806 </xs:element> 4790 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_Column VarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" />4791 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />4792 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_Column VarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" />4793 <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" />4794 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_Column VarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" />4795 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_Column VarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0">4807 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_ColumnPropNameInRow="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" /> 4808 <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" /> 4809 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_ColumnPropNameInRow="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" /> 4810 <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" /> 4811 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_ColumnPropNameInRow="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" /> 4812 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_ColumnPropNameInRow="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0"> 4796 4813 <xs:simpleType> 4797 4814 <xs:restriction base="xs:string"> … … 4800 4817 </xs:simpleType> 4801 4818 </xs:element> 4802 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_Column VarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" default="false" minOccurs="0" />4803 <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_Column VarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInRow="zam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0">4819 <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" /> 4820 <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"> 4804 4821 <xs:simpleType> 4805 4822 <xs:restriction base="xs:string"> … … 4808 4825 </xs:simpleType> 4809 4826 </xs:element> 4810 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_Column VarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" default="false" />4811 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_Column VarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInRow="Brutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" />4812 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_Column VarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />4813 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_Column VarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />4814 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_Column VarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" default="" minOccurs="0">4827 <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" /> 4828 <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" /> 4829 <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" /> 4830 <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" /> 4831 <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"> 4815 4832 <xs:simpleType> 4816 4833 <xs:restriction base="xs:string"> … … 4819 4836 </xs:simpleType> 4820 4837 </xs:element> 4821 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_Column VarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />4822 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_Column VarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />4823 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_Column VarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" default="1" minOccurs="0" />4824 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_Column VarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">4838 <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" /> 4839 <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" /> 4840 <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" /> 4841 <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"> 4825 4842 <xs:simpleType> 4826 4843 <xs:restriction base="xs:string"> … … 4829 4846 </xs:simpleType> 4830 4847 </xs:element> 4831 <xs:element name="wyroznienie_procent" msprop:Generator_UserColumnName="wyroznienie_procent" msprop:Generator_Column VarNameInTable="columnwyroznienie_procent" msprop:Generator_ColumnPropNameInRow="wyroznienie_procent" msprop:Generator_ColumnPropNameInTable="wyroznienie_procentColumn" type="xs:double" default="0" minOccurs="0" />4832 <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_Column VarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" default="0" minOccurs="0" />4833 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column VarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" />4834 <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" default="false" />4835 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column PropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" default="false" />4836 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_Column PropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />4837 <xs:element name="ogl_dzial" msprop:Generator_UserColumnName="ogl_dzial" msprop:Generator_Column VarNameInTable="columnogl_dzial" msprop:Generator_ColumnPropNameInRow="ogl_dzial" msprop:Generator_ColumnPropNameInTable="ogl_dzialColumn" type="xs:int" minOccurs="0" />4838 <xs:element name="ogl_rozdzial" msprop:Generator_UserColumnName="ogl_rozdzial" msprop:Generator_Column VarNameInTable="columnogl_rozdzial" msprop:Generator_ColumnPropNameInRow="ogl_rozdzial" msprop:Generator_ColumnPropNameInTable="ogl_rozdzialColumn" type="xs:int" minOccurs="0" />4839 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />4840 <xs:element name="Data1Emisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Data1Emisji" msprop:Generator_Column VarNameInTable="columnData1Emisji" msprop:Generator_ColumnPropNameInRow="Data1Emisji" msprop:Generator_ColumnPropNameInTable="Data1EmisjiColumn" type="xs:dateTime" minOccurs="0" />4848 <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" /> 4849 <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" /> 4850 <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" /> 4851 <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" /> 4852 <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" /> 4853 <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" /> 4854 <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" /> 4855 <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" /> 4856 <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" /> 4857 <xs:element name="Data1Emisji" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Data1Emisji" msprop:Generator_ColumnPropNameInRow="Data1Emisji" msprop:Generator_ColumnVarNameInTable="columnData1Emisji" msprop:Generator_ColumnPropNameInTable="Data1EmisjiColumn" type="xs:dateTime" minOccurs="0" /> 4841 4858 </xs:sequence> 4842 4859 </xs:complexType> … … 4845 4862 <xs:complexType> 4846 4863 <xs:sequence> 4847 <xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="ID" msprop:Generator_Column VarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:decimal" />4848 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column VarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />4849 <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" />4850 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_Column VarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" type="xs:short" default="0" />4851 <xs:element name="zafakturowana" msprop:Generator_UserColumnName="zafakturowana" msprop:Generator_Column VarNameInTable="columnzafakturowana" msprop:Generator_ColumnPropNameInRow="zafakturowana" msprop:Generator_ColumnPropNameInTable="zafakturowanaColumn" type="xs:boolean" default="false" />4852 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_Column VarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" minOccurs="0" />4853 <xs:element name="dataDodania" msprop:Generator_UserColumnName="dataDodania" msprop:Generator_Column VarNameInTable="columndataDodania" msprop:Generator_ColumnPropNameInRow="dataDodania" msprop:Generator_ColumnPropNameInTable="dataDodaniaColumn" type="xs:dateTime" minOccurs="0" />4854 <xs:element name="dataAnulowania" msprop:Generator_UserColumnName="dataAnulowania" msprop:Generator_Column VarNameInTable="columndataAnulowania" msprop:Generator_ColumnPropNameInRow="dataAnulowania" msprop:Generator_ColumnPropNameInTable="dataAnulowaniaColumn" type="xs:dateTime" minOccurs="0" />4855 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_Column PropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" default="0" minOccurs="0" />4864 <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" /> 4865 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 4866 <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" /> 4867 <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" /> 4868 <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" /> 4869 <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" /> 4870 <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" /> 4871 <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" /> 4872 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInRow="netto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" default="0" minOccurs="0" /> 4856 4873 </xs:sequence> 4857 4874 </xs:complexType> … … 4860 4877 <xs:complexType> 4861 4878 <xs:sequence> 4862 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_Column VarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0">4863 <xs:simpleType> 4864 <xs:restriction base="xs:string"> 4865 <xs:maxLength value="50" /> 4866 </xs:restriction> 4867 </xs:simpleType> 4868 </xs:element> 4869 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_Column VarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0">4870 <xs:simpleType> 4871 <xs:restriction base="xs:string"> 4872 <xs:maxLength value="50" /> 4873 </xs:restriction> 4874 </xs:simpleType> 4875 </xs:element> 4876 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_Column VarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0">4877 <xs:simpleType> 4878 <xs:restriction base="xs:string"> 4879 <xs:maxLength value="50" /> 4880 </xs:restriction> 4881 </xs:simpleType> 4882 </xs:element> 4883 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_Column VarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0">4884 <xs:simpleType> 4885 <xs:restriction base="xs:string"> 4886 <xs:maxLength value="50" /> 4887 </xs:restriction> 4888 </xs:simpleType> 4889 </xs:element> 4890 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_Column VarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0">4879 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 4880 <xs:simpleType> 4881 <xs:restriction base="xs:string"> 4882 <xs:maxLength value="50" /> 4883 </xs:restriction> 4884 </xs:simpleType> 4885 </xs:element> 4886 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 4887 <xs:simpleType> 4888 <xs:restriction base="xs:string"> 4889 <xs:maxLength value="50" /> 4890 </xs:restriction> 4891 </xs:simpleType> 4892 </xs:element> 4893 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 4894 <xs:simpleType> 4895 <xs:restriction base="xs:string"> 4896 <xs:maxLength value="50" /> 4897 </xs:restriction> 4898 </xs:simpleType> 4899 </xs:element> 4900 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 4901 <xs:simpleType> 4902 <xs:restriction base="xs:string"> 4903 <xs:maxLength value="50" /> 4904 </xs:restriction> 4905 </xs:simpleType> 4906 </xs:element> 4907 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 4891 4908 <xs:simpleType> 4892 4909 <xs:restriction base="xs:string"> … … 4895 4912 </xs:simpleType> 4896 4913 </xs:element> 4897 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_Column VarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0">4898 <xs:simpleType> 4899 <xs:restriction base="xs:string"> 4900 <xs:maxLength value="50" /> 4901 </xs:restriction> 4902 </xs:simpleType> 4903 </xs:element> 4904 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_Column VarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">4905 <xs:simpleType> 4906 <xs:restriction base="xs:string"> 4907 <xs:maxLength value="50" /> 4908 </xs:restriction> 4909 </xs:simpleType> 4910 </xs:element> 4911 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_Column VarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0">4912 <xs:simpleType> 4913 <xs:restriction base="xs:string"> 4914 <xs:maxLength value="50" /> 4915 </xs:restriction> 4916 </xs:simpleType> 4917 </xs:element> 4918 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_Column VarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0">4919 <xs:simpleType> 4920 <xs:restriction base="xs:string"> 4921 <xs:maxLength value="50" /> 4922 </xs:restriction> 4923 </xs:simpleType> 4924 </xs:element> 4925 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_Column VarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0">4914 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 4915 <xs:simpleType> 4916 <xs:restriction base="xs:string"> 4917 <xs:maxLength value="50" /> 4918 </xs:restriction> 4919 </xs:simpleType> 4920 </xs:element> 4921 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 4922 <xs:simpleType> 4923 <xs:restriction base="xs:string"> 4924 <xs:maxLength value="50" /> 4925 </xs:restriction> 4926 </xs:simpleType> 4927 </xs:element> 4928 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 4929 <xs:simpleType> 4930 <xs:restriction base="xs:string"> 4931 <xs:maxLength value="50" /> 4932 </xs:restriction> 4933 </xs:simpleType> 4934 </xs:element> 4935 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 4936 <xs:simpleType> 4937 <xs:restriction base="xs:string"> 4938 <xs:maxLength value="50" /> 4939 </xs:restriction> 4940 </xs:simpleType> 4941 </xs:element> 4942 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 4926 4943 <xs:simpleType> 4927 4944 <xs:restriction base="xs:string"> … … 4930 4947 </xs:simpleType> 4931 4948 </xs:element> 4932 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_Column VarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0">4949 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 4933 4950 <xs:simpleType> 4934 4951 <xs:restriction base="xs:string"> … … 4937 4954 </xs:simpleType> 4938 4955 </xs:element> 4939 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_Column VarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">4956 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 4940 4957 <xs:simpleType> 4941 4958 <xs:restriction base="xs:string"> … … 4944 4961 </xs:simpleType> 4945 4962 </xs:element> 4946 <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" />4947 <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_Column VarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0">4963 <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" /> 4964 <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"> 4948 4965 <xs:simpleType> 4949 4966 <xs:restriction base="xs:string"> … … 4952 4969 </xs:simpleType> 4953 4970 </xs:element> 4954 <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_Column VarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0">4971 <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"> 4955 4972 <xs:simpleType> 4956 4973 <xs:restriction base="xs:string"> … … 4959 4976 </xs:simpleType> 4960 4977 </xs:element> 4961 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_Column VarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0">4962 <xs:simpleType> 4963 <xs:restriction base="xs:string"> 4964 <xs:maxLength value="50" /> 4965 </xs:restriction> 4966 </xs:simpleType> 4967 </xs:element> 4968 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_Column VarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" default="true" />4969 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_Column VarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" default="true" />4970 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column VarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">4978 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 4979 <xs:simpleType> 4980 <xs:restriction base="xs:string"> 4981 <xs:maxLength value="50" /> 4982 </xs:restriction> 4983 </xs:simpleType> 4984 </xs:element> 4985 <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" /> 4986 <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" /> 4987 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 4971 4988 <xs:simpleType> 4972 4989 <xs:restriction base="xs:string"> … … 4975 4992 </xs:simpleType> 4976 4993 </xs:element> 4977 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_Column VarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0">4994 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 4978 4995 <xs:simpleType> 4979 4996 <xs:restriction base="xs:string"> … … 4982 4999 </xs:simpleType> 4983 5000 </xs:element> 4984 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_Column VarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0">4985 <xs:simpleType> 4986 <xs:restriction base="xs:string"> 4987 <xs:maxLength value="50" /> 4988 </xs:restriction> 4989 </xs:simpleType> 4990 </xs:element> 4991 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_Column VarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" />4992 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_Column VarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0">4993 <xs:simpleType> 4994 <xs:restriction base="xs:string"> 4995 <xs:maxLength value="50" /> 4996 </xs:restriction> 4997 </xs:simpleType> 4998 </xs:element> 4999 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_Column VarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0">5001 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 5002 <xs:simpleType> 5003 <xs:restriction base="xs:string"> 5004 <xs:maxLength value="50" /> 5005 </xs:restriction> 5006 </xs:simpleType> 5007 </xs:element> 5008 <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" /> 5009 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 5010 <xs:simpleType> 5011 <xs:restriction base="xs:string"> 5012 <xs:maxLength value="50" /> 5013 </xs:restriction> 5014 </xs:simpleType> 5015 </xs:element> 5016 <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"> 5000 5017 <xs:simpleType> 5001 5018 <xs:restriction base="xs:string"> … … 5004 5021 </xs:simpleType> 5005 5022 </xs:element> 5006 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_Column VarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" />5007 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" />5008 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5009 <xs:simpleType> 5010 <xs:restriction base="xs:string"> 5011 <xs:maxLength value="50" /> 5012 </xs:restriction> 5013 </xs:simpleType> 5014 </xs:element> 5015 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_Column VarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">5023 <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" /> 5024 <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" /> 5025 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5026 <xs:simpleType> 5027 <xs:restriction base="xs:string"> 5028 <xs:maxLength value="50" /> 5029 </xs:restriction> 5030 </xs:simpleType> 5031 </xs:element> 5032 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 5016 5033 <xs:simpleType> 5017 5034 <xs:restriction base="xs:string"> … … 5020 5037 </xs:simpleType> 5021 5038 </xs:element> 5022 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">5039 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 5023 5040 <xs:simpleType> 5024 5041 <xs:restriction base="xs:string"> … … 5033 5050 <xs:complexType> 5034 5051 <xs:sequence> 5035 <xs:element name="ID_REKLAMA_STRONA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_REKLAMA_STRONA" msprop:Generator_Column VarNameInTable="columnID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInRow="ID_REKLAMA_STRONA" msprop:Generator_ColumnPropNameInTable="ID_REKLAMA_STRONAColumn" type="xs:int" />5036 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column VarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />5037 <xs:element name="NR_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" />5038 <xs:element name="ID_GRZBIETU" msprop:Generator_UserColumnName="ID_GRZBIETU" msprop:Generator_Column VarNameInTable="columnID_GRZBIETU" msprop:Generator_ColumnPropNameInRow="ID_GRZBIETU" msprop:Generator_ColumnPropNameInTable="ID_GRZBIETUColumn" type="xs:int" />5039 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_Column VarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" />5052 <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" /> 5053 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 5054 <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" /> 5055 <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" /> 5056 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" type="xs:short" /> 5040 5057 </xs:sequence> 5041 5058 </xs:complexType> … … 5044 5061 <xs:complexType> 5045 5062 <xs:sequence> 5046 <xs:element name="id_klienci_os_kontakt" msdata:ReadOnly="true" msdata:AutoIncrement="true" 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" />5047 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_Column VarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" />5048 <xs:element name="Imie_Nazwisko" msprop:Generator_UserColumnName="Imie_Nazwisko" msprop:Generator_Column VarNameInTable="columnImie_Nazwisko" msprop:Generator_ColumnPropNameInRow="Imie_Nazwisko" msprop:Generator_ColumnPropNameInTable="Imie_NazwiskoColumn" minOccurs="0">5049 <xs:simpleType> 5050 <xs:restriction base="xs:string"> 5051 <xs:maxLength value="50" /> 5052 </xs:restriction> 5053 </xs:simpleType> 5054 </xs:element> 5055 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_Column VarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0">5056 <xs:simpleType> 5057 <xs:restriction base="xs:string"> 5058 <xs:maxLength value="50" /> 5059 </xs:restriction> 5060 </xs:simpleType> 5061 </xs:element> 5062 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_Column VarNameInTable="columnTel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0">5063 <xs:simpleType> 5064 <xs:restriction base="xs:string"> 5065 <xs:maxLength value="50" /> 5066 </xs:restriction> 5067 </xs:simpleType> 5068 </xs:element> 5069 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_Column VarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0">5070 <xs:simpleType> 5071 <xs:restriction base="xs:string"> 5072 <xs:maxLength value="50" /> 5073 </xs:restriction> 5074 </xs:simpleType> 5075 </xs:element> 5076 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5063 <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" /> 5064 <xs:element name="customerid" msprop:Generator_UserColumnName="customerid" msprop:Generator_ColumnPropNameInRow="customerid" msprop:Generator_ColumnVarNameInTable="columncustomerid" msprop:Generator_ColumnPropNameInTable="customeridColumn" type="xs:int" /> 5065 <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"> 5066 <xs:simpleType> 5067 <xs:restriction base="xs:string"> 5068 <xs:maxLength value="50" /> 5069 </xs:restriction> 5070 </xs:simpleType> 5071 </xs:element> 5072 <xs:element name="stanowisko" msprop:Generator_UserColumnName="stanowisko" msprop:Generator_ColumnPropNameInRow="stanowisko" msprop:Generator_ColumnVarNameInTable="columnstanowisko" msprop:Generator_ColumnPropNameInTable="stanowiskoColumn" minOccurs="0"> 5073 <xs:simpleType> 5074 <xs:restriction base="xs:string"> 5075 <xs:maxLength value="50" /> 5076 </xs:restriction> 5077 </xs:simpleType> 5078 </xs:element> 5079 <xs:element name="Tel" msprop:Generator_UserColumnName="Tel" msprop:Generator_ColumnPropNameInRow="Tel" msprop:Generator_ColumnVarNameInTable="columnTel" msprop:Generator_ColumnPropNameInTable="TelColumn" minOccurs="0"> 5080 <xs:simpleType> 5081 <xs:restriction base="xs:string"> 5082 <xs:maxLength value="50" /> 5083 </xs:restriction> 5084 </xs:simpleType> 5085 </xs:element> 5086 <xs:element name="email" msprop:Generator_UserColumnName="email" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInTable="emailColumn" minOccurs="0"> 5087 <xs:simpleType> 5088 <xs:restriction base="xs:string"> 5089 <xs:maxLength value="50" /> 5090 </xs:restriction> 5091 </xs:simpleType> 5092 </xs:element> 5093 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5077 5094 <xs:simpleType> 5078 5095 <xs:restriction base="xs:string"> … … 5087 5104 <xs:complexType> 5088 5105 <xs:sequence> 5089 <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" />5090 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" minOccurs="0" />5091 <xs:element name="TYP_PROJEKTU" msprop:Generator_UserColumnName="TYP_PROJEKTU" msprop:Generator_Column PropNameInRow="TYP_PROJEKTU" msprop:Generator_ColumnVarNameInTable="columnTYP_PROJEKTU" msprop:Generator_ColumnPropNameInTable="TYP_PROJEKTUColumn" default="NOWY" minOccurs="0">5092 <xs:simpleType> 5093 <xs:restriction base="xs:string"> 5094 <xs:maxLength value="50" /> 5095 </xs:restriction> 5096 </xs:simpleType> 5097 </xs:element> 5098 <xs:element name="NAZWA_ZAMOWIENIA" msprop:Generator_UserColumnName="NAZWA_ZAMOWIENIA" msprop:Generator_Column PropNameInRow="NAZWA_ZAMOWIENIA" msprop:Generator_ColumnVarNameInTable="columnNAZWA_ZAMOWIENIA" msprop:Generator_ColumnPropNameInTable="NAZWA_ZAMOWIENIAColumn" 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="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_Column PropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM">5106 <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" /> 5107 <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" /> 5108 <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"> 5109 <xs:simpleType> 5110 <xs:restriction base="xs:string"> 5111 <xs:maxLength value="50" /> 5112 </xs:restriction> 5113 </xs:simpleType> 5114 </xs:element> 5115 <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"> 5116 <xs:simpleType> 5117 <xs:restriction base="xs:string"> 5118 <xs:maxLength value="50" /> 5119 </xs:restriction> 5120 </xs:simpleType> 5121 </xs:element> 5122 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" default="ZAMAWIAM"> 5106 5123 <xs:simpleType> 5107 5124 <xs:restriction base="xs:string"> … … 5110 5127 </xs:simpleType> 5111 5128 </xs:element> 5112 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_Column PropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0">5113 <xs:simpleType> 5114 <xs:restriction base="xs:string"> 5115 <xs:maxLength value="50" /> 5116 </xs:restriction> 5117 </xs:simpleType> 5118 </xs:element> 5119 <xs:element name="DATA_AGENT" msprop:Generator_UserColumnName="DATA_AGENT" msprop:Generator_Column PropNameInRow="DATA_AGENT" msprop:Generator_ColumnVarNameInTable="columnDATA_AGENT" msprop:Generator_ColumnPropNameInTable="DATA_AGENTColumn" type="xs:dateTime" minOccurs="0" />5120 <xs:element name="ZAMAWIAM_NA" msprop:Generator_UserColumnName="ZAMAWIAM_NA" msprop:Generator_Column PropNameInRow="ZAMAWIAM_NA" msprop:Generator_ColumnVarNameInTable="columnZAMAWIAM_NA" msprop:Generator_ColumnPropNameInTable="ZAMAWIAM_NAColumn" type="xs:dateTime" minOccurs="0" />5121 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_Column PropNameInRow="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0">5122 <xs:simpleType> 5123 <xs:restriction base="xs:string"> 5124 <xs:maxLength value="50" /> 5125 </xs:restriction> 5126 </xs:simpleType> 5127 </xs:element> 5128 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_Column PropNameInRow="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0">5129 <xs:simpleType> 5130 <xs:restriction base="xs:string"> 5131 <xs:maxLength value="50" /> 5132 </xs:restriction> 5133 </xs:simpleType> 5134 </xs:element> 5135 <xs:element name="DATA_PRODUKCJA" msprop:Generator_UserColumnName="DATA_PRODUKCJA" msprop:Generator_Column PropNameInRow="DATA_PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnDATA_PRODUKCJA" msprop:Generator_ColumnPropNameInTable="DATA_PRODUKCJAColumn" type="xs:dateTime" minOccurs="0" />5136 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_Column PropNameInRow="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0">5137 <xs:simpleType> 5138 <xs:restriction base="xs:string"> 5139 <xs:maxLength value="50" /> 5140 </xs:restriction> 5141 </xs:simpleType> 5142 </xs:element> 5143 <xs:element name="DATA_DTP" msprop:Generator_UserColumnName="DATA_DTP" msprop:Generator_Column PropNameInRow="DATA_DTP" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP" msprop:Generator_ColumnPropNameInTable="DATA_DTPColumn" type="xs:dateTime" minOccurs="0" />5144 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column PropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0">5145 <xs:simpleType> 5146 <xs:restriction base="xs:string"> 5147 <xs:maxLength value="50" /> 5148 </xs:restriction> 5149 </xs:simpleType> 5150 </xs:element> 5151 <xs:element name="DATA_KOREKTA" msprop:Generator_UserColumnName="DATA_KOREKTA" msprop:Generator_Column PropNameInRow="DATA_KOREKTA" msprop:Generator_ColumnVarNameInTable="columnDATA_KOREKTA" msprop:Generator_ColumnPropNameInTable="DATA_KOREKTAColumn" type="xs:dateTime" minOccurs="0" />5152 <xs:element name="DTP_PO_KOR" msprop:Generator_UserColumnName="DTP_PO_KOR" msprop:Generator_Column PropNameInRow="DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DTP_PO_KORColumn" minOccurs="0">5153 <xs:simpleType> 5154 <xs:restriction base="xs:string"> 5155 <xs:maxLength value="50" /> 5156 </xs:restriction> 5157 </xs:simpleType> 5158 </xs:element> 5159 <xs:element name="DATA_DTP_PO_KOR" msprop:Generator_UserColumnName="DATA_DTP_PO_KOR" msprop:Generator_Column PropNameInRow="DATA_DTP_PO_KOR" msprop:Generator_ColumnVarNameInTable="columnDATA_DTP_PO_KOR" msprop:Generator_ColumnPropNameInTable="DATA_DTP_PO_KORColumn" type="xs:dateTime" minOccurs="0" />5160 <xs:element name="DATA_AKCEPTACJI" msprop:Generator_UserColumnName="DATA_AKCEPTACJI" msprop:Generator_Column PropNameInRow="DATA_AKCEPTACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_AKCEPTACJI" msprop:Generator_ColumnPropNameInTable="DATA_AKCEPTACJIColumn" type="xs:dateTime" minOccurs="0" />5161 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_Column PropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:short" default="0" />5162 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_Column PropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">5129 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 5130 <xs:simpleType> 5131 <xs:restriction base="xs:string"> 5132 <xs:maxLength value="50" /> 5133 </xs:restriction> 5134 </xs:simpleType> 5135 </xs:element> 5136 <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" /> 5137 <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" /> 5138 <xs:element name="PRIORYTET" msprop:Generator_UserColumnName="PRIORYTET" msprop:Generator_ColumnVarNameInTable="columnPRIORYTET" msprop:Generator_ColumnPropNameInRow="PRIORYTET" msprop:Generator_ColumnPropNameInTable="PRIORYTETColumn" default="NORMALNY" minOccurs="0"> 5139 <xs:simpleType> 5140 <xs:restriction base="xs:string"> 5141 <xs:maxLength value="50" /> 5142 </xs:restriction> 5143 </xs:simpleType> 5144 </xs:element> 5145 <xs:element name="PRODUKCJA" msprop:Generator_UserColumnName="PRODUKCJA" msprop:Generator_ColumnVarNameInTable="columnPRODUKCJA" msprop:Generator_ColumnPropNameInRow="PRODUKCJA" msprop:Generator_ColumnPropNameInTable="PRODUKCJAColumn" minOccurs="0"> 5146 <xs:simpleType> 5147 <xs:restriction base="xs:string"> 5148 <xs:maxLength value="50" /> 5149 </xs:restriction> 5150 </xs:simpleType> 5151 </xs:element> 5152 <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" /> 5153 <xs:element name="DTP" msprop:Generator_UserColumnName="DTP" msprop:Generator_ColumnVarNameInTable="columnDTP" msprop:Generator_ColumnPropNameInRow="DTP" msprop:Generator_ColumnPropNameInTable="DTPColumn" minOccurs="0"> 5154 <xs:simpleType> 5155 <xs:restriction base="xs:string"> 5156 <xs:maxLength value="50" /> 5157 </xs:restriction> 5158 </xs:simpleType> 5159 </xs:element> 5160 <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" /> 5161 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" minOccurs="0"> 5162 <xs:simpleType> 5163 <xs:restriction base="xs:string"> 5164 <xs:maxLength value="50" /> 5165 </xs:restriction> 5166 </xs:simpleType> 5167 </xs:element> 5168 <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" /> 5169 <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"> 5170 <xs:simpleType> 5171 <xs:restriction base="xs:string"> 5172 <xs:maxLength value="50" /> 5173 </xs:restriction> 5174 </xs:simpleType> 5175 </xs:element> 5176 <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" /> 5177 <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" /> 5178 <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" /> 5179 <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0"> 5163 5180 <xs:simpleType> 5164 5181 <xs:restriction base="xs:string"> … … 5167 5184 </xs:simpleType> 5168 5185 </xs:element> 5169 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_Column PropNameInRow="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0">5186 <xs:element name="PLIK" msprop:Generator_UserColumnName="PLIK" msprop:Generator_ColumnVarNameInTable="columnPLIK" msprop:Generator_ColumnPropNameInRow="PLIK" msprop:Generator_ColumnPropNameInTable="PLIKColumn" minOccurs="0"> 5170 5187 <xs:simpleType> 5171 5188 <xs:restriction base="xs:string"> … … 5174 5191 </xs:simpleType> 5175 5192 </xs:element> 5176 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_Column PropNameInRow="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0">5193 <xs:element name="uwagi" msprop:Generator_UserColumnName="uwagi" msprop:Generator_ColumnVarNameInTable="columnuwagi" msprop:Generator_ColumnPropNameInRow="uwagi" msprop:Generator_ColumnPropNameInTable="uwagiColumn" minOccurs="0"> 5177 5194 <xs:simpleType> 5178 5195 <xs:restriction base="xs:string"> … … 5181 5198 </xs:simpleType> 5182 5199 </xs:element> 5183 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_Column PropNameInRow="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0">5184 <xs:simpleType> 5185 <xs:restriction base="xs:string"> 5186 <xs:maxLength value="50" /> 5187 </xs:restriction> 5188 </xs:simpleType> 5189 </xs:element> 5190 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_Column PropNameInRow="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0">5200 <xs:element name="DataEmisji" msprop:Generator_UserColumnName="DataEmisji" msprop:Generator_ColumnVarNameInTable="columnDataEmisji" msprop:Generator_ColumnPropNameInRow="DataEmisji" msprop:Generator_ColumnPropNameInTable="DataEmisjiColumn" minOccurs="0"> 5201 <xs:simpleType> 5202 <xs:restriction base="xs:string"> 5203 <xs:maxLength value="50" /> 5204 </xs:restriction> 5205 </xs:simpleType> 5206 </xs:element> 5207 <xs:element name="Moduł" msprop:Generator_UserColumnName="Moduł" msprop:Generator_ColumnVarNameInTable="columnModuł" msprop:Generator_ColumnPropNameInRow="Moduł" msprop:Generator_ColumnPropNameInTable="ModułColumn" minOccurs="0"> 5191 5208 <xs:simpleType> 5192 5209 <xs:restriction base="xs:string"> … … 5195 5212 </xs:simpleType> 5196 5213 </xs:element> 5197 <xs:element name="szer" msprop:Generator_UserColumnName="szer" msprop:Generator_Column PropNameInRow="szer" msprop:Generator_ColumnVarNameInTable="columnszer" msprop:Generator_ColumnPropNameInTable="szerColumn" type="xs:short" minOccurs="0" />5198 <xs:element name="wys" msprop:Generator_UserColumnName="wys" msprop:Generator_Column PropNameInRow="wys" msprop:Generator_ColumnVarNameInTable="columnwys" msprop:Generator_ColumnPropNameInTable="wysColumn" type="xs:short" minOccurs="0" />5199 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_Column PropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">5200 <xs:simpleType> 5201 <xs:restriction base="xs:string"> 5202 <xs:maxLength value="50" /> 5203 </xs:restriction> 5204 </xs:simpleType> 5205 </xs:element> 5206 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_Column PropNameInRow="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0">5214 <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" /> 5215 <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" /> 5216 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 5217 <xs:simpleType> 5218 <xs:restriction base="xs:string"> 5219 <xs:maxLength value="50" /> 5220 </xs:restriction> 5221 </xs:simpleType> 5222 </xs:element> 5223 <xs:element name="kolor" msprop:Generator_UserColumnName="kolor" msprop:Generator_ColumnVarNameInTable="columnkolor" msprop:Generator_ColumnPropNameInRow="kolor" msprop:Generator_ColumnPropNameInTable="kolorColumn" minOccurs="0"> 5207 5224 <xs:simpleType> 5208 5225 <xs:restriction base="xs:string"> … … 5211 5228 </xs:simpleType> 5212 5229 </xs:element> 5213 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_Column PropNameInRow="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" 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="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_Column PropNameInRow="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" minOccurs="0">5221 <xs:simpleType> 5222 <xs:restriction base="xs:string"> 5223 <xs:maxLength value="50" /> 5224 </xs:restriction> 5225 </xs:simpleType> 5226 </xs:element> 5227 <xs:element name="path_to_material" msprop:Generator_UserColumnName="path_to_material" msprop:Generator_Column PropNameInRow="path_to_material" msprop:Generator_ColumnVarNameInTable="columnpath_to_material" msprop:Generator_ColumnPropNameInTable="path_to_materialColumn" minOccurs="0">5230 <xs:element name="szkic" msprop:Generator_UserColumnName="szkic" msprop:Generator_ColumnVarNameInTable="columnszkic" msprop:Generator_ColumnPropNameInRow="szkic" msprop:Generator_ColumnPropNameInTable="szkicColumn" minOccurs="0"> 5231 <xs:simpleType> 5232 <xs:restriction base="xs:string"> 5233 <xs:maxLength value="50" /> 5234 </xs:restriction> 5235 </xs:simpleType> 5236 </xs:element> 5237 <xs:element name="kurier" msprop:Generator_UserColumnName="kurier" msprop:Generator_ColumnVarNameInTable="columnkurier" msprop:Generator_ColumnPropNameInRow="kurier" msprop:Generator_ColumnPropNameInTable="kurierColumn" 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="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"> 5228 5245 <xs:simpleType> 5229 5246 <xs:restriction base="xs:string"> … … 5238 5255 <xs:complexType> 5239 5256 <xs:sequence> 5240 <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" />5241 <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" />5242 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_Column VarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">5257 <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" /> 5258 <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" /> 5259 <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"> 5243 5260 <xs:simpleType> 5244 5261 <xs:restriction base="xs:string"> … … 5247 5264 </xs:simpleType> 5248 5265 </xs:element> 5249 <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_Column VarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />5250 <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_Column VarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />5251 <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_Column VarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0">5266 <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" /> 5267 <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" /> 5268 <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"> 5252 5269 <xs:simpleType> 5253 5270 <xs:restriction base="xs:string"> … … 5256 5273 </xs:simpleType> 5257 5274 </xs:element> 5258 <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_Column VarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" />5259 <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" />5260 <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" />5261 <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_Column VarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0">5275 <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" /> 5276 <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" /> 5277 <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" /> 5278 <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"> 5262 5279 <xs:simpleType> 5263 5280 <xs:restriction base="xs:string"> … … 5266 5283 </xs:simpleType> 5267 5284 </xs:element> 5268 <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_Column VarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0">5285 <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"> 5269 5286 <xs:simpleType> 5270 5287 <xs:restriction base="xs:string"> … … 5273 5290 </xs:simpleType> 5274 5291 </xs:element> 5275 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5292 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5276 5293 <xs:simpleType> 5277 5294 <xs:restriction base="xs:string"> … … 5280 5297 </xs:simpleType> 5281 5298 </xs:element> 5282 <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_Column VarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0">5299 <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"> 5283 5300 <xs:simpleType> 5284 5301 <xs:restriction base="xs:string"> … … 5287 5304 </xs:simpleType> 5288 5305 </xs:element> 5289 <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" />5290 <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" />5291 <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_Column VarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" />5292 <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_Column VarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0">5306 <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" /> 5307 <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" /> 5308 <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" /> 5309 <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"> 5293 5310 <xs:simpleType> 5294 5311 <xs:restriction base="xs:string"> … … 5297 5314 </xs:simpleType> 5298 5315 </xs:element> 5299 <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_Column VarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0">5316 <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"> 5300 5317 <xs:simpleType> 5301 5318 <xs:restriction base="xs:string"> … … 5304 5321 </xs:simpleType> 5305 5322 </xs:element> 5306 <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_Column VarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0">5307 <xs:simpleType> 5308 <xs:restriction base="xs:string"> 5309 <xs:maxLength value="50" /> 5310 </xs:restriction> 5311 </xs:simpleType> 5312 </xs:element> 5313 <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_Column VarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" 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="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_Column VarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" />5321 <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_Column VarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" />5322 <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_Column VarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" />5323 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_Column VarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" default="false" />5324 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_Column VarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" default="false" />5325 <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:short" minOccurs="0" />5326 <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_Column VarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" />5327 <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" />5328 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_Column VarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" 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="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_Column VarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">5331 <xs:simpleType> 5332 <xs:restriction base="xs:string"> 5333 <xs:maxLength value="50" /> 5334 </xs:restriction> 5335 </xs:simpleType> 5336 </xs:element> 5337 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_Column VarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />5338 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_Column VarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />5339 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />5340 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">5323 <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"> 5324 <xs:simpleType> 5325 <xs:restriction base="xs:string"> 5326 <xs:maxLength value="50" /> 5327 </xs:restriction> 5328 </xs:simpleType> 5329 </xs:element> 5330 <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"> 5331 <xs:simpleType> 5332 <xs:restriction base="xs:string"> 5333 <xs:maxLength value="50" /> 5334 </xs:restriction> 5335 </xs:simpleType> 5336 </xs:element> 5337 <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" /> 5338 <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" /> 5339 <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" /> 5340 <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" /> 5341 <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" /> 5342 <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" /> 5343 <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" /> 5344 <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" /> 5345 <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" /> 5346 <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" /> 5347 <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"> 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="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" /> 5355 <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" /> 5356 <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" /> 5357 <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"> 5341 5358 <xs:simpleType> 5342 5359 <xs:restriction base="xs:string"> … … 5345 5362 </xs:simpleType> 5346 5363 </xs:element> 5347 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_Column VarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />5348 <xs:element name="waluta_przelicznik" msprop:Generator_UserColumnName="waluta_przelicznik" msprop:Generator_Column VarNameInTable="columnwaluta_przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_przelicznikColumn" type="xs:int" minOccurs="0" />5349 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_Column VarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />5350 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_Column VarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">5364 <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" /> 5365 <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" /> 5366 <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" /> 5367 <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"> 5351 5368 <xs:simpleType> 5352 5369 <xs:restriction base="xs:string"> … … 5355 5372 </xs:simpleType> 5356 5373 </xs:element> 5357 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />5358 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_Column VarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />5359 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column PropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" default="false" />5360 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_Column VarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />5374 <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" /> 5375 <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" /> 5376 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" default="false" /> 5377 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" /> 5361 5378 <xs:element name="NrTygodnia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NrTygodnia" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="NrTygodnia" msprop:Generator_ColumnPropNameInTable="NrTygodniaColumn" msprop:Generator_ColumnVarNameInTable="columnNrTygodnia" type="xs:string" minOccurs="0" /> 5362 5379 </xs:sequence> … … 5366 5383 <xs:complexType> 5367 5384 <xs:sequence> 5368 <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_Column VarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" />5369 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />5370 <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" />5371 <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_Column VarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" />5372 <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_Column VarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0">5385 <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" /> 5386 <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" /> 5387 <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" /> 5388 <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" /> 5389 <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"> 5373 5390 <xs:simpleType> 5374 5391 <xs:restriction base="xs:string"> … … 5377 5394 </xs:simpleType> 5378 5395 </xs:element> 5379 <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_Column VarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0">5396 <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"> 5380 5397 <xs:simpleType> 5381 5398 <xs:restriction base="xs:string"> … … 5384 5401 </xs:simpleType> 5385 5402 </xs:element> 5386 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_Column VarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">5403 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 5387 5404 <xs:simpleType> 5388 5405 <xs:restriction base="xs:string"> … … 5391 5408 </xs:simpleType> 5392 5409 </xs:element> 5393 <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_Column VarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />5394 <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_Column VarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" />5395 <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_Column VarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" />5396 <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_Column VarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" />5397 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />5398 <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" />5399 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />5400 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />5401 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" />5402 <xs:element name="NR_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" minOccurs="0" />5403 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column VarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" />5404 <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_Column VarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" />5405 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column PropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" default="false" minOccurs="0" />5406 <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" />5410 <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" /> 5411 <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" /> 5412 <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" /> 5413 <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" /> 5414 <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" /> 5415 <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" /> 5416 <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" /> 5417 <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" /> 5418 <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" /> 5419 <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" /> 5420 <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" /> 5421 <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" /> 5422 <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" minOccurs="0" /> 5423 <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" /> 5407 5424 </xs:sequence> 5408 5425 </xs:complexType> … … 5411 5428 <xs:complexType> 5412 5429 <xs:sequence> 5413 <xs:element name="ID_KL_KLIENCI" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KL_KLIENCI" msprop:Generator_Column VarNameInTable="columnID_KL_KLIENCI" msprop:Generator_ColumnPropNameInRow="ID_KL_KLIENCI" msprop:Generator_ColumnPropNameInTable="ID_KL_KLIENCIColumn" type="xs:int" />5414 <xs:element name="ID_KL_1" msprop:Generator_UserColumnName="ID_KL_1" msprop:Generator_Column VarNameInTable="columnID_KL_1" msprop:Generator_ColumnPropNameInRow="ID_KL_1" msprop:Generator_ColumnPropNameInTable="ID_KL_1Column" type="xs:int" default="1" />5415 <xs:element name="ID_KL_2" msprop:Generator_UserColumnName="ID_KL_2" msprop:Generator_Column VarNameInTable="columnID_KL_2" msprop:Generator_ColumnPropNameInRow="ID_KL_2" msprop:Generator_ColumnPropNameInTable="ID_KL_2Column" type="xs:int" default="2" />5416 <xs:element name="ID_KL_3" msprop:Generator_UserColumnName="ID_KL_3" msprop:Generator_Column VarNameInTable="columnID_KL_3" msprop:Generator_ColumnPropNameInRow="ID_KL_3" msprop:Generator_ColumnPropNameInTable="ID_KL_3Column" type="xs:int" default="1" />5417 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_Column VarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />5418 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_Column VarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn">5430 <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" /> 5431 <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" /> 5432 <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" /> 5433 <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" /> 5434 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 5435 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 5419 5436 <xs:simpleType> 5420 5437 <xs:restriction base="xs:string"> … … 5423 5440 </xs:simpleType> 5424 5441 </xs:element> 5425 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5442 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5426 5443 </xs:sequence> 5427 5444 </xs:complexType> … … 5430 5447 <xs:complexType> 5431 5448 <xs:sequence> 5432 <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" />5433 <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" />5434 <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">5449 <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" /> 5450 <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" /> 5451 <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"> 5435 5452 <xs:simpleType> 5436 5453 <xs:restriction base="xs:string"> … … 5439 5456 </xs:simpleType> 5440 5457 </xs:element> 5441 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column PropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">5458 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5442 5459 <xs:simpleType> 5443 5460 <xs:restriction base="xs:string"> … … 5446 5463 </xs:simpleType> 5447 5464 </xs:element> 5448 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column PropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">5465 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 5449 5466 <xs:simpleType> 5450 5467 <xs:restriction base="xs:string"> … … 5453 5470 </xs:simpleType> 5454 5471 </xs:element> 5455 <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">5472 <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"> 5456 5473 <xs:simpleType> 5457 5474 <xs:restriction base="xs:string"> … … 5460 5477 </xs:simpleType> 5461 5478 </xs:element> 5462 <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">5463 <xs:simpleType> 5464 <xs:restriction base="xs:string"> 5465 <xs:maxLength value="50" /> 5466 </xs:restriction> 5467 </xs:simpleType> 5468 </xs:element> 5469 <xs:element name="DATA_x0020_ZAMÓWIENIA" msprop:Generator_UserColumnName="DATA ZAMÓWIENIA" msprop:Generator_Column PropNameInRow="DATA_ZAMÓWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_ZAMÓWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_ZAMÓWIENIAColumn" type="xs:dateTime" minOccurs="0" />5470 <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" />5471 <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" />5472 <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">5479 <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"> 5480 <xs:simpleType> 5481 <xs:restriction base="xs:string"> 5482 <xs:maxLength value="50" /> 5483 </xs:restriction> 5484 </xs:simpleType> 5485 </xs:element> 5486 <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" /> 5487 <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" /> 5488 <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" /> 5489 <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"> 5473 5490 <xs:simpleType> 5474 5491 <xs:restriction base="xs:string"> … … 5477 5494 </xs:simpleType> 5478 5495 </xs:element> 5479 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_Column PropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">5496 <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0"> 5480 5497 <xs:simpleType> 5481 5498 <xs:restriction base="xs:string"> … … 5484 5501 </xs:simpleType> 5485 5502 </xs:element> 5486 <xs:element name="STR_x0020_NR_x0020_WT" msprop:Generator_UserColumnName="STR NR WT" msprop:Generator_Column PropNameInRow="STR_NR_WT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_WT" msprop:Generator_ColumnPropNameInTable="STR_NR_WTColumn" type="xs:short" minOccurs="0" />5487 <xs:element name="STR_x0020_NR_x0020_PT" msprop:Generator_UserColumnName="STR NR PT" msprop:Generator_Column PropNameInRow="STR_NR_PT" msprop:Generator_ColumnVarNameInTable="columnSTR_NR_PT" msprop:Generator_ColumnPropNameInTable="STR_NR_PTColumn" type="xs:short" minOccurs="0" />5488 <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" />5489 <xs:element name="ODSTĘP" msprop:Generator_UserColumnName="ODSTĘP" msprop:Generator_Column PropNameInRow="ODSTĘP" msprop:Generator_ColumnVarNameInTable="columnODSTĘP" msprop:Generator_ColumnPropNameInTable="ODSTĘPColumn" type="xs:unsignedByte" minOccurs="0" />5490 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_Column PropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">5503 <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" /> 5504 <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" /> 5505 <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" /> 5506 <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" /> 5507 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 5491 5508 <xs:simpleType> 5492 5509 <xs:restriction base="xs:string"> … … 5495 5512 </xs:simpleType> 5496 5513 </xs:element> 5497 <xs:element name="WSKAZANIE_x0020_MIEJSCA" msprop:Generator_UserColumnName="WSKAZANIE MIEJSCA" msprop:Generator_Column PropNameInRow="WSKAZANIE_MIEJSCA" msprop:Generator_ColumnVarNameInTable="columnWSKAZANIE_MIEJSCA" msprop:Generator_ColumnPropNameInTable="WSKAZANIE_MIEJSCAColumn" type="xs:boolean" minOccurs="0" />5498 <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" />5499 <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" />5500 <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" />5501 <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" />5502 <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" />5503 <xs:element name="SYMBOL_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="SYMBOL POTWIERDZENIA" msprop:Generator_Column PropNameInRow="SYMBOL_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnSYMBOL_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="SYMBOL_POTWIERDZENIAColumn" minOccurs="0">5514 <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" /> 5515 <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" /> 5516 <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" /> 5517 <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" /> 5518 <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" /> 5519 <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" /> 5520 <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"> 5504 5521 <xs:simpleType> 5505 5522 <xs:restriction base="xs:string"> … … 5508 5525 </xs:simpleType> 5509 5526 </xs:element> 5510 <xs:element name="RODZAJ_x0020_POTWIERDZENIA" msprop:Generator_UserColumnName="RODZAJ POTWIERDZENIA" msprop:Generator_Column PropNameInRow="RODZAJ_POTWIERDZENIA" msprop:Generator_ColumnVarNameInTable="columnRODZAJ_POTWIERDZENIA" msprop:Generator_ColumnPropNameInTable="RODZAJ_POTWIERDZENIAColumn" minOccurs="0">5511 <xs:simpleType> 5512 <xs:restriction base="xs:string"> 5513 <xs:maxLength value="50" /> 5514 </xs:restriction> 5515 </xs:simpleType> 5516 </xs:element> 5517 <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" />5518 <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" />5519 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column PropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" minOccurs="0" />5520 <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_Column PropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" minOccurs="0" />5521 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column PropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" minOccurs="0" />5522 <xs:element name="PROCENT_x0020_PROWIZJI" msprop:Generator_UserColumnName="PROCENT PROWIZJI" msprop:Generator_Column PropNameInRow="PROCENT_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPROCENT_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PROCENT_PROWIZJIColumn" type="xs:double" minOccurs="0" />5523 <xs:element name="PROWIZJA" msprop:Generator_UserColumnName="PROWIZJA" msprop:Generator_Column PropNameInRow="PROWIZJA" msprop:Generator_ColumnVarNameInTable="columnPROWIZJA" msprop:Generator_ColumnPropNameInTable="PROWIZJAColumn" type="xs:double" minOccurs="0" />5524 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_Column PropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">5527 <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"> 5528 <xs:simpleType> 5529 <xs:restriction base="xs:string"> 5530 <xs:maxLength value="50" /> 5531 </xs:restriction> 5532 </xs:simpleType> 5533 </xs:element> 5534 <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" /> 5535 <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" /> 5536 <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" /> 5537 <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" /> 5538 <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" /> 5539 <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" /> 5540 <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" /> 5541 <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0"> 5525 5542 <xs:simpleType> 5526 5543 <xs:restriction base="xs:string"> … … 5529 5546 </xs:simpleType> 5530 5547 </xs:element> 5531 <xs:element name="FAKTURA_x0020_NUMER" msprop:Generator_UserColumnName="FAKTURA NUMER" msprop:Generator_Column PropNameInRow="FAKTURA_NUMER" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_NUMER" msprop:Generator_ColumnPropNameInTable="FAKTURA_NUMERColumn" minOccurs="0">5532 <xs:simpleType> 5533 <xs:restriction base="xs:string"> 5534 <xs:maxLength value="50" /> 5535 </xs:restriction> 5536 </xs:simpleType> 5537 </xs:element> 5538 <xs:element name="FAKTURA_x0020_ID_x0020_KONTA" msprop:Generator_UserColumnName="FAKTURA ID KONTA" msprop:Generator_Column PropNameInRow="FAKTURA_ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_ID_KONTA" msprop:Generator_ColumnPropNameInTable="FAKTURA_ID_KONTAColumn" type="xs:int" minOccurs="0" />5539 <xs:element name="FAKTURA_x0020_DATA_x0020_WYSTAWIENIA" msprop:Generator_UserColumnName="FAKTURA DATA WYSTAWIENIA" msprop:Generator_Column PropNameInRow="FAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />5540 <xs:element name="FAKTURA_x0020_DATA_x0020_SPRZEDAŻY" msprop:Generator_UserColumnName="FAKTURA DATA SPRZEDAŻY" msprop:Generator_Column PropNameInRow="FAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_DATA_SPRZEDAŻY" msprop:Generator_ColumnPropNameInTable="FAKTURA_DATA_SPRZEDAŻYColumn" type="xs:dateTime" minOccurs="0" />5541 <xs:element name="FAKTURA_x0020_TERMIN_x0020_ZAPŁATY" msprop:Generator_UserColumnName="FAKTURA TERMIN ZAPŁATY" msprop:Generator_Column PropNameInRow="FAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TERMIN_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="FAKTURA_TERMIN_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />5542 <xs:element name="FAKTURA_x0020_FORMA_x0020_PŁATNOŚCI" msprop:Generator_UserColumnName="FAKTURA FORMA PŁATNOŚCI" msprop:Generator_Column PropNameInRow="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" />5543 <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_Column PropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" minOccurs="0" />5544 <xs:element name="FAKTURA_x0020_RODZAJ" msprop:Generator_UserColumnName="FAKTURA RODZAJ" msprop:Generator_Column PropNameInRow="FAKTURA_RODZAJ" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_RODZAJ" msprop:Generator_ColumnPropNameInTable="FAKTURA_RODZAJColumn" minOccurs="0">5545 <xs:simpleType> 5546 <xs:restriction base="xs:string"> 5547 <xs:maxLength value="50" /> 5548 </xs:restriction> 5549 </xs:simpleType> 5550 </xs:element> 5551 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_Column PropNameInRow="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0">5552 <xs:simpleType> 5553 <xs:restriction base="xs:string"> 5554 <xs:maxLength value="50" /> 5555 </xs:restriction> 5556 </xs:simpleType> 5557 </xs:element> 5558 <xs:element name="DATA_x0020_OSTATNIEJ_x0020_MODYFIKACJI" msprop:Generator_UserColumnName="DATA OSTATNIEJ MODYFIKACJI" msprop:Generator_Column PropNameInRow="DATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnVarNameInTable="columnDATA_OSTATNIEJ_MODYFIKACJI" msprop:Generator_ColumnPropNameInTable="DATA_OSTATNIEJ_MODYFIKACJIColumn" type="xs:dateTime" minOccurs="0" />5559 <xs:element name="FK-TR" msprop:Generator_UserColumnName="FK-TR" msprop:Generator_Column PropNameInRow="_FK_TR" msprop:Generator_ColumnVarNameInTable="_columnFK_TR" msprop:Generator_ColumnPropNameInTable="_FK_TRColumn" minOccurs="0">5548 <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"> 5549 <xs:simpleType> 5550 <xs:restriction base="xs:string"> 5551 <xs:maxLength value="50" /> 5552 </xs:restriction> 5553 </xs:simpleType> 5554 </xs:element> 5555 <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" /> 5556 <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" /> 5557 <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" /> 5558 <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" /> 5559 <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" /> 5560 <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" /> 5561 <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"> 5562 <xs:simpleType> 5563 <xs:restriction base="xs:string"> 5564 <xs:maxLength value="50" /> 5565 </xs:restriction> 5566 </xs:simpleType> 5567 </xs:element> 5568 <xs:element name="USERID" msprop:Generator_UserColumnName="USERID" msprop:Generator_ColumnVarNameInTable="columnUSERID" msprop:Generator_ColumnPropNameInRow="USERID" msprop:Generator_ColumnPropNameInTable="USERIDColumn" minOccurs="0"> 5569 <xs:simpleType> 5570 <xs:restriction base="xs:string"> 5571 <xs:maxLength value="50" /> 5572 </xs:restriction> 5573 </xs:simpleType> 5574 </xs:element> 5575 <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" /> 5576 <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"> 5560 5577 <xs:simpleType> 5561 5578 <xs:restriction base="xs:string"> … … 5564 5581 </xs:simpleType> 5565 5582 </xs:element> 5566 <xs:element name="F_NR" msprop:Generator_UserColumnName="F_NR" msprop:Generator_Column PropNameInRow="F_NR" msprop:Generator_ColumnVarNameInTable="columnF_NR" msprop:Generator_ColumnPropNameInTable="F_NRColumn" type="xs:int" minOccurs="0" />5567 <xs:element name="F_NR_ROZ" msprop:Generator_UserColumnName="F_NR_ROZ" msprop:Generator_Column PropNameInRow="F_NR_ROZ" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROZ" msprop:Generator_ColumnPropNameInTable="F_NR_ROZColumn" minOccurs="0">5583 <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" /> 5584 <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"> 5568 5585 <xs:simpleType> 5569 5586 <xs:restriction base="xs:string"> … … 5572 5589 </xs:simpleType> 5573 5590 </xs:element> 5574 <xs:element name="F_NR_ROK" msprop:Generator_UserColumnName="F_NR_ROK" msprop:Generator_Column PropNameInRow="F_NR_ROK" msprop:Generator_ColumnVarNameInTable="columnF_NR_ROK" msprop:Generator_ColumnPropNameInTable="F_NR_ROKColumn" type="xs:int" minOccurs="0" />5575 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column PropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />5576 <xs:element name="PROMOCJA" msprop:Generator_UserColumnName="PROMOCJA" msprop:Generator_Column PropNameInRow="PROMOCJA" msprop:Generator_ColumnVarNameInTable="columnPROMOCJA" msprop:Generator_ColumnPropNameInTable="PROMOCJAColumn" type="xs:int" minOccurs="0" />5577 <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" />5578 <xs:element name="customerId_Sub" msprop:Generator_UserColumnName="customerId_Sub" msprop:Generator_Column PropNameInRow="customerId_Sub" msprop:Generator_ColumnVarNameInTable="columncustomerId_Sub" msprop:Generator_ColumnPropNameInTable="customerId_SubColumn" type="xs:int" minOccurs="0" />5579 <xs:element name="kier_notatka" msprop:Generator_UserColumnName="kier_notatka" msprop:Generator_Column PropNameInRow="kier_notatka" msprop:Generator_ColumnVarNameInTable="columnkier_notatka" msprop:Generator_ColumnPropNameInTable="kier_notatkaColumn" minOccurs="0">5591 <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" /> 5592 <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" /> 5593 <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" /> 5594 <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" /> 5595 <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" /> 5596 <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"> 5580 5597 <xs:simpleType> 5581 5598 <xs:restriction base="xs:string"> … … 5584 5601 </xs:simpleType> 5585 5602 </xs:element> 5586 <xs:element name="kier_zatwierdzil" msprop:Generator_UserColumnName="kier_zatwierdzil" msprop:Generator_Column PropNameInRow="kier_zatwierdzil" msprop:Generator_ColumnVarNameInTable="columnkier_zatwierdzil" msprop:Generator_ColumnPropNameInTable="kier_zatwierdzilColumn" type="xs:boolean" minOccurs="0" />5587 <xs:element name="zam_notatka" msprop:Generator_UserColumnName="zam_notatka" msprop:Generator_Column PropNameInRow="zam_notatka" msprop:Generator_ColumnVarNameInTable="columnzam_notatka" msprop:Generator_ColumnPropNameInTable="zam_notatkaColumn" minOccurs="0">5603 <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" /> 5604 <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"> 5588 5605 <xs:simpleType> 5589 5606 <xs:restriction base="xs:string"> … … 5592 5609 </xs:simpleType> 5593 5610 </xs:element> 5594 <xs:element name="zablokuj_prowizje" msprop:Generator_UserColumnName="zablokuj_prowizje" msprop:Generator_Column PropNameInRow="zablokuj_prowizje" msprop:Generator_ColumnVarNameInTable="columnzablokuj_prowizje" msprop:Generator_ColumnPropNameInTable="zablokuj_prowizjeColumn" type="xs:boolean" />5595 <xs:element name="Brutto_Euro" msprop:Generator_UserColumnName="Brutto_Euro" msprop:Generator_Column PropNameInRow="Brutto_Euro" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro" msprop:Generator_ColumnPropNameInTable="Brutto_EuroColumn" type="xs:double" minOccurs="0" />5596 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_Column PropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />5597 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_Column PropNameInRow="Zaliczka_Data" msprop:Generator_ColumnVarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />5598 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_Column PropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">5611 <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" /> 5612 <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" /> 5613 <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" /> 5614 <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" /> 5615 <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"> 5599 5616 <xs:simpleType> 5600 5617 <xs:restriction base="xs:string"> … … 5603 5620 </xs:simpleType> 5604 5621 </xs:element> 5605 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_Column PropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />5606 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_Column PropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />5607 <xs:element name="waluta_Przelicznik" msprop:Generator_UserColumnName="waluta_Przelicznik" msprop:Generator_Column PropNameInRow="waluta_Przelicznik" msprop:Generator_ColumnVarNameInTable="columnwaluta_Przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_PrzelicznikColumn" type="xs:int" minOccurs="0" />5608 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_Column PropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnVarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">5622 <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" /> 5623 <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" /> 5624 <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" /> 5625 <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"> 5609 5626 <xs:simpleType> 5610 5627 <xs:restriction base="xs:string"> … … 5613 5630 </xs:simpleType> 5614 5631 </xs:element> 5615 <xs:element name="OD" msprop:Generator_UserColumnName="OD" msprop:Generator_Column PropNameInRow="OD" msprop:Generator_ColumnVarNameInTable="columnOD" msprop:Generator_ColumnPropNameInTable="ODColumn" type="xs:short" minOccurs="0" />5616 <xs:element name="DO" msprop:Generator_UserColumnName="DO" msprop:Generator_Column PropNameInRow="DO" msprop:Generator_ColumnVarNameInTable="columnDO" msprop:Generator_ColumnPropNameInTable="DOColumn" type="xs:short" minOccurs="0" />5617 <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" />5618 <xs:element name="miesiac" msdata:ReadOnly="true" msprop:Generator_UserColumnName="miesiac" msprop:Generator_Column PropNameInRow="miesiac" msprop:Generator_ColumnVarNameInTable="columnmiesiac" msprop:Generator_ColumnPropNameInTable="miesiacColumn" type="xs:int" minOccurs="0" />5619 <xs:element name="_x0031_emisja" msprop:Generator_UserColumnName="1emisja" msprop:Generator_Column PropNameInRow="_1emisja" msprop:Generator_ColumnVarNameInTable="column1emisja" msprop:Generator_ColumnPropNameInTable="_1emisjaColumn" type="xs:dateTime" minOccurs="0" />5620 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5621 <xs:simpleType> 5622 <xs:restriction base="xs:string"> 5623 <xs:maxLength value="50" /> 5624 </xs:restriction> 5625 </xs:simpleType> 5626 </xs:element> 5627 <xs:element name="CENA_x0020_MODUŁU" msdata:ReadOnly="true" msprop:Generator_UserColumnName="CENA MODUŁU" msprop:Generator_Column PropNameInRow="CENA_MODUŁU" msprop:Generator_ColumnVarNameInTable="columnCENA_MODUŁU" msprop:Generator_ColumnPropNameInTable="CENA_MODUŁUColumn" type="xs:double" minOccurs="0" />5628 <xs:element name="CENA_MIN" msprop:Generator_UserColumnName="CENA_MIN" msprop:Generator_Column PropNameInRow="CENA_MIN" msprop:Generator_ColumnVarNameInTable="columnCENA_MIN" msprop:Generator_ColumnPropNameInTable="CENA_MINColumn" type="xs:decimal" minOccurs="0" />5629 <xs:element name="CENA" msprop:Generator_UserColumnName="CENA" msprop:Generator_Column PropNameInRow="CENA" msprop:Generator_ColumnVarNameInTable="columnCENA" msprop:Generator_ColumnPropNameInTable="CENAColumn" type="xs:decimal" minOccurs="0" />5630 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">5631 <xs:simpleType> 5632 <xs:restriction base="xs:string"> 5633 <xs:maxLength value="50" /> 5634 </xs:restriction> 5635 </xs:simpleType> 5636 </xs:element> 5637 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column VarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />5638 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />5632 <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" /> 5633 <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" /> 5634 <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" /> 5635 <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" /> 5636 <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" /> 5637 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5638 <xs:simpleType> 5639 <xs:restriction base="xs:string"> 5640 <xs:maxLength value="50" /> 5641 </xs:restriction> 5642 </xs:simpleType> 5643 </xs:element> 5644 <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" /> 5645 <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" /> 5646 <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" /> 5647 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 5648 <xs:simpleType> 5649 <xs:restriction base="xs:string"> 5650 <xs:maxLength value="50" /> 5651 </xs:restriction> 5652 </xs:simpleType> 5653 </xs:element> 5654 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 5655 <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" /> 5639 5656 </xs:sequence> 5640 5657 </xs:complexType> … … 5643 5660 <xs:complexType> 5644 5661 <xs:sequence> 5645 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column VarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />5646 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">5662 <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" /> 5663 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 5647 5664 <xs:simpleType> 5648 5665 <xs:restriction base="xs:string"> … … 5651 5668 </xs:simpleType> 5652 5669 </xs:element> 5653 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column VarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">5670 <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"> 5654 5671 <xs:simpleType> 5655 5672 <xs:restriction base="xs:string"> … … 5658 5675 </xs:simpleType> 5659 5676 </xs:element> 5660 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column VarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">5661 <xs:simpleType> 5662 <xs:restriction base="xs:string"> 5663 <xs:maxLength value="50" /> 5664 </xs:restriction> 5665 </xs:simpleType> 5666 </xs:element> 5667 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column VarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />5668 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column VarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />5669 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column VarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">5670 <xs:simpleType> 5671 <xs:restriction base="xs:string"> 5672 <xs:maxLength value="50" /> 5673 </xs:restriction> 5674 </xs:simpleType> 5675 </xs:element> 5676 <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">5677 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_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="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 5685 <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" /> 5686 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 5687 <xs:simpleType> 5688 <xs:restriction base="xs:string"> 5689 <xs:maxLength value="50" /> 5690 </xs:restriction> 5691 </xs:simpleType> 5692 </xs:element> 5693 <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"> 5677 5694 <xs:simpleType> 5678 5695 <xs:restriction base="xs:string"> … … 5681 5698 </xs:simpleType> 5682 5699 </xs:element> 5683 <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" />5684 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_Column VarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">5685 <xs:simpleType> 5686 <xs:restriction base="xs:string"> 5687 <xs:maxLength value="50" /> 5688 </xs:restriction> 5689 </xs:simpleType> 5690 </xs:element> 5691 <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_Column PropNameInRow="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" />5692 <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_Column PropNameInRow="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" />5693 <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_Column PropNameInRow="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" />5694 <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_Column PropNameInRow="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" />5695 <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_Column VarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" />5696 <xs:element name="CustomerID" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />5697 <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" />5698 <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:decimal" />5700 <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" /> 5701 <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0"> 5702 <xs:simpleType> 5703 <xs:restriction base="xs:string"> 5704 <xs:maxLength value="50" /> 5705 </xs:restriction> 5706 </xs:simpleType> 5707 </xs:element> 5708 <xs:element name="jestCDR" msprop:Generator_UserColumnName="jestCDR" msprop:Generator_ColumnVarNameInTable="columnjestCDR" msprop:Generator_ColumnPropNameInRow="jestCDR" msprop:Generator_ColumnPropNameInTable="jestCDRColumn" type="xs:boolean" minOccurs="0" /> 5709 <xs:element name="jestEPS" msprop:Generator_UserColumnName="jestEPS" msprop:Generator_ColumnVarNameInTable="columnjestEPS" msprop:Generator_ColumnPropNameInRow="jestEPS" msprop:Generator_ColumnPropNameInTable="jestEPSColumn" type="xs:boolean" minOccurs="0" /> 5710 <xs:element name="jestJPG" msprop:Generator_UserColumnName="jestJPG" msprop:Generator_ColumnVarNameInTable="columnjestJPG" msprop:Generator_ColumnPropNameInRow="jestJPG" msprop:Generator_ColumnPropNameInTable="jestJPGColumn" type="xs:boolean" minOccurs="0" /> 5711 <xs:element name="datyOK" msprop:Generator_UserColumnName="datyOK" msprop:Generator_ColumnVarNameInTable="columndatyOK" msprop:Generator_ColumnPropNameInRow="datyOK" msprop:Generator_ColumnPropNameInTable="datyOKColumn" type="xs:boolean" minOccurs="0" /> 5712 <xs:element name="strona_zlecenie" msprop:Generator_UserColumnName="strona_zlecenie" msprop:Generator_ColumnPropNameInRow="strona_zlecenie" msprop:Generator_ColumnVarNameInTable="columnstrona_zlecenie" msprop:Generator_ColumnPropNameInTable="strona_zlecenieColumn" type="xs:short" minOccurs="0" /> 5713 <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" /> 5714 <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" /> 5715 <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:decimal" /> 5699 5716 </xs:sequence> 5700 5717 </xs:complexType> … … 5703 5720 <xs:complexType> 5704 5721 <xs:sequence> 5705 <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 VarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" />5706 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_Column VarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" />5707 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_Column VarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">5708 <xs:simpleType> 5709 <xs:restriction base="xs:string"> 5710 <xs:maxLength value="50" /> 5711 </xs:restriction> 5712 </xs:simpleType> 5713 </xs:element> 5714 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />5715 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column VarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">5722 <xs:element name="Id_kontaktu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="Id_kontaktu" msprop:Generator_ColumnPropNameInRow="Id_kontaktu" msprop:Generator_ColumnVarNameInTable="columnId_kontaktu" msprop:Generator_ColumnPropNameInTable="Id_kontaktuColumn" type="xs:int" /> 5723 <xs:element name="customerId" msprop:Generator_UserColumnName="customerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" type="xs:int" /> 5724 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn"> 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="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 5732 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 5716 5733 <xs:simpleType> 5717 5734 <xs:restriction base="xs:string"> … … 5720 5737 </xs:simpleType> 5721 5738 </xs:element> 5722 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">5739 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 5723 5740 <xs:simpleType> 5724 5741 <xs:restriction base="xs:string"> … … 5733 5750 <xs:complexType> 5734 5751 <xs:sequence> 5735 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_Column PropNameInRow="ID_NABYWCY" msprop:Generator_ColumnVarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />5736 <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" />5737 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_Column VarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">5752 <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" /> 5753 <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" /> 5754 <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"> 5738 5755 <xs:simpleType> 5739 5756 <xs:restriction base="xs:string"> … … 5742 5759 </xs:simpleType> 5743 5760 </xs:element> 5744 <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" />5745 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />5746 <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" />5747 <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">5761 <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" /> 5762 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" /> 5763 <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" /> 5764 <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"> 5748 5765 <xs:simpleType> 5749 5766 <xs:restriction base="xs:string"> … … 5752 5769 </xs:simpleType> 5753 5770 </xs:element> 5754 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">5771 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 5755 5772 <xs:simpleType> 5756 5773 <xs:restriction base="xs:string"> … … 5759 5776 </xs:simpleType> 5760 5777 </xs:element> 5761 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />5762 <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" />5763 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />5764 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />5765 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />5766 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">5778 <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" /> 5779 <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" /> 5780 <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" /> 5781 <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" /> 5782 <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" /> 5783 <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"> 5767 5784 <xs:simpleType> 5768 5785 <xs:restriction base="xs:string"> … … 5771 5788 </xs:simpleType> 5772 5789 </xs:element> 5773 <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" />5774 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />5775 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">5776 <xs:simpleType> 5777 <xs:restriction base="xs:string"> 5778 <xs:maxLength value="50" /> 5779 </xs:restriction> 5780 </xs:simpleType> 5781 </xs:element> 5782 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">5783 <xs:simpleType> 5784 <xs:restriction base="xs:string"> 5785 <xs:maxLength value="50" /> 5786 </xs:restriction> 5787 </xs:simpleType> 5788 </xs:element> 5789 <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" />5790 <xs:element name="ZAPŁACONO" msprop:Generator_UserColumnName="ZAPŁACONO" msprop:Generator_Column VarNameInTable="columnZAPŁACONO" msprop:Generator_ColumnPropNameInRow="ZAPŁACONO" msprop:Generator_ColumnPropNameInTable="ZAPŁACONOColumn" type="xs:boolean" minOccurs="0" />5791 <xs:element name="DATA_x0020_ZAPŁATY" msprop:Generator_UserColumnName="DATA ZAPŁATY" msprop:Generator_Column VarNameInTable="columnDATA_ZAPŁATY" msprop:Generator_ColumnPropNameInRow="DATA_ZAPŁATY" msprop:Generator_ColumnPropNameInTable="DATA_ZAPŁATYColumn" type="xs:dateTime" minOccurs="0" />5792 <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" />5793 <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" />5794 <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_Column VarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0">5795 <xs:simpleType> 5796 <xs:restriction base="xs:string"> 5797 <xs:maxLength value="50" /> 5798 </xs:restriction> 5799 </xs:simpleType> 5800 </xs:element> 5801 <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" />5802 <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" />5803 <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:short" minOccurs="0" />5804 <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" />5805 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_Column VarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" />5806 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_Column VarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />5807 <xs:element name="wplata_waluta_miano" msprop:Generator_UserColumnName="wplata_waluta_miano" msprop:Generator_Column VarNameInTable="columnwplata_waluta_miano" msprop:Generator_ColumnPropNameInRow="wplata_waluta_miano" msprop:Generator_ColumnPropNameInTable="wplata_waluta_mianoColumn" minOccurs="0">5790 <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" /> 5791 <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" /> 5792 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 5793 <xs:simpleType> 5794 <xs:restriction base="xs:string"> 5795 <xs:maxLength value="50" /> 5796 </xs:restriction> 5797 </xs:simpleType> 5798 </xs:element> 5799 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 5800 <xs:simpleType> 5801 <xs:restriction base="xs:string"> 5802 <xs:maxLength value="50" /> 5803 </xs:restriction> 5804 </xs:simpleType> 5805 </xs:element> 5806 <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" /> 5807 <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" /> 5808 <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" /> 5809 <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" /> 5810 <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" /> 5811 <xs:element name="firstname" msprop:Generator_UserColumnName="firstname" msprop:Generator_ColumnPropNameInRow="firstname" msprop:Generator_ColumnVarNameInTable="columnfirstname" msprop:Generator_ColumnPropNameInTable="firstnameColumn" minOccurs="0"> 5812 <xs:simpleType> 5813 <xs:restriction base="xs:string"> 5814 <xs:maxLength value="50" /> 5815 </xs:restriction> 5816 </xs:simpleType> 5817 </xs:element> 5818 <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" /> 5819 <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" /> 5820 <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" /> 5821 <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" /> 5822 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 5823 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 5824 <xs:element name="wplata_waluta_miano" msprop:Generator_UserColumnName="wplata_waluta_miano" msprop:Generator_ColumnPropNameInRow="wplata_waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_miano" msprop:Generator_ColumnPropNameInTable="wplata_waluta_mianoColumn" minOccurs="0"> 5808 5825 <xs:simpleType> 5809 5826 <xs:restriction base="xs:string"> … … 5812 5829 </xs:simpleType> 5813 5830 </xs:element> 5814 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column VarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />5815 <xs:element name="Korekta" msprop:Generator_UserColumnName="Korekta" msprop:Generator_Column VarNameInTable="columnKorekta" msprop:Generator_ColumnPropNameInRow="Korekta" msprop:Generator_ColumnPropNameInTable="KorektaColumn" type="xs:boolean" minOccurs="0" />5831 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" /> 5832 <xs:element name="Korekta" msprop:Generator_UserColumnName="Korekta" msprop:Generator_ColumnPropNameInRow="Korekta" msprop:Generator_ColumnVarNameInTable="columnKorekta" msprop:Generator_ColumnPropNameInTable="KorektaColumn" type="xs:boolean" minOccurs="0" /> 5816 5833 </xs:sequence> 5817 5834 </xs:complexType> … … 5820 5837 <xs:complexType> 5821 5838 <xs:sequence> 5822 <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" />5823 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_Column PropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn">5824 <xs:simpleType> 5825 <xs:restriction base="xs:string"> 5826 <xs:maxLength value="50" /> 5827 </xs:restriction> 5828 </xs:simpleType> 5829 </xs:element> 5830 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column PropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />5831 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column PropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />5832 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_Column PropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" />5833 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_Column PropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" />5834 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_Column PropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" />5835 <xs:element name="N_KLIENCI" msprop:Generator_UserColumnName="N_KLIENCI" msprop:Generator_Column PropNameInRow="N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnN_KLIENCI" msprop:Generator_ColumnPropNameInTable="N_KLIENCIColumn" type="xs:int" default="0" />5836 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_Column PropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" />5837 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_Column PropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" />5838 <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_Column PropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" />5839 <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_Column PropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" />5840 <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_Column PropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" />5841 <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_Column PropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" />5842 <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_Column PropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" />5843 <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_Column PropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" />5844 <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_Column PropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" />5845 <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_Column PropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" />5846 <xs:element name="W_BUDZET" msprop:Generator_UserColumnName="W_BUDZET" msprop:Generator_Column PropNameInRow="W_BUDZET" msprop:Generator_ColumnVarNameInTable="columnW_BUDZET" msprop:Generator_ColumnPropNameInTable="W_BUDZETColumn" type="xs:int" default="0" />5847 <xs:element name="W_SPOTKANIA" msprop:Generator_UserColumnName="W_SPOTKANIA" msprop:Generator_Column PropNameInRow="W_SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnW_SPOTKANIA" msprop:Generator_ColumnPropNameInTable="W_SPOTKANIAColumn" type="xs:int" default="0" />5848 <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_Column PropNameInRow="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" />5849 <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_Column PropNameInRow="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" />5850 <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_Column PropNameInRow="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" />5851 <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_Column PropNameInRow="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" />5852 <xs:element name="W_N_KLIENCI" msprop:Generator_UserColumnName="W_N_KLIENCI" msprop:Generator_Column PropNameInRow="W_N_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_N_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_N_KLIENCIColumn" type="xs:int" default="0" />5853 <xs:element name="W_KLIENCI" msprop:Generator_UserColumnName="W_KLIENCI" msprop:Generator_Column PropNameInRow="W_KLIENCI" msprop:Generator_ColumnVarNameInTable="columnW_KLIENCI" msprop:Generator_ColumnPropNameInTable="W_KLIENCIColumn" type="xs:int" default="0" />5854 <xs:element name="W_REKLAMY" msprop:Generator_UserColumnName="W_REKLAMY" msprop:Generator_Column PropNameInRow="W_REKLAMY" msprop:Generator_ColumnVarNameInTable="columnW_REKLAMY" msprop:Generator_ColumnPropNameInTable="W_REKLAMYColumn" type="xs:int" default="0" />5855 <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_Column PropNameInRow="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" />5856 <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_Column PropNameInRow="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" />5857 <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_Column PropNameInRow="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" />5858 <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_Column PropNameInRow="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" />5859 <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_Column PropNameInRow="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" />5860 <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_Column PropNameInRow="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" />5861 <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_Column PropNameInRow="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" />5862 <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_Column PropNameInRow="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" />5863 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_Column PropNameInRow="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" />5864 <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_Column PropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" />5839 <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" /> 5840 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 5841 <xs:simpleType> 5842 <xs:restriction base="xs:string"> 5843 <xs:maxLength value="50" /> 5844 </xs:restriction> 5845 </xs:simpleType> 5846 </xs:element> 5847 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 5848 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 5849 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" default="0" /> 5850 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" default="0" /> 5851 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" default="0" /> 5852 <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" default="0" /> 5853 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" default="0" /> 5854 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" default="0" /> 5855 <xs:element name="WIEDZA_O_FIRMIE" msprop:Generator_UserColumnName="WIEDZA_O_FIRMIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_FIRMIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_FIRMIEColumn" type="xs:short" default="0" /> 5856 <xs:element name="WIEDZA_O_PRODUKCIE" msprop:Generator_UserColumnName="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_PRODUKCIE" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_PRODUKCIEColumn" type="xs:short" default="0" /> 5857 <xs:element name="WIEDZA_O_RYNKU" msprop:Generator_UserColumnName="WIEDZA_O_RYNKU" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInRow="WIEDZA_O_RYNKU" msprop:Generator_ColumnPropNameInTable="WIEDZA_O_RYNKUColumn" type="xs:short" default="0" /> 5858 <xs:element name="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_UserColumnName="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnVarNameInTable="columnWIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInRow="WIEDZA_OGOLNO_HANDLOWA" msprop:Generator_ColumnPropNameInTable="WIEDZA_OGOLNO_HANDLOWAColumn" type="xs:short" default="0" /> 5859 <xs:element name="JAKOSC_ROZMOWY_TEL" msprop:Generator_UserColumnName="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInRow="JAKOSC_ROZMOWY_TEL" msprop:Generator_ColumnPropNameInTable="JAKOSC_ROZMOWY_TELColumn" type="xs:short" default="0" /> 5860 <xs:element name="JAKOSC_SPOTKAN" msprop:Generator_UserColumnName="JAKOSC_SPOTKAN" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInRow="JAKOSC_SPOTKAN" msprop:Generator_ColumnPropNameInTable="JAKOSC_SPOTKANColumn" type="xs:short" default="0" /> 5861 <xs:element name="JAKOSC_KORESPONDENCJI" msprop:Generator_UserColumnName="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInRow="JAKOSC_KORESPONDENCJI" msprop:Generator_ColumnPropNameInTable="JAKOSC_KORESPONDENCJIColumn" type="xs:short" default="0" /> 5862 <xs:element name="JAKOSC_OFERT" msprop:Generator_UserColumnName="JAKOSC_OFERT" msprop:Generator_ColumnVarNameInTable="columnJAKOSC_OFERT" msprop:Generator_ColumnPropNameInRow="JAKOSC_OFERT" msprop:Generator_ColumnPropNameInTable="JAKOSC_OFERTColumn" type="xs:short" default="0" /> 5863 <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" default="0" /> 5864 <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" default="0" /> 5865 <xs:element name="W_TEL" msprop:Generator_UserColumnName="W_TEL" msprop:Generator_ColumnVarNameInTable="columnW_TEL" msprop:Generator_ColumnPropNameInRow="W_TEL" msprop:Generator_ColumnPropNameInTable="W_TELColumn" type="xs:int" default="0" /> 5866 <xs:element name="W_EMAIL" msprop:Generator_UserColumnName="W_EMAIL" msprop:Generator_ColumnVarNameInTable="columnW_EMAIL" msprop:Generator_ColumnPropNameInRow="W_EMAIL" msprop:Generator_ColumnPropNameInTable="W_EMAILColumn" type="xs:int" default="0" /> 5867 <xs:element name="W_LIST" msprop:Generator_UserColumnName="W_LIST" msprop:Generator_ColumnVarNameInTable="columnW_LIST" msprop:Generator_ColumnPropNameInRow="W_LIST" msprop:Generator_ColumnPropNameInTable="W_LISTColumn" type="xs:int" default="0" /> 5868 <xs:element name="W_FAX" msprop:Generator_UserColumnName="W_FAX" msprop:Generator_ColumnVarNameInTable="columnW_FAX" msprop:Generator_ColumnPropNameInRow="W_FAX" msprop:Generator_ColumnPropNameInTable="W_FAXColumn" type="xs:int" default="0" /> 5869 <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" default="0" /> 5870 <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" default="0" /> 5871 <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" default="0" /> 5872 <xs:element name="EP" msprop:Generator_UserColumnName="EP" msprop:Generator_ColumnVarNameInTable="columnEP" msprop:Generator_ColumnPropNameInRow="EP" msprop:Generator_ColumnPropNameInTable="EPColumn" type="xs:float" default="0" /> 5873 <xs:element name="ESP" msprop:Generator_UserColumnName="ESP" msprop:Generator_ColumnVarNameInTable="columnESP" msprop:Generator_ColumnPropNameInRow="ESP" msprop:Generator_ColumnPropNameInTable="ESPColumn" type="xs:float" default="0" /> 5874 <xs:element name="EPR" msprop:Generator_UserColumnName="EPR" msprop:Generator_ColumnVarNameInTable="columnEPR" msprop:Generator_ColumnPropNameInRow="EPR" msprop:Generator_ColumnPropNameInTable="EPRColumn" type="xs:float" default="0" /> 5875 <xs:element name="EPK" msprop:Generator_UserColumnName="EPK" msprop:Generator_ColumnVarNameInTable="columnEPK" msprop:Generator_ColumnPropNameInRow="EPK" msprop:Generator_ColumnPropNameInTable="EPKColumn" type="xs:float" default="0" /> 5876 <xs:element name="ECP" msprop:Generator_UserColumnName="ECP" msprop:Generator_ColumnVarNameInTable="columnECP" msprop:Generator_ColumnPropNameInRow="ECP" msprop:Generator_ColumnPropNameInTable="ECPColumn" type="xs:float" default="0" /> 5877 <xs:element name="ELK" msprop:Generator_UserColumnName="ELK" msprop:Generator_ColumnVarNameInTable="columnELK" msprop:Generator_ColumnPropNameInRow="ELK" msprop:Generator_ColumnPropNameInTable="ELKColumn" type="xs:float" default="0" /> 5878 <xs:element name="QO" msprop:Generator_UserColumnName="QO" msprop:Generator_ColumnVarNameInTable="columnQO" msprop:Generator_ColumnPropNameInRow="QO" msprop:Generator_ColumnPropNameInTable="QOColumn" type="xs:float" default="0" /> 5879 <xs:element name="WH" msprop:Generator_UserColumnName="WH" msprop:Generator_ColumnVarNameInTable="columnWH" msprop:Generator_ColumnPropNameInRow="WH" msprop:Generator_ColumnPropNameInTable="WHColumn" type="xs:float" default="0" /> 5880 <xs:element name="OCENA" msprop:Generator_UserColumnName="OCENA" msprop:Generator_ColumnVarNameInTable="columnOCENA" msprop:Generator_ColumnPropNameInRow="OCENA" msprop:Generator_ColumnPropNameInTable="OCENAColumn" type="xs:float" default="0" /> 5881 <xs:element name="PR_PROWIZJI" msprop:Generator_UserColumnName="PR_PROWIZJI" msprop:Generator_ColumnVarNameInTable="columnPR_PROWIZJI" msprop:Generator_ColumnPropNameInRow="PR_PROWIZJI" msprop:Generator_ColumnPropNameInTable="PR_PROWIZJIColumn" type="xs:float" default="0" /> 5865 5882 </xs:sequence> 5866 5883 </xs:complexType> … … 5869 5886 <xs:complexType> 5870 5887 <xs:sequence> 5871 <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" />5872 <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_Column PropNameInRow="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" />5873 <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_Column PropNameInRow="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" />5874 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_Column PropNameInRow="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0">5875 <xs:simpleType> 5876 <xs:restriction base="xs:string"> 5877 <xs:maxLength value="50" /> 5878 </xs:restriction> 5879 </xs:simpleType> 5880 </xs:element> 5881 <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_Column PropNameInRow="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" />5888 <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" /> 5889 <xs:element name="drukuj" msprop:Generator_UserColumnName="drukuj" msprop:Generator_ColumnVarNameInTable="columndrukuj" msprop:Generator_ColumnPropNameInRow="drukuj" msprop:Generator_ColumnPropNameInTable="drukujColumn" type="xs:boolean" minOccurs="0" /> 5890 <xs:element name="custID" msprop:Generator_UserColumnName="custID" msprop:Generator_ColumnVarNameInTable="columncustID" msprop:Generator_ColumnPropNameInRow="custID" msprop:Generator_ColumnPropNameInTable="custIDColumn" type="xs:int" minOccurs="0" /> 5891 <xs:element name="klientNazwa" msprop:Generator_UserColumnName="klientNazwa" msprop:Generator_ColumnVarNameInTable="columnklientNazwa" msprop:Generator_ColumnPropNameInRow="klientNazwa" msprop:Generator_ColumnPropNameInTable="klientNazwaColumn" minOccurs="0"> 5892 <xs:simpleType> 5893 <xs:restriction base="xs:string"> 5894 <xs:maxLength value="50" /> 5895 </xs:restriction> 5896 </xs:simpleType> 5897 </xs:element> 5898 <xs:element name="suma" msdata:ReadOnly="true" msprop:Generator_UserColumnName="suma" msprop:Generator_ColumnVarNameInTable="columnsuma" msprop:Generator_ColumnPropNameInRow="suma" msprop:Generator_ColumnPropNameInTable="sumaColumn" type="xs:int" minOccurs="0" /> 5882 5899 </xs:sequence> 5883 5900 </xs:complexType> … … 5886 5903 <xs:complexType> 5887 5904 <xs:sequence> 5888 <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" />5889 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_Column PropNameInRow="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0">5905 <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" /> 5906 <xs:element name="tyt" msprop:Generator_UserColumnName="tyt" msprop:Generator_ColumnVarNameInTable="columntyt" msprop:Generator_ColumnPropNameInRow="tyt" msprop:Generator_ColumnPropNameInTable="tytColumn" minOccurs="0"> 5890 5907 <xs:simpleType> 5891 5908 <xs:restriction base="xs:string"> … … 5894 5911 </xs:simpleType> 5895 5912 </xs:element> 5896 <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_Column PropNameInRow="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" />5913 <xs:element name="Expr1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" type="xs:int" minOccurs="0" /> 5897 5914 </xs:sequence> 5898 5915 </xs:complexType> … … 5901 5918 <xs:complexType> 5902 5919 <xs:sequence> 5903 <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" />5904 <xs:element name="CustomerId" msprop:Generator_UserColumnName="CustomerId" msprop:Generator_Column VarNameInTable="columnCustomerId" msprop:Generator_ColumnPropNameInRow="CustomerId" msprop:Generator_ColumnPropNameInTable="CustomerIdColumn" type="xs:int" minOccurs="0" />5905 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_Column VarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0">5906 <xs:simpleType> 5907 <xs:restriction base="xs:string"> 5908 <xs:maxLength value="50" /> 5909 </xs:restriction> 5910 </xs:simpleType> 5911 </xs:element> 5912 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_Column VarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0">5913 <xs:simpleType> 5914 <xs:restriction base="xs:string"> 5915 <xs:maxLength value="50" /> 5916 </xs:restriction> 5917 </xs:simpleType> 5918 </xs:element> 5919 <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_Column VarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" />5920 <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_Column VarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" />5921 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_Column VarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">5920 <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" /> 5921 <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" /> 5922 <xs:element name="CustomerName" msprop:Generator_UserColumnName="CustomerName" msprop:Generator_ColumnPropNameInRow="CustomerName" msprop:Generator_ColumnVarNameInTable="columnCustomerName" msprop:Generator_ColumnPropNameInTable="CustomerNameColumn" minOccurs="0"> 5923 <xs:simpleType> 5924 <xs:restriction base="xs:string"> 5925 <xs:maxLength value="50" /> 5926 </xs:restriction> 5927 </xs:simpleType> 5928 </xs:element> 5929 <xs:element name="Akwizytor" msprop:Generator_UserColumnName="Akwizytor" msprop:Generator_ColumnPropNameInRow="Akwizytor" msprop:Generator_ColumnVarNameInTable="columnAkwizytor" msprop:Generator_ColumnPropNameInTable="AkwizytorColumn" minOccurs="0"> 5930 <xs:simpleType> 5931 <xs:restriction base="xs:string"> 5932 <xs:maxLength value="50" /> 5933 </xs:restriction> 5934 </xs:simpleType> 5935 </xs:element> 5936 <xs:element name="DataWprowadzenia" msprop:Generator_UserColumnName="DataWprowadzenia" msprop:Generator_ColumnPropNameInRow="DataWprowadzenia" msprop:Generator_ColumnVarNameInTable="columnDataWprowadzenia" msprop:Generator_ColumnPropNameInTable="DataWprowadzeniaColumn" type="xs:dateTime" minOccurs="0" /> 5937 <xs:element name="DataPrzypomnienia" msprop:Generator_UserColumnName="DataPrzypomnienia" msprop:Generator_ColumnPropNameInRow="DataPrzypomnienia" msprop:Generator_ColumnVarNameInTable="columnDataPrzypomnienia" msprop:Generator_ColumnPropNameInTable="DataPrzypomnieniaColumn" type="xs:dateTime" minOccurs="0" /> 5938 <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0"> 5922 5939 <xs:simpleType> 5923 5940 <xs:restriction base="xs:string"> … … 5926 5943 </xs:simpleType> 5927 5944 </xs:element> 5928 <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_Column VarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" />5945 <xs:element name="zalatwione" msprop:Generator_UserColumnName="zalatwione" msprop:Generator_ColumnPropNameInRow="zalatwione" msprop:Generator_ColumnVarNameInTable="columnzalatwione" msprop:Generator_ColumnPropNameInTable="zalatwioneColumn" type="xs:boolean" default="true" minOccurs="0" /> 5929 5946 </xs:sequence> 5930 5947 </xs:complexType> … … 5933 5950 <xs:complexType> 5934 5951 <xs:sequence> 5935 <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_Column PropNameInRow="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" />5936 <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_Column PropNameInRow="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0">5937 <xs:simpleType> 5938 <xs:restriction base="xs:string"> 5939 <xs:maxLength value="50" /> 5940 </xs:restriction> 5941 </xs:simpleType> 5942 </xs:element> 5943 <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_Column PropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" />5944 <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_Column PropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" />5945 <xs:element name="id_klienci_os_kontakt" msprop:Generator_UserColumnName="id_klienci_os_kontakt" msprop:Generator_Column PropNameInRow="id_klienci_os_kontakt" msprop:Generator_ColumnVarNameInTable="columnid_klienci_os_kontakt" msprop:Generator_ColumnPropNameInTable="id_klienci_os_kontaktColumn" type="xs:int" minOccurs="0" />5946 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_Column PropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" default="1" />5947 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_Column PropNameInRow="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" 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="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_Column PropNameInRow="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" />5955 <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_Column PropNameInRow="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" />5956 <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_Column PropNameInRow="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0">5952 <xs:element name="id_oferty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty" msprop:Generator_ColumnVarNameInTable="columnid_oferty" msprop:Generator_ColumnPropNameInRow="id_oferty" msprop:Generator_ColumnPropNameInTable="id_ofertyColumn" type="xs:int" /> 5953 <xs:element name="Stan_Oferty" msprop:Generator_UserColumnName="Stan_Oferty" msprop:Generator_ColumnVarNameInTable="columnStan_Oferty" msprop:Generator_ColumnPropNameInRow="Stan_Oferty" msprop:Generator_ColumnPropNameInTable="Stan_OfertyColumn" default="Otwarta" minOccurs="0"> 5954 <xs:simpleType> 5955 <xs:restriction base="xs:string"> 5956 <xs:maxLength value="50" /> 5957 </xs:restriction> 5958 </xs:simpleType> 5959 </xs:element> 5960 <xs:element name="Id_Wersje_Oferty" msprop:Generator_UserColumnName="Id_Wersje_Oferty" msprop:Generator_ColumnVarNameInTable="columnId_Wersje_Oferty" msprop:Generator_ColumnPropNameInRow="Id_Wersje_Oferty" msprop:Generator_ColumnPropNameInTable="Id_Wersje_OfertyColumn" type="xs:short" default="7" minOccurs="0" /> 5961 <xs:element name="CUSTOMER_ID" msprop:Generator_UserColumnName="CUSTOMER_ID" msprop:Generator_ColumnVarNameInTable="columnCUSTOMER_ID" msprop:Generator_ColumnPropNameInRow="CUSTOMER_ID" msprop:Generator_ColumnPropNameInTable="CUSTOMER_IDColumn" type="xs:int" /> 5962 <xs:element name="id_klienci_os_kontakt" 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" minOccurs="0" /> 5963 <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:int" default="1" /> 5964 <xs:element name="AGENT" msprop:Generator_UserColumnName="AGENT" msprop:Generator_ColumnVarNameInTable="columnAGENT" msprop:Generator_ColumnPropNameInRow="AGENT" msprop:Generator_ColumnPropNameInTable="AGENTColumn" minOccurs="0"> 5965 <xs:simpleType> 5966 <xs:restriction base="xs:string"> 5967 <xs:maxLength value="50" /> 5968 </xs:restriction> 5969 </xs:simpleType> 5970 </xs:element> 5971 <xs:element name="JEZYK" msprop:Generator_UserColumnName="JEZYK" msprop:Generator_ColumnVarNameInTable="columnJEZYK" msprop:Generator_ColumnPropNameInRow="JEZYK" msprop:Generator_ColumnPropNameInTable="JEZYKColumn" type="xs:short" default="1" /> 5972 <xs:element name="Data_Oferty" msprop:Generator_UserColumnName="Data_Oferty" msprop:Generator_ColumnVarNameInTable="columnData_Oferty" msprop:Generator_ColumnPropNameInRow="Data_Oferty" msprop:Generator_ColumnPropNameInTable="Data_OfertyColumn" type="xs:dateTime" /> 5973 <xs:element name="Opis_Dol" msprop:Generator_UserColumnName="Opis_Dol" msprop:Generator_ColumnVarNameInTable="columnOpis_Dol" msprop:Generator_ColumnPropNameInRow="Opis_Dol" msprop:Generator_ColumnPropNameInTable="Opis_DolColumn" minOccurs="0"> 5957 5974 <xs:simpleType> 5958 5975 <xs:restriction base="xs:string"> … … 5961 5978 </xs:simpleType> 5962 5979 </xs:element> 5963 <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_Column PropNameInRow="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" />5964 <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_Column PropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" />5965 <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_Column PropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0">5966 <xs:simpleType> 5967 <xs:restriction base="xs:string"> 5968 <xs:maxLength value="50" /> 5969 </xs:restriction> 5970 </xs:simpleType> 5971 </xs:element> 5972 <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_Column PropNameInRow="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" />5973 <xs:element name="ReklamaID" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column PropNameInRow="ReklamaID" msprop:Generator_ColumnVarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" minOccurs="0" />5974 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_Column PropNameInRow="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0">5980 <xs:element name="Data_Wyslania" msprop:Generator_UserColumnName="Data_Wyslania" msprop:Generator_ColumnVarNameInTable="columnData_Wyslania" msprop:Generator_ColumnPropNameInRow="Data_Wyslania" msprop:Generator_ColumnPropNameInTable="Data_WyslaniaColumn" type="xs:dateTime" /> 5981 <xs:element name="Data_Modyfikacji" msprop:Generator_UserColumnName="Data_Modyfikacji" msprop:Generator_ColumnVarNameInTable="columnData_Modyfikacji" msprop:Generator_ColumnPropNameInRow="Data_Modyfikacji" msprop:Generator_ColumnPropNameInTable="Data_ModyfikacjiColumn" type="xs:dateTime" /> 5982 <xs:element name="Zmodyfikowal_User" msprop:Generator_UserColumnName="Zmodyfikowal_User" msprop:Generator_ColumnVarNameInTable="columnZmodyfikowal_User" msprop:Generator_ColumnPropNameInRow="Zmodyfikowal_User" msprop:Generator_ColumnPropNameInTable="Zmodyfikowal_UserColumn" minOccurs="0"> 5983 <xs:simpleType> 5984 <xs:restriction base="xs:string"> 5985 <xs:maxLength value="50" /> 5986 </xs:restriction> 5987 </xs:simpleType> 5988 </xs:element> 5989 <xs:element name="zapisana" msprop:Generator_UserColumnName="zapisana" msprop:Generator_ColumnVarNameInTable="columnzapisana" msprop:Generator_ColumnPropNameInRow="zapisana" msprop:Generator_ColumnPropNameInTable="zapisanaColumn" type="xs:int" default="0" /> 5990 <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" /> 5991 <xs:element name="ProjektID" msprop:Generator_UserColumnName="ProjektID" msprop:Generator_ColumnVarNameInTable="columnProjektID" msprop:Generator_ColumnPropNameInRow="ProjektID" msprop:Generator_ColumnPropNameInTable="ProjektIDColumn" minOccurs="0"> 5975 5992 <xs:simpleType> 5976 5993 <xs:restriction base="xs:string"> … … 5985 6002 <xs:complexType> 5986 6003 <xs:sequence> 5987 <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_Column PropNameInRow="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" />5988 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column PropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" 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="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_Column PropNameInRow="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" />5996 <xs:element name="id_tytul" msprop:Generator_UserColumnName="id_tytul" msprop:Generator_Column PropNameInRow="id_tytul" msprop:Generator_ColumnVarNameInTable="columnid_tytul" msprop:Generator_ColumnPropNameInTable="id_tytulColumn" type="xs:int" minOccurs="0" />5997 <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_Column PropNameInRow="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0">6004 <xs:element name="id_oferty_wersje" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="id_oferty_wersje" msprop:Generator_ColumnVarNameInTable="columnid_oferty_wersje" msprop:Generator_ColumnPropNameInRow="id_oferty_wersje" msprop:Generator_ColumnPropNameInTable="id_oferty_wersjeColumn" type="xs:int" /> 6005 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 6006 <xs:simpleType> 6007 <xs:restriction base="xs:string"> 6008 <xs:maxLength value="50" /> 6009 </xs:restriction> 6010 </xs:simpleType> 6011 </xs:element> 6012 <xs:element name="id_jezyk" msprop:Generator_UserColumnName="id_jezyk" msprop:Generator_ColumnVarNameInTable="columnid_jezyk" msprop:Generator_ColumnPropNameInRow="id_jezyk" msprop:Generator_ColumnPropNameInTable="id_jezykColumn" type="xs:int" minOccurs="0" /> 6013 <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:int" minOccurs="0" /> 6014 <xs:element name="nazwa_pliku" msprop:Generator_UserColumnName="nazwa_pliku" msprop:Generator_ColumnVarNameInTable="columnnazwa_pliku" msprop:Generator_ColumnPropNameInRow="nazwa_pliku" msprop:Generator_ColumnPropNameInTable="nazwa_plikuColumn" minOccurs="0"> 5998 6015 <xs:simpleType> 5999 6016 <xs:restriction base="xs:string"> … … 6008 6025 <xs:complexType> 6009 6026 <xs:sequence> 6010 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">6011 <xs:simpleType> 6012 <xs:restriction base="xs:string"> 6013 <xs:maxLength value="50" /> 6014 </xs:restriction> 6015 </xs:simpleType> 6016 </xs:element> 6017 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_Column VarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn">6018 <xs:simpleType> 6019 <xs:restriction base="xs:string"> 6020 <xs:maxLength value="50" /> 6021 </xs:restriction> 6022 </xs:simpleType> 6023 </xs:element> 6024 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />6025 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_Column VarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0">6027 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 6028 <xs:simpleType> 6029 <xs:restriction base="xs:string"> 6030 <xs:maxLength value="50" /> 6031 </xs:restriction> 6032 </xs:simpleType> 6033 </xs:element> 6034 <xs:element name="symbol_agenta" msprop:Generator_UserColumnName="symbol_agenta" msprop:Generator_ColumnPropNameInRow="symbol_agenta" msprop:Generator_ColumnVarNameInTable="columnsymbol_agenta" msprop:Generator_ColumnPropNameInTable="symbol_agentaColumn"> 6035 <xs:simpleType> 6036 <xs:restriction base="xs:string"> 6037 <xs:maxLength value="50" /> 6038 </xs:restriction> 6039 </xs:simpleType> 6040 </xs:element> 6041 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 6042 <xs:element name="rodzaj" msprop:Generator_UserColumnName="rodzaj" msprop:Generator_ColumnPropNameInRow="rodzaj" msprop:Generator_ColumnVarNameInTable="columnrodzaj" msprop:Generator_ColumnPropNameInTable="rodzajColumn" minOccurs="0"> 6026 6043 <xs:simpleType> 6027 6044 <xs:restriction base="xs:string"> … … 6030 6047 </xs:simpleType> 6031 6048 </xs:element> 6032 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">6049 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 6033 6050 <xs:simpleType> 6034 6051 <xs:restriction base="xs:string"> … … 6037 6054 </xs:simpleType> 6038 6055 </xs:element> 6039 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" minOccurs="0" />6040 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column VarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">6056 <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" minOccurs="0" /> 6057 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 6041 6058 <xs:simpleType> 6042 6059 <xs:restriction base="xs:string"> … … 6051 6068 <xs:complexType> 6052 6069 <xs:sequence> 6053 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 6054 <xs:simpleType> 6055 <xs:restriction base="xs:string"> 6056 <xs:maxLength value="50" /> 6057 </xs:restriction> 6058 </xs:simpleType> 6059 </xs:element> 6070 <xs:element name="SYMBOL" msprop:Generator_UserColumnName="SYMBOL" msprop:Generator_ColumnVarNameInTable="columnSYMBOL" msprop:Generator_ColumnPropNameInRow="SYMBOL" msprop:Generator_ColumnPropNameInTable="SYMBOLColumn"> 6071 <xs:simpleType> 6072 <xs:restriction base="xs:string"> 6073 <xs:maxLength value="50" /> 6074 </xs:restriction> 6075 </xs:simpleType> 6076 </xs:element> 6077 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 6078 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 6079 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 6080 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 6081 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 6082 <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" /> 6083 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 6084 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 6085 <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" /> 6086 <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" /> 6087 <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" /> 6088 <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" /> 6089 <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" /> 6090 <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" /> 6091 <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" /> 6092 <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" /> 6093 <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" /> 6094 <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" /> 6095 <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" /> 6096 <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" /> 6097 <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" /> 6098 <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" /> 6099 <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" /> 6100 <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" /> 6101 <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" /> 6102 <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" /> 6103 <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" /> 6104 </xs:sequence> 6105 </xs:complexType> 6106 </xs:element> 6107 <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"> 6108 <xs:complexType> 6109 <xs:sequence> 6060 6110 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" /> 6061 6111 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" /> 6112 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInTable="symbolColumn"> 6113 <xs:simpleType> 6114 <xs:restriction base="xs:string"> 6115 <xs:maxLength value="50" /> 6116 </xs:restriction> 6117 </xs:simpleType> 6118 </xs:element> 6062 6119 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" /> 6063 <xs:element name="SPOTKANIA" msprop:Generator_UserColumnName="SPOTKANIA" msprop:Generator_ColumnPropNameInRow="SPOTKANIA" msprop:Generator_ColumnVarNameInTable="columnSPOTKANIA" msprop:Generator_ColumnPropNameInTable="SPOTKANIAColumn" type="xs:int" /> 6064 <xs:element name="KONTAKTY" msprop:Generator_UserColumnName="KONTAKTY" msprop:Generator_ColumnPropNameInRow="KONTAKTY" msprop:Generator_ColumnVarNameInTable="columnKONTAKTY" msprop:Generator_ColumnPropNameInTable="KONTAKTYColumn" type="xs:int" /> 6065 <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" /> 6066 <xs:element name="KLIENCI" msprop:Generator_UserColumnName="KLIENCI" msprop:Generator_ColumnPropNameInRow="KLIENCI" msprop:Generator_ColumnVarNameInTable="columnKLIENCI" msprop:Generator_ColumnPropNameInTable="KLIENCIColumn" type="xs:int" /> 6067 <xs:element name="REKLAMY" msprop:Generator_UserColumnName="REKLAMY" msprop:Generator_ColumnPropNameInRow="REKLAMY" msprop:Generator_ColumnVarNameInTable="columnREKLAMY" msprop:Generator_ColumnPropNameInTable="REKLAMYColumn" type="xs:int" /> 6068 <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" /> 6069 <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" /> 6070 <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" /> 6071 <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" /> 6072 <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" /> 6073 <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" /> 6120 <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" /> 6121 <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" /> 6122 <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" /> 6123 <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" /> 6124 <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" /> 6125 <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" /> 6126 <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" /> 6127 <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" /> 6128 <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" /> 6129 <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" /> 6130 <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" /> 6131 <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" /> 6074 6132 <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" /> 6075 6133 <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" /> … … 6088 6146 </xs:complexType> 6089 6147 </xs:element> 6090 <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">6091 <xs:complexType>6092 <xs:sequence>6093 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_ColumnVarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:short" />6094 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:short" />6095 <xs:element name="symbol" msprop:Generator_UserColumnName="symbol" msprop:Generator_ColumnVarNameInTable="columnsymbol" msprop:Generator_ColumnPropNameInRow="symbol" msprop:Generator_ColumnPropNameInTable="symbolColumn">6096 <xs:simpleType>6097 <xs:restriction base="xs:string">6098 <xs:maxLength value="50" />6099 </xs:restriction>6100 </xs:simpleType>6101 </xs:element>6102 <xs:element name="BUDZET" msprop:Generator_UserColumnName="BUDZET" msprop:Generator_ColumnVarNameInTable="columnBUDZET" msprop:Generator_ColumnPropNameInRow="BUDZET" msprop:Generator_ColumnPropNameInTable="BUDZETColumn" type="xs:int" />6103 <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" />6104 <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" />6105 <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" />6106 <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" />6107 <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" />6108 <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" />6109 <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" />6110 <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" />6111 <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" />6112 <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" />6113 <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" />6114 <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" />6115 <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" />6116 <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" />6117 <xs:element name="r_spotkania" msprop:Generator_UserColumnName="r_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_spotkania" msprop:Generator_ColumnPropNameInRow="r_spotkania" msprop:Generator_ColumnPropNameInTable="r_spotkaniaColumn" type="xs:int" minOccurs="0" />6118 <xs:element name="r_kontakty" msprop:Generator_UserColumnName="r_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_kontakty" msprop:Generator_ColumnPropNameInRow="r_kontakty" msprop:Generator_ColumnPropNameInTable="r_kontaktyColumn" type="xs:int" minOccurs="0" />6119 <xs:element name="r_n_klienci" msprop:Generator_UserColumnName="r_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_n_klienci" msprop:Generator_ColumnPropNameInRow="r_n_klienci" msprop:Generator_ColumnPropNameInTable="r_n_klienciColumn" type="xs:int" minOccurs="0" />6120 <xs:element name="r_klienci" msprop:Generator_UserColumnName="r_klienci" msprop:Generator_ColumnVarNameInTable="columnr_klienci" msprop:Generator_ColumnPropNameInRow="r_klienci" msprop:Generator_ColumnPropNameInTable="r_klienciColumn" type="xs:int" minOccurs="0" />6121 <xs:element name="r_reklamy" msprop:Generator_UserColumnName="r_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_reklamy" msprop:Generator_ColumnPropNameInRow="r_reklamy" msprop:Generator_ColumnPropNameInTable="r_reklamyColumn" type="xs:int" minOccurs="0" />6122 <xs:element name="r_w_budzet" msprop:Generator_UserColumnName="r_w_budzet" msprop:Generator_ColumnVarNameInTable="columnr_w_budzet" msprop:Generator_ColumnPropNameInRow="r_w_budzet" msprop:Generator_ColumnPropNameInTable="r_w_budzetColumn" type="xs:int" minOccurs="0" />6123 <xs:element name="r_w_spotkania" msprop:Generator_UserColumnName="r_w_spotkania" msprop:Generator_ColumnVarNameInTable="columnr_w_spotkania" msprop:Generator_ColumnPropNameInRow="r_w_spotkania" msprop:Generator_ColumnPropNameInTable="r_w_spotkaniaColumn" type="xs:int" minOccurs="0" />6124 <xs:element name="r_w_n_klienci" msprop:Generator_UserColumnName="r_w_n_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_n_klienci" msprop:Generator_ColumnPropNameInRow="r_w_n_klienci" msprop:Generator_ColumnPropNameInTable="r_w_n_klienciColumn" type="xs:int" minOccurs="0" />6125 <xs:element name="r_w_klienci" msprop:Generator_UserColumnName="r_w_klienci" msprop:Generator_ColumnVarNameInTable="columnr_w_klienci" msprop:Generator_ColumnPropNameInRow="r_w_klienci" msprop:Generator_ColumnPropNameInTable="r_w_klienciColumn" type="xs:int" minOccurs="0" />6126 <xs:element name="r_w_reklamy" msprop:Generator_UserColumnName="r_w_reklamy" msprop:Generator_ColumnVarNameInTable="columnr_w_reklamy" msprop:Generator_ColumnPropNameInRow="r_w_reklamy" msprop:Generator_ColumnPropNameInTable="r_w_reklamyColumn" type="xs:int" minOccurs="0" />6127 <xs:element name="r_w_kontakty" msprop:Generator_UserColumnName="r_w_kontakty" msprop:Generator_ColumnVarNameInTable="columnr_w_kontakty" msprop:Generator_ColumnPropNameInRow="r_w_kontakty" msprop:Generator_ColumnPropNameInTable="r_w_kontaktyColumn" type="xs:int" minOccurs="0" />6128 </xs:sequence>6129 </xs:complexType>6130 </xs:element>6131 6148 <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"> 6132 6149 <xs:complexType> 6133 6150 <xs:sequence> 6134 <xs:element name="ReklamaID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ReklamaID" msprop:Generator_Column VarNameInTable="columnReklamaID" msprop:Generator_ColumnPropNameInRow="ReklamaID" msprop:Generator_ColumnPropNameInTable="ReklamaIDColumn" type="xs:int" />6135 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_Column VarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0">6151 <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" /> 6152 <xs:element name="TYTUŁ" msprop:Generator_UserColumnName="TYTUŁ" msprop:Generator_ColumnPropNameInRow="TYTUŁ" msprop:Generator_ColumnVarNameInTable="columnTYTUŁ" msprop:Generator_ColumnPropNameInTable="TYTUŁColumn" minOccurs="0"> 6136 6153 <xs:simpleType> 6137 6154 <xs:restriction base="xs:string"> … … 6140 6157 </xs:simpleType> 6141 6158 </xs:element> 6142 <xs:element name="ID_x0020_REKLAMY" msprop:Generator_UserColumnName="ID REKLAMY" msprop:Generator_Column VarNameInTable="columnID_REKLAMY" msprop:Generator_ColumnPropNameInRow="ID_REKLAMY" msprop:Generator_ColumnPropNameInTable="ID_REKLAMYColumn" minOccurs="0">6159 <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"> 6143 6160 <xs:simpleType> 6144 6161 <xs:restriction base="xs:string"> … … 6147 6164 </xs:simpleType> 6148 6165 </xs:element> 6149 <xs:element name="SZER" msprop:Generator_UserColumnName="SZER" msprop:Generator_Column VarNameInTable="columnSZER" msprop:Generator_ColumnPropNameInRow="SZER" msprop:Generator_ColumnPropNameInTable="SZERColumn" type="xs:double" minOccurs="0" />6150 <xs:element name="WYS" msprop:Generator_UserColumnName="WYS" msprop:Generator_Column VarNameInTable="columnWYS" msprop:Generator_ColumnPropNameInRow="WYS" msprop:Generator_ColumnPropNameInTable="WYSColumn" type="xs:double" minOccurs="0" />6151 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_Column VarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">6166 <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" /> 6167 <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" /> 6168 <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0"> 6152 6169 <xs:simpleType> 6153 6170 <xs:restriction base="xs:string"> … … 6156 6173 </xs:simpleType> 6157 6174 </xs:element> 6158 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_Column VarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0">6159 <xs:simpleType> 6160 <xs:restriction base="xs:string"> 6161 <xs:maxLength value="50" /> 6162 </xs:restriction> 6163 </xs:simpleType> 6164 </xs:element> 6165 <xs:element name="MOD_TYP" msprop:Generator_UserColumnName="MOD_TYP" msprop:Generator_Column VarNameInTable="columnMOD_TYP" msprop:Generator_ColumnPropNameInRow="MOD_TYP" msprop:Generator_ColumnPropNameInTable="MOD_TYPColumn" minOccurs="0">6175 <xs:element name="NICK_x0020_NAME" msprop:Generator_UserColumnName="NICK NAME" msprop:Generator_ColumnPropNameInRow="NICK_NAME" msprop:Generator_ColumnVarNameInTable="columnNICK_NAME" msprop:Generator_ColumnPropNameInTable="NICK_NAMEColumn" minOccurs="0"> 6176 <xs:simpleType> 6177 <xs:restriction base="xs:string"> 6178 <xs:maxLength value="50" /> 6179 </xs:restriction> 6180 </xs:simpleType> 6181 </xs:element> 6182 <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"> 6166 6183 <xs:simpleType> 6167 6184 <xs:restriction base="xs:string"> … … 6170 6187 </xs:simpleType> 6171 6188 </xs:element> 6172 <xs:element name="RABAT" msprop:Generator_UserColumnName="RABAT" msprop:Generator_Column VarNameInTable="columnRABAT" msprop:Generator_ColumnPropNameInRow="RABAT" msprop:Generator_ColumnPropNameInTable="RABATColumn" type="xs:double" minOccurs="0" />6173 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_Column VarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0">6189 <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" /> 6190 <xs:element name="lokalizacja" msprop:Generator_UserColumnName="lokalizacja" msprop:Generator_ColumnPropNameInRow="lokalizacja" msprop:Generator_ColumnVarNameInTable="columnlokalizacja" msprop:Generator_ColumnPropNameInTable="lokalizacjaColumn" minOccurs="0"> 6174 6191 <xs:simpleType> 6175 6192 <xs:restriction base="xs:string"> … … 6178 6195 </xs:simpleType> 6179 6196 </xs:element> 6180 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_Column VarNameInTable="columnNR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" />6181 <xs:element name="ZATWIERDZONO_x0020_DO_x0020_DRUKU" msprop:Generator_UserColumnName="ZATWIERDZONO DO DRUKU" msprop:Generator_Column VarNameInTable="columnZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInRow="ZATWIERDZONO_DO_DRUKU" msprop:Generator_ColumnPropNameInTable="ZATWIERDZONO_DO_DRUKUColumn" type="xs:boolean" minOccurs="0" />6182 <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" />6183 <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" />6184 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column VarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6185 <xs:simpleType> 6186 <xs:restriction base="xs:string"> 6187 <xs:maxLength value="50" /> 6188 </xs:restriction> 6189 </xs:simpleType> 6190 </xs:element> 6191 <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">6197 <xs:element name="NR" msprop:Generator_UserColumnName="NR" msprop:Generator_ColumnPropNameInRow="NR" msprop:Generator_ColumnVarNameInTable="columnNR" msprop:Generator_ColumnPropNameInTable="NRColumn" type="xs:short" /> 6198 <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" /> 6199 <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" /> 6200 <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" /> 6201 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6202 <xs:simpleType> 6203 <xs:restriction base="xs:string"> 6204 <xs:maxLength value="50" /> 6205 </xs:restriction> 6206 </xs:simpleType> 6207 </xs:element> 6208 <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"> 6192 6209 <xs:simpleType> 6193 6210 <xs:restriction base="xs:string"> … … 6196 6213 </xs:simpleType> 6197 6214 </xs:element> 6198 <xs:element name="KROTNOŚĆ" msprop:Generator_UserColumnName="KROTNOŚĆ" msprop:Generator_Column VarNameInTable="columnKROTNOŚĆ" msprop:Generator_ColumnPropNameInRow="KROTNOŚĆ" msprop:Generator_ColumnPropNameInTable="KROTNOŚĆColumn" type="xs:short" minOccurs="0" />6199 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:double" minOccurs="0" />6200 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_Column VarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0">6201 <xs:simpleType> 6202 <xs:restriction base="xs:string"> 6203 <xs:maxLength value="50" /> 6204 </xs:restriction> 6205 </xs:simpleType> 6206 </xs:element> 6207 <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_Column VarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" />6208 <xs:element name="CENA_x0020_JEDN" msprop:Generator_UserColumnName="CENA JEDN" msprop:Generator_Column VarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:double" minOccurs="0" />6209 <xs:element name="RABAT_x0020_WARTOŚĆ" msprop:Generator_UserColumnName="RABAT WARTOŚĆ" msprop:Generator_Column VarNameInTable="columnRABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInRow="RABAT_WARTOŚĆ" msprop:Generator_ColumnPropNameInTable="RABAT_WARTOŚĆColumn" type="xs:double" minOccurs="0" />6210 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column VarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0">6215 <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" /> 6216 <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" /> 6217 <xs:element name="nazwaGrzbietu" msprop:Generator_UserColumnName="nazwaGrzbietu" msprop:Generator_ColumnPropNameInRow="nazwaGrzbietu" msprop:Generator_ColumnVarNameInTable="columnnazwaGrzbietu" msprop:Generator_ColumnPropNameInTable="nazwaGrzbietuColumn" minOccurs="0"> 6218 <xs:simpleType> 6219 <xs:restriction base="xs:string"> 6220 <xs:maxLength value="50" /> 6221 </xs:restriction> 6222 </xs:simpleType> 6223 </xs:element> 6224 <xs:element name="ID_AGENTA" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_AGENTA" msprop:Generator_ColumnPropNameInRow="ID_AGENTA" msprop:Generator_ColumnVarNameInTable="columnID_AGENTA" msprop:Generator_ColumnPropNameInTable="ID_AGENTAColumn" type="xs:int" /> 6225 <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" /> 6226 <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" /> 6227 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnVarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" minOccurs="0"> 6211 6228 <xs:simpleType> 6212 6229 <xs:restriction base="xs:string"> … … 6215 6232 </xs:simpleType> 6216 6233 </xs:element> 6217 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_Column VarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />6218 <xs:element name="wyroznienie_exported" msprop:Generator_UserColumnName="wyroznienie_exported" msprop:Generator_Column PropNameInRow="wyroznienie_exported" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_exported" msprop:Generator_ColumnPropNameInTable="wyroznienie_exportedColumn" type="xs:boolean" />6219 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column PropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" />6220 <xs:element name="logoID" msprop:Generator_UserColumnName="logoID" msprop:Generator_Column PropNameInRow="logoID" msprop:Generator_ColumnVarNameInTable="columnlogoID" msprop:Generator_ColumnPropNameInTable="logoIDColumn" type="xs:int" minOccurs="0" />6221 <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_Column PropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0">6234 <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" /> 6235 <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" /> 6236 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:boolean" /> 6237 <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" /> 6238 <xs:element name="DZIAŁ_TXT" msprop:Generator_UserColumnName="DZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="DZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="DZIAŁ_TXTColumn" minOccurs="0"> 6222 6239 <xs:simpleType> 6223 6240 <xs:restriction base="xs:string"> … … 6226 6243 </xs:simpleType> 6227 6244 </xs:element> 6228 <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_Column PropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0">6245 <xs:element name="ROZDZIAŁ_TXT" msprop:Generator_UserColumnName="ROZDZIAŁ_TXT" msprop:Generator_ColumnVarNameInTable="columnROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInRow="ROZDZIAŁ_TXT" msprop:Generator_ColumnPropNameInTable="ROZDZIAŁ_TXTColumn" minOccurs="0"> 6229 6246 <xs:simpleType> 6230 6247 <xs:restriction base="xs:string"> … … 6233 6250 </xs:simpleType> 6234 6251 </xs:element> 6235 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_Column PropNameInRow="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0">6252 <xs:element name="STAN" msprop:Generator_UserColumnName="STAN" msprop:Generator_ColumnVarNameInTable="columnSTAN" msprop:Generator_ColumnPropNameInRow="STAN" msprop:Generator_ColumnPropNameInTable="STANColumn" minOccurs="0"> 6236 6253 <xs:simpleType> 6237 6254 <xs:restriction base="xs:string"> … … 6240 6257 </xs:simpleType> 6241 6258 </xs:element> 6242 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_Column PropNameInRow="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" />6259 <xs:element name="sTATUS" msprop:Generator_UserColumnName="sTATUS" msprop:Generator_ColumnVarNameInTable="columnsTATUS" msprop:Generator_ColumnPropNameInRow="sTATUS" msprop:Generator_ColumnPropNameInTable="sTATUSColumn" type="xs:short" /> 6243 6260 </xs:sequence> 6244 6261 </xs:complexType> … … 6247 6264 <xs:complexType> 6248 6265 <xs:sequence> 6249 <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 PropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" />6250 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />6251 <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_Column PropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />6252 <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_Column PropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0">6266 <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_ColumnVarNameInTable="columnReklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod_ID" msprop:Generator_ColumnPropNameInTable="Reklama_Info_Dod_IDColumn" type="xs:int" /> 6267 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 6268 <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" /> 6269 <xs:element name="Reklama_Info_Dod" msprop:Generator_UserColumnName="Reklama_Info_Dod" msprop:Generator_ColumnVarNameInTable="columnReklama_Info_Dod" msprop:Generator_ColumnPropNameInRow="Reklama_Info_Dod" msprop:Generator_ColumnPropNameInTable="Reklama_Info_DodColumn" minOccurs="0"> 6253 6270 <xs:simpleType> 6254 6271 <xs:restriction base="xs:string"> … … 6263 6280 <xs:complexType> 6264 6281 <xs:sequence> 6265 <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_Column VarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" />6266 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn">6282 <xs:element name="ID_KLIENCI_TYTUL" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_KLIENCI_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_KLIENCI_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_KLIENCI_TYTULColumn" type="xs:int" /> 6283 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn"> 6267 6284 <xs:simpleType> 6268 6285 <xs:restriction base="xs:string"> … … 6271 6288 </xs:simpleType> 6272 6289 </xs:element> 6273 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_Column VarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" />6274 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_Column VarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn">6290 <xs:element name="Customerid" msprop:Generator_UserColumnName="Customerid" msprop:Generator_ColumnPropNameInRow="Customerid" msprop:Generator_ColumnVarNameInTable="columnCustomerid" msprop:Generator_ColumnPropNameInTable="CustomeridColumn" type="xs:int" /> 6291 <xs:element name="username" msprop:Generator_UserColumnName="username" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInTable="usernameColumn"> 6275 6292 <xs:simpleType> 6276 6293 <xs:restriction base="xs:string"> … … 6279 6296 </xs:simpleType> 6280 6297 </xs:element> 6281 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" />6298 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" /> 6282 6299 </xs:sequence> 6283 6300 </xs:complexType> … … 6286 6303 <xs:complexType> 6287 6304 <xs:sequence> 6288 <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" />6289 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_Column VarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" />6290 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_Column VarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0">6291 <xs:simpleType> 6292 <xs:restriction base="xs:string"> 6293 <xs:maxLength value="50" /> 6294 </xs:restriction> 6295 </xs:simpleType> 6296 </xs:element> 6297 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_Column VarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0">6298 <xs:simpleType> 6299 <xs:restriction base="xs:string"> 6300 <xs:maxLength value="50" /> 6301 </xs:restriction> 6302 </xs:simpleType> 6303 </xs:element> 6304 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_Column VarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" />6305 <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" /> 6306 <xs:element name="customerID" msprop:Generator_UserColumnName="customerID" msprop:Generator_ColumnPropNameInRow="customerID" msprop:Generator_ColumnVarNameInTable="columncustomerID" msprop:Generator_ColumnPropNameInTable="customerIDColumn" type="xs:int" /> 6307 <xs:element name="nazwa" msprop:Generator_UserColumnName="nazwa" msprop:Generator_ColumnPropNameInRow="nazwa" msprop:Generator_ColumnVarNameInTable="columnnazwa" msprop:Generator_ColumnPropNameInTable="nazwaColumn" minOccurs="0"> 6308 <xs:simpleType> 6309 <xs:restriction base="xs:string"> 6310 <xs:maxLength value="50" /> 6311 </xs:restriction> 6312 </xs:simpleType> 6313 </xs:element> 6314 <xs:element name="status" msprop:Generator_UserColumnName="status" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInTable="statusColumn" minOccurs="0"> 6315 <xs:simpleType> 6316 <xs:restriction base="xs:string"> 6317 <xs:maxLength value="50" /> 6318 </xs:restriction> 6319 </xs:simpleType> 6320 </xs:element> 6321 <xs:element name="logo" msprop:Generator_UserColumnName="logo" msprop:Generator_ColumnPropNameInRow="logo" msprop:Generator_ColumnVarNameInTable="columnlogo" msprop:Generator_ColumnPropNameInTable="logoColumn" type="xs:base64Binary" minOccurs="0" /> 6305 6322 </xs:sequence> 6306 6323 </xs:complexType> … … 6309 6326 <xs:complexType> 6310 6327 <xs:sequence> 6311 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_Column VarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" />6312 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_Column VarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" />6313 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_Column VarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" />6314 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_Column VarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" />6315 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_Column VarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" />6328 <xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementStep="-1" msprop:Generator_UserColumnName="id" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInTable="idColumn" type="xs:int" /> 6329 <xs:element name="idEmisji" msprop:Generator_UserColumnName="idEmisji" msprop:Generator_ColumnPropNameInRow="idEmisji" msprop:Generator_ColumnVarNameInTable="columnidEmisji" msprop:Generator_ColumnPropNameInTable="idEmisjiColumn" type="xs:decimal" /> 6330 <xs:element name="popNrWyd" msprop:Generator_UserColumnName="popNrWyd" msprop:Generator_ColumnPropNameInRow="popNrWyd" msprop:Generator_ColumnVarNameInTable="columnpopNrWyd" msprop:Generator_ColumnPropNameInTable="popNrWydColumn" type="xs:short" /> 6331 <xs:element name="nastNrWyd" msprop:Generator_UserColumnName="nastNrWyd" msprop:Generator_ColumnPropNameInRow="nastNrWyd" msprop:Generator_ColumnVarNameInTable="columnnastNrWyd" msprop:Generator_ColumnPropNameInTable="nastNrWydColumn" type="xs:short" /> 6332 <xs:element name="dataZmiany" msprop:Generator_UserColumnName="dataZmiany" msprop:Generator_ColumnPropNameInRow="dataZmiany" msprop:Generator_ColumnVarNameInTable="columndataZmiany" msprop:Generator_ColumnPropNameInTable="dataZmianyColumn" type="xs:dateTime" /> 6316 6333 </xs:sequence> 6317 6334 </xs:complexType> … … 6320 6337 <xs:complexType> 6321 6338 <xs:sequence> 6322 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_Column PropNameInRow="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" />6323 <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" />6324 <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" />6325 <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" />6326 <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_Column VarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" />6327 <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_Column VarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" />6339 <xs:element name="ReklamaId" msprop:Generator_UserColumnName="ReklamaId" msprop:Generator_ColumnVarNameInTable="columnReklamaId" msprop:Generator_ColumnPropNameInRow="ReklamaId" msprop:Generator_ColumnPropNameInTable="ReklamaIdColumn" type="xs:int" /> 6340 <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" /> 6341 <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" /> 6342 <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" /> 6343 <xs:element name="DATA_W" msprop:Generator_UserColumnName="DATA_W" msprop:Generator_ColumnPropNameInRow="DATA_W" msprop:Generator_ColumnVarNameInTable="columnDATA_W" msprop:Generator_ColumnPropNameInTable="DATA_WColumn" type="xs:dateTime" minOccurs="0" /> 6344 <xs:element name="idTytulu" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idTytulu" msprop:Generator_ColumnPropNameInRow="idTytulu" msprop:Generator_ColumnVarNameInTable="columnidTytulu" msprop:Generator_ColumnPropNameInTable="idTytuluColumn" type="xs:int" minOccurs="0" /> 6328 6345 </xs:sequence> 6329 6346 </xs:complexType> … … 6332 6349 <xs:complexType> 6333 6350 <xs:sequence> 6334 <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />6335 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column PropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />6336 <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_Column PropNameInRow="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" />6337 <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_Column PropNameInRow="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" />6338 <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_Column PropNameInRow="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" />6339 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column PropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />6340 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column PropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />6341 <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_Column PropNameInRow="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" />6342 <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_Column PropNameInRow="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" />6343 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column PropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">6351 <xs:element name="idZamowienia" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 6352 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 6353 <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" default="0" minOccurs="0" /> 6354 <xs:element name="zafakturowano" msprop:Generator_UserColumnName="zafakturowano" msprop:Generator_ColumnVarNameInTable="columnzafakturowano" msprop:Generator_ColumnPropNameInRow="zafakturowano" msprop:Generator_ColumnPropNameInTable="zafakturowanoColumn" type="xs:boolean" default="false" /> 6355 <xs:element name="idKonta" msprop:Generator_UserColumnName="idKonta" msprop:Generator_ColumnVarNameInTable="columnidKonta" msprop:Generator_ColumnPropNameInRow="idKonta" msprop:Generator_ColumnPropNameInTable="idKontaColumn" type="xs:int" minOccurs="0" /> 6356 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 6357 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 6358 <xs:element name="sposobZaplaty" msprop:Generator_UserColumnName="sposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnsposobZaplaty" msprop:Generator_ColumnPropNameInRow="sposobZaplaty" msprop:Generator_ColumnPropNameInTable="sposobZaplatyColumn" type="xs:short" default="1" minOccurs="0" /> 6359 <xs:element name="czasPlatnosci" msprop:Generator_UserColumnName="czasPlatnosci" msprop:Generator_ColumnVarNameInTable="columnczasPlatnosci" msprop:Generator_ColumnPropNameInRow="czasPlatnosci" msprop:Generator_ColumnPropNameInTable="czasPlatnosciColumn" type="xs:int" default="7" minOccurs="0" /> 6360 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 6344 6361 <xs:simpleType> 6345 6362 <xs:restriction base="xs:string"> … … 6348 6365 </xs:simpleType> 6349 6366 </xs:element> 6350 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_Column PropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" />6351 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_Column PropNameInRow="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0">6367 <xs:element name="dataOstatniejZafakturowanejEmisji" msprop:Generator_UserColumnName="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnVarNameInTable="columndataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInRow="dataOstatniejZafakturowanejEmisji" msprop:Generator_ColumnPropNameInTable="dataOstatniejZafakturowanejEmisjiColumn" type="xs:dateTime" minOccurs="0" /> 6368 <xs:element name="notatkaZamowienie" msprop:Generator_UserColumnName="notatkaZamowienie" msprop:Generator_ColumnVarNameInTable="columnnotatkaZamowienie" msprop:Generator_ColumnPropNameInRow="notatkaZamowienie" msprop:Generator_ColumnPropNameInTable="notatkaZamowienieColumn" minOccurs="0"> 6352 6369 <xs:simpleType> 6353 6370 <xs:restriction base="xs:string"> … … 6356 6373 </xs:simpleType> 6357 6374 </xs:element> 6358 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_Column PropNameInRow="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0">6375 <xs:element name="notatkaKierownik" msprop:Generator_UserColumnName="notatkaKierownik" msprop:Generator_ColumnVarNameInTable="columnnotatkaKierownik" msprop:Generator_ColumnPropNameInRow="notatkaKierownik" msprop:Generator_ColumnPropNameInTable="notatkaKierownikColumn" minOccurs="0"> 6359 6376 <xs:simpleType> 6360 6377 <xs:restriction base="xs:string"> … … 6363 6380 </xs:simpleType> 6364 6381 </xs:element> 6365 <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_Column VarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" />6366 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_Column VarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" />6367 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_Column VarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" />6382 <xs:element name="zafakturowanoWszystko" msprop:Generator_UserColumnName="zafakturowanoWszystko" msprop:Generator_ColumnPropNameInRow="zafakturowanoWszystko" msprop:Generator_ColumnVarNameInTable="columnzafakturowanoWszystko" msprop:Generator_ColumnPropNameInTable="zafakturowanoWszystkoColumn" type="xs:boolean" default="false" /> 6383 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" default="0" minOccurs="0" /> 6384 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" default="false" minOccurs="0" /> 6368 6385 </xs:sequence> 6369 6386 </xs:complexType> … … 6372 6389 <xs:complexType> 6373 6390 <xs:sequence> 6374 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column VarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" />6375 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_Column VarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" />6376 <xs:element name="DoZafakturowania" msdata:ReadOnly="true" msprop:Generator_UserColumnName="DoZafakturowania" msprop:Generator_Column PropNameInRow="DoZafakturowania" msprop:Generator_ColumnVarNameInTable="columnDoZafakturowania" msprop:Generator_ColumnPropNameInTable="DoZafakturowaniaColumn" type="xs:double" minOccurs="0" />6377 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_Column VarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0">6391 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_ColumnPropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" /> 6392 <xs:element name="idKlienta" msprop:Generator_UserColumnName="idKlienta" msprop:Generator_ColumnPropNameInRow="idKlienta" msprop:Generator_ColumnVarNameInTable="columnidKlienta" msprop:Generator_ColumnPropNameInTable="idKlientaColumn" type="xs:int" /> 6393 <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" /> 6394 <xs:element name="kodAgenta" msprop:Generator_UserColumnName="kodAgenta" msprop:Generator_ColumnPropNameInRow="kodAgenta" msprop:Generator_ColumnVarNameInTable="columnkodAgenta" msprop:Generator_ColumnPropNameInTable="kodAgentaColumn" minOccurs="0"> 6378 6395 <xs:simpleType> 6379 6396 <xs:restriction base="xs:string"> … … 6382 6399 </xs:simpleType> 6383 6400 </xs:element> 6384 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_Column VarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" />6385 <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_Column VarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" />6386 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6387 <xs:simpleType> 6388 <xs:restriction base="xs:string"> 6389 <xs:maxLength value="50" /> 6390 </xs:restriction> 6391 </xs:simpleType> 6392 </xs:element> 6393 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">6394 <xs:simpleType> 6395 <xs:restriction base="xs:string"> 6396 <xs:maxLength value="50" /> 6397 </xs:restriction> 6398 </xs:simpleType> 6399 </xs:element> 6400 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_Column PropNameInRow="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" />6401 <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_Column PropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0">6401 <xs:element name="rokZamowienia" msprop:Generator_UserColumnName="rokZamowienia" msprop:Generator_ColumnPropNameInRow="rokZamowienia" msprop:Generator_ColumnVarNameInTable="columnrokZamowienia" msprop:Generator_ColumnPropNameInTable="rokZamowieniaColumn" type="xs:int" /> 6402 <xs:element name="wartoscNetto" msprop:Generator_UserColumnName="wartoscNetto" msprop:Generator_ColumnPropNameInRow="wartoscNetto" msprop:Generator_ColumnVarNameInTable="columnwartoscNetto" msprop:Generator_ColumnPropNameInTable="wartoscNettoColumn" type="xs:double" minOccurs="0" /> 6403 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6404 <xs:simpleType> 6405 <xs:restriction base="xs:string"> 6406 <xs:maxLength value="50" /> 6407 </xs:restriction> 6408 </xs:simpleType> 6409 </xs:element> 6410 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 6411 <xs:simpleType> 6412 <xs:restriction base="xs:string"> 6413 <xs:maxLength value="50" /> 6414 </xs:restriction> 6415 </xs:simpleType> 6416 </xs:element> 6417 <xs:element name="nrZamowienia" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" type="xs:int" /> 6418 <xs:element name="nrZamowieniaExt" msprop:Generator_UserColumnName="nrZamowieniaExt" msprop:Generator_ColumnVarNameInTable="columnnrZamowieniaExt" msprop:Generator_ColumnPropNameInRow="nrZamowieniaExt" msprop:Generator_ColumnPropNameInTable="nrZamowieniaExtColumn" minOccurs="0"> 6402 6419 <xs:simpleType> 6403 6420 <xs:restriction base="xs:string"> … … 6406 6423 </xs:simpleType> 6407 6424 </xs:element> 6408 <xs:element name="iloscReklam" msprop:Generator_UserColumnName="iloscReklam" msprop:Generator_Column PropNameInRow="iloscReklam" msprop:Generator_ColumnVarNameInTable="columniloscReklam" msprop:Generator_ColumnPropNameInTable="iloscReklamColumn" type="xs:int" minOccurs="0" />6409 <xs:element name="kwotaWalutaBrutto" msprop:Generator_UserColumnName="kwotaWalutaBrutto" msprop:Generator_Column PropNameInRow="kwotaWalutaBrutto" msprop:Generator_ColumnVarNameInTable="columnkwotaWalutaBrutto" msprop:Generator_ColumnPropNameInTable="kwotaWalutaBruttoColumn" type="xs:double" minOccurs="0" />6410 <xs:element name="data_od" msprop:Generator_UserColumnName="data_od" msprop:Generator_Column PropNameInRow="data_od" msprop:Generator_ColumnVarNameInTable="columndata_od" msprop:Generator_ColumnPropNameInTable="data_odColumn" type="xs:dateTime" minOccurs="0" />6411 <xs:element name="data_od_bez_FK" msprop:Generator_UserColumnName="data_od_bez_FK" msprop:Generator_Column PropNameInRow="data_od_bez_FK" msprop:Generator_ColumnVarNameInTable="columndata_od_bez_FK" msprop:Generator_ColumnPropNameInTable="data_od_bez_FKColumn" type="xs:dateTime" minOccurs="0" />6412 <xs:element name="nettoZafakturowane" msprop:Generator_UserColumnName="nettoZafakturowane" msprop:Generator_Column PropNameInRow="nettoZafakturowane" msprop:Generator_ColumnVarNameInTable="columnnettoZafakturowane" msprop:Generator_ColumnPropNameInTable="nettoZafakturowaneColumn" type="xs:double" minOccurs="0" />6413 <xs:element name="Brutto_Euro_Miano" msprop:Generator_UserColumnName="Brutto_Euro_Miano" msprop:Generator_Column PropNameInRow="Brutto_Euro_Miano" msprop:Generator_ColumnVarNameInTable="columnBrutto_Euro_Miano" msprop:Generator_ColumnPropNameInTable="Brutto_Euro_MianoColumn" minOccurs="0">6425 <xs:element name="iloscReklam" msprop:Generator_UserColumnName="iloscReklam" msprop:Generator_ColumnVarNameInTable="columniloscReklam" msprop:Generator_ColumnPropNameInRow="iloscReklam" msprop:Generator_ColumnPropNameInTable="iloscReklamColumn" type="xs:int" minOccurs="0" /> 6426 <xs:element name="kwotaWalutaBrutto" msprop:Generator_UserColumnName="kwotaWalutaBrutto" msprop:Generator_ColumnVarNameInTable="columnkwotaWalutaBrutto" msprop:Generator_ColumnPropNameInRow="kwotaWalutaBrutto" msprop:Generator_ColumnPropNameInTable="kwotaWalutaBruttoColumn" type="xs:double" minOccurs="0" /> 6427 <xs:element name="data_od" msprop:Generator_UserColumnName="data_od" msprop:Generator_ColumnVarNameInTable="columndata_od" msprop:Generator_ColumnPropNameInRow="data_od" msprop:Generator_ColumnPropNameInTable="data_odColumn" type="xs:dateTime" minOccurs="0" /> 6428 <xs:element name="data_od_bez_FK" msprop:Generator_UserColumnName="data_od_bez_FK" msprop:Generator_ColumnVarNameInTable="columndata_od_bez_FK" msprop:Generator_ColumnPropNameInRow="data_od_bez_FK" msprop:Generator_ColumnPropNameInTable="data_od_bez_FKColumn" type="xs:dateTime" minOccurs="0" /> 6429 <xs:element name="nettoZafakturowane" msprop:Generator_UserColumnName="nettoZafakturowane" msprop:Generator_ColumnVarNameInTable="columnnettoZafakturowane" msprop:Generator_ColumnPropNameInRow="nettoZafakturowane" msprop:Generator_ColumnPropNameInTable="nettoZafakturowaneColumn" type="xs:double" minOccurs="0" /> 6430 <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"> 6414 6431 <xs:simpleType> 6415 6432 <xs:restriction base="xs:string"> … … 6418 6435 </xs:simpleType> 6419 6436 </xs:element> 6420 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">6437 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 6421 6438 <xs:simpleType> 6422 6439 <xs:restriction base="xs:string"> … … 6431 6448 <xs:complexType> 6432 6449 <xs:sequence> 6433 <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column VarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" />6434 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_Column VarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" />6435 <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" />6436 <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" />6437 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_Column VarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0">6450 <xs:element name="idWplaty" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" /> 6451 <xs:element name="idFaktury" msprop:Generator_UserColumnName="idFaktury" msprop:Generator_ColumnPropNameInRow="idFaktury" msprop:Generator_ColumnVarNameInTable="columnidFaktury" msprop:Generator_ColumnPropNameInTable="idFakturyColumn" type="xs:int" /> 6452 <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" /> 6453 <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" /> 6454 <xs:element name="rodzajPotwierdzenia" msprop:Generator_UserColumnName="rodzajPotwierdzenia" msprop:Generator_ColumnPropNameInRow="rodzajPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnrodzajPotwierdzenia" msprop:Generator_ColumnPropNameInTable="rodzajPotwierdzeniaColumn" minOccurs="0"> 6438 6455 <xs:simpleType> 6439 6456 <xs:restriction base="xs:string"> … … 6442 6459 </xs:simpleType> 6443 6460 </xs:element> 6444 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_Column VarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0">6461 <xs:element name="symbolPotwierdzenia" msprop:Generator_UserColumnName="symbolPotwierdzenia" msprop:Generator_ColumnPropNameInRow="symbolPotwierdzenia" msprop:Generator_ColumnVarNameInTable="columnsymbolPotwierdzenia" msprop:Generator_ColumnPropNameInTable="symbolPotwierdzeniaColumn" minOccurs="0"> 6445 6462 <xs:simpleType> 6446 6463 <xs:restriction base="xs:string"> … … 6449 6466 </xs:simpleType> 6450 6467 </xs:element> 6451 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_Column VarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInRow="brutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />6452 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />6453 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">6468 <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" /> 6469 <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:decimal" minOccurs="0" /> 6470 <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"> 6454 6471 <xs:simpleType> 6455 6472 <xs:restriction base="xs:string"> … … 6464 6481 <xs:complexType> 6465 6482 <xs:sequence> 6466 <xs:element name="idProwizji" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idProwizji" msprop:Generator_Column PropNameInRow="idProwizji" msprop:Generator_ColumnVarNameInTable="columnidProwizji" msprop:Generator_ColumnPropNameInTable="idProwizjiColumn" type="xs:int" />6467 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6483 <xs:element name="idProwizji" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="idProwizji" msprop:Generator_ColumnVarNameInTable="columnidProwizji" msprop:Generator_ColumnPropNameInRow="idProwizji" msprop:Generator_ColumnPropNameInTable="idProwizjiColumn" type="xs:int" /> 6484 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6468 6485 <xs:simpleType> 6469 6486 <xs:restriction base="xs:string"> … … 6472 6489 </xs:simpleType> 6473 6490 </xs:element> 6474 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">6491 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 6475 6492 <xs:simpleType> 6476 6493 <xs:restriction base="xs:string"> … … 6479 6496 </xs:simpleType> 6480 6497 </xs:element> 6481 <xs:element name="rok" msprop:Generator_UserColumnName="rok" msprop:Generator_Column PropNameInRow="rok" msprop:Generator_ColumnVarNameInTable="columnrok" msprop:Generator_ColumnPropNameInTable="rokColumn" type="xs:int" minOccurs="0" />6482 <xs:element name="ms" msprop:Generator_UserColumnName="ms" msprop:Generator_Column PropNameInRow="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" />6483 <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_Column PropNameInRow="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0">6498 <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" /> 6499 <xs:element name="ms" msprop:Generator_UserColumnName="ms" msprop:Generator_ColumnVarNameInTable="columnms" msprop:Generator_ColumnPropNameInRow="ms" msprop:Generator_ColumnPropNameInTable="msColumn" type="xs:int" minOccurs="0" /> 6500 <xs:element name="nrFaktury" msprop:Generator_UserColumnName="nrFaktury" msprop:Generator_ColumnVarNameInTable="columnnrFaktury" msprop:Generator_ColumnPropNameInRow="nrFaktury" msprop:Generator_ColumnPropNameInTable="nrFakturyColumn" minOccurs="0"> 6484 6501 <xs:simpleType> 6485 6502 <xs:restriction base="xs:string"> … … 6488 6505 </xs:simpleType> 6489 6506 </xs:element> 6490 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_Column PropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />6491 <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_Column PropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0">6507 <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" /> 6508 <xs:element name="nrFakturyKorygowanej" msprop:Generator_UserColumnName="nrFakturyKorygowanej" msprop:Generator_ColumnVarNameInTable="columnnrFakturyKorygowanej" msprop:Generator_ColumnPropNameInRow="nrFakturyKorygowanej" msprop:Generator_ColumnPropNameInTable="nrFakturyKorygowanejColumn" minOccurs="0"> 6492 6509 <xs:simpleType> 6493 6510 <xs:restriction base="xs:string"> … … 6496 6513 </xs:simpleType> 6497 6514 </xs:element> 6498 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_Column PropNameInRow="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" minOccurs="0" />6499 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_Column PropNameInRow="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" minOccurs="0" />6500 <xs:element name="kwotaProwizji" msprop:Generator_UserColumnName="kwotaProwizji" msprop:Generator_Column PropNameInRow="kwotaProwizji" msprop:Generator_ColumnVarNameInTable="columnkwotaProwizji" msprop:Generator_ColumnPropNameInTable="kwotaProwizjiColumn" type="xs:decimal" minOccurs="0" />6515 <xs:element name="procentProwizji" msprop:Generator_UserColumnName="procentProwizji" msprop:Generator_ColumnVarNameInTable="columnprocentProwizji" msprop:Generator_ColumnPropNameInRow="procentProwizji" msprop:Generator_ColumnPropNameInTable="procentProwizjiColumn" type="xs:double" minOccurs="0" /> 6516 <xs:element name="ZP" msprop:Generator_UserColumnName="ZP" msprop:Generator_ColumnVarNameInTable="columnZP" msprop:Generator_ColumnPropNameInRow="ZP" msprop:Generator_ColumnPropNameInTable="ZPColumn" type="xs:boolean" minOccurs="0" /> 6517 <xs:element name="kwotaProwizji" msprop:Generator_UserColumnName="kwotaProwizji" msprop:Generator_ColumnVarNameInTable="columnkwotaProwizji" msprop:Generator_ColumnPropNameInRow="kwotaProwizji" msprop:Generator_ColumnPropNameInTable="kwotaProwizjiColumn" type="xs:decimal" minOccurs="0" /> 6501 6518 </xs:sequence> 6502 6519 </xs:complexType> … … 6505 6522 <xs:complexType> 6506 6523 <xs:sequence> 6507 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column PropNameInRow="ID_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />6508 <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" />6509 <xs:element name="Id_Agencji" msprop:Generator_UserColumnName="Id_Agencji" msprop:Generator_Column PropNameInRow="Id_Agencji" msprop:Generator_ColumnVarNameInTable="columnId_Agencji" msprop:Generator_ColumnPropNameInTable="Id_AgencjiColumn" type="xs:int" minOccurs="0" />6510 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_Column PropNameInRow="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0">6524 <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" /> 6525 <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" /> 6526 <xs:element name="Id_Agencji" msprop:Generator_UserColumnName="Id_Agencji" msprop:Generator_ColumnVarNameInTable="columnId_Agencji" msprop:Generator_ColumnPropNameInRow="Id_Agencji" msprop:Generator_ColumnPropNameInTable="Id_AgencjiColumn" type="xs:int" minOccurs="0" /> 6527 <xs:element name="kodKlienta" msprop:Generator_UserColumnName="kodKlienta" msprop:Generator_ColumnVarNameInTable="columnkodKlienta" msprop:Generator_ColumnPropNameInRow="kodKlienta" msprop:Generator_ColumnPropNameInTable="kodKlientaColumn" minOccurs="0"> 6511 6528 <xs:simpleType> 6512 6529 <xs:restriction base="xs:string"> … … 6515 6532 </xs:simpleType> 6516 6533 </xs:element> 6517 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column PropNameInRow="NUMER" msprop:Generator_ColumnVarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />6518 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_Column PropNameInRow="NUMER_ROZ" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">6534 <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" /> 6535 <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"> 6519 6536 <xs:simpleType> 6520 6537 <xs:restriction base="xs:string"> … … 6523 6540 </xs:simpleType> 6524 6541 </xs:element> 6525 <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_Column PropNameInRow="NUMER_ROK" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />6526 <xs:element name="netto" msprop:Generator_UserColumnName="netto" msprop:Generator_Column PropNameInRow="netto" msprop:Generator_ColumnVarNameInTable="columnnetto" msprop:Generator_ColumnPropNameInTable="nettoColumn" type="xs:decimal" minOccurs="0" />6527 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column PropNameInRow="S_VAT" msprop:Generator_ColumnVarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />6528 <xs:element name="vat" msprop:Generator_UserColumnName="vat" msprop:Generator_Column PropNameInRow="vat" msprop:Generator_ColumnVarNameInTable="columnvat" msprop:Generator_ColumnPropNameInTable="vatColumn" type="xs:decimal" minOccurs="0" />6529 <xs:element name="brutto" msprop:Generator_UserColumnName="brutto" msprop:Generator_Column PropNameInRow="brutto" msprop:Generator_ColumnVarNameInTable="columnbrutto" msprop:Generator_ColumnPropNameInTable="bruttoColumn" type="xs:decimal" minOccurs="0" />6530 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column PropNameInRow="suma_zaplat" msprop:Generator_ColumnVarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />6531 <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_Column PropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />6532 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column PropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnVarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />6533 <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" />6534 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column PropNameInRow="zaplata_data" msprop:Generator_ColumnVarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />6535 <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_Column PropNameInRow="zaplata_opis" msprop:Generator_ColumnVarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">6536 <xs:simpleType> 6537 <xs:restriction base="xs:string"> 6538 <xs:maxLength value="50" /> 6539 </xs:restriction> 6540 </xs:simpleType> 6541 </xs:element> 6542 <xs:element name="idZamowienia" msprop:Generator_UserColumnName="idZamowienia" msprop:Generator_Column PropNameInRow="idZamowienia" msprop:Generator_ColumnVarNameInTable="columnidZamowienia" msprop:Generator_ColumnPropNameInTable="idZamowieniaColumn" type="xs:int" minOccurs="0" />6543 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_Column PropNameInRow="idFakturyKorekta" msprop:Generator_ColumnVarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />6544 <xs:element name="NR_FAKTURY_KOREKTY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KOREKTY" msprop:Generator_Column PropNameInRow="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KOREKTYColumn" minOccurs="0">6542 <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" /> 6543 <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" /> 6544 <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" /> 6545 <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" /> 6546 <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" /> 6547 <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" /> 6548 <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" /> 6549 <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" /> 6550 <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" /> 6551 <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" /> 6552 <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"> 6553 <xs:simpleType> 6554 <xs:restriction base="xs:string"> 6555 <xs:maxLength value="50" /> 6556 </xs:restriction> 6557 </xs:simpleType> 6558 </xs:element> 6559 <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" /> 6560 <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" /> 6561 <xs:element name="NR_FAKTURY_KOREKTY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KOREKTY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KOREKTYColumn" minOccurs="0"> 6545 6562 <xs:simpleType> 6546 6563 <xs:restriction base="xs:string"> … … 6549 6566 </xs:simpleType> 6550 6567 </xs:element> 6551 <xs:element name="NUMER_F" msprop:Generator_UserColumnName="NUMER_F" msprop:Generator_Column PropNameInRow="NUMER_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_F" msprop:Generator_ColumnPropNameInTable="NUMER_FColumn" type="xs:int" minOccurs="0" />6552 <xs:element name="NUMER_ROZ_F" msprop:Generator_UserColumnName="NUMER_ROZ_F" msprop:Generator_Column PropNameInRow="NUMER_ROZ_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROZ_FColumn" minOccurs="0">6568 <xs:element name="NUMER_F" msprop:Generator_UserColumnName="NUMER_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_F" msprop:Generator_ColumnPropNameInRow="NUMER_F" msprop:Generator_ColumnPropNameInTable="NUMER_FColumn" type="xs:int" minOccurs="0" /> 6569 <xs:element name="NUMER_ROZ_F" msprop:Generator_UserColumnName="NUMER_ROZ_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROZ_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROZ_FColumn" minOccurs="0"> 6553 6570 <xs:simpleType> 6554 6571 <xs:restriction base="xs:string"> … … 6557 6574 </xs:simpleType> 6558 6575 </xs:element> 6559 <xs:element name="NUMER_ROK_F" msprop:Generator_UserColumnName="NUMER_ROK_F" msprop:Generator_Column PropNameInRow="NUMER_ROK_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROK_FColumn" type="xs:int" minOccurs="0" />6560 <xs:element name="netto_F" msprop:Generator_UserColumnName="netto_F" msprop:Generator_Column PropNameInRow="netto_F" msprop:Generator_ColumnVarNameInTable="columnnetto_F" msprop:Generator_ColumnPropNameInTable="netto_FColumn" type="xs:decimal" minOccurs="0" />6561 <xs:element name="brutto_F" msprop:Generator_UserColumnName="brutto_F" msprop:Generator_Column PropNameInRow="brutto_F" msprop:Generator_ColumnVarNameInTable="columnbrutto_F" msprop:Generator_ColumnPropNameInTable="brutto_FColumn" type="xs:decimal" minOccurs="0" />6562 <xs:element name="vat_F" msprop:Generator_UserColumnName="vat_F" msprop:Generator_Column PropNameInRow="vat_F" msprop:Generator_ColumnVarNameInTable="columnvat_F" msprop:Generator_ColumnPropNameInTable="vat_FColumn" type="xs:decimal" minOccurs="0" />6563 <xs:element name="suma_zapłat_F" msprop:Generator_UserColumnName="suma_zapłat_F" msprop:Generator_Column PropNameInRow="suma_zapłat_F" msprop:Generator_ColumnVarNameInTable="columnsuma_zapłat_F" msprop:Generator_ColumnPropNameInTable="suma_zapłat_FColumn" type="xs:decimal" minOccurs="0" />6564 <xs:element name="data_wystawienia_F" msprop:Generator_UserColumnName="data_wystawienia_F" msprop:Generator_Column PropNameInRow="data_wystawienia_F" msprop:Generator_ColumnVarNameInTable="columndata_wystawienia_F" msprop:Generator_ColumnPropNameInTable="data_wystawienia_FColumn" type="xs:dateTime" minOccurs="0" />6565 <xs:element name="NR_FAKTURY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY" msprop:Generator_Column PropNameInRow="NR_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURYColumn" minOccurs="0">6576 <xs:element name="NUMER_ROK_F" msprop:Generator_UserColumnName="NUMER_ROK_F" msprop:Generator_ColumnVarNameInTable="columnNUMER_ROK_F" msprop:Generator_ColumnPropNameInRow="NUMER_ROK_F" msprop:Generator_ColumnPropNameInTable="NUMER_ROK_FColumn" type="xs:int" minOccurs="0" /> 6577 <xs:element name="netto_F" msprop:Generator_UserColumnName="netto_F" msprop:Generator_ColumnVarNameInTable="columnnetto_F" msprop:Generator_ColumnPropNameInRow="netto_F" msprop:Generator_ColumnPropNameInTable="netto_FColumn" type="xs:decimal" minOccurs="0" /> 6578 <xs:element name="brutto_F" msprop:Generator_UserColumnName="brutto_F" msprop:Generator_ColumnVarNameInTable="columnbrutto_F" msprop:Generator_ColumnPropNameInRow="brutto_F" msprop:Generator_ColumnPropNameInTable="brutto_FColumn" type="xs:decimal" minOccurs="0" /> 6579 <xs:element name="vat_F" msprop:Generator_UserColumnName="vat_F" msprop:Generator_ColumnVarNameInTable="columnvat_F" msprop:Generator_ColumnPropNameInRow="vat_F" msprop:Generator_ColumnPropNameInTable="vat_FColumn" type="xs:decimal" minOccurs="0" /> 6580 <xs:element name="suma_zapłat_F" msprop:Generator_UserColumnName="suma_zapłat_F" msprop:Generator_ColumnVarNameInTable="columnsuma_zapłat_F" msprop:Generator_ColumnPropNameInRow="suma_zapłat_F" msprop:Generator_ColumnPropNameInTable="suma_zapłat_FColumn" type="xs:decimal" minOccurs="0" /> 6581 <xs:element name="data_wystawienia_F" msprop:Generator_UserColumnName="data_wystawienia_F" msprop:Generator_ColumnVarNameInTable="columndata_wystawienia_F" msprop:Generator_ColumnPropNameInRow="data_wystawienia_F" msprop:Generator_ColumnPropNameInTable="data_wystawienia_FColumn" type="xs:dateTime" minOccurs="0" /> 6582 <xs:element name="NR_FAKTURY" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY" msprop:Generator_ColumnPropNameInTable="NR_FAKTURYColumn" minOccurs="0"> 6566 6583 <xs:simpleType> 6567 6584 <xs:restriction base="xs:string"> … … 6570 6587 </xs:simpleType> 6571 6588 </xs:element> 6572 <xs:element name="roznica_netto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_netto" msprop:Generator_Column PropNameInRow="roznica_netto" msprop:Generator_ColumnVarNameInTable="columnroznica_netto" msprop:Generator_ColumnPropNameInTable="roznica_nettoColumn" type="xs:decimal" minOccurs="0" />6573 <xs:element name="roznica_vat" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_vat" msprop:Generator_Column PropNameInRow="roznica_vat" msprop:Generator_ColumnVarNameInTable="columnroznica_vat" msprop:Generator_ColumnPropNameInTable="roznica_vatColumn" type="xs:decimal" minOccurs="0" />6574 <xs:element name="roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_brutto" msprop:Generator_Column PropNameInRow="roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnroznica_brutto" msprop:Generator_ColumnPropNameInTable="roznica_bruttoColumn" type="xs:decimal" minOccurs="0" />6575 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_Column PropNameInRow="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0">6576 <xs:simpleType> 6577 <xs:restriction base="xs:string"> 6578 <xs:maxLength value="50" /> 6579 </xs:restriction> 6580 </xs:simpleType> 6581 </xs:element> 6582 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_Column PropNameInRow="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0">6583 <xs:simpleType> 6584 <xs:restriction base="xs:string"> 6585 <xs:maxLength value="50" /> 6586 </xs:restriction> 6587 </xs:simpleType> 6588 </xs:element> 6589 <xs:element name="waluta_roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_roznica_brutto" msprop:Generator_Column PropNameInRow="waluta_roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_roznica_brutto" msprop:Generator_ColumnPropNameInTable="waluta_roznica_bruttoColumn" type="xs:double" minOccurs="0" />6590 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column PropNameInRow="waluta_miano" msprop:Generator_ColumnVarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">6589 <xs:element name="roznica_netto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_netto" msprop:Generator_ColumnVarNameInTable="columnroznica_netto" msprop:Generator_ColumnPropNameInRow="roznica_netto" msprop:Generator_ColumnPropNameInTable="roznica_nettoColumn" type="xs:decimal" minOccurs="0" /> 6590 <xs:element name="roznica_vat" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_vat" msprop:Generator_ColumnVarNameInTable="columnroznica_vat" msprop:Generator_ColumnPropNameInRow="roznica_vat" msprop:Generator_ColumnPropNameInTable="roznica_vatColumn" type="xs:decimal" minOccurs="0" /> 6591 <xs:element name="roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnroznica_brutto" msprop:Generator_ColumnPropNameInRow="roznica_brutto" msprop:Generator_ColumnPropNameInTable="roznica_bruttoColumn" type="xs:decimal" minOccurs="0" /> 6592 <xs:element name="agencja" msprop:Generator_UserColumnName="agencja" msprop:Generator_ColumnVarNameInTable="columnagencja" msprop:Generator_ColumnPropNameInRow="agencja" msprop:Generator_ColumnPropNameInTable="agencjaColumn" minOccurs="0"> 6593 <xs:simpleType> 6594 <xs:restriction base="xs:string"> 6595 <xs:maxLength value="50" /> 6596 </xs:restriction> 6597 </xs:simpleType> 6598 </xs:element> 6599 <xs:element name="agent" msprop:Generator_UserColumnName="agent" msprop:Generator_ColumnVarNameInTable="columnagent" msprop:Generator_ColumnPropNameInRow="agent" msprop:Generator_ColumnPropNameInTable="agentColumn" minOccurs="0"> 6600 <xs:simpleType> 6601 <xs:restriction base="xs:string"> 6602 <xs:maxLength value="50" /> 6603 </xs:restriction> 6604 </xs:simpleType> 6605 </xs:element> 6606 <xs:element name="waluta_roznica_brutto" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_roznica_brutto" msprop:Generator_ColumnVarNameInTable="columnwaluta_roznica_brutto" msprop:Generator_ColumnPropNameInRow="waluta_roznica_brutto" msprop:Generator_ColumnPropNameInTable="waluta_roznica_bruttoColumn" type="xs:double" minOccurs="0" /> 6607 <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"> 6591 6608 <xs:simpleType> 6592 6609 <xs:restriction base="xs:string"> … … 6595 6612 </xs:simpleType> 6596 6613 </xs:element> 6597 <xs:element name="liczbaReklam" msprop:Generator_UserColumnName="liczbaReklam" msprop:Generator_Column PropNameInRow="liczbaReklam" msprop:Generator_ColumnVarNameInTable="columnliczbaReklam" msprop:Generator_ColumnPropNameInTable="liczbaReklamColumn" type="xs:int" minOccurs="0" />6598 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column PropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />6599 <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" />6600 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_Column PropNameInRow="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" />6601 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_Column PropNameInRow="ID_FK_KOR" msprop:Generator_ColumnVarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />6602 <xs:element name="NR_FAKTURY_KORYGOWANEJ_1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_Column PropNameInRow="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KORYGOWANEJ_1Column" minOccurs="0">6614 <xs:element name="liczbaReklam" msprop:Generator_UserColumnName="liczbaReklam" msprop:Generator_ColumnVarNameInTable="columnliczbaReklam" msprop:Generator_ColumnPropNameInRow="liczbaReklam" msprop:Generator_ColumnPropNameInTable="liczbaReklamColumn" type="xs:int" minOccurs="0" /> 6615 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 6616 <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" /> 6617 <xs:element name="idFakturyVAT" msprop:Generator_UserColumnName="idFakturyVAT" msprop:Generator_ColumnVarNameInTable="columnidFakturyVAT" msprop:Generator_ColumnPropNameInRow="idFakturyVAT" msprop:Generator_ColumnPropNameInTable="idFakturyVATColumn" type="xs:int" minOccurs="0" /> 6618 <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" /> 6619 <xs:element name="NR_FAKTURY_KORYGOWANEJ_1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnVarNameInTable="columnNR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInRow="NR_FAKTURY_KORYGOWANEJ_1" msprop:Generator_ColumnPropNameInTable="NR_FAKTURY_KORYGOWANEJ_1Column" minOccurs="0"> 6603 6620 <xs:simpleType> 6604 6621 <xs:restriction base="xs:string"> … … 6607 6624 </xs:simpleType> 6608 6625 </xs:element> 6609 <xs:element name="nr_korygowanej" msprop:Generator_UserColumnName="nr_korygowanej" msprop:Generator_Column VarNameInTable="columnnr_korygowanej" msprop:Generator_ColumnPropNameInRow="nr_korygowanej" msprop:Generator_ColumnPropNameInTable="nr_korygowanejColumn" type="xs:int" minOccurs="0" />6626 <xs:element name="nr_korygowanej" msprop:Generator_UserColumnName="nr_korygowanej" msprop:Generator_ColumnPropNameInRow="nr_korygowanej" msprop:Generator_ColumnVarNameInTable="columnnr_korygowanej" msprop:Generator_ColumnPropNameInTable="nr_korygowanejColumn" type="xs:int" minOccurs="0" /> 6610 6627 </xs:sequence> 6611 6628 </xs:complexType> … … 6614 6631 <xs:complexType> 6615 6632 <xs:sequence> 6616 <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" />6617 <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" />6618 <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" />6619 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_Column VarNameInTable="columnMS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" />6620 <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" />6621 <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">6633 <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" /> 6634 <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" /> 6635 <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" /> 6636 <xs:element name="MS" msprop:Generator_UserColumnName="MS" msprop:Generator_ColumnPropNameInRow="MS" msprop:Generator_ColumnVarNameInTable="columnMS" msprop:Generator_ColumnPropNameInTable="MSColumn" type="xs:int" minOccurs="0" /> 6637 <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" /> 6638 <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"> 6622 6639 <xs:simpleType> 6623 6640 <xs:restriction base="xs:string"> … … 6626 6643 </xs:simpleType> 6627 6644 </xs:element> 6628 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">6645 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0"> 6629 6646 <xs:simpleType> 6630 6647 <xs:restriction base="xs:string"> … … 6633 6650 </xs:simpleType> 6634 6651 </xs:element> 6635 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />6636 <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" />6637 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />6638 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />6639 <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" />6640 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />6641 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_Column VarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">6642 <xs:simpleType> 6643 <xs:restriction base="xs:string"> 6644 <xs:maxLength value="50" /> 6645 </xs:restriction> 6646 </xs:simpleType> 6647 </xs:element> 6648 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_Column VarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0">6649 <xs:simpleType> 6650 <xs:restriction base="xs:string"> 6651 <xs:maxLength value="50" /> 6652 </xs:restriction> 6653 </xs:simpleType> 6654 </xs:element> 6655 <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" />6656 <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" />6657 <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" />6658 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">6659 <xs:simpleType> 6660 <xs:restriction base="xs:string"> 6661 <xs:maxLength value="50" /> 6662 </xs:restriction> 6663 </xs:simpleType> 6664 </xs:element> 6665 <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" />6666 <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" />6667 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_Column VarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" />6668 <xs:element name="sumaNettoZEmisji" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_Column VarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:decimal" minOccurs="0" />6669 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />6670 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">6652 <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" /> 6653 <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" /> 6654 <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" /> 6655 <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" /> 6656 <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" /> 6657 <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" /> 6658 <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0"> 6659 <xs:simpleType> 6660 <xs:restriction base="xs:string"> 6661 <xs:maxLength value="50" /> 6662 </xs:restriction> 6663 </xs:simpleType> 6664 </xs:element> 6665 <xs:element name="Agencja" msprop:Generator_UserColumnName="Agencja" msprop:Generator_ColumnPropNameInRow="Agencja" msprop:Generator_ColumnVarNameInTable="columnAgencja" msprop:Generator_ColumnPropNameInTable="AgencjaColumn" minOccurs="0"> 6666 <xs:simpleType> 6667 <xs:restriction base="xs:string"> 6668 <xs:maxLength value="50" /> 6669 </xs:restriction> 6670 </xs:simpleType> 6671 </xs:element> 6672 <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" /> 6673 <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" /> 6674 <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" /> 6675 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 6676 <xs:simpleType> 6677 <xs:restriction base="xs:string"> 6678 <xs:maxLength value="50" /> 6679 </xs:restriction> 6680 </xs:simpleType> 6681 </xs:element> 6682 <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" /> 6683 <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" /> 6684 <xs:element name="idWplaty" msprop:Generator_UserColumnName="idWplaty" msprop:Generator_ColumnPropNameInRow="idWplaty" msprop:Generator_ColumnVarNameInTable="columnidWplaty" msprop:Generator_ColumnPropNameInTable="idWplatyColumn" type="xs:int" minOccurs="0" /> 6685 <xs:element name="sumaNettoZEmisji" msprop:Generator_UserColumnName="sumaNettoZEmisji" msprop:Generator_ColumnPropNameInRow="sumaNettoZEmisji" msprop:Generator_ColumnVarNameInTable="columnsumaNettoZEmisji" msprop:Generator_ColumnPropNameInTable="sumaNettoZEmisjiColumn" type="xs:decimal" minOccurs="0" /> 6686 <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" /> 6687 <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"> 6671 6688 <xs:simpleType> 6672 6689 <xs:restriction base="xs:string"> … … 6675 6692 </xs:simpleType> 6676 6693 </xs:element> 6677 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column VarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />6678 <xs:element name="idFakturyKorekta" msprop:Generator_UserColumnName="idFakturyKorekta" msprop:Generator_Column VarNameInTable="columnidFakturyKorekta" msprop:Generator_ColumnPropNameInRow="idFakturyKorekta" msprop:Generator_ColumnPropNameInTable="idFakturyKorektaColumn" type="xs:int" minOccurs="0" />6679 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_Column VarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />6680 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_Column VarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" />6681 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_Column VarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" />6682 <xs:element name="ilPozycji" msprop:Generator_UserColumnName="ilPozycji" msprop:Generator_Column VarNameInTable="columnilPozycji" msprop:Generator_ColumnPropNameInRow="ilPozycji" msprop:Generator_ColumnPropNameInTable="ilPozycjiColumn" type="xs:int" minOccurs="0" />6683 <xs:element name="ilEmisji" msprop:Generator_UserColumnName="ilEmisji" msprop:Generator_Column VarNameInTable="columnilEmisji" msprop:Generator_ColumnPropNameInRow="ilEmisji" msprop:Generator_ColumnPropNameInTable="ilEmisjiColumn" type="xs:int" minOccurs="0" />6684 <xs:element name="SposobZaplaty" msprop:Generator_UserColumnName="SposobZaplaty" msprop:Generator_Column PropNameInRow="SposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnSposobZaplaty" msprop:Generator_ColumnPropNameInTable="SposobZaplatyColumn" type="xs:string" minOccurs="0" />6685 <xs:element name="waluta_kurs" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_Column PropNameInRow="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:decimal" minOccurs="0" />6694 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" /> 6695 <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" /> 6696 <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" /> 6697 <xs:element name="wplata_brutto" msprop:Generator_UserColumnName="wplata_brutto" msprop:Generator_ColumnPropNameInRow="wplata_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_brutto" msprop:Generator_ColumnPropNameInTable="wplata_bruttoColumn" type="xs:decimal" minOccurs="0" /> 6698 <xs:element name="wplata_waluta_brutto" msprop:Generator_UserColumnName="wplata_waluta_brutto" msprop:Generator_ColumnPropNameInRow="wplata_waluta_brutto" msprop:Generator_ColumnVarNameInTable="columnwplata_waluta_brutto" msprop:Generator_ColumnPropNameInTable="wplata_waluta_bruttoColumn" type="xs:decimal" minOccurs="0" /> 6699 <xs:element name="ilPozycji" msprop:Generator_UserColumnName="ilPozycji" msprop:Generator_ColumnPropNameInRow="ilPozycji" msprop:Generator_ColumnVarNameInTable="columnilPozycji" msprop:Generator_ColumnPropNameInTable="ilPozycjiColumn" type="xs:int" minOccurs="0" /> 6700 <xs:element name="ilEmisji" msprop:Generator_UserColumnName="ilEmisji" msprop:Generator_ColumnPropNameInRow="ilEmisji" msprop:Generator_ColumnVarNameInTable="columnilEmisji" msprop:Generator_ColumnPropNameInTable="ilEmisjiColumn" type="xs:int" minOccurs="0" /> 6701 <xs:element name="SposobZaplaty" msprop:Generator_UserColumnName="SposobZaplaty" msprop:Generator_ColumnVarNameInTable="columnSposobZaplaty" msprop:Generator_ColumnPropNameInRow="SposobZaplaty" msprop:Generator_ColumnPropNameInTable="SposobZaplatyColumn" type="xs:string" minOccurs="0" /> 6702 <xs:element name="waluta_kurs" msdata:ReadOnly="true" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_ColumnVarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:decimal" minOccurs="0" /> 6686 6703 </xs:sequence> 6687 6704 </xs:complexType> -
trunk/BazaReklam/REKLAMADataSet.xss
r349 r368 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="- 668" ViewPortY="1276" 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="1521" 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="1" X="-162" Y="35" Height="403" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="24" SplitterPosition="254" /> … … 39 39 <Shape ID="DesignTable:Wplaty" ZOrder="12" X="-1041" Y="-202" Height="258" Width="268" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="177" /> 40 40 <Shape ID="DesignTable:PROWIZJE" ZOrder="11" X="-1138" Y="165" Height="275" Width="203" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="211" SplitterPosition="228" /> 41 <Shape ID="DesignTable:VIEW_KOREKTY" ZOrder="9" X="-1287" Y="1574" Height="2 75" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" />41 <Shape ID="DesignTable:VIEW_KOREKTY" ZOrder="9" X="-1287" Y="1574" Height="292" Width="288" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="228" /> 42 42 <Shape ID="DesignTable:VIEW_ZESTAWIENIE_FAKTUR_NOWE" ZOrder="6" X="-1289" Y="1874" Height="292" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="22" SplitterPosition="228" /> 43 43 </Shapes> -
trunk/SQL/Views/VIEW_ZESTAWIENIE_FAKTUR_NOWE.txt
r348 r368 54 54 + '/' + CONVERT(VARCHAR, dbo.FAKTURY.NUMER_ROZ) + '/' + CONVERT(VARCHAR, dbo.FAKTURY.NUMER_ROK) AS NR_FK, 55 55 dbo.[LISTA TYTU£ÓW].SYMB AS TYTUL, SUM(dbo.FAKTURA_DETAILS.NETTO) AS NETTO, dbo.FAKTURA_DETAILS.S_VAT, 56 SUM(dbo.FAKTURA_DETAILS.VAT) AS VAT, SUM(dbo.FAKTURA_DETAILS. BRUTTO) AS BRUTTO, count(dbo.FAKTURA_DETAILS.id_faktura_details) as ilPozycji,56 SUM(dbo.FAKTURA_DETAILS.VAT) AS VAT, SUM(dbo.FAKTURA_DETAILS.NETTO * (1 + dbo.FAKTURA_DETAILS.S_VAT)) AS BRUTTO, count(dbo.FAKTURA_DETAILS.id_faktura_details) as ilPozycji, 57 57 dbo.FAKTURY.suma_zaplat, 58 58 dbo.FAKTURY.ID_FAKTURY, dbo.AGENCI.Symbol, dbo.AGENCJE.Symbol AS Agencja, dbo.FAKTURY.ZAPLACONO, dbo.Wplaty.dataWplaty, … … 73 73 dbo.Wplaty ON dbo.FAKTURY.ID_FAKTURY = dbo.Wplaty.idFaktury LEFT OUTER JOIN 74 74 dbo.KLIENCI ON dbo.FAKTURY.ID_NABYWCY = dbo.KLIENCI.CustomerID 75 LEFT OUTER JOIN dbo.VIEW_KOREKTY AS Korekta ON Korekta.id Zamowienia = dbo.FAKTURY.idZamowienia75 LEFT OUTER JOIN dbo.VIEW_KOREKTY AS Korekta ON Korekta.idFakturyVat = dbo.FAKTURY.ID_FAKTURY 76 76 where (dbo.FAKTURY.idZamowienia IS NOT NULL) AND (dbo.FAKTURY.KOREKTA <> 1) 77 77 GROUP BY dbo.FAKTURY.ID_NABYWCY, dbo.FAKTURY.NUMER, YEAR(dbo.FAKTURY.DATA_SPRZEDAZY), dbo.FAKTURY.DATA_SPRZEDAZY, -
trunk/SQL/Views/VIEW_ZESTAWIENIE_FAKTUR_STARE.txt
r261 r368 51 51 LEFT OUTER JOIN KLIENCI ON FAKTURY.ID_NABYWCY = KLIENCI.customerId 52 52 LEFT JOIN Wplaty on FAKTURY.Id_faktury= Wplaty.idfaktury 53 53 WHERE FAKTURY.KOREKTA<>1 54 54 GROUP BY 55 55 FAKTURY.ID_NABYWCY,
