| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <xs:schema id="raporty" targetNamespace="http://tempuri.org/raporty.xsd" xmlns:mstns="http://tempuri.org/raporty.xsd" xmlns="http://tempuri.org/raporty.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
|---|
| 3 | <xs:annotation>
|
|---|
| 4 | <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
|---|
| 5 | <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|---|
| 6 | <Connections>
|
|---|
| 7 | <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="testowe" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="testowe (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Baza_Reklam.Properties.Settings.GlobalReference.Default.testowe" Provider="System.Data.SqlClient">
|
|---|
| 8 | </Connection>
|
|---|
| 9 | </Connections>
|
|---|
| 10 | <Tables>
|
|---|
| 11 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FakturaTableAdapter" GeneratorDataComponentClassName="FakturaTableAdapter" Name="Faktura" UserDataComponentName="FakturaTableAdapter">
|
|---|
| 12 | <MainSource>
|
|---|
| 13 | <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataByIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByIdFaktury" UserSourceName="FillByIdFaktury">
|
|---|
| 14 | <SelectCommand>
|
|---|
| 15 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 16 | <CommandText>SELECT F.ID_FAKTURY, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA, F.MIEJSCOWOSC_WYSTAWIENIA, F.ID_SPRZEDAWCY,
|
|---|
| 17 | F.ID_NABYWCY, F.DATA_SPRZEDAZY, F.PODPIS_WYSTAWIL, F.PODPIS_ODEBRAL, F.opis, F.SPOSOB_ZAPLATY, F.TERMIN_ZAPLATY,
|
|---|
| 18 | F.ZAPLACONO, F.BYL_WYDRUK, F.NABYWCA_ADRES, F.SPRZEDAWCA_ADRES, F.SPRZEDAWCA_NIP, F.NABYWCA_NIP, F.FAKTURA_TYP,
|
|---|
| 19 | F.FAKTURA_PODTYP, F.ID_KONTA, F.EKSPORT, F.EXPORTED, F.ID_TYTUL, F.EXPORTED_DATA, F.suma_zaplat, F.ID_FK_KOR, F.zaplata_data,
|
|---|
| 20 | F.zaplata_opis, F.Zaliczka_Brutto, F.Zaliczka_Data, F.waluta_brutto, F.waluta_miano, F.waluta_kurs, F.waluta_przelicznik, F.waluta_kurs_z_dnia,
|
|---|
| 21 | F.waluta_tabela_nr, K.KONTO, T.[HASÅO REKLAMOWE], a.RejestrFaktur_Symbol, K2.Adres_Kor, a.Adres_Kor AS Adres_Kor_Agencji, F.idZamowienia,
|
|---|
| 22 | F.KOREKTA, F.idFakturyKorekta, F.idFakturyVAT
|
|---|
| 23 | FROM FAKTURY AS F LEFT OUTER JOIN
|
|---|
| 24 | KONTA AS K ON K.id = F.ID_KONTA LEFT OUTER JOIN
|
|---|
| 25 | [LISTA TYTUÅÃW] AS T ON F.ID_TYTUL = T.id LEFT OUTER JOIN
|
|---|
| 26 | AGENCJE AS a ON F.ID_SPRZEDAWCY = a.Id_agencji LEFT OUTER JOIN
|
|---|
| 27 | KLIENCI AS K2 ON K2.CustomerID = F.ID_NABYWCY
|
|---|
| 28 | WHERE (F.ID_FAKTURY = @idFaktury)</CommandText>
|
|---|
| 29 | <Parameters>
|
|---|
| 30 | <Parameter AllowDbNull="False" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM_TEST.dbo.FAKTURY" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 31 | </Parameter>
|
|---|
| 32 | </Parameters>
|
|---|
| 33 | </DbCommand>
|
|---|
| 34 | </SelectCommand>
|
|---|
| 35 | </DbSource>
|
|---|
| 36 | </MainSource>
|
|---|
| 37 | <Mappings>
|
|---|
| 38 | <Mapping SourceColumn="ID_FAKTURY" DataSetColumn="ID_FAKTURY" />
|
|---|
| 39 | <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
|
|---|
| 40 | <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
|
|---|
| 41 | <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
|
|---|
| 42 | <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
|
|---|
| 43 | <Mapping SourceColumn="MIEJSCOWOSC_WYSTAWIENIA" DataSetColumn="MIEJSCOWOSC_WYSTAWIENIA" />
|
|---|
| 44 | <Mapping SourceColumn="ID_SPRZEDAWCY" DataSetColumn="ID_SPRZEDAWCY" />
|
|---|
| 45 | <Mapping SourceColumn="ID_NABYWCY" DataSetColumn="ID_NABYWCY" />
|
|---|
| 46 | <Mapping SourceColumn="DATA_SPRZEDAZY" DataSetColumn="DATA_SPRZEDAZY" />
|
|---|
| 47 | <Mapping SourceColumn="PODPIS_WYSTAWIL" DataSetColumn="PODPIS_WYSTAWIL" />
|
|---|
| 48 | <Mapping SourceColumn="PODPIS_ODEBRAL" DataSetColumn="PODPIS_ODEBRAL" />
|
|---|
| 49 | <Mapping SourceColumn="opis" DataSetColumn="opis" />
|
|---|
| 50 | <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
|
|---|
| 51 | <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
|
|---|
| 52 | <Mapping SourceColumn="ZAPLACONO" DataSetColumn="ZAPLACONO" />
|
|---|
| 53 | <Mapping SourceColumn="BYL_WYDRUK" DataSetColumn="BYL_WYDRUK" />
|
|---|
| 54 | <Mapping SourceColumn="NABYWCA_ADRES" DataSetColumn="NABYWCA_ADRES" />
|
|---|
| 55 | <Mapping SourceColumn="SPRZEDAWCA_ADRES" DataSetColumn="SPRZEDAWCA_ADRES" />
|
|---|
| 56 | <Mapping SourceColumn="SPRZEDAWCA_NIP" DataSetColumn="SPRZEDAWCA_NIP" />
|
|---|
| 57 | <Mapping SourceColumn="NABYWCA_NIP" DataSetColumn="NABYWCA_NIP" />
|
|---|
| 58 | <Mapping SourceColumn="FAKTURA_TYP" DataSetColumn="FAKTURA_TYP" />
|
|---|
| 59 | <Mapping SourceColumn="FAKTURA_PODTYP" DataSetColumn="FAKTURA_PODTYP" />
|
|---|
| 60 | <Mapping SourceColumn="ID_KONTA" DataSetColumn="ID_KONTA" />
|
|---|
| 61 | <Mapping SourceColumn="EKSPORT" DataSetColumn="EKSPORT" />
|
|---|
| 62 | <Mapping SourceColumn="EXPORTED" DataSetColumn="EXPORTED" />
|
|---|
| 63 | <Mapping SourceColumn="ID_TYTUL" DataSetColumn="ID_TYTUL" />
|
|---|
| 64 | <Mapping SourceColumn="EXPORTED_DATA" DataSetColumn="EXPORTED_DATA" />
|
|---|
| 65 | <Mapping SourceColumn="suma_zaplat" DataSetColumn="suma_zaplat" />
|
|---|
| 66 | <Mapping SourceColumn="ID_FK_KOR" DataSetColumn="ID_FK_KOR" />
|
|---|
| 67 | <Mapping SourceColumn="zaplata_data" DataSetColumn="zaplata_data" />
|
|---|
| 68 | <Mapping SourceColumn="zaplata_opis" DataSetColumn="zaplata_opis" />
|
|---|
| 69 | <Mapping SourceColumn="Zaliczka_Brutto" DataSetColumn="Zaliczka_Brutto" />
|
|---|
| 70 | <Mapping SourceColumn="Zaliczka_Data" DataSetColumn="Zaliczka_Data" />
|
|---|
| 71 | <Mapping SourceColumn="waluta_brutto" DataSetColumn="waluta_brutto" />
|
|---|
| 72 | <Mapping SourceColumn="waluta_miano" DataSetColumn="waluta_miano" />
|
|---|
| 73 | <Mapping SourceColumn="waluta_kurs" DataSetColumn="waluta_kurs" />
|
|---|
| 74 | <Mapping SourceColumn="waluta_przelicznik" DataSetColumn="waluta_przelicznik" />
|
|---|
| 75 | <Mapping SourceColumn="waluta_kurs_z_dnia" DataSetColumn="waluta_kurs_z_dnia" />
|
|---|
| 76 | <Mapping SourceColumn="waluta_tabela_nr" DataSetColumn="waluta_tabela_nr" />
|
|---|
| 77 | <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
|
|---|
| 78 | <Mapping SourceColumn="HASÅO REKLAMOWE" DataSetColumn="HASÅO REKLAMOWE" />
|
|---|
| 79 | <Mapping SourceColumn="RejestrFaktur_Symbol" DataSetColumn="RejestrFaktur_Symbol" />
|
|---|
| 80 | <Mapping SourceColumn="Adres_Kor" DataSetColumn="Adres_Kor" />
|
|---|
| 81 | <Mapping SourceColumn="Adres_Kor_Agencji" DataSetColumn="Adres_Kor_Agencji" />
|
|---|
| 82 | <Mapping SourceColumn="KOREKTA" DataSetColumn="KOREKTA" />
|
|---|
| 83 | <Mapping SourceColumn="idZamowienia" DataSetColumn="idZamowienia" />
|
|---|
| 84 | <Mapping SourceColumn="idFakturyKorekta" DataSetColumn="idFakturyKorekta" />
|
|---|
| 85 | <Mapping SourceColumn="idFakturyVAT" DataSetColumn="idFakturyVAT" />
|
|---|
| 86 | </Mappings>
|
|---|
| 87 | <Sources>
|
|---|
| 88 | </Sources>
|
|---|
| 89 | </TableAdapter>
|
|---|
| 90 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FAKTURA_DETAILSTableAdapter" GeneratorDataComponentClassName="FAKTURA_DETAILSTableAdapter" Name="FAKTURA_DETAILS" UserDataComponentName="FAKTURA_DETAILSTableAdapter">
|
|---|
| 91 | <MainSource>
|
|---|
| 92 | <DbSource ConnectionRef="testowe (Settings)" DbObjectName="BAZA_REKLAM.dbo.FAKTURA_DETAILS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataByIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByIdFaktury" UserSourceName="FillByIdFaktury">
|
|---|
| 93 | <SelectCommand>
|
|---|
| 94 | <DbCommand CommandType="Text" ModifiedByUser="True">
|
|---|
| 95 | <CommandText>SELECT ID_FAKTURA_DETAILS, ID_FAKTURY, ROK, MIESIAC, NAZWA_USLUGI, SYMBOL_SWW, JM, ILOSC, CENA_JEDN, UPUST_PR, UPUST_NETTO, NETTO,
|
|---|
| 96 | S_VAT, VAT, BRUTTO, TYTUL, NR_WYDANIA, TYP, PODTYP
|
|---|
| 97 | FROM FAKTURA_DETAILS
|
|---|
| 98 | WHERE (ID_FAKTURY = @idFaktury)</CommandText>
|
|---|
| 99 | <Parameters>
|
|---|
| 100 | <Parameter AllowDbNull="True" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM.dbo.FAKTURA_DETAILS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 101 | </Parameter>
|
|---|
| 102 | </Parameters>
|
|---|
| 103 | </DbCommand>
|
|---|
| 104 | </SelectCommand>
|
|---|
| 105 | </DbSource>
|
|---|
| 106 | </MainSource>
|
|---|
| 107 | <Mappings>
|
|---|
| 108 | <Mapping SourceColumn="ID_FAKTURA_DETAILS" DataSetColumn="ID_FAKTURA_DETAILS" />
|
|---|
| 109 | <Mapping SourceColumn="ID_FAKTURY" DataSetColumn="ID_FAKTURY" />
|
|---|
| 110 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 111 | <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
|
|---|
| 112 | <Mapping SourceColumn="NAZWA_USLUGI" DataSetColumn="NAZWA_USLUGI" />
|
|---|
| 113 | <Mapping SourceColumn="SYMBOL_SWW" DataSetColumn="SYMBOL_SWW" />
|
|---|
| 114 | <Mapping SourceColumn="JM" DataSetColumn="JM" />
|
|---|
| 115 | <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
|
|---|
| 116 | <Mapping SourceColumn="CENA_JEDN" DataSetColumn="CENA_JEDN" />
|
|---|
| 117 | <Mapping SourceColumn="UPUST_PR" DataSetColumn="UPUST_PR" />
|
|---|
| 118 | <Mapping SourceColumn="UPUST_NETTO" DataSetColumn="UPUST_NETTO" />
|
|---|
| 119 | <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
|
|---|
| 120 | <Mapping SourceColumn="S_VAT" DataSetColumn="S_VAT" />
|
|---|
| 121 | <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
|
|---|
| 122 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 123 | <Mapping SourceColumn="TYTUL" DataSetColumn="TYTUL" />
|
|---|
| 124 | <Mapping SourceColumn="NR_WYDANIA" DataSetColumn="NR_WYDANIA" />
|
|---|
| 125 | <Mapping SourceColumn="TYP" DataSetColumn="TYP" />
|
|---|
| 126 | <Mapping SourceColumn="PODTYP" DataSetColumn="PODTYP" />
|
|---|
| 127 | </Mappings>
|
|---|
| 128 | <Sources>
|
|---|
| 129 | </Sources>
|
|---|
| 130 | </TableAdapter>
|
|---|
| 131 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ProformaTableAdapter" GeneratorDataComponentClassName="ProformaTableAdapter" Name="Proforma" UserDataComponentName="ProformaTableAdapter">
|
|---|
| 132 | <MainSource>
|
|---|
| 133 | <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataByIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByIdFaktury" UserSourceName="FillByIdFaktury">
|
|---|
| 134 | <SelectCommand>
|
|---|
| 135 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 136 | <CommandText>SELECT R.[ID REKLAMY], F.ID_FAKTURY, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA, F.MIEJSCOWOSC_WYSTAWIENIA,
|
|---|
| 137 | F.ID_SPRZEDAWCY, F.ID_NABYWCY, F.DATA_SPRZEDAZY, F.PODPIS_WYSTAWIL, F.PODPIS_ODEBRAL, F.opis, F.SPOSOB_ZAPLATY,
|
|---|
| 138 | F.TERMIN_ZAPLATY, F.ZAPLACONO, F.BYL_WYDRUK, F.NABYWCA_ADRES, F.SPRZEDAWCA_ADRES, F.SPRZEDAWCA_NIP, F.NABYWCA_NIP,
|
|---|
| 139 | F.FAKTURA_TYP, F.FAKTURA_PODTYP, F.ID_KONTA, F.EKSPORT, F.EXPORTED, F.ID_TYTUL, F.EXPORTED_DATA, F.suma_zaplat, F.ID_FK_KOR,
|
|---|
| 140 | F.KOREKTA, F.zaplata_data, F.zaplata_opis, F.Zaliczka_Brutto, F.Zaliczka_Data, F.waluta_brutto, F.waluta_miano, F.waluta_kurs, F.waluta_przelicznik,
|
|---|
| 141 | F.waluta_kurs_z_dnia, F.waluta_tabela_nr, K.KONTO, T.[HASÅO REKLAMOWE], a.RejestrFaktur_Symbol, K2.Adres_Kor,
|
|---|
| 142 | a.Adres_Kor AS Adres_Kor_Agencji
|
|---|
| 143 | FROM REKLAMA AS R RIGHT OUTER JOIN
|
|---|
| 144 | FAKTURY AS F ON R.ID_FAKTURY = F.ID_FAKTURY LEFT OUTER JOIN
|
|---|
| 145 | KONTA AS K ON K.id = F.ID_KONTA LEFT OUTER JOIN
|
|---|
| 146 | [LISTA TYTUÅÃW] AS T ON F.ID_TYTUL = T.id LEFT OUTER JOIN
|
|---|
| 147 | AGENCJE AS a ON F.ID_SPRZEDAWCY = a.Id_agencji LEFT OUTER JOIN
|
|---|
| 148 | KLIENCI AS K2 ON K2.CustomerID = F.ID_NABYWCY
|
|---|
| 149 | WHERE (F.ID_FAKTURY = @idFaktury)</CommandText>
|
|---|
| 150 | <Parameters>
|
|---|
| 151 | <Parameter AllowDbNull="False" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM.dbo.FAKTURY" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 152 | </Parameter>
|
|---|
| 153 | </Parameters>
|
|---|
| 154 | </DbCommand>
|
|---|
| 155 | </SelectCommand>
|
|---|
| 156 | </DbSource>
|
|---|
| 157 | </MainSource>
|
|---|
| 158 | <Mappings>
|
|---|
| 159 | <Mapping SourceColumn="ID REKLAMY" DataSetColumn="ID REKLAMY" />
|
|---|
| 160 | <Mapping SourceColumn="ID_FAKTURY" DataSetColumn="ID_FAKTURY" />
|
|---|
| 161 | <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
|
|---|
| 162 | <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
|
|---|
| 163 | <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
|
|---|
| 164 | <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
|
|---|
| 165 | <Mapping SourceColumn="MIEJSCOWOSC_WYSTAWIENIA" DataSetColumn="MIEJSCOWOSC_WYSTAWIENIA" />
|
|---|
| 166 | <Mapping SourceColumn="ID_SPRZEDAWCY" DataSetColumn="ID_SPRZEDAWCY" />
|
|---|
| 167 | <Mapping SourceColumn="ID_NABYWCY" DataSetColumn="ID_NABYWCY" />
|
|---|
| 168 | <Mapping SourceColumn="DATA_SPRZEDAZY" DataSetColumn="DATA_SPRZEDAZY" />
|
|---|
| 169 | <Mapping SourceColumn="PODPIS_WYSTAWIL" DataSetColumn="PODPIS_WYSTAWIL" />
|
|---|
| 170 | <Mapping SourceColumn="PODPIS_ODEBRAL" DataSetColumn="PODPIS_ODEBRAL" />
|
|---|
| 171 | <Mapping SourceColumn="opis" DataSetColumn="opis" />
|
|---|
| 172 | <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
|
|---|
| 173 | <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
|
|---|
| 174 | <Mapping SourceColumn="ZAPLACONO" DataSetColumn="ZAPLACONO" />
|
|---|
| 175 | <Mapping SourceColumn="BYL_WYDRUK" DataSetColumn="BYL_WYDRUK" />
|
|---|
| 176 | <Mapping SourceColumn="NABYWCA_ADRES" DataSetColumn="NABYWCA_ADRES" />
|
|---|
| 177 | <Mapping SourceColumn="SPRZEDAWCA_ADRES" DataSetColumn="SPRZEDAWCA_ADRES" />
|
|---|
| 178 | <Mapping SourceColumn="SPRZEDAWCA_NIP" DataSetColumn="SPRZEDAWCA_NIP" />
|
|---|
| 179 | <Mapping SourceColumn="NABYWCA_NIP" DataSetColumn="NABYWCA_NIP" />
|
|---|
| 180 | <Mapping SourceColumn="FAKTURA_TYP" DataSetColumn="FAKTURA_TYP" />
|
|---|
| 181 | <Mapping SourceColumn="FAKTURA_PODTYP" DataSetColumn="FAKTURA_PODTYP" />
|
|---|
| 182 | <Mapping SourceColumn="ID_KONTA" DataSetColumn="ID_KONTA" />
|
|---|
| 183 | <Mapping SourceColumn="EKSPORT" DataSetColumn="EKSPORT" />
|
|---|
| 184 | <Mapping SourceColumn="EXPORTED" DataSetColumn="EXPORTED" />
|
|---|
| 185 | <Mapping SourceColumn="ID_TYTUL" DataSetColumn="ID_TYTUL" />
|
|---|
| 186 | <Mapping SourceColumn="EXPORTED_DATA" DataSetColumn="EXPORTED_DATA" />
|
|---|
| 187 | <Mapping SourceColumn="suma_zaplat" DataSetColumn="suma_zaplat" />
|
|---|
| 188 | <Mapping SourceColumn="ID_FK_KOR" DataSetColumn="ID_FK_KOR" />
|
|---|
| 189 | <Mapping SourceColumn="KOREKTA" DataSetColumn="KOREKTA" />
|
|---|
| 190 | <Mapping SourceColumn="zaplata_data" DataSetColumn="zaplata_data" />
|
|---|
| 191 | <Mapping SourceColumn="zaplata_opis" DataSetColumn="zaplata_opis" />
|
|---|
| 192 | <Mapping SourceColumn="Zaliczka_Brutto" DataSetColumn="Zaliczka_Brutto" />
|
|---|
| 193 | <Mapping SourceColumn="Zaliczka_Data" DataSetColumn="Zaliczka_Data" />
|
|---|
| 194 | <Mapping SourceColumn="waluta_brutto" DataSetColumn="waluta_brutto" />
|
|---|
| 195 | <Mapping SourceColumn="waluta_miano" DataSetColumn="waluta_miano" />
|
|---|
| 196 | <Mapping SourceColumn="waluta_kurs" DataSetColumn="waluta_kurs" />
|
|---|
| 197 | <Mapping SourceColumn="waluta_przelicznik" DataSetColumn="waluta_przelicznik" />
|
|---|
| 198 | <Mapping SourceColumn="waluta_kurs_z_dnia" DataSetColumn="waluta_kurs_z_dnia" />
|
|---|
| 199 | <Mapping SourceColumn="waluta_tabela_nr" DataSetColumn="waluta_tabela_nr" />
|
|---|
| 200 | <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
|
|---|
| 201 | <Mapping SourceColumn="HASÅO REKLAMOWE" DataSetColumn="HASÅO REKLAMOWE" />
|
|---|
| 202 | <Mapping SourceColumn="RejestrFaktur_Symbol" DataSetColumn="RejestrFaktur_Symbol" />
|
|---|
| 203 | <Mapping SourceColumn="Adres_Kor" DataSetColumn="Adres_Kor" />
|
|---|
| 204 | <Mapping SourceColumn="Adres_Kor_Agencji" DataSetColumn="Adres_Kor_Agencji" />
|
|---|
| 205 | </Mappings>
|
|---|
| 206 | <Sources>
|
|---|
| 207 | </Sources>
|
|---|
| 208 | </TableAdapter>
|
|---|
| 209 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ZamowienieTableAdapter" GeneratorDataComponentClassName="ZamowienieTableAdapter" Name="Zamowienie" UserDataComponentName="ZamowienieTableAdapter">
|
|---|
| 210 | <MainSource>
|
|---|
| 211 | <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByReklamaId" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByReklamaId" GeneratorSourceName="FillByReklamaId" GetMethodModifier="Public" GetMethodName="GetDataByReklamaId" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetDataByReklamaId" UserSourceName="FillByReklamaId">
|
|---|
| 212 | <SelectCommand>
|
|---|
| 213 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 214 | <CommandText>SELECT R.[ID REKLAMY], R.TYTUÅ, R.STRONA, R.[CENA JEDN], R.SZER, R.WYS, R.[DATA ZAMÃWIENIA], R.KOLOR, R.RABAT, R.[RABAT WARTOÅÄ],
|
|---|
| 215 | R.KROTNOÅÄ, R.NETTO, R.VAT, R.PVAT, R.INFO, R.BRUTTO, A.ImiÄ, A.Nazwisko, K.Adres_Fkatura, K.Nip, K.nipKraj, A2.ulica, A2.kod, A2.miasto,
|
|---|
| 216 | A2.telefon, A2.fax, R.[FAKTURA WYSTAWIONO], R.[FAKTURA TERMIN ZAPÅATY] AS TERMIN_ZAPLATY,
|
|---|
| 217 | R.[FAKTURA FORMA PÅATNOÅCI] AS SPOSOB_ZAPLATY, K2.KONTO, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA,
|
|---|
| 218 | R.zam_notatka, A2.adres_biura, R.Brutto_Euro, R.Brutto_Euro_Miano, R.wyroznienie_kwota, R.wyroznienie, R.MOD_TYP,
|
|---|
| 219 | dbo.podajEmisje(R.ReklamaID) AS emisje
|
|---|
| 220 | FROM REKLAMA AS R LEFT OUTER JOIN
|
|---|
| 221 | AGENCI AS A ON R.[SYMBOL AKWIZYTORA] = A.Symbol LEFT OUTER JOIN
|
|---|
| 222 | AGENCJE AS A2 ON A.ID_AGENCJI = A2.Id_agencji LEFT OUTER JOIN
|
|---|
| 223 | KLIENCI AS K ON K.CustomerID = R.CustomerID LEFT OUTER JOIN
|
|---|
| 224 | FAKTURY AS F ON R.ID_FAKTURY = F.ID_FAKTURY LEFT OUTER JOIN
|
|---|
| 225 | KONTA AS K2 ON A.ID_AGENCJI = K2.idAgencji AND K2.IdKonta = R.[FAKTURA ID KONTA]
|
|---|
| 226 | WHERE (R.ReklamaID = @param)</CommandText>
|
|---|
| 227 | <Parameters>
|
|---|
| 228 | <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="ReklamaID" DataSourceName="BAZA_REKLAM_TEST.dbo.REKLAMA" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ReklamaID" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 229 | </Parameter>
|
|---|
| 230 | </Parameters>
|
|---|
| 231 | </DbCommand>
|
|---|
| 232 | </SelectCommand>
|
|---|
| 233 | </DbSource>
|
|---|
| 234 | </MainSource>
|
|---|
| 235 | <Mappings>
|
|---|
| 236 | <Mapping SourceColumn="ID REKLAMY" DataSetColumn="ID REKLAMY" />
|
|---|
| 237 | <Mapping SourceColumn="TYTUÅ" DataSetColumn="TYTUÅ" />
|
|---|
| 238 | <Mapping SourceColumn="STRONA" DataSetColumn="STRONA" />
|
|---|
| 239 | <Mapping SourceColumn="CENA JEDN" DataSetColumn="CENA JEDN" />
|
|---|
| 240 | <Mapping SourceColumn="SZER" DataSetColumn="SZER" />
|
|---|
| 241 | <Mapping SourceColumn="WYS" DataSetColumn="WYS" />
|
|---|
| 242 | <Mapping SourceColumn="DATA ZAMÃWIENIA" DataSetColumn="DATA ZAMÃWIENIA" />
|
|---|
| 243 | <Mapping SourceColumn="KOLOR" DataSetColumn="KOLOR" />
|
|---|
| 244 | <Mapping SourceColumn="RABAT" DataSetColumn="RABAT" />
|
|---|
| 245 | <Mapping SourceColumn="RABAT WARTOÅÄ" DataSetColumn="RABAT WARTOÅÄ" />
|
|---|
| 246 | <Mapping SourceColumn="KROTNOÅÄ" DataSetColumn="KROTNOÅÄ" />
|
|---|
| 247 | <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
|
|---|
| 248 | <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
|
|---|
| 249 | <Mapping SourceColumn="PVAT" DataSetColumn="PVAT" />
|
|---|
| 250 | <Mapping SourceColumn="INFO" DataSetColumn="INFO" />
|
|---|
| 251 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 252 | <Mapping SourceColumn="ImiÄ" DataSetColumn="ImiÄ" />
|
|---|
| 253 | <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
|
|---|
| 254 | <Mapping SourceColumn="Adres_Fkatura" DataSetColumn="Adres_Fkatura" />
|
|---|
| 255 | <Mapping SourceColumn="Nip" DataSetColumn="Nip" />
|
|---|
| 256 | <Mapping SourceColumn="ulica" DataSetColumn="ulica" />
|
|---|
| 257 | <Mapping SourceColumn="kod" DataSetColumn="kod" />
|
|---|
| 258 | <Mapping SourceColumn="miasto" DataSetColumn="miasto" />
|
|---|
| 259 | <Mapping SourceColumn="telefon" DataSetColumn="telefon" />
|
|---|
| 260 | <Mapping SourceColumn="fax" DataSetColumn="fax" />
|
|---|
| 261 | <Mapping SourceColumn="FAKTURA WYSTAWIONO" DataSetColumn="FAKTURA WYSTAWIONO" />
|
|---|
| 262 | <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
|
|---|
| 263 | <Mapping SourceColumn="zam_notatka" DataSetColumn="zam_notatka" />
|
|---|
| 264 | <Mapping SourceColumn="Brutto_Euro" DataSetColumn="Brutto_Euro" />
|
|---|
| 265 | <Mapping SourceColumn="Brutto_Euro_Miano" DataSetColumn="Brutto_Euro_Miano" />
|
|---|
| 266 | <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
|
|---|
| 267 | <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
|
|---|
| 268 | <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
|
|---|
| 269 | <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
|
|---|
| 270 | <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
|
|---|
| 271 | <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
|
|---|
| 272 | <Mapping SourceColumn="wyroznienie_kwota" DataSetColumn="wyroznienie_kwota" />
|
|---|
| 273 | <Mapping SourceColumn="wyroznienie" DataSetColumn="wyroznienie" />
|
|---|
| 274 | <Mapping SourceColumn="nipKraj" DataSetColumn="nipKraj" />
|
|---|
| 275 | <Mapping SourceColumn="MOD_TYP" DataSetColumn="MOD_TYP" />
|
|---|
| 276 | <Mapping SourceColumn="adres_biura" DataSetColumn="adres_biura" />
|
|---|
| 277 | <Mapping SourceColumn="emisje" DataSetColumn="emisje" />
|
|---|
| 278 | </Mappings>
|
|---|
| 279 | <Sources>
|
|---|
| 280 | </Sources>
|
|---|
| 281 | </TableAdapter>
|
|---|
| 282 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FAKTURA_DETAILS2TableAdapter" GeneratorDataComponentClassName="FAKTURA_DETAILS2TableAdapter" Name="FAKTURA_DETAILS2" UserDataComponentName="FAKTURA_DETAILS2TableAdapter">
|
|---|
| 283 | <MainSource>
|
|---|
| 284 | <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdFaktury" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataIdFaktury" GeneratorSourceName="FillByIdFaktury" GetMethodModifier="Public" GetMethodName="GetDataIdFaktury" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataIdFaktury" UserSourceName="FillByIdFaktury">
|
|---|
| 285 | <SelectCommand>
|
|---|
| 286 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 287 | <CommandText>SELECT FAKTURA_DETAILS.JM, SUM(FAKTURA_DETAILS.ILOSC) AS ILOSC, SUM(FAKTURA_DETAILS.NETTO) AS NETTO, FAKTURA_DETAILS.S_VAT,
|
|---|
| 288 | SUM(FAKTURA_DETAILS.BRUTTO) AS BRUTTO, SUM(FAKTURA_DETAILS.VAT) AS VAT, [LISTA TYTUÅÃW].SYMB, FAKTURA_DETAILS.NR_WYDANIA,
|
|---|
| 289 | FAKTURA_DETAILS.NAZWA_USLUGI, FAKTURA_DETAILS.MIESIAC, FAKTURA_DETAILS.ROK
|
|---|
| 290 | FROM FAKTURA_DETAILS LEFT OUTER JOIN
|
|---|
| 291 | [LISTA TYTUÅÃW] ON FAKTURA_DETAILS.TYTUL = [LISTA TYTUÅÃW ].id
|
|---|
| 292 | GROUP BY FAKTURA_DETAILS.JM, FAKTURA_DETAILS.S_VAT, FAKTURA_DETAILS.ID_FAKTURY, [LISTA TYTUÅÃW].SYMB, FAKTURA_DETAILS.NR_WYDANIA,
|
|---|
| 293 | FAKTURA_DETAILS.NAZWA_USLUGI, FAKTURA_DETAILS.MIESIAC, FAKTURA_DETAILS.ROK
|
|---|
| 294 | HAVING (FAKTURA_DETAILS.ID_FAKTURY = @idFaktury)</CommandText>
|
|---|
| 295 | <Parameters>
|
|---|
| 296 | <Parameter AllowDbNull="True" AutogeneratedName="idFaktury" ColumnName="ID_FAKTURY" DataSourceName="BAZA_REKLAM_TEST.dbo.FAKTURA_DETAILS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idFaktury" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ID_FAKTURY" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 297 | </Parameter>
|
|---|
| 298 | </Parameters>
|
|---|
| 299 | </DbCommand>
|
|---|
| 300 | </SelectCommand>
|
|---|
| 301 | </DbSource>
|
|---|
| 302 | </MainSource>
|
|---|
| 303 | <Mappings>
|
|---|
| 304 | <Mapping SourceColumn="JM" DataSetColumn="JM" />
|
|---|
| 305 | <Mapping SourceColumn="ILOSC" DataSetColumn="ILOSC" />
|
|---|
| 306 | <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
|
|---|
| 307 | <Mapping SourceColumn="S_VAT" DataSetColumn="S_VAT" />
|
|---|
| 308 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 309 | <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
|
|---|
| 310 | <Mapping SourceColumn="SYMB" DataSetColumn="SYMB" />
|
|---|
| 311 | <Mapping SourceColumn="NR_WYDANIA" DataSetColumn="NR_WYDANIA" />
|
|---|
| 312 | <Mapping SourceColumn="NAZWA_USLUGI" DataSetColumn="NAZWA_USLUGI" />
|
|---|
| 313 | <Mapping SourceColumn="MIESIAC" DataSetColumn="MIESIAC" />
|
|---|
| 314 | <Mapping SourceColumn="ROK" DataSetColumn="ROK" />
|
|---|
| 315 | </Mappings>
|
|---|
| 316 | <Sources>
|
|---|
| 317 | </Sources>
|
|---|
| 318 | </TableAdapter>
|
|---|
| 319 | <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Zamowienie2TableAdapter" GeneratorDataComponentClassName="Zamowienie2TableAdapter" Name="Zamowienie2" UserDataComponentName="Zamowienie2TableAdapter">
|
|---|
| 320 | <MainSource>
|
|---|
| 321 | <DbSource ConnectionRef="testowe (Settings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByIdZamowienia" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetDataByIdZamowienia" GeneratorSourceName="FillByIdZamowienia" GetMethodModifier="Public" GetMethodName="GetDataByIdZamowienia" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIdZamowienia" UserSourceName="FillByIdZamowienia">
|
|---|
| 322 | <SelectCommand>
|
|---|
| 323 | <DbCommand CommandType="Text" ModifiedByUser="False">
|
|---|
| 324 | <CommandText>SELECT R.[ID REKLAMY], R.TYTUÅ, R.STRONA, R.[CENA JEDN], R.SZER, R.WYS, R.[DATA ZAMÃWIENIA], R.KOLOR, R.RABAT, R.[RABAT WARTOÅÄ],
|
|---|
| 325 | R.KROTNOÅÄ, R.NETTO, R.VAT, R.PVAT, R.INFO, R.BRUTTO, A.ImiÄ, A.Nazwisko, K.Adres_Fkatura, K.Nip, K.nipKraj, A2.ulica, A2.kod, A2.miasto,
|
|---|
| 326 | A2.telefon, A2.fax, R.[FAKTURA WYSTAWIONO], R.[FAKTURA TERMIN ZAPÅATY] AS TERMIN_ZAPLATY,
|
|---|
| 327 | R.[FAKTURA FORMA PÅATNOÅCI] AS SPOSOB_ZAPLATY, K2.KONTO, F.NUMER, F.NUMER_ROZ, F.NUMER_ROK, F.DATA_WYSTAWIENIA,
|
|---|
| 328 | Z.notatkaZamowienie AS zam_notatka, A2.adres_biura, R.Brutto_Euro, R.Brutto_Euro_Miano, R.wyroznienie_kwota, R.wyroznienie, R.MOD_TYP,
|
|---|
| 329 | dbo.podajEmisje(R.ReklamaID) AS emisje, K.kodKlienta + '/' + CAST(Z.nrZamowienia AS nvarchar)
|
|---|
| 330 | + '/' + Z.kodAgenta + '/' + CAST(Z.rokZamowienia AS nvarchar) AS nrZamowienia, Z.rodzajFakturowania
|
|---|
| 331 | FROM REKLAMA AS R LEFT OUTER JOIN
|
|---|
| 332 | AGENCI AS A ON R.[SYMBOL AKWIZYTORA] = A.Symbol LEFT OUTER JOIN
|
|---|
| 333 | AGENCJE AS A2 ON A.ID_AGENCJI = A2.Id_agencji LEFT OUTER JOIN
|
|---|
| 334 | KLIENCI AS K ON K.CustomerID = R.CustomerID LEFT OUTER JOIN
|
|---|
| 335 | FAKTURY AS F ON R.ID_FAKTURY = F.ID_FAKTURY LEFT OUTER JOIN
|
|---|
| 336 | KONTA AS K2 ON A.ID_AGENCJI = K2.idAgencji AND K2.IdKonta = R.[FAKTURA ID KONTA] LEFT OUTER JOIN
|
|---|
| 337 | zamowienia AS Z ON R.idZamowienia = Z.idZamowienia
|
|---|
| 338 | WHERE (R.idZamowienia = @param)</CommandText>
|
|---|
| 339 | <Parameters>
|
|---|
| 340 | <Parameter AllowDbNull="True" AutogeneratedName="param" ColumnName="idZamowienia" DataSourceName="BAZA_REKLAM_TEST.dbo.REKLAMA" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idZamowienia" SourceColumnNullMapping="False" SourceVersion="Current">
|
|---|
| 341 | </Parameter>
|
|---|
| 342 | </Parameters>
|
|---|
| 343 | </DbCommand>
|
|---|
| 344 | </SelectCommand>
|
|---|
| 345 | </DbSource>
|
|---|
| 346 | </MainSource>
|
|---|
| 347 | <Mappings>
|
|---|
| 348 | <Mapping SourceColumn="ID REKLAMY" DataSetColumn="ID REKLAMY" />
|
|---|
| 349 | <Mapping SourceColumn="TYTUÅ" DataSetColumn="TYTUÅ" />
|
|---|
| 350 | <Mapping SourceColumn="STRONA" DataSetColumn="STRONA" />
|
|---|
| 351 | <Mapping SourceColumn="CENA JEDN" DataSetColumn="CENA JEDN" />
|
|---|
| 352 | <Mapping SourceColumn="SZER" DataSetColumn="SZER" />
|
|---|
| 353 | <Mapping SourceColumn="WYS" DataSetColumn="WYS" />
|
|---|
| 354 | <Mapping SourceColumn="DATA ZAMÃWIENIA" DataSetColumn="DATA ZAMÃWIENIA" />
|
|---|
| 355 | <Mapping SourceColumn="KOLOR" DataSetColumn="KOLOR" />
|
|---|
| 356 | <Mapping SourceColumn="RABAT" DataSetColumn="RABAT" />
|
|---|
| 357 | <Mapping SourceColumn="RABAT WARTOÅÄ" DataSetColumn="RABAT WARTOÅÄ" />
|
|---|
| 358 | <Mapping SourceColumn="KROTNOÅÄ" DataSetColumn="KROTNOÅÄ" />
|
|---|
| 359 | <Mapping SourceColumn="NETTO" DataSetColumn="NETTO" />
|
|---|
| 360 | <Mapping SourceColumn="VAT" DataSetColumn="VAT" />
|
|---|
| 361 | <Mapping SourceColumn="PVAT" DataSetColumn="PVAT" />
|
|---|
| 362 | <Mapping SourceColumn="INFO" DataSetColumn="INFO" />
|
|---|
| 363 | <Mapping SourceColumn="BRUTTO" DataSetColumn="BRUTTO" />
|
|---|
| 364 | <Mapping SourceColumn="ImiÄ" DataSetColumn="ImiÄ" />
|
|---|
| 365 | <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
|
|---|
| 366 | <Mapping SourceColumn="Adres_Fkatura" DataSetColumn="Adres_Fkatura" />
|
|---|
| 367 | <Mapping SourceColumn="Nip" DataSetColumn="Nip" />
|
|---|
| 368 | <Mapping SourceColumn="nipKraj" DataSetColumn="nipKraj" />
|
|---|
| 369 | <Mapping SourceColumn="ulica" DataSetColumn="ulica" />
|
|---|
| 370 | <Mapping SourceColumn="kod" DataSetColumn="kod" />
|
|---|
| 371 | <Mapping SourceColumn="miasto" DataSetColumn="miasto" />
|
|---|
| 372 | <Mapping SourceColumn="telefon" DataSetColumn="telefon" />
|
|---|
| 373 | <Mapping SourceColumn="fax" DataSetColumn="fax" />
|
|---|
| 374 | <Mapping SourceColumn="FAKTURA WYSTAWIONO" DataSetColumn="FAKTURA WYSTAWIONO" />
|
|---|
| 375 | <Mapping SourceColumn="TERMIN_ZAPLATY" DataSetColumn="TERMIN_ZAPLATY" />
|
|---|
| 376 | <Mapping SourceColumn="SPOSOB_ZAPLATY" DataSetColumn="SPOSOB_ZAPLATY" />
|
|---|
| 377 | <Mapping SourceColumn="KONTO" DataSetColumn="KONTO" />
|
|---|
| 378 | <Mapping SourceColumn="NUMER" DataSetColumn="NUMER" />
|
|---|
| 379 | <Mapping SourceColumn="NUMER_ROZ" DataSetColumn="NUMER_ROZ" />
|
|---|
| 380 | <Mapping SourceColumn="NUMER_ROK" DataSetColumn="NUMER_ROK" />
|
|---|
| 381 | <Mapping SourceColumn="DATA_WYSTAWIENIA" DataSetColumn="DATA_WYSTAWIENIA" />
|
|---|
| 382 | <Mapping SourceColumn="zam_notatka" DataSetColumn="zam_notatka" />
|
|---|
| 383 | <Mapping SourceColumn="adres_biura" DataSetColumn="adres_biura" />
|
|---|
| 384 | <Mapping SourceColumn="Brutto_Euro" DataSetColumn="Brutto_Euro" />
|
|---|
| 385 | <Mapping SourceColumn="Brutto_Euro_Miano" DataSetColumn="Brutto_Euro_Miano" />
|
|---|
| 386 | <Mapping SourceColumn="wyroznienie_kwota" DataSetColumn="wyroznienie_kwota" />
|
|---|
| 387 | <Mapping SourceColumn="wyroznienie" DataSetColumn="wyroznienie" />
|
|---|
| 388 | <Mapping SourceColumn="MOD_TYP" DataSetColumn="MOD_TYP" />
|
|---|
| 389 | <Mapping SourceColumn="emisje" DataSetColumn="emisje" />
|
|---|
| 390 | <Mapping SourceColumn="nrZamowienia" DataSetColumn="nrZamowienia" />
|
|---|
| 391 | <Mapping SourceColumn="rodzajFakturowania" DataSetColumn="rodzajFakturowania" />
|
|---|
| 392 | </Mappings>
|
|---|
| 393 | <Sources>
|
|---|
| 394 | </Sources>
|
|---|
| 395 | </TableAdapter>
|
|---|
| 396 | </Tables>
|
|---|
| 397 | <Sources>
|
|---|
| 398 | </Sources>
|
|---|
| 399 | </DataSource>
|
|---|
| 400 | </xs:appinfo>
|
|---|
| 401 | </xs:annotation>
|
|---|
| 402 | <xs:element name="raporty" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="raporty" msprop:Generator_DataSetName="raporty">
|
|---|
| 403 | <xs:complexType>
|
|---|
| 404 | <xs:choice minOccurs="0" maxOccurs="unbounded">
|
|---|
| 405 | <xs:element name="Faktura" msprop:Generator_UserTableName="Faktura" msprop:Generator_RowDeletedName="FakturaRowDeleted" msprop:Generator_RowChangedName="FakturaRowChanged" msprop:Generator_RowClassName="FakturaRow" msprop:Generator_RowChangingName="FakturaRowChanging" msprop:Generator_RowEvArgName="FakturaRowChangeEvent" msprop:Generator_RowEvHandlerName="FakturaRowChangeEventHandler" msprop:Generator_TableClassName="FakturaDataTable" msprop:Generator_TableVarName="tableFaktura" msprop:Generator_RowDeletingName="FakturaRowDeleting" msprop:Generator_TablePropName="Faktura">
|
|---|
| 406 | <xs:complexType>
|
|---|
| 407 | <xs:sequence>
|
|---|
| 408 | <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" />
|
|---|
| 409 | <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" />
|
|---|
| 410 | <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">
|
|---|
| 411 | <xs:simpleType>
|
|---|
| 412 | <xs:restriction base="xs:string">
|
|---|
| 413 | <xs:maxLength value="8" />
|
|---|
| 414 | </xs:restriction>
|
|---|
| 415 | </xs:simpleType>
|
|---|
| 416 | </xs:element>
|
|---|
| 417 | <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" />
|
|---|
| 418 | <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" />
|
|---|
| 419 | <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">
|
|---|
| 420 | <xs:simpleType>
|
|---|
| 421 | <xs:restriction base="xs:string">
|
|---|
| 422 | <xs:maxLength value="30" />
|
|---|
| 423 | </xs:restriction>
|
|---|
| 424 | </xs:simpleType>
|
|---|
| 425 | </xs:element>
|
|---|
| 426 | <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" />
|
|---|
| 427 | <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" />
|
|---|
| 428 | <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" />
|
|---|
| 429 | <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">
|
|---|
| 430 | <xs:simpleType>
|
|---|
| 431 | <xs:restriction base="xs:string">
|
|---|
| 432 | <xs:maxLength value="30" />
|
|---|
| 433 | </xs:restriction>
|
|---|
| 434 | </xs:simpleType>
|
|---|
| 435 | </xs:element>
|
|---|
| 436 | <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">
|
|---|
| 437 | <xs:simpleType>
|
|---|
| 438 | <xs:restriction base="xs:string">
|
|---|
| 439 | <xs:maxLength value="30" />
|
|---|
| 440 | </xs:restriction>
|
|---|
| 441 | </xs:simpleType>
|
|---|
| 442 | </xs:element>
|
|---|
| 443 | <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
|
|---|
| 444 | <xs:simpleType>
|
|---|
| 445 | <xs:restriction base="xs:string">
|
|---|
| 446 | <xs:maxLength value="1073741823" />
|
|---|
| 447 | </xs:restriction>
|
|---|
| 448 | </xs:simpleType>
|
|---|
| 449 | </xs:element>
|
|---|
| 450 | <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">
|
|---|
| 451 | <xs:simpleType>
|
|---|
| 452 | <xs:restriction base="xs:string">
|
|---|
| 453 | <xs:maxLength value="20" />
|
|---|
| 454 | </xs:restriction>
|
|---|
| 455 | </xs:simpleType>
|
|---|
| 456 | </xs:element>
|
|---|
| 457 | <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" />
|
|---|
| 458 | <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" />
|
|---|
| 459 | <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" />
|
|---|
| 460 | <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">
|
|---|
| 461 | <xs:simpleType>
|
|---|
| 462 | <xs:restriction base="xs:string">
|
|---|
| 463 | <xs:maxLength value="1073741823" />
|
|---|
| 464 | </xs:restriction>
|
|---|
| 465 | </xs:simpleType>
|
|---|
| 466 | </xs:element>
|
|---|
| 467 | <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">
|
|---|
| 468 | <xs:simpleType>
|
|---|
| 469 | <xs:restriction base="xs:string">
|
|---|
| 470 | <xs:maxLength value="1073741823" />
|
|---|
| 471 | </xs:restriction>
|
|---|
| 472 | </xs:simpleType>
|
|---|
| 473 | </xs:element>
|
|---|
| 474 | <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">
|
|---|
| 475 | <xs:simpleType>
|
|---|
| 476 | <xs:restriction base="xs:string">
|
|---|
| 477 | <xs:maxLength value="50" />
|
|---|
| 478 | </xs:restriction>
|
|---|
| 479 | </xs:simpleType>
|
|---|
| 480 | </xs:element>
|
|---|
| 481 | <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">
|
|---|
| 482 | <xs:simpleType>
|
|---|
| 483 | <xs:restriction base="xs:string">
|
|---|
| 484 | <xs:maxLength value="50" />
|
|---|
| 485 | </xs:restriction>
|
|---|
| 486 | </xs:simpleType>
|
|---|
| 487 | </xs:element>
|
|---|
| 488 | <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" />
|
|---|
| 489 | <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" />
|
|---|
| 490 | <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" />
|
|---|
| 491 | <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" />
|
|---|
| 492 | <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" />
|
|---|
| 493 | <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" />
|
|---|
| 494 | <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" />
|
|---|
| 495 | <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" />
|
|---|
| 496 | <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" />
|
|---|
| 497 | <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" />
|
|---|
| 498 | <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">
|
|---|
| 499 | <xs:simpleType>
|
|---|
| 500 | <xs:restriction base="xs:string">
|
|---|
| 501 | <xs:maxLength value="50" />
|
|---|
| 502 | </xs:restriction>
|
|---|
| 503 | </xs:simpleType>
|
|---|
| 504 | </xs:element>
|
|---|
| 505 | <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" />
|
|---|
| 506 | <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" />
|
|---|
| 507 | <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" />
|
|---|
| 508 | <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">
|
|---|
| 509 | <xs:simpleType>
|
|---|
| 510 | <xs:restriction base="xs:string">
|
|---|
| 511 | <xs:maxLength value="4" />
|
|---|
| 512 | </xs:restriction>
|
|---|
| 513 | </xs:simpleType>
|
|---|
| 514 | </xs:element>
|
|---|
| 515 | <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" />
|
|---|
| 516 | <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" />
|
|---|
| 517 | <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" />
|
|---|
| 518 | <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">
|
|---|
| 519 | <xs:simpleType>
|
|---|
| 520 | <xs:restriction base="xs:string">
|
|---|
| 521 | <xs:maxLength value="15" />
|
|---|
| 522 | </xs:restriction>
|
|---|
| 523 | </xs:simpleType>
|
|---|
| 524 | </xs:element>
|
|---|
| 525 | <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
|
|---|
| 526 | <xs:simpleType>
|
|---|
| 527 | <xs:restriction base="xs:string">
|
|---|
| 528 | <xs:maxLength value="500" />
|
|---|
| 529 | </xs:restriction>
|
|---|
| 530 | </xs:simpleType>
|
|---|
| 531 | </xs:element>
|
|---|
| 532 | <xs:element name="HASÅO_x0020_REKLAMOWE" msprop:Generator_UserColumnName="HASÅO REKLAMOWE" msprop:Generator_ColumnPropNameInRow="HASÅO_REKLAMOWE" msprop:Generator_ColumnVarNameInTable="columnHASÅO_REKLAMOWE" msprop:Generator_ColumnPropNameInTable="HASÅO_REKLAMOWEColumn" minOccurs="0">
|
|---|
| 533 | <xs:simpleType>
|
|---|
| 534 | <xs:restriction base="xs:string">
|
|---|
| 535 | <xs:maxLength value="100" />
|
|---|
| 536 | </xs:restriction>
|
|---|
| 537 | </xs:simpleType>
|
|---|
| 538 | </xs:element>
|
|---|
| 539 | <xs:element name="RejestrFaktur_Symbol" msprop:Generator_UserColumnName="RejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInRow="RejestrFaktur_Symbol" msprop:Generator_ColumnVarNameInTable="columnRejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInTable="RejestrFaktur_SymbolColumn" minOccurs="0">
|
|---|
| 540 | <xs:simpleType>
|
|---|
| 541 | <xs:restriction base="xs:string">
|
|---|
| 542 | <xs:maxLength value="5" />
|
|---|
| 543 | </xs:restriction>
|
|---|
| 544 | </xs:simpleType>
|
|---|
| 545 | </xs:element>
|
|---|
| 546 | <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0">
|
|---|
| 547 | <xs:simpleType>
|
|---|
| 548 | <xs:restriction base="xs:string">
|
|---|
| 549 | <xs:maxLength value="200" />
|
|---|
| 550 | </xs:restriction>
|
|---|
| 551 | </xs:simpleType>
|
|---|
| 552 | </xs:element>
|
|---|
| 553 | <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0">
|
|---|
| 554 | <xs:simpleType>
|
|---|
| 555 | <xs:restriction base="xs:string">
|
|---|
| 556 | <xs:maxLength value="250" />
|
|---|
| 557 | </xs:restriction>
|
|---|
| 558 | </xs:simpleType>
|
|---|
| 559 | </xs:element>
|
|---|
| 560 | <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:boolean" />
|
|---|
| 561 | <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" />
|
|---|
| 562 | <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" />
|
|---|
| 563 | <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" />
|
|---|
| 564 | </xs:sequence>
|
|---|
| 565 | </xs:complexType>
|
|---|
| 566 | </xs:element>
|
|---|
| 567 | <xs:element name="FAKTURA_DETAILS" msprop:Generator_UserTableName="FAKTURA_DETAILS" msprop:Generator_RowDeletedName="FAKTURA_DETAILSRowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILSRowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILSRow" msprop:Generator_RowChangingName="FAKTURA_DETAILSRowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILSRowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILSRowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILSDataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS" msprop:Generator_RowDeletingName="FAKTURA_DETAILSRowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS">
|
|---|
| 568 | <xs:complexType>
|
|---|
| 569 | <xs:sequence>
|
|---|
| 570 | <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" />
|
|---|
| 571 | <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" />
|
|---|
| 572 | <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" />
|
|---|
| 573 | <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" />
|
|---|
| 574 | <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">
|
|---|
| 575 | <xs:simpleType>
|
|---|
| 576 | <xs:restriction base="xs:string">
|
|---|
| 577 | <xs:maxLength value="100" />
|
|---|
| 578 | </xs:restriction>
|
|---|
| 579 | </xs:simpleType>
|
|---|
| 580 | </xs:element>
|
|---|
| 581 | <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">
|
|---|
| 582 | <xs:simpleType>
|
|---|
| 583 | <xs:restriction base="xs:string">
|
|---|
| 584 | <xs:maxLength value="30" />
|
|---|
| 585 | </xs:restriction>
|
|---|
| 586 | </xs:simpleType>
|
|---|
| 587 | </xs:element>
|
|---|
| 588 | <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
|
|---|
| 589 | <xs:simpleType>
|
|---|
| 590 | <xs:restriction base="xs:string">
|
|---|
| 591 | <xs:maxLength value="5" />
|
|---|
| 592 | </xs:restriction>
|
|---|
| 593 | </xs:simpleType>
|
|---|
| 594 | </xs:element>
|
|---|
| 595 | <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" />
|
|---|
| 596 | <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" />
|
|---|
| 597 | <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" />
|
|---|
| 598 | <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" />
|
|---|
| 599 | <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" />
|
|---|
| 600 | <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" />
|
|---|
| 601 | <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" />
|
|---|
| 602 | <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" />
|
|---|
| 603 | <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" />
|
|---|
| 604 | <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" />
|
|---|
| 605 | <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" />
|
|---|
| 606 | <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" />
|
|---|
| 607 | </xs:sequence>
|
|---|
| 608 | </xs:complexType>
|
|---|
| 609 | </xs:element>
|
|---|
| 610 | <xs:element name="Proforma" msprop:Generator_UserTableName="Proforma" msprop:Generator_RowDeletedName="ProformaRowDeleted" msprop:Generator_RowChangedName="ProformaRowChanged" msprop:Generator_RowClassName="ProformaRow" msprop:Generator_RowChangingName="ProformaRowChanging" msprop:Generator_RowEvArgName="ProformaRowChangeEvent" msprop:Generator_RowEvHandlerName="ProformaRowChangeEventHandler" msprop:Generator_TableClassName="ProformaDataTable" msprop:Generator_TableVarName="tableProforma" msprop:Generator_RowDeletingName="ProformaRowDeleting" msprop:Generator_TablePropName="Proforma">
|
|---|
| 611 | <xs:complexType>
|
|---|
| 612 | <xs:sequence>
|
|---|
| 613 | <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">
|
|---|
| 614 | <xs:simpleType>
|
|---|
| 615 | <xs:restriction base="xs:string">
|
|---|
| 616 | <xs:maxLength value="10" />
|
|---|
| 617 | </xs:restriction>
|
|---|
| 618 | </xs:simpleType>
|
|---|
| 619 | </xs:element>
|
|---|
| 620 | <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" />
|
|---|
| 621 | <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" />
|
|---|
| 622 | <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">
|
|---|
| 623 | <xs:simpleType>
|
|---|
| 624 | <xs:restriction base="xs:string">
|
|---|
| 625 | <xs:maxLength value="8" />
|
|---|
| 626 | </xs:restriction>
|
|---|
| 627 | </xs:simpleType>
|
|---|
| 628 | </xs:element>
|
|---|
| 629 | <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" />
|
|---|
| 630 | <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" />
|
|---|
| 631 | <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnVarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0">
|
|---|
| 632 | <xs:simpleType>
|
|---|
| 633 | <xs:restriction base="xs:string">
|
|---|
| 634 | <xs:maxLength value="30" />
|
|---|
| 635 | </xs:restriction>
|
|---|
| 636 | </xs:simpleType>
|
|---|
| 637 | </xs:element>
|
|---|
| 638 | <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_ColumnVarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" />
|
|---|
| 639 | <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" />
|
|---|
| 640 | <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" />
|
|---|
| 641 | <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0">
|
|---|
| 642 | <xs:simpleType>
|
|---|
| 643 | <xs:restriction base="xs:string">
|
|---|
| 644 | <xs:maxLength value="30" />
|
|---|
| 645 | </xs:restriction>
|
|---|
| 646 | </xs:simpleType>
|
|---|
| 647 | </xs:element>
|
|---|
| 648 | <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_ColumnVarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0">
|
|---|
| 649 | <xs:simpleType>
|
|---|
| 650 | <xs:restriction base="xs:string">
|
|---|
| 651 | <xs:maxLength value="30" />
|
|---|
| 652 | </xs:restriction>
|
|---|
| 653 | </xs:simpleType>
|
|---|
| 654 | </xs:element>
|
|---|
| 655 | <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">
|
|---|
| 656 | <xs:simpleType>
|
|---|
| 657 | <xs:restriction base="xs:string">
|
|---|
| 658 | <xs:maxLength value="1073741823" />
|
|---|
| 659 | </xs:restriction>
|
|---|
| 660 | </xs:simpleType>
|
|---|
| 661 | </xs:element>
|
|---|
| 662 | <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0">
|
|---|
| 663 | <xs:simpleType>
|
|---|
| 664 | <xs:restriction base="xs:string">
|
|---|
| 665 | <xs:maxLength value="20" />
|
|---|
| 666 | </xs:restriction>
|
|---|
| 667 | </xs:simpleType>
|
|---|
| 668 | </xs:element>
|
|---|
| 669 | <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" />
|
|---|
| 670 | <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_ColumnVarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />
|
|---|
| 671 | <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_ColumnVarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" />
|
|---|
| 672 | <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0">
|
|---|
| 673 | <xs:simpleType>
|
|---|
| 674 | <xs:restriction base="xs:string">
|
|---|
| 675 | <xs:maxLength value="1073741823" />
|
|---|
| 676 | </xs:restriction>
|
|---|
| 677 | </xs:simpleType>
|
|---|
| 678 | </xs:element>
|
|---|
| 679 | <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0">
|
|---|
| 680 | <xs:simpleType>
|
|---|
| 681 | <xs:restriction base="xs:string">
|
|---|
| 682 | <xs:maxLength value="1073741823" />
|
|---|
| 683 | </xs:restriction>
|
|---|
| 684 | </xs:simpleType>
|
|---|
| 685 | </xs:element>
|
|---|
| 686 | <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0">
|
|---|
| 687 | <xs:simpleType>
|
|---|
| 688 | <xs:restriction base="xs:string">
|
|---|
| 689 | <xs:maxLength value="50" />
|
|---|
| 690 | </xs:restriction>
|
|---|
| 691 | </xs:simpleType>
|
|---|
| 692 | </xs:element>
|
|---|
| 693 | <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_ColumnVarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" minOccurs="0">
|
|---|
| 694 | <xs:simpleType>
|
|---|
| 695 | <xs:restriction base="xs:string">
|
|---|
| 696 | <xs:maxLength value="50" />
|
|---|
| 697 | </xs:restriction>
|
|---|
| 698 | </xs:simpleType>
|
|---|
| 699 | </xs:element>
|
|---|
| 700 | <xs:element name="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" />
|
|---|
| 701 | <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" />
|
|---|
| 702 | <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_ColumnVarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" />
|
|---|
| 703 | <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" />
|
|---|
| 704 | <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" />
|
|---|
| 705 | <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_ColumnVarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" />
|
|---|
| 706 | <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_ColumnVarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" />
|
|---|
| 707 | <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" />
|
|---|
| 708 | <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" />
|
|---|
| 709 | <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" />
|
|---|
| 710 | <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" />
|
|---|
| 711 | <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">
|
|---|
| 712 | <xs:simpleType>
|
|---|
| 713 | <xs:restriction base="xs:string">
|
|---|
| 714 | <xs:maxLength value="50" />
|
|---|
| 715 | </xs:restriction>
|
|---|
| 716 | </xs:simpleType>
|
|---|
| 717 | </xs:element>
|
|---|
| 718 | <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" />
|
|---|
| 719 | <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" />
|
|---|
| 720 | <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" />
|
|---|
| 721 | <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">
|
|---|
| 722 | <xs:simpleType>
|
|---|
| 723 | <xs:restriction base="xs:string">
|
|---|
| 724 | <xs:maxLength value="4" />
|
|---|
| 725 | </xs:restriction>
|
|---|
| 726 | </xs:simpleType>
|
|---|
| 727 | </xs:element>
|
|---|
| 728 | <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" />
|
|---|
| 729 | <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" />
|
|---|
| 730 | <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" />
|
|---|
| 731 | <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">
|
|---|
| 732 | <xs:simpleType>
|
|---|
| 733 | <xs:restriction base="xs:string">
|
|---|
| 734 | <xs:maxLength value="15" />
|
|---|
| 735 | </xs:restriction>
|
|---|
| 736 | </xs:simpleType>
|
|---|
| 737 | </xs:element>
|
|---|
| 738 | <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
|
|---|
| 739 | <xs:simpleType>
|
|---|
| 740 | <xs:restriction base="xs:string">
|
|---|
| 741 | <xs:maxLength value="500" />
|
|---|
| 742 | </xs:restriction>
|
|---|
| 743 | </xs:simpleType>
|
|---|
| 744 | </xs:element>
|
|---|
| 745 | <xs:element name="HASÅO_x0020_REKLAMOWE" msprop:Generator_UserColumnName="HASÅO REKLAMOWE" msprop:Generator_ColumnVarNameInTable="columnHASÅO_REKLAMOWE" msprop:Generator_ColumnPropNameInRow="HASÅO_REKLAMOWE" msprop:Generator_ColumnPropNameInTable="HASÅO_REKLAMOWEColumn" minOccurs="0">
|
|---|
| 746 | <xs:simpleType>
|
|---|
| 747 | <xs:restriction base="xs:string">
|
|---|
| 748 | <xs:maxLength value="100" />
|
|---|
| 749 | </xs:restriction>
|
|---|
| 750 | </xs:simpleType>
|
|---|
| 751 | </xs:element>
|
|---|
| 752 | <xs:element name="RejestrFaktur_Symbol" msprop:Generator_UserColumnName="RejestrFaktur_Symbol" msprop:Generator_ColumnVarNameInTable="columnRejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInRow="RejestrFaktur_Symbol" msprop:Generator_ColumnPropNameInTable="RejestrFaktur_SymbolColumn" minOccurs="0">
|
|---|
| 753 | <xs:simpleType>
|
|---|
| 754 | <xs:restriction base="xs:string">
|
|---|
| 755 | <xs:maxLength value="5" />
|
|---|
| 756 | </xs:restriction>
|
|---|
| 757 | </xs:simpleType>
|
|---|
| 758 | </xs:element>
|
|---|
| 759 | <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0">
|
|---|
| 760 | <xs:simpleType>
|
|---|
| 761 | <xs:restriction base="xs:string">
|
|---|
| 762 | <xs:maxLength value="200" />
|
|---|
| 763 | </xs:restriction>
|
|---|
| 764 | </xs:simpleType>
|
|---|
| 765 | </xs:element>
|
|---|
| 766 | <xs:element name="Adres_Kor_Agencji" msprop:Generator_UserColumnName="Adres_Kor_Agencji" msprop:Generator_ColumnPropNameInRow="Adres_Kor_Agencji" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor_Agencji" msprop:Generator_ColumnPropNameInTable="Adres_Kor_AgencjiColumn" minOccurs="0">
|
|---|
| 767 | <xs:simpleType>
|
|---|
| 768 | <xs:restriction base="xs:string">
|
|---|
| 769 | <xs:maxLength value="250" />
|
|---|
| 770 | </xs:restriction>
|
|---|
| 771 | </xs:simpleType>
|
|---|
| 772 | </xs:element>
|
|---|
| 773 | </xs:sequence>
|
|---|
| 774 | </xs:complexType>
|
|---|
| 775 | </xs:element>
|
|---|
| 776 | <xs:element name="Zamowienie" msprop:Generator_UserTableName="Zamowienie" msprop:Generator_RowDeletedName="ZamowienieRowDeleted" msprop:Generator_RowChangedName="ZamowienieRowChanged" msprop:Generator_RowClassName="ZamowienieRow" msprop:Generator_RowChangingName="ZamowienieRowChanging" msprop:Generator_RowEvArgName="ZamowienieRowChangeEvent" msprop:Generator_RowEvHandlerName="ZamowienieRowChangeEventHandler" msprop:Generator_TableClassName="ZamowienieDataTable" msprop:Generator_TableVarName="tableZamowienie" msprop:Generator_RowDeletingName="ZamowienieRowDeleting" msprop:Generator_TablePropName="Zamowienie">
|
|---|
| 777 | <xs:complexType>
|
|---|
| 778 | <xs:sequence>
|
|---|
| 779 | <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">
|
|---|
| 780 | <xs:simpleType>
|
|---|
| 781 | <xs:restriction base="xs:string">
|
|---|
| 782 | <xs:maxLength value="10" />
|
|---|
| 783 | </xs:restriction>
|
|---|
| 784 | </xs:simpleType>
|
|---|
| 785 | </xs:element>
|
|---|
| 786 | <xs:element name="TYTUÅ" msprop:Generator_UserColumnName="TYTUÅ" msprop:Generator_ColumnPropNameInRow="TYTUÅ" msprop:Generator_ColumnVarNameInTable="columnTYTUÅ" msprop:Generator_ColumnPropNameInTable="TYTUÅColumn" minOccurs="0">
|
|---|
| 787 | <xs:simpleType>
|
|---|
| 788 | <xs:restriction base="xs:string">
|
|---|
| 789 | <xs:maxLength value="5" />
|
|---|
| 790 | </xs:restriction>
|
|---|
| 791 | </xs:simpleType>
|
|---|
| 792 | </xs:element>
|
|---|
| 793 | <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">
|
|---|
| 794 | <xs:simpleType>
|
|---|
| 795 | <xs:restriction base="xs:string">
|
|---|
| 796 | <xs:maxLength value="25" />
|
|---|
| 797 | </xs:restriction>
|
|---|
| 798 | </xs:simpleType>
|
|---|
| 799 | </xs:element>
|
|---|
| 800 | <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" />
|
|---|
| 801 | <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" />
|
|---|
| 802 | <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" />
|
|---|
| 803 | <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" />
|
|---|
| 804 | <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
|
|---|
| 805 | <xs:simpleType>
|
|---|
| 806 | <xs:restriction base="xs:string">
|
|---|
| 807 | <xs:maxLength value="5" />
|
|---|
| 808 | </xs:restriction>
|
|---|
| 809 | </xs:simpleType>
|
|---|
| 810 | </xs:element>
|
|---|
| 811 | <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" />
|
|---|
| 812 | <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" />
|
|---|
| 813 | <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" />
|
|---|
| 814 | <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" />
|
|---|
| 815 | <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:double" minOccurs="0" />
|
|---|
| 816 | <xs:element name="PVAT" msprop:Generator_UserColumnName="PVAT" msprop:Generator_ColumnPropNameInRow="PVAT" msprop:Generator_ColumnVarNameInTable="columnPVAT" msprop:Generator_ColumnPropNameInTable="PVATColumn" type="xs:double" minOccurs="0" />
|
|---|
| 817 | <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
|
|---|
| 818 | <xs:simpleType>
|
|---|
| 819 | <xs:restriction base="xs:string">
|
|---|
| 820 | <xs:maxLength value="1000" />
|
|---|
| 821 | </xs:restriction>
|
|---|
| 822 | </xs:simpleType>
|
|---|
| 823 | </xs:element>
|
|---|
| 824 | <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:double" minOccurs="0" />
|
|---|
| 825 | <xs:element name="ImiÄ" msprop:Generator_UserColumnName="ImiÄ" msprop:Generator_ColumnPropNameInRow="ImiÄ" msprop:Generator_ColumnVarNameInTable="columnImiÄ" msprop:Generator_ColumnPropNameInTable="ImiÄColumn" minOccurs="0">
|
|---|
| 826 | <xs:simpleType>
|
|---|
| 827 | <xs:restriction base="xs:string">
|
|---|
| 828 | <xs:maxLength value="50" />
|
|---|
| 829 | </xs:restriction>
|
|---|
| 830 | </xs:simpleType>
|
|---|
| 831 | </xs:element>
|
|---|
| 832 | <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
|
|---|
| 833 | <xs:simpleType>
|
|---|
| 834 | <xs:restriction base="xs:string">
|
|---|
| 835 | <xs:maxLength value="50" />
|
|---|
| 836 | </xs:restriction>
|
|---|
| 837 | </xs:simpleType>
|
|---|
| 838 | </xs:element>
|
|---|
| 839 | <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">
|
|---|
| 840 | <xs:simpleType>
|
|---|
| 841 | <xs:restriction base="xs:string">
|
|---|
| 842 | <xs:maxLength value="200" />
|
|---|
| 843 | </xs:restriction>
|
|---|
| 844 | </xs:simpleType>
|
|---|
| 845 | </xs:element>
|
|---|
| 846 | <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">
|
|---|
| 847 | <xs:simpleType>
|
|---|
| 848 | <xs:restriction base="xs:string">
|
|---|
| 849 | <xs:maxLength value="50" />
|
|---|
| 850 | </xs:restriction>
|
|---|
| 851 | </xs:simpleType>
|
|---|
| 852 | </xs:element>
|
|---|
| 853 | <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0">
|
|---|
| 854 | <xs:simpleType>
|
|---|
| 855 | <xs:restriction base="xs:string">
|
|---|
| 856 | <xs:maxLength value="50" />
|
|---|
| 857 | </xs:restriction>
|
|---|
| 858 | </xs:simpleType>
|
|---|
| 859 | </xs:element>
|
|---|
| 860 | <xs:element name="kod" msprop:Generator_UserColumnName="kod" msprop:Generator_ColumnPropNameInRow="kod" msprop:Generator_ColumnVarNameInTable="columnkod" msprop:Generator_ColumnPropNameInTable="kodColumn" minOccurs="0">
|
|---|
| 861 | <xs:simpleType>
|
|---|
| 862 | <xs:restriction base="xs:string">
|
|---|
| 863 | <xs:maxLength value="50" />
|
|---|
| 864 | </xs:restriction>
|
|---|
| 865 | </xs:simpleType>
|
|---|
| 866 | </xs:element>
|
|---|
| 867 | <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">
|
|---|
| 868 | <xs:simpleType>
|
|---|
| 869 | <xs:restriction base="xs:string">
|
|---|
| 870 | <xs:maxLength value="50" />
|
|---|
| 871 | </xs:restriction>
|
|---|
| 872 | </xs:simpleType>
|
|---|
| 873 | </xs:element>
|
|---|
| 874 | <xs:element name="telefon" msprop:Generator_UserColumnName="telefon" msprop:Generator_ColumnPropNameInRow="telefon" msprop:Generator_ColumnVarNameInTable="columntelefon" msprop:Generator_ColumnPropNameInTable="telefonColumn" minOccurs="0">
|
|---|
| 875 | <xs:simpleType>
|
|---|
| 876 | <xs:restriction base="xs:string">
|
|---|
| 877 | <xs:maxLength value="50" />
|
|---|
| 878 | </xs:restriction>
|
|---|
| 879 | </xs:simpleType>
|
|---|
| 880 | </xs:element>
|
|---|
| 881 | <xs:element name="fax" msprop:Generator_UserColumnName="fax" msprop:Generator_ColumnPropNameInRow="fax" msprop:Generator_ColumnVarNameInTable="columnfax" msprop:Generator_ColumnPropNameInTable="faxColumn" minOccurs="0">
|
|---|
| 882 | <xs:simpleType>
|
|---|
| 883 | <xs:restriction base="xs:string">
|
|---|
| 884 | <xs:maxLength value="50" />
|
|---|
| 885 | </xs:restriction>
|
|---|
| 886 | </xs:simpleType>
|
|---|
| 887 | </xs:element>
|
|---|
| 888 | <xs:element name="FAKTURA_x0020_WYSTAWIONO" msprop:Generator_UserColumnName="FAKTURA WYSTAWIONO" msprop:Generator_ColumnPropNameInRow="FAKTURA_WYSTAWIONO" msprop:Generator_ColumnVarNameInTable="columnFAKTURA_WYSTAWIONO" msprop:Generator_ColumnPropNameInTable="FAKTURA_WYSTAWIONOColumn" type="xs:boolean" minOccurs="0" />
|
|---|
| 889 | <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
|
|---|
| 890 | <xs:simpleType>
|
|---|
| 891 | <xs:restriction base="xs:string">
|
|---|
| 892 | <xs:maxLength value="500" />
|
|---|
| 893 | </xs:restriction>
|
|---|
| 894 | </xs:simpleType>
|
|---|
| 895 | </xs:element>
|
|---|
| 896 | <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">
|
|---|
| 897 | <xs:simpleType>
|
|---|
| 898 | <xs:restriction base="xs:string">
|
|---|
| 899 | <xs:maxLength value="200" />
|
|---|
| 900 | </xs:restriction>
|
|---|
| 901 | </xs:simpleType>
|
|---|
| 902 | </xs:element>
|
|---|
| 903 | <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" />
|
|---|
| 904 | <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">
|
|---|
| 905 | <xs:simpleType>
|
|---|
| 906 | <xs:restriction base="xs:string">
|
|---|
| 907 | <xs:maxLength value="4" />
|
|---|
| 908 | </xs:restriction>
|
|---|
| 909 | </xs:simpleType>
|
|---|
| 910 | </xs:element>
|
|---|
| 911 | <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" />
|
|---|
| 912 | <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" type="xs:unsignedByte" minOccurs="0" />
|
|---|
| 913 | <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" />
|
|---|
| 914 | <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">
|
|---|
| 915 | <xs:simpleType>
|
|---|
| 916 | <xs:restriction base="xs:string">
|
|---|
| 917 | <xs:maxLength value="8" />
|
|---|
| 918 | </xs:restriction>
|
|---|
| 919 | </xs:simpleType>
|
|---|
| 920 | </xs:element>
|
|---|
| 921 | <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" />
|
|---|
| 922 | <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" />
|
|---|
| 923 | <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" minOccurs="0" />
|
|---|
| 924 | <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
|
|---|
| 925 | <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">
|
|---|
| 926 | <xs:simpleType>
|
|---|
| 927 | <xs:restriction base="xs:string">
|
|---|
| 928 | <xs:maxLength value="3" />
|
|---|
| 929 | </xs:restriction>
|
|---|
| 930 | </xs:simpleType>
|
|---|
| 931 | </xs:element>
|
|---|
| 932 | <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">
|
|---|
| 933 | <xs:simpleType>
|
|---|
| 934 | <xs:restriction base="xs:string">
|
|---|
| 935 | <xs:maxLength value="15" />
|
|---|
| 936 | </xs:restriction>
|
|---|
| 937 | </xs:simpleType>
|
|---|
| 938 | </xs:element>
|
|---|
| 939 | <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0">
|
|---|
| 940 | <xs:simpleType>
|
|---|
| 941 | <xs:restriction base="xs:string">
|
|---|
| 942 | <xs:maxLength value="250" />
|
|---|
| 943 | </xs:restriction>
|
|---|
| 944 | </xs:simpleType>
|
|---|
| 945 | </xs:element>
|
|---|
| 946 | <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" type="xs:string" minOccurs="0" />
|
|---|
| 947 | </xs:sequence>
|
|---|
| 948 | </xs:complexType>
|
|---|
| 949 | </xs:element>
|
|---|
| 950 | <xs:element name="emisje" msprop:Generator_UserTableName="emisje" msprop:Generator_RowDeletedName="emisjeRowDeleted" msprop:Generator_RowChangedName="emisjeRowChanged" msprop:Generator_RowClassName="emisjeRow" msprop:Generator_RowChangingName="emisjeRowChanging" msprop:Generator_RowEvArgName="emisjeRowChangeEvent" msprop:Generator_RowEvHandlerName="emisjeRowChangeEventHandler" msprop:Generator_TableClassName="emisjeDataTable" msprop:Generator_TableVarName="tableemisje" msprop:Generator_RowDeletingName="emisjeRowDeleting" msprop:Generator_TablePropName="emisje">
|
|---|
| 951 | <xs:complexType>
|
|---|
| 952 | <xs:sequence>
|
|---|
| 953 | <xs:element name="ID" msprop:Generator_UserColumnName="ID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInTable="IDColumn" type="xs:string" minOccurs="0" />
|
|---|
| 954 | </xs:sequence>
|
|---|
| 955 | </xs:complexType>
|
|---|
| 956 | </xs:element>
|
|---|
| 957 | <xs:element name="FAKTURA_DETAILS2" msprop:Generator_UserTableName="FAKTURA_DETAILS2" msprop:Generator_RowDeletedName="FAKTURA_DETAILS2RowDeleted" msprop:Generator_RowChangedName="FAKTURA_DETAILS2RowChanged" msprop:Generator_RowClassName="FAKTURA_DETAILS2Row" msprop:Generator_RowChangingName="FAKTURA_DETAILS2RowChanging" msprop:Generator_RowEvArgName="FAKTURA_DETAILS2RowChangeEvent" msprop:Generator_RowEvHandlerName="FAKTURA_DETAILS2RowChangeEventHandler" msprop:Generator_TableClassName="FAKTURA_DETAILS2DataTable" msprop:Generator_TableVarName="tableFAKTURA_DETAILS2" msprop:Generator_RowDeletingName="FAKTURA_DETAILS2RowDeleting" msprop:Generator_TablePropName="FAKTURA_DETAILS2">
|
|---|
| 958 | <xs:complexType>
|
|---|
| 959 | <xs:sequence>
|
|---|
| 960 | <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">
|
|---|
| 961 | <xs:simpleType>
|
|---|
| 962 | <xs:restriction base="xs:string">
|
|---|
| 963 | <xs:maxLength value="5" />
|
|---|
| 964 | </xs:restriction>
|
|---|
| 965 | </xs:simpleType>
|
|---|
| 966 | </xs:element>
|
|---|
| 967 | <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" />
|
|---|
| 968 | <xs:element name="NETTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="NETTO" msprop:Generator_ColumnVarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 969 | <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" />
|
|---|
| 970 | <xs:element name="BRUTTO" msdata:ReadOnly="true" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_ColumnVarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 971 | <xs:element name="VAT" msdata:ReadOnly="true" msprop:Generator_UserColumnName="VAT" msprop:Generator_ColumnVarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />
|
|---|
| 972 | <xs:element name="SYMB" msprop:Generator_UserColumnName="SYMB" msprop:Generator_ColumnVarNameInTable="columnSYMB" msprop:Generator_ColumnPropNameInRow="SYMB" msprop:Generator_ColumnPropNameInTable="SYMBColumn" minOccurs="0">
|
|---|
| 973 | <xs:simpleType>
|
|---|
| 974 | <xs:restriction base="xs:string">
|
|---|
| 975 | <xs:maxLength value="5" />
|
|---|
| 976 | </xs:restriction>
|
|---|
| 977 | </xs:simpleType>
|
|---|
| 978 | </xs:element>
|
|---|
| 979 | <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" />
|
|---|
| 980 | <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">
|
|---|
| 981 | <xs:simpleType>
|
|---|
| 982 | <xs:restriction base="xs:string">
|
|---|
| 983 | <xs:maxLength value="100" />
|
|---|
| 984 | </xs:restriction>
|
|---|
| 985 | </xs:simpleType>
|
|---|
| 986 | </xs:element>
|
|---|
| 987 | <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" />
|
|---|
| 988 | <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" />
|
|---|
| 989 | </xs:sequence>
|
|---|
| 990 | </xs:complexType>
|
|---|
| 991 | </xs:element>
|
|---|
| 992 | <xs:element name="Zamowienie2" msprop:Generator_UserTableName="Zamowienie2" msprop:Generator_RowDeletedName="Zamowienie2RowDeleted" msprop:Generator_RowChangedName="Zamowienie2RowChanged" msprop:Generator_RowClassName="Zamowienie2Row" msprop:Generator_RowChangingName="Zamowienie2RowChanging" msprop:Generator_RowEvArgName="Zamowienie2RowChangeEvent" msprop:Generator_RowEvHandlerName="Zamowienie2RowChangeEventHandler" msprop:Generator_TableClassName="Zamowienie2DataTable" msprop:Generator_TableVarName="tableZamowienie2" msprop:Generator_RowDeletingName="Zamowienie2RowDeleting" msprop:Generator_TablePropName="Zamowienie2">
|
|---|
| 993 | <xs:complexType>
|
|---|
| 994 | <xs:sequence>
|
|---|
| 995 | <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">
|
|---|
| 996 | <xs:simpleType>
|
|---|
| 997 | <xs:restriction base="xs:string">
|
|---|
| 998 | <xs:maxLength value="10" />
|
|---|
| 999 | </xs:restriction>
|
|---|
| 1000 | </xs:simpleType>
|
|---|
| 1001 | </xs:element>
|
|---|
| 1002 | <xs:element name="TYTUÅ" msprop:Generator_UserColumnName="TYTUÅ" msprop:Generator_ColumnVarNameInTable="columnTYTUÅ" msprop:Generator_ColumnPropNameInRow="TYTUÅ" msprop:Generator_ColumnPropNameInTable="TYTUÅColumn" minOccurs="0">
|
|---|
| 1003 | <xs:simpleType>
|
|---|
| 1004 | <xs:restriction base="xs:string">
|
|---|
| 1005 | <xs:maxLength value="5" />
|
|---|
| 1006 | </xs:restriction>
|
|---|
| 1007 | </xs:simpleType>
|
|---|
| 1008 | </xs:element>
|
|---|
| 1009 | <xs:element name="STRONA" msprop:Generator_UserColumnName="STRONA" msprop:Generator_ColumnVarNameInTable="columnSTRONA" msprop:Generator_ColumnPropNameInRow="STRONA" msprop:Generator_ColumnPropNameInTable="STRONAColumn" minOccurs="0">
|
|---|
| 1010 | <xs:simpleType>
|
|---|
| 1011 | <xs:restriction base="xs:string">
|
|---|
| 1012 | <xs:maxLength value="25" />
|
|---|
| 1013 | </xs:restriction>
|
|---|
| 1014 | </xs:simpleType>
|
|---|
| 1015 | </xs:element>
|
|---|
| 1016 | <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" />
|
|---|
| 1017 | <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" />
|
|---|
| 1018 | <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" />
|
|---|
| 1019 | <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" />
|
|---|
| 1020 | <xs:element name="KOLOR" msprop:Generator_UserColumnName="KOLOR" msprop:Generator_ColumnVarNameInTable="columnKOLOR" msprop:Generator_ColumnPropNameInRow="KOLOR" msprop:Generator_ColumnPropNameInTable="KOLORColumn" minOccurs="0">
|
|---|
| 1021 | <xs:simpleType>
|
|---|
| 1022 | <xs:restriction base="xs:string">
|
|---|
| 1023 | <xs:maxLength value="5" />
|
|---|
| 1024 | </xs:restriction>
|
|---|
| 1025 | </xs:simpleType>
|
|---|
| 1026 | </xs:element>
|
|---|
| 1027 | <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" />
|
|---|
| 1028 | <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" />
|
|---|
| 1029 | <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" />
|
|---|
| 1030 | <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" />
|
|---|
| 1031 | <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" />
|
|---|
| 1032 | <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" />
|
|---|
| 1033 | <xs:element name="INFO" msprop:Generator_UserColumnName="INFO" msprop:Generator_ColumnVarNameInTable="columnINFO" msprop:Generator_ColumnPropNameInRow="INFO" msprop:Generator_ColumnPropNameInTable="INFOColumn" minOccurs="0">
|
|---|
| 1034 | <xs:simpleType>
|
|---|
| 1035 | <xs:restriction base="xs:string">
|
|---|
| 1036 | <xs:maxLength value="1000" />
|
|---|
| 1037 | </xs:restriction>
|
|---|
| 1038 | </xs:simpleType>
|
|---|
| 1039 | </xs:element>
|
|---|
| 1040 | <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" />
|
|---|
| 1041 | <xs:element name="ImiÄ" msprop:Generator_UserColumnName="ImiÄ" msprop:Generator_ColumnVarNameInTable="columnImiÄ" msprop:Generator_ColumnPropNameInRow="ImiÄ" msprop:Generator_ColumnPropNameInTable="ImiÄColumn" minOccurs="0">
|
|---|
| 1042 | <xs:simpleType>
|
|---|
| 1043 | <xs:restriction base="xs:string">
|
|---|
| 1044 | <xs:maxLength value="50" />
|
|---|
| 1045 | </xs:restriction>
|
|---|
| 1046 | </xs:simpleType>
|
|---|
| 1047 | </xs:element>
|
|---|
| 1048 | <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
|
|---|
| 1049 | <xs:simpleType>
|
|---|
| 1050 | <xs:restriction base="xs:string">
|
|---|
| 1051 | <xs:maxLength value="50" />
|
|---|
| 1052 | </xs:restriction>
|
|---|
| 1053 | </xs:simpleType>
|
|---|
| 1054 | </xs:element>
|
|---|
| 1055 | <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_ColumnVarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0">
|
|---|
| 1056 | <xs:simpleType>
|
|---|
| 1057 | <xs:restriction base="xs:string">
|
|---|
| 1058 | <xs:maxLength value="200" />
|
|---|
| 1059 | </xs:restriction>
|
|---|
| 1060 | </xs:simpleType>
|
|---|
| 1061 | </xs:element>
|
|---|
| 1062 | <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">
|
|---|
| 1063 | <xs:simpleType>
|
|---|
| 1064 | <xs:restriction base="xs:string">
|
|---|
| 1065 | <xs:maxLength value="50" />
|
|---|
| 1066 | </xs:restriction>
|
|---|
| 1067 | </xs:simpleType>
|
|---|
| 1068 | </xs:element>
|
|---|
| 1069 | <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">
|
|---|
| 1070 | <xs:simpleType>
|
|---|
| 1071 | <xs:restriction base="xs:string">
|
|---|
| 1072 | <xs:maxLength value="3" />
|
|---|
| 1073 | </xs:restriction>
|
|---|
| 1074 | </xs:simpleType>
|
|---|
| 1075 | </xs:element>
|
|---|
| 1076 | <xs:element name="ulica" msprop:Generator_UserColumnName="ulica" msprop:Generator_ColumnVarNameInTable="columnulica" msprop:Generator_ColumnPropNameInRow="ulica" msprop:Generator_ColumnPropNameInTable="ulicaColumn" minOccurs="0">
|
|---|
| 1077 | <xs:simpleType>
|
|---|
| 1078 | <xs:restriction base="xs:string">
|
|---|
| 1079 | <xs:maxLength value="50" />
|
|---|
| 1080 | </xs:restriction>
|
|---|
| 1081 | </xs:simpleType>
|
|---|
| 1082 | </xs:element>
|
|---|
| 1083 | <xs:element name="kod" msprop:Generator_UserColumnName="kod" msprop:Generator_ColumnVarNameInTable="columnkod" msprop:Generator_ColumnPropNameInRow="kod" msprop:Generator_ColumnPropNameInTable="kodColumn" minOccurs="0">
|
|---|
| 1084 | <xs:simpleType>
|
|---|
| 1085 | <xs:restriction base="xs:string">
|
|---|
| 1086 | <xs:maxLength value="50" />
|
|---|
| 1087 | </xs:restriction>
|
|---|
| 1088 | </xs:simpleType>
|
|---|
| 1089 | </xs:element>
|
|---|
| 1090 | <xs:element name="miasto" msprop:Generator_UserColumnName="miasto" msprop:Generator_ColumnVarNameInTable="columnmiasto" msprop:Generator_ColumnPropNameInRow="miasto" msprop:Generator_ColumnPropNameInTable="miastoColumn" minOccurs="0">
|
|---|
| 1091 | <xs:simpleType>
|
|---|
| 1092 | <xs:restriction base="xs:string">
|
|---|
| 1093 | <xs:maxLength value="50" />
|
|---|
| 1094 | </xs:restriction>
|
|---|
| 1095 | </xs:simpleType>
|
|---|
| 1096 | </xs:element>
|
|---|
| 1097 | <xs:element name="telefon" msprop:Generator_UserColumnName="telefon" msprop:Generator_ColumnVarNameInTable="columntelefon" msprop:Generator_ColumnPropNameInRow="telefon" msprop:Generator_ColumnPropNameInTable="telefonColumn" minOccurs="0">
|
|---|
| 1098 | <xs:simpleType>
|
|---|
| 1099 | <xs:restriction base="xs:string">
|
|---|
| 1100 | <xs:maxLength value="50" />
|
|---|
| 1101 | </xs:restriction>
|
|---|
| 1102 | </xs:simpleType>
|
|---|
| 1103 | </xs:element>
|
|---|
| 1104 | <xs:element name="fax" msprop:Generator_UserColumnName="fax" msprop:Generator_ColumnVarNameInTable="columnfax" msprop:Generator_ColumnPropNameInRow="fax" msprop:Generator_ColumnPropNameInTable="faxColumn" minOccurs="0">
|
|---|
| 1105 | <xs:simpleType>
|
|---|
| 1106 | <xs:restriction base="xs:string">
|
|---|
| 1107 | <xs:maxLength value="50" />
|
|---|
| 1108 | </xs:restriction>
|
|---|
| 1109 | </xs:simpleType>
|
|---|
| 1110 | </xs:element>
|
|---|
| 1111 | <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" />
|
|---|
| 1112 | <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" />
|
|---|
| 1113 | <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_ColumnVarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" type="xs:unsignedByte" minOccurs="0" />
|
|---|
| 1114 | <xs:element name="KONTO" msprop:Generator_UserColumnName="KONTO" msprop:Generator_ColumnVarNameInTable="columnKONTO" msprop:Generator_ColumnPropNameInRow="KONTO" msprop:Generator_ColumnPropNameInTable="KONTOColumn" minOccurs="0">
|
|---|
| 1115 | <xs:simpleType>
|
|---|
| 1116 | <xs:restriction base="xs:string">
|
|---|
| 1117 | <xs:maxLength value="500" />
|
|---|
| 1118 | </xs:restriction>
|
|---|
| 1119 | </xs:simpleType>
|
|---|
| 1120 | </xs:element>
|
|---|
| 1121 | <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" />
|
|---|
| 1122 | <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">
|
|---|
| 1123 | <xs:simpleType>
|
|---|
| 1124 | <xs:restriction base="xs:string">
|
|---|
| 1125 | <xs:maxLength value="8" />
|
|---|
| 1126 | </xs:restriction>
|
|---|
| 1127 | </xs:simpleType>
|
|---|
| 1128 | </xs:element>
|
|---|
| 1129 | <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" />
|
|---|
| 1130 | <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" />
|
|---|
| 1131 | <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">
|
|---|
| 1132 | <xs:simpleType>
|
|---|
| 1133 | <xs:restriction base="xs:string">
|
|---|
| 1134 | <xs:maxLength value="200" />
|
|---|
| 1135 | </xs:restriction>
|
|---|
| 1136 | </xs:simpleType>
|
|---|
| 1137 | </xs:element>
|
|---|
| 1138 | <xs:element name="adres_biura" msprop:Generator_UserColumnName="adres_biura" msprop:Generator_ColumnVarNameInTable="columnadres_biura" msprop:Generator_ColumnPropNameInRow="adres_biura" msprop:Generator_ColumnPropNameInTable="adres_biuraColumn" minOccurs="0">
|
|---|
| 1139 | <xs:simpleType>
|
|---|
| 1140 | <xs:restriction base="xs:string">
|
|---|
| 1141 | <xs:maxLength value="250" />
|
|---|
| 1142 | </xs:restriction>
|
|---|
| 1143 | </xs:simpleType>
|
|---|
| 1144 | </xs:element>
|
|---|
| 1145 | <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" />
|
|---|
| 1146 | <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">
|
|---|
| 1147 | <xs:simpleType>
|
|---|
| 1148 | <xs:restriction base="xs:string">
|
|---|
| 1149 | <xs:maxLength value="4" />
|
|---|
| 1150 | </xs:restriction>
|
|---|
| 1151 | </xs:simpleType>
|
|---|
| 1152 | </xs:element>
|
|---|
| 1153 | <xs:element name="wyroznienie_kwota" msprop:Generator_UserColumnName="wyroznienie_kwota" msprop:Generator_ColumnVarNameInTable="columnwyroznienie_kwota" msprop:Generator_ColumnPropNameInRow="wyroznienie_kwota" msprop:Generator_ColumnPropNameInTable="wyroznienie_kwotaColumn" type="xs:double" minOccurs="0" />
|
|---|
| 1154 | <xs:element name="wyroznienie" msprop:Generator_UserColumnName="wyroznienie" msprop:Generator_ColumnVarNameInTable="columnwyroznienie" msprop:Generator_ColumnPropNameInRow="wyroznienie" msprop:Generator_ColumnPropNameInTable="wyroznienieColumn" type="xs:boolean" />
|
|---|
| 1155 | <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">
|
|---|
| 1156 | <xs:simpleType>
|
|---|
| 1157 | <xs:restriction base="xs:string">
|
|---|
| 1158 | <xs:maxLength value="15" />
|
|---|
| 1159 | </xs:restriction>
|
|---|
| 1160 | </xs:simpleType>
|
|---|
| 1161 | </xs:element>
|
|---|
| 1162 | <xs:element name="emisje" msdata:ReadOnly="true" msprop:Generator_UserColumnName="emisje" msprop:Generator_ColumnVarNameInTable="columnemisje" msprop:Generator_ColumnPropNameInRow="emisje" msprop:Generator_ColumnPropNameInTable="emisjeColumn" minOccurs="0">
|
|---|
| 1163 | <xs:simpleType>
|
|---|
| 1164 | <xs:restriction base="xs:string">
|
|---|
| 1165 | <xs:maxLength value="1024" />
|
|---|
| 1166 | </xs:restriction>
|
|---|
| 1167 | </xs:simpleType>
|
|---|
| 1168 | </xs:element>
|
|---|
| 1169 | <xs:element name="nrZamowienia" msdata:ReadOnly="true" msprop:Generator_UserColumnName="nrZamowienia" msprop:Generator_ColumnVarNameInTable="columnnrZamowienia" msprop:Generator_ColumnPropNameInRow="nrZamowienia" msprop:Generator_ColumnPropNameInTable="nrZamowieniaColumn" minOccurs="0">
|
|---|
| 1170 | <xs:simpleType>
|
|---|
| 1171 | <xs:restriction base="xs:string">
|
|---|
| 1172 | <xs:maxLength value="40" />
|
|---|
| 1173 | </xs:restriction>
|
|---|
| 1174 | </xs:simpleType>
|
|---|
| 1175 | </xs:element>
|
|---|
| 1176 | <xs:element name="rodzajFakturowania" msprop:Generator_UserColumnName="rodzajFakturowania" msprop:Generator_ColumnVarNameInTable="columnrodzajFakturowania" msprop:Generator_ColumnPropNameInRow="rodzajFakturowania" msprop:Generator_ColumnPropNameInTable="rodzajFakturowaniaColumn" type="xs:short" minOccurs="0" />
|
|---|
| 1177 | </xs:sequence>
|
|---|
| 1178 | </xs:complexType>
|
|---|
| 1179 | </xs:element>
|
|---|
| 1180 | </xs:choice>
|
|---|
| 1181 | </xs:complexType>
|
|---|
| 1182 | <xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1183 | <xs:selector xpath=".//mstns:Faktura" />
|
|---|
| 1184 | <xs:field xpath="mstns:ID_FAKTURY" />
|
|---|
| 1185 | </xs:unique>
|
|---|
| 1186 | <xs:unique name="FAKTURA_DETAILS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1187 | <xs:selector xpath=".//mstns:FAKTURA_DETAILS" />
|
|---|
| 1188 | <xs:field xpath="mstns:ID_FAKTURA_DETAILS" />
|
|---|
| 1189 | </xs:unique>
|
|---|
| 1190 | <xs:unique name="Proforma_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|---|
| 1191 | <xs:selector xpath=".//mstns:Proforma" />
|
|---|
| 1192 | <xs:field xpath="mstns:ID_FAKTURY" />
|
|---|
| 1193 | </xs:unique>
|
|---|
| 1194 | </xs:element>
|
|---|
| 1195 | </xs:schema> |
|---|