Zbiór zmian 834 dla trunk/TruckExpoCDN
- Data:
- 2009-09-30 09:56:36 (17 years ago)
- Lokalizacja:
- trunk/TruckExpoCDN
- Pliki:
-
- 7 zmodyfikowane
-
EXPODataSet.Designer.cs (zmodyfikowane) (2 diffs)
-
EXPODataSet.xsd (zmodyfikowane) (42 diffs)
-
ExpoToCDNExport.cs (zmodyfikowane) (19 diffs)
-
ExportForm.Designer.cs (zmodyfikowane) (7 diffs)
-
ExportForm.cs (zmodyfikowane) (16 diffs)
-
ExportForm.resx (zmodyfikowane) (4 diffs)
-
app.config (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/TruckExpoCDN/EXPODataSet.Designer.cs
r479 r834 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.30 534 // Runtime Version:2.0.50727.3082 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 5269 5269 this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand(); 5270 5270 this._commandCollection[1].Connection = this.Connection; 5271 this._commandCollection[1].CommandText = @"SELECT BYL_WYDRUK, DATA_SPRZEDAZY, DATA_WYSTAWIENIA, EKSPORT, EXPORTED, EXPORTED_DATA, FAKTURA_PODTYP, FAKTURA_TYP, ID_FAKTURY, ID_FK_KOR, ID_KONTA, ID_NABYWCY, ID_SPRZEDAWCY, ID_TYTUL, KOREKTA, MIEJSCOWOSC_WYSTAWIENIA, NABYWCA_ADRES, NABYWCA_NIP, NUMER, NUMER_ROK, NUMER_ROZ, PODPIS_ODEBRAL, PODPIS_WYSTAWIL, SPOSOB_ZAPLATY, SPRZEDAWCA_ADRES, SPRZEDAWCA_NIP, TERMIN_ZAPLATY, ZAPLACONO, Zaliczka_Brutto, Zaliczka_Data, opis, suma_zaplat, waluta_brutto, waluta_kurs, waluta_kurs_z_dnia, waluta_miano, waluta_przelicznik, waluta_tabela_nr, zaplata_data, zaplata_opis FROM FAKTURY WHERE (NUMER_ROK >= 2008) AND (EXPORTED = 0) AND (SystemKsiegowyId = 2) ORDER BY ID_NABYWCY";5271 this._commandCollection[1].CommandText = @"SELECT BYL_WYDRUK, DATA_SPRZEDAZY, DATA_WYSTAWIENIA, EKSPORT, EXPORTED, EXPORTED_DATA, FAKTURA_PODTYP, FAKTURA_TYP, ID_FAKTURY, ID_FK_KOR, ID_KONTA, ID_NABYWCY, ID_SPRZEDAWCY, ID_TYTUL, KOREKTA, MIEJSCOWOSC_WYSTAWIENIA, NABYWCA_ADRES, NABYWCA_NIP, NUMER, NUMER_ROK, NUMER_ROZ, PODPIS_ODEBRAL, PODPIS_WYSTAWIL, SPOSOB_ZAPLATY, SPRZEDAWCA_ADRES, SPRZEDAWCA_NIP, TERMIN_ZAPLATY, ZAPLACONO, Zaliczka_Brutto, Zaliczka_Data, opis, suma_zaplat, waluta_brutto, waluta_kurs, waluta_kurs_z_dnia, waluta_miano, waluta_przelicznik, waluta_tabela_nr, zaplata_data, zaplata_opis FROM FAKTURY WHERE (NUMER_ROK >= 2008) AND (EXPORTED = 0) AND (SystemKsiegowyId = 2) AND KOREKTA=0 ORDER BY ID_NABYWCY"; 5272 5272 this._commandCollection[1].CommandType = global::System.Data.CommandType.Text; 5273 5273 } -
trunk/TruckExpoCDN/EXPODataSet.xsd
r479 r834 528 528 <SelectCommand> 529 529 <DbCommand CommandType="Text" ModifiedByUser="True"> 530 <CommandText>SELECT BYL_WYDRUK, DATA_SPRZEDAZY, DATA_WYSTAWIENIA, EKSPORT, EXPORTED, EXPORTED_DATA, FAKTURA_PODTYP, FAKTURA_TYP, ID_FAKTURY, ID_FK_KOR, ID_KONTA, ID_NABYWCY, ID_SPRZEDAWCY, ID_TYTUL, KOREKTA, MIEJSCOWOSC_WYSTAWIENIA, NABYWCA_ADRES, NABYWCA_NIP, NUMER, NUMER_ROK, NUMER_ROZ, PODPIS_ODEBRAL, PODPIS_WYSTAWIL, SPOSOB_ZAPLATY, SPRZEDAWCA_ADRES, SPRZEDAWCA_NIP, TERMIN_ZAPLATY, ZAPLACONO, Zaliczka_Brutto, Zaliczka_Data, opis, suma_zaplat, waluta_brutto, waluta_kurs, waluta_kurs_z_dnia, waluta_miano, waluta_przelicznik, waluta_tabela_nr, zaplata_data, zaplata_opis FROM FAKTURY WHERE (NUMER_ROK >= 2008) AND (EXPORTED = 0) AND (SystemKsiegowyId = 2) ORDER BY ID_NABYWCY</CommandText>530 <CommandText>SELECT BYL_WYDRUK, DATA_SPRZEDAZY, DATA_WYSTAWIENIA, EKSPORT, EXPORTED, EXPORTED_DATA, FAKTURA_PODTYP, FAKTURA_TYP, ID_FAKTURY, ID_FK_KOR, ID_KONTA, ID_NABYWCY, ID_SPRZEDAWCY, ID_TYTUL, KOREKTA, MIEJSCOWOSC_WYSTAWIENIA, NABYWCA_ADRES, NABYWCA_NIP, NUMER, NUMER_ROK, NUMER_ROZ, PODPIS_ODEBRAL, PODPIS_WYSTAWIL, SPOSOB_ZAPLATY, SPRZEDAWCA_ADRES, SPRZEDAWCA_NIP, TERMIN_ZAPLATY, ZAPLACONO, Zaliczka_Brutto, Zaliczka_Data, opis, suma_zaplat, waluta_brutto, waluta_kurs, waluta_kurs_z_dnia, waluta_miano, waluta_przelicznik, waluta_tabela_nr, zaplata_data, zaplata_opis FROM FAKTURY WHERE (NUMER_ROK >= 2008) AND (EXPORTED = 0) AND (SystemKsiegowyId = 2) AND KOREKTA=0 ORDER BY ID_NABYWCY</CommandText> 531 531 <Parameters> 532 532 </Parameters> … … 1292 1292 <xs:complexType> 1293 1293 <xs:sequence> 1294 <xs:element name="ID_FAKTURY" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" />1295 <xs:element name="NUMER" msprop:Generator_UserColumnName="NUMER" msprop:Generator_Column VarNameInTable="columnNUMER" msprop:Generator_ColumnPropNameInRow="NUMER" msprop:Generator_ColumnPropNameInTable="NUMERColumn" type="xs:int" minOccurs="0" />1296 <xs:element name="NUMER_ROZ" msprop:Generator_UserColumnName="NUMER_ROZ" msprop:Generator_Column VarNameInTable="columnNUMER_ROZ" msprop:Generator_ColumnPropNameInRow="NUMER_ROZ" msprop:Generator_ColumnPropNameInTable="NUMER_ROZColumn" minOccurs="0">1294 <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" /> 1295 <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" /> 1296 <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"> 1297 1297 <xs:simpleType> 1298 1298 <xs:restriction base="xs:string"> … … 1301 1301 </xs:simpleType> 1302 1302 </xs:element> 1303 <xs:element name="NUMER_ROK" msprop:Generator_UserColumnName="NUMER_ROK" msprop:Generator_Column VarNameInTable="columnNUMER_ROK" msprop:Generator_ColumnPropNameInRow="NUMER_ROK" msprop:Generator_ColumnPropNameInTable="NUMER_ROKColumn" type="xs:int" minOccurs="0" />1304 <xs:element name="DATA_WYSTAWIENIA" msprop:Generator_UserColumnName="DATA_WYSTAWIENIA" msprop:Generator_Column VarNameInTable="columnDATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="DATA_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="DATA_WYSTAWIENIAColumn" type="xs:dateTime" minOccurs="0" />1305 <xs:element name="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_UserColumnName="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_Column VarNameInTable="columnMIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInRow="MIEJSCOWOSC_WYSTAWIENIA" msprop:Generator_ColumnPropNameInTable="MIEJSCOWOSC_WYSTAWIENIAColumn" minOccurs="0">1303 <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" /> 1304 <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" /> 1305 <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"> 1306 1306 <xs:simpleType> 1307 1307 <xs:restriction base="xs:string"> … … 1310 1310 </xs:simpleType> 1311 1311 </xs:element> 1312 <xs:element name="ID_SPRZEDAWCY" msprop:Generator_UserColumnName="ID_SPRZEDAWCY" msprop:Generator_Column VarNameInTable="columnID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInRow="ID_SPRZEDAWCY" msprop:Generator_ColumnPropNameInTable="ID_SPRZEDAWCYColumn" type="xs:int" minOccurs="0" />1313 <xs:element name="ID_NABYWCY" msprop:Generator_UserColumnName="ID_NABYWCY" msprop:Generator_Column VarNameInTable="columnID_NABYWCY" msprop:Generator_ColumnPropNameInRow="ID_NABYWCY" msprop:Generator_ColumnPropNameInTable="ID_NABYWCYColumn" type="xs:int" minOccurs="0" />1314 <xs:element name="DATA_SPRZEDAZY" msprop:Generator_UserColumnName="DATA_SPRZEDAZY" msprop:Generator_Column VarNameInTable="columnDATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInRow="DATA_SPRZEDAZY" msprop:Generator_ColumnPropNameInTable="DATA_SPRZEDAZYColumn" type="xs:dateTime" minOccurs="0" />1315 <xs:element name="PODPIS_WYSTAWIL" msprop:Generator_UserColumnName="PODPIS_WYSTAWIL" msprop:Generator_Column VarNameInTable="columnPODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInRow="PODPIS_WYSTAWIL" msprop:Generator_ColumnPropNameInTable="PODPIS_WYSTAWILColumn" minOccurs="0">1312 <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" /> 1313 <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" /> 1314 <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" /> 1315 <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"> 1316 1316 <xs:simpleType> 1317 1317 <xs:restriction base="xs:string"> … … 1320 1320 </xs:simpleType> 1321 1321 </xs:element> 1322 <xs:element name="PODPIS_ODEBRAL" msprop:Generator_UserColumnName="PODPIS_ODEBRAL" msprop:Generator_Column VarNameInTable="columnPODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInRow="PODPIS_ODEBRAL" msprop:Generator_ColumnPropNameInTable="PODPIS_ODEBRALColumn" minOccurs="0">1322 <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"> 1323 1323 <xs:simpleType> 1324 1324 <xs:restriction base="xs:string"> … … 1327 1327 </xs:simpleType> 1328 1328 </xs:element> 1329 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_Column VarNameInTable="columnopis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0">1329 <xs:element name="opis" msprop:Generator_UserColumnName="opis" msprop:Generator_ColumnPropNameInRow="opis" msprop:Generator_ColumnVarNameInTable="columnopis" msprop:Generator_ColumnPropNameInTable="opisColumn" minOccurs="0"> 1330 1330 <xs:simpleType> 1331 1331 <xs:restriction base="xs:string"> … … 1334 1334 </xs:simpleType> 1335 1335 </xs:element> 1336 <xs:element name="SPOSOB_ZAPLATY" msprop:Generator_UserColumnName="SPOSOB_ZAPLATY" msprop:Generator_Column VarNameInTable="columnSPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInRow="SPOSOB_ZAPLATY" msprop:Generator_ColumnPropNameInTable="SPOSOB_ZAPLATYColumn" minOccurs="0">1336 <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"> 1337 1337 <xs:simpleType> 1338 1338 <xs:restriction base="xs:string"> … … 1341 1341 </xs:simpleType> 1342 1342 </xs:element> 1343 <xs:element name="TERMIN_ZAPLATY" msprop:Generator_UserColumnName="TERMIN_ZAPLATY" msprop:Generator_Column VarNameInTable="columnTERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInRow="TERMIN_ZAPLATY" msprop:Generator_ColumnPropNameInTable="TERMIN_ZAPLATYColumn" type="xs:dateTime" minOccurs="0" />1344 <xs:element name="ZAPLACONO" msprop:Generator_UserColumnName="ZAPLACONO" msprop:Generator_Column VarNameInTable="columnZAPLACONO" msprop:Generator_ColumnPropNameInRow="ZAPLACONO" msprop:Generator_ColumnPropNameInTable="ZAPLACONOColumn" type="xs:boolean" minOccurs="0" />1345 <xs:element name="BYL_WYDRUK" msprop:Generator_UserColumnName="BYL_WYDRUK" msprop:Generator_Column VarNameInTable="columnBYL_WYDRUK" msprop:Generator_ColumnPropNameInRow="BYL_WYDRUK" msprop:Generator_ColumnPropNameInTable="BYL_WYDRUKColumn" type="xs:boolean" minOccurs="0" />1346 <xs:element name="NABYWCA_ADRES" msprop:Generator_UserColumnName="NABYWCA_ADRES" msprop:Generator_Column VarNameInTable="columnNABYWCA_ADRES" msprop:Generator_ColumnPropNameInRow="NABYWCA_ADRES" msprop:Generator_ColumnPropNameInTable="NABYWCA_ADRESColumn" minOccurs="0">1343 <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" /> 1344 <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" /> 1345 <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" /> 1346 <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"> 1347 1347 <xs:simpleType> 1348 1348 <xs:restriction base="xs:string"> … … 1351 1351 </xs:simpleType> 1352 1352 </xs:element> 1353 <xs:element name="SPRZEDAWCA_ADRES" msprop:Generator_UserColumnName="SPRZEDAWCA_ADRES" msprop:Generator_Column VarNameInTable="columnSPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_ADRES" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_ADRESColumn" minOccurs="0">1353 <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"> 1354 1354 <xs:simpleType> 1355 1355 <xs:restriction base="xs:string"> … … 1358 1358 </xs:simpleType> 1359 1359 </xs:element> 1360 <xs:element name="SPRZEDAWCA_NIP" msprop:Generator_UserColumnName="SPRZEDAWCA_NIP" msprop:Generator_Column VarNameInTable="columnSPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInRow="SPRZEDAWCA_NIP" msprop:Generator_ColumnPropNameInTable="SPRZEDAWCA_NIPColumn" minOccurs="0">1360 <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"> 1361 1361 <xs:simpleType> 1362 1362 <xs:restriction base="xs:string"> … … 1365 1365 </xs:simpleType> 1366 1366 </xs:element> 1367 <xs:element name="NABYWCA_NIP" msprop:Generator_UserColumnName="NABYWCA_NIP" msprop:Generator_Column VarNameInTable="columnNABYWCA_NIP" msprop:Generator_ColumnPropNameInRow="NABYWCA_NIP" msprop:Generator_ColumnPropNameInTable="NABYWCA_NIPColumn" minOccurs="0">1367 <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"> 1368 1368 <xs:simpleType> 1369 1369 <xs:restriction base="xs:string"> … … 1372 1372 </xs:simpleType> 1373 1373 </xs:element> 1374 <xs:element name="FAKTURA_TYP" msprop:Generator_UserColumnName="FAKTURA_TYP" msprop:Generator_Column VarNameInTable="columnFAKTURA_TYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_TYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_TYPColumn" type="xs:short" minOccurs="0" />1375 <xs:element name="FAKTURA_PODTYP" msprop:Generator_UserColumnName="FAKTURA_PODTYP" msprop:Generator_Column VarNameInTable="columnFAKTURA_PODTYP" msprop:Generator_ColumnPropNameInRow="FAKTURA_PODTYP" msprop:Generator_ColumnPropNameInTable="FAKTURA_PODTYPColumn" type="xs:short" minOccurs="0" />1376 <xs:element name="ID_KONTA" msprop:Generator_UserColumnName="ID_KONTA" msprop:Generator_Column VarNameInTable="columnID_KONTA" msprop:Generator_ColumnPropNameInRow="ID_KONTA" msprop:Generator_ColumnPropNameInTable="ID_KONTAColumn" type="xs:short" minOccurs="0" />1377 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_Column VarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" />1378 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_Column VarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" />1379 <xs:element name="ID_TYTUL" msprop:Generator_UserColumnName="ID_TYTUL" msprop:Generator_Column VarNameInTable="columnID_TYTUL" msprop:Generator_ColumnPropNameInRow="ID_TYTUL" msprop:Generator_ColumnPropNameInTable="ID_TYTULColumn" type="xs:short" minOccurs="0" />1380 <xs:element name="EXPORTED_DATA" msprop:Generator_UserColumnName="EXPORTED_DATA" msprop:Generator_Column VarNameInTable="columnEXPORTED_DATA" msprop:Generator_ColumnPropNameInRow="EXPORTED_DATA" msprop:Generator_ColumnPropNameInTable="EXPORTED_DATAColumn" type="xs:dateTime" minOccurs="0" />1381 <xs:element name="suma_zaplat" msprop:Generator_UserColumnName="suma_zaplat" msprop:Generator_Column VarNameInTable="columnsuma_zaplat" msprop:Generator_ColumnPropNameInRow="suma_zaplat" msprop:Generator_ColumnPropNameInTable="suma_zaplatColumn" type="xs:decimal" minOccurs="0" />1382 <xs:element name="ID_FK_KOR" msprop:Generator_UserColumnName="ID_FK_KOR" msprop:Generator_Column VarNameInTable="columnID_FK_KOR" msprop:Generator_ColumnPropNameInRow="ID_FK_KOR" msprop:Generator_ColumnPropNameInTable="ID_FK_KORColumn" type="xs:int" minOccurs="0" />1383 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_Column VarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" />1384 <xs:element name="zaplata_data" msprop:Generator_UserColumnName="zaplata_data" msprop:Generator_Column VarNameInTable="columnzaplata_data" msprop:Generator_ColumnPropNameInRow="zaplata_data" msprop:Generator_ColumnPropNameInTable="zaplata_dataColumn" type="xs:dateTime" minOccurs="0" />1385 <xs:element name="zaplata_opis" msprop:Generator_UserColumnName="zaplata_opis" msprop:Generator_Column VarNameInTable="columnzaplata_opis" msprop:Generator_ColumnPropNameInRow="zaplata_opis" msprop:Generator_ColumnPropNameInTable="zaplata_opisColumn" minOccurs="0">1374 <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" /> 1375 <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" /> 1376 <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" /> 1377 <xs:element name="EKSPORT" msprop:Generator_UserColumnName="EKSPORT" msprop:Generator_ColumnPropNameInRow="EKSPORT" msprop:Generator_ColumnVarNameInTable="columnEKSPORT" msprop:Generator_ColumnPropNameInTable="EKSPORTColumn" type="xs:boolean" /> 1378 <xs:element name="EXPORTED" msprop:Generator_UserColumnName="EXPORTED" msprop:Generator_ColumnPropNameInRow="EXPORTED" msprop:Generator_ColumnVarNameInTable="columnEXPORTED" msprop:Generator_ColumnPropNameInTable="EXPORTEDColumn" type="xs:boolean" /> 1379 <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" /> 1380 <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" /> 1381 <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" /> 1382 <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" /> 1383 <xs:element name="KOREKTA" msprop:Generator_UserColumnName="KOREKTA" msprop:Generator_ColumnPropNameInRow="KOREKTA" msprop:Generator_ColumnVarNameInTable="columnKOREKTA" msprop:Generator_ColumnPropNameInTable="KOREKTAColumn" type="xs:unsignedByte" /> 1384 <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" /> 1385 <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"> 1386 1386 <xs:simpleType> 1387 1387 <xs:restriction base="xs:string"> … … 1390 1390 </xs:simpleType> 1391 1391 </xs:element> 1392 <xs:element name="Zaliczka_Brutto" msprop:Generator_UserColumnName="Zaliczka_Brutto" msprop:Generator_Column VarNameInTable="columnZaliczka_Brutto" msprop:Generator_ColumnPropNameInRow="Zaliczka_Brutto" msprop:Generator_ColumnPropNameInTable="Zaliczka_BruttoColumn" type="xs:decimal" minOccurs="0" />1393 <xs:element name="Zaliczka_Data" msprop:Generator_UserColumnName="Zaliczka_Data" msprop:Generator_Column VarNameInTable="columnZaliczka_Data" msprop:Generator_ColumnPropNameInRow="Zaliczka_Data" msprop:Generator_ColumnPropNameInTable="Zaliczka_DataColumn" type="xs:dateTime" minOccurs="0" />1394 <xs:element name="waluta_brutto" msprop:Generator_UserColumnName="waluta_brutto" msprop:Generator_Column VarNameInTable="columnwaluta_brutto" msprop:Generator_ColumnPropNameInRow="waluta_brutto" msprop:Generator_ColumnPropNameInTable="waluta_bruttoColumn" type="xs:double" minOccurs="0" />1395 <xs:element name="waluta_miano" msprop:Generator_UserColumnName="waluta_miano" msprop:Generator_Column VarNameInTable="columnwaluta_miano" msprop:Generator_ColumnPropNameInRow="waluta_miano" msprop:Generator_ColumnPropNameInTable="waluta_mianoColumn" minOccurs="0">1392 <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" /> 1393 <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" /> 1394 <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" /> 1395 <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"> 1396 1396 <xs:simpleType> 1397 1397 <xs:restriction base="xs:string"> … … 1400 1400 </xs:simpleType> 1401 1401 </xs:element> 1402 <xs:element name="waluta_kurs" msprop:Generator_UserColumnName="waluta_kurs" msprop:Generator_Column VarNameInTable="columnwaluta_kurs" msprop:Generator_ColumnPropNameInRow="waluta_kurs" msprop:Generator_ColumnPropNameInTable="waluta_kursColumn" type="xs:double" minOccurs="0" />1403 <xs:element name="waluta_przelicznik" msprop:Generator_UserColumnName="waluta_przelicznik" msprop:Generator_Column VarNameInTable="columnwaluta_przelicznik" msprop:Generator_ColumnPropNameInRow="waluta_przelicznik" msprop:Generator_ColumnPropNameInTable="waluta_przelicznikColumn" type="xs:int" minOccurs="0" />1404 <xs:element name="waluta_kurs_z_dnia" msprop:Generator_UserColumnName="waluta_kurs_z_dnia" msprop:Generator_Column VarNameInTable="columnwaluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInRow="waluta_kurs_z_dnia" msprop:Generator_ColumnPropNameInTable="waluta_kurs_z_dniaColumn" type="xs:dateTime" minOccurs="0" />1405 <xs:element name="waluta_tabela_nr" msprop:Generator_UserColumnName="waluta_tabela_nr" msprop:Generator_Column VarNameInTable="columnwaluta_tabela_nr" msprop:Generator_ColumnPropNameInRow="waluta_tabela_nr" msprop:Generator_ColumnPropNameInTable="waluta_tabela_nrColumn" minOccurs="0">1402 <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" /> 1403 <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" /> 1404 <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" /> 1405 <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"> 1406 1406 <xs:simpleType> 1407 1407 <xs:restriction base="xs:string"> … … 1410 1410 </xs:simpleType> 1411 1411 </xs:element> 1412 <xs:element name="Pelny_numer" msdata:ReadOnly="true" msdata:Expression="NUMER + '/' + NUMER_ROZ + '/' + NUMER_ROK" msprop:Generator_UserColumnName="Pelny_numer" msprop:Generator_Column PropNameInRow="Pelny_numer" msprop:Generator_ColumnVarNameInTable="columnPelny_numer" msprop:Generator_ColumnPropNameInTable="Pelny_numerColumn" type="xs:string" minOccurs="0" />1413 <xs:element name="Exportuj" msprop:Generator_UserColumnName="Exportuj" msprop:Generator_Column VarNameInTable="columnExportuj" msprop:Generator_ColumnPropNameInRow="Exportuj" msprop:Generator_ColumnPropNameInTable="ExportujColumn" type="xs:boolean" default="true" />1412 <xs:element name="Pelny_numer" msdata:ReadOnly="true" msdata:Expression="NUMER + '/' + NUMER_ROZ + '/' + NUMER_ROK" msprop:Generator_UserColumnName="Pelny_numer" msprop:Generator_ColumnVarNameInTable="columnPelny_numer" msprop:Generator_ColumnPropNameInRow="Pelny_numer" msprop:Generator_ColumnPropNameInTable="Pelny_numerColumn" type="xs:string" minOccurs="0" /> 1413 <xs:element name="Exportuj" msprop:Generator_UserColumnName="Exportuj" msprop:Generator_ColumnPropNameInRow="Exportuj" msprop:Generator_ColumnVarNameInTable="columnExportuj" msprop:Generator_ColumnPropNameInTable="ExportujColumn" type="xs:boolean" default="true" /> 1414 1414 </xs:sequence> 1415 1415 </xs:complexType> … … 1418 1418 <xs:complexType> 1419 1419 <xs:sequence> 1420 <xs:element name="ID_FAKTURA_DETAILS" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="ID_FAKTURA_DETAILS" msprop:Generator_Column VarNameInTable="columnID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInRow="ID_FAKTURA_DETAILS" msprop:Generator_ColumnPropNameInTable="ID_FAKTURA_DETAILSColumn" type="xs:int" />1421 <xs:element name="ID_FAKTURY" msprop:Generator_UserColumnName="ID_FAKTURY" msprop:Generator_Column VarNameInTable="columnID_FAKTURY" msprop:Generator_ColumnPropNameInRow="ID_FAKTURY" msprop:Generator_ColumnPropNameInTable="ID_FAKTURYColumn" type="xs:int" minOccurs="0" />1422 <xs:element name="ROK" msprop:Generator_UserColumnName="ROK" msprop:Generator_Column VarNameInTable="columnROK" msprop:Generator_ColumnPropNameInRow="ROK" msprop:Generator_ColumnPropNameInTable="ROKColumn" type="xs:int" minOccurs="0" />1423 <xs:element name="MIESIAC" msprop:Generator_UserColumnName="MIESIAC" msprop:Generator_Column VarNameInTable="columnMIESIAC" msprop:Generator_ColumnPropNameInRow="MIESIAC" msprop:Generator_ColumnPropNameInTable="MIESIACColumn" type="xs:short" minOccurs="0" />1424 <xs:element name="NAZWA_USLUGI" msprop:Generator_UserColumnName="NAZWA_USLUGI" msprop:Generator_Column VarNameInTable="columnNAZWA_USLUGI" msprop:Generator_ColumnPropNameInRow="NAZWA_USLUGI" msprop:Generator_ColumnPropNameInTable="NAZWA_USLUGIColumn" minOccurs="0">1420 <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" /> 1421 <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" /> 1422 <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" /> 1423 <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" /> 1424 <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"> 1425 1425 <xs:simpleType> 1426 1426 <xs:restriction base="xs:string"> … … 1429 1429 </xs:simpleType> 1430 1430 </xs:element> 1431 <xs:element name="SYMBOL_SWW" msprop:Generator_UserColumnName="SYMBOL_SWW" msprop:Generator_Column VarNameInTable="columnSYMBOL_SWW" msprop:Generator_ColumnPropNameInRow="SYMBOL_SWW" msprop:Generator_ColumnPropNameInTable="SYMBOL_SWWColumn" minOccurs="0">1431 <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"> 1432 1432 <xs:simpleType> 1433 1433 <xs:restriction base="xs:string"> … … 1436 1436 </xs:simpleType> 1437 1437 </xs:element> 1438 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_Column VarNameInTable="columnJM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0">1438 <xs:element name="JM" msprop:Generator_UserColumnName="JM" msprop:Generator_ColumnPropNameInRow="JM" msprop:Generator_ColumnVarNameInTable="columnJM" msprop:Generator_ColumnPropNameInTable="JMColumn" minOccurs="0"> 1439 1439 <xs:simpleType> 1440 1440 <xs:restriction base="xs:string"> … … 1443 1443 </xs:simpleType> 1444 1444 </xs:element> 1445 <xs:element name="ILOSC" msprop:Generator_UserColumnName="ILOSC" msprop:Generator_Column VarNameInTable="columnILOSC" msprop:Generator_ColumnPropNameInRow="ILOSC" msprop:Generator_ColumnPropNameInTable="ILOSCColumn" type="xs:int" minOccurs="0" />1446 <xs:element name="CENA_JEDN" msprop:Generator_UserColumnName="CENA_JEDN" msprop:Generator_Column VarNameInTable="columnCENA_JEDN" msprop:Generator_ColumnPropNameInRow="CENA_JEDN" msprop:Generator_ColumnPropNameInTable="CENA_JEDNColumn" type="xs:decimal" minOccurs="0" />1447 <xs:element name="UPUST_PR" msprop:Generator_UserColumnName="UPUST_PR" msprop:Generator_Column VarNameInTable="columnUPUST_PR" msprop:Generator_ColumnPropNameInRow="UPUST_PR" msprop:Generator_ColumnPropNameInTable="UPUST_PRColumn" type="xs:double" minOccurs="0" />1448 <xs:element name="UPUST_NETTO" msprop:Generator_UserColumnName="UPUST_NETTO" msprop:Generator_Column VarNameInTable="columnUPUST_NETTO" msprop:Generator_ColumnPropNameInRow="UPUST_NETTO" msprop:Generator_ColumnPropNameInTable="UPUST_NETTOColumn" type="xs:decimal" minOccurs="0" />1449 <xs:element name="NETTO" msprop:Generator_UserColumnName="NETTO" msprop:Generator_Column VarNameInTable="columnNETTO" msprop:Generator_ColumnPropNameInRow="NETTO" msprop:Generator_ColumnPropNameInTable="NETTOColumn" type="xs:decimal" minOccurs="0" />1450 <xs:element name="S_VAT" msprop:Generator_UserColumnName="S_VAT" msprop:Generator_Column VarNameInTable="columnS_VAT" msprop:Generator_ColumnPropNameInRow="S_VAT" msprop:Generator_ColumnPropNameInTable="S_VATColumn" type="xs:double" minOccurs="0" />1451 <xs:element name="VAT" msprop:Generator_UserColumnName="VAT" msprop:Generator_Column VarNameInTable="columnVAT" msprop:Generator_ColumnPropNameInRow="VAT" msprop:Generator_ColumnPropNameInTable="VATColumn" type="xs:decimal" minOccurs="0" />1452 <xs:element name="BRUTTO" msprop:Generator_UserColumnName="BRUTTO" msprop:Generator_Column VarNameInTable="columnBRUTTO" msprop:Generator_ColumnPropNameInRow="BRUTTO" msprop:Generator_ColumnPropNameInTable="BRUTTOColumn" type="xs:decimal" minOccurs="0" />1453 <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_Column VarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" type="xs:short" minOccurs="0" />1454 <xs:element name="NR_WYDANIA" msprop:Generator_UserColumnName="NR_WYDANIA" msprop:Generator_Column VarNameInTable="columnNR_WYDANIA" msprop:Generator_ColumnPropNameInRow="NR_WYDANIA" msprop:Generator_ColumnPropNameInTable="NR_WYDANIAColumn" type="xs:short" minOccurs="0" />1455 <xs:element name="TYP" msprop:Generator_UserColumnName="TYP" msprop:Generator_Column VarNameInTable="columnTYP" msprop:Generator_ColumnPropNameInRow="TYP" msprop:Generator_ColumnPropNameInTable="TYPColumn" type="xs:short" minOccurs="0" />1456 <xs:element name="PODTYP" msprop:Generator_UserColumnName="PODTYP" msprop:Generator_Column VarNameInTable="columnPODTYP" msprop:Generator_ColumnPropNameInRow="PODTYP" msprop:Generator_ColumnPropNameInTable="PODTYPColumn" type="xs:short" minOccurs="0" />1445 <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" /> 1446 <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" /> 1447 <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" /> 1448 <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" /> 1449 <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" /> 1450 <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" /> 1451 <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" /> 1452 <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" /> 1453 <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" /> 1454 <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" /> 1455 <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" /> 1456 <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" /> 1457 1457 </xs:sequence> 1458 1458 </xs:complexType> … … 1461 1461 <xs:complexType> 1462 1462 <xs:sequence> 1463 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_Column VarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" />1464 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_Column VarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0">1463 <xs:element name="CustomerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="CustomerID" msprop:Generator_ColumnPropNameInRow="CustomerID" msprop:Generator_ColumnVarNameInTable="columnCustomerID" msprop:Generator_ColumnPropNameInTable="CustomerIDColumn" type="xs:int" /> 1464 <xs:element name="FirstName" msprop:Generator_UserColumnName="FirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" minOccurs="0"> 1465 1465 <xs:simpleType> 1466 1466 <xs:restriction base="xs:string"> … … 1469 1469 </xs:simpleType> 1470 1470 </xs:element> 1471 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_Column VarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0">1471 <xs:element name="LastName" msprop:Generator_UserColumnName="LastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" minOccurs="0"> 1472 1472 <xs:simpleType> 1473 1473 <xs:restriction base="xs:string"> … … 1476 1476 </xs:simpleType> 1477 1477 </xs:element> 1478 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_Column VarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0">1478 <xs:element name="OrganizationName" msprop:Generator_UserColumnName="OrganizationName" msprop:Generator_ColumnPropNameInRow="OrganizationName" msprop:Generator_ColumnVarNameInTable="columnOrganizationName" msprop:Generator_ColumnPropNameInTable="OrganizationNameColumn" minOccurs="0"> 1479 1479 <xs:simpleType> 1480 1480 <xs:restriction base="xs:string"> … … 1483 1483 </xs:simpleType> 1484 1484 </xs:element> 1485 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_Column VarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0">1485 <xs:element name="Address" msprop:Generator_UserColumnName="Address" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInTable="AddressColumn" minOccurs="0"> 1486 1486 <xs:simpleType> 1487 1487 <xs:restriction base="xs:string"> … … 1490 1490 </xs:simpleType> 1491 1491 </xs:element> 1492 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_Column VarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0">1492 <xs:element name="City" msprop:Generator_UserColumnName="City" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInTable="CityColumn" minOccurs="0"> 1493 1493 <xs:simpleType> 1494 1494 <xs:restriction base="xs:string"> … … 1497 1497 </xs:simpleType> 1498 1498 </xs:element> 1499 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_Column VarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0">1499 <xs:element name="State" msprop:Generator_UserColumnName="State" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInTable="StateColumn" minOccurs="0"> 1500 1500 <xs:simpleType> 1501 1501 <xs:restriction base="xs:string"> … … 1504 1504 </xs:simpleType> 1505 1505 </xs:element> 1506 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_Column VarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0">1506 <xs:element name="PostalCode" msprop:Generator_UserColumnName="PostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" minOccurs="0"> 1507 1507 <xs:simpleType> 1508 1508 <xs:restriction base="xs:string"> … … 1511 1511 </xs:simpleType> 1512 1512 </xs:element> 1513 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_Column VarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0">1513 <xs:element name="Country" msprop:Generator_UserColumnName="Country" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInTable="CountryColumn" minOccurs="0"> 1514 1514 <xs:simpleType> 1515 1515 <xs:restriction base="xs:string"> … … 1518 1518 </xs:simpleType> 1519 1519 </xs:element> 1520 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_Column VarNameInTable="columnNip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0">1520 <xs:element name="Nip" msprop:Generator_UserColumnName="Nip" msprop:Generator_ColumnPropNameInRow="Nip" msprop:Generator_ColumnVarNameInTable="columnNip" msprop:Generator_ColumnPropNameInTable="NipColumn" minOccurs="0"> 1521 1521 <xs:simpleType> 1522 1522 <xs:restriction base="xs:string"> … … 1525 1525 </xs:simpleType> 1526 1526 </xs:element> 1527 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_Column VarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0">1527 <xs:element name="ContactName" msprop:Generator_UserColumnName="ContactName" msprop:Generator_ColumnPropNameInRow="ContactName" msprop:Generator_ColumnVarNameInTable="columnContactName" msprop:Generator_ColumnPropNameInTable="ContactNameColumn" minOccurs="0"> 1528 1528 <xs:simpleType> 1529 1529 <xs:restriction base="xs:string"> … … 1532 1532 </xs:simpleType> 1533 1533 </xs:element> 1534 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_Column VarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0">1534 <xs:element name="PhoneNumber" msprop:Generator_UserColumnName="PhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" minOccurs="0"> 1535 1535 <xs:simpleType> 1536 1536 <xs:restriction base="xs:string"> … … 1539 1539 </xs:simpleType> 1540 1540 </xs:element> 1541 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_Column VarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0">1541 <xs:element name="FaxNumber" msprop:Generator_UserColumnName="FaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" minOccurs="0"> 1542 1542 <xs:simpleType> 1543 1543 <xs:restriction base="xs:string"> … … 1546 1546 </xs:simpleType> 1547 1547 </xs:element> 1548 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_Column VarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">1548 <xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0"> 1549 1549 <xs:simpleType> 1550 1550 <xs:restriction base="xs:string"> … … 1553 1553 </xs:simpleType> 1554 1554 </xs:element> 1555 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_Column VarNameInTable="columndata" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" />1556 <xs:element name="osw_nr" msprop:Generator_UserColumnName="osw_nr" msprop:Generator_Column VarNameInTable="columnosw_nr" msprop:Generator_ColumnPropNameInRow="osw_nr" msprop:Generator_ColumnPropNameInTable="osw_nrColumn" minOccurs="0">1555 <xs:element name="data" msprop:Generator_UserColumnName="data" msprop:Generator_ColumnPropNameInRow="data" msprop:Generator_ColumnVarNameInTable="columndata" msprop:Generator_ColumnPropNameInTable="dataColumn" type="xs:dateTime" minOccurs="0" /> 1556 <xs:element name="osw_nr" msprop:Generator_UserColumnName="osw_nr" msprop:Generator_ColumnPropNameInRow="osw_nr" msprop:Generator_ColumnVarNameInTable="columnosw_nr" msprop:Generator_ColumnPropNameInTable="osw_nrColumn" minOccurs="0"> 1557 1557 <xs:simpleType> 1558 1558 <xs:restriction base="xs:string"> … … 1561 1561 </xs:simpleType> 1562 1562 </xs:element> 1563 <xs:element name="osw_wazne_do" msprop:Generator_UserColumnName="osw_wazne_do" msprop:Generator_Column VarNameInTable="columnosw_wazne_do" msprop:Generator_ColumnPropNameInRow="osw_wazne_do" msprop:Generator_ColumnPropNameInTable="osw_wazne_doColumn" type="xs:dateTime" minOccurs="0" />1564 <xs:element name="Adres_Fkatura" msprop:Generator_UserColumnName="Adres_Fkatura" msprop:Generator_Column VarNameInTable="columnAdres_Fkatura" msprop:Generator_ColumnPropNameInRow="Adres_Fkatura" msprop:Generator_ColumnPropNameInTable="Adres_FkaturaColumn" minOccurs="0">1563 <xs:element name="osw_wazne_do" msprop:Generator_UserColumnName="osw_wazne_do" msprop:Generator_ColumnPropNameInRow="osw_wazne_do" msprop:Generator_ColumnVarNameInTable="columnosw_wazne_do" msprop:Generator_ColumnPropNameInTable="osw_wazne_doColumn" type="xs:dateTime" minOccurs="0" /> 1564 <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"> 1565 1565 <xs:simpleType> 1566 1566 <xs:restriction base="xs:string"> … … 1569 1569 </xs:simpleType> 1570 1570 </xs:element> 1571 <xs:element name="Old_ID" msprop:Generator_UserColumnName="Old_ID" msprop:Generator_Column VarNameInTable="columnOld_ID" msprop:Generator_ColumnPropNameInRow="Old_ID" msprop:Generator_ColumnPropNameInTable="Old_IDColumn" type="xs:int" minOccurs="0" />1572 <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_Column VarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0">1571 <xs:element name="Old_ID" msprop:Generator_UserColumnName="Old_ID" msprop:Generator_ColumnPropNameInRow="Old_ID" msprop:Generator_ColumnVarNameInTable="columnOld_ID" msprop:Generator_ColumnPropNameInTable="Old_IDColumn" type="xs:int" minOccurs="0" /> 1572 <xs:element name="Adres_Kor" msprop:Generator_UserColumnName="Adres_Kor" msprop:Generator_ColumnPropNameInRow="Adres_Kor" msprop:Generator_ColumnVarNameInTable="columnAdres_Kor" msprop:Generator_ColumnPropNameInTable="Adres_KorColumn" minOccurs="0"> 1573 1573 <xs:simpleType> 1574 1574 <xs:restriction base="xs:string"> … … 1577 1577 </xs:simpleType> 1578 1578 </xs:element> 1579 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_Column VarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" />1580 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_Column VarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" />1581 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_Column VarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0">1579 <xs:element name="Platnik_VAT" msprop:Generator_UserColumnName="Platnik_VAT" msprop:Generator_ColumnPropNameInRow="Platnik_VAT" msprop:Generator_ColumnVarNameInTable="columnPlatnik_VAT" msprop:Generator_ColumnPropNameInTable="Platnik_VATColumn" type="xs:boolean" /> 1580 <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:boolean" /> 1581 <xs:element name="Email" msprop:Generator_UserColumnName="Email" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInTable="EmailColumn" minOccurs="0"> 1582 1582 <xs:simpleType> 1583 1583 <xs:restriction base="xs:string"> … … 1586 1586 </xs:simpleType> 1587 1587 </xs:element> 1588 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_Column VarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0">1588 <xs:element name="UserName" msprop:Generator_UserColumnName="UserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" minOccurs="0"> 1589 1589 <xs:simpleType> 1590 1590 <xs:restriction base="xs:string"> … … 1593 1593 </xs:simpleType> 1594 1594 </xs:element> 1595 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_Column VarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" />1596 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_Column VarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0">1595 <xs:element name="Last_Modify" msprop:Generator_UserColumnName="Last_Modify" msprop:Generator_ColumnPropNameInRow="Last_Modify" msprop:Generator_ColumnVarNameInTable="columnLast_Modify" msprop:Generator_ColumnPropNameInTable="Last_ModifyColumn" type="xs:dateTime" minOccurs="0" /> 1596 <xs:element name="Modify_User" msprop:Generator_UserColumnName="Modify_User" msprop:Generator_ColumnPropNameInRow="Modify_User" msprop:Generator_ColumnVarNameInTable="columnModify_User" msprop:Generator_ColumnPropNameInTable="Modify_UserColumn" minOccurs="0"> 1597 1597 <xs:simpleType> 1598 1598 <xs:restriction base="xs:string"> … … 1601 1601 </xs:simpleType> 1602 1602 </xs:element> 1603 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_Column VarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0">1603 <xs:element name="http" msprop:Generator_UserColumnName="http" msprop:Generator_ColumnPropNameInRow="http" msprop:Generator_ColumnVarNameInTable="columnhttp" msprop:Generator_ColumnPropNameInTable="httpColumn" minOccurs="0"> 1604 1604 <xs:simpleType> 1605 1605 <xs:restriction base="xs:string"> … … 1608 1608 </xs:simpleType> 1609 1609 </xs:element> 1610 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_Column VarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" />1611 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_Column VarNameInTable="columnregon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0">1610 <xs:element name="VIES" msprop:Generator_UserColumnName="VIES" msprop:Generator_ColumnPropNameInRow="VIES" msprop:Generator_ColumnVarNameInTable="columnVIES" msprop:Generator_ColumnPropNameInTable="VIESColumn" type="xs:short" minOccurs="0" /> 1611 <xs:element name="regon" msprop:Generator_UserColumnName="regon" msprop:Generator_ColumnPropNameInRow="regon" msprop:Generator_ColumnVarNameInTable="columnregon" msprop:Generator_ColumnPropNameInTable="regonColumn" minOccurs="0"> 1612 1612 <xs:simpleType> 1613 1613 <xs:restriction base="xs:string"> … … 1616 1616 </xs:simpleType> 1617 1617 </xs:element> 1618 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_Column VarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0">1618 <xs:element name="krs" msprop:Generator_UserColumnName="krs" msprop:Generator_ColumnPropNameInRow="krs" msprop:Generator_ColumnVarNameInTable="columnkrs" msprop:Generator_ColumnPropNameInTable="krsColumn" minOccurs="0"> 1619 1619 <xs:simpleType> 1620 1620 <xs:restriction base="xs:string"> … … 1623 1623 </xs:simpleType> 1624 1624 </xs:element> 1625 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_Column PropNameInRow="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0">1625 <xs:element name="nipKraj" msprop:Generator_UserColumnName="nipKraj" msprop:Generator_ColumnVarNameInTable="columnnipKraj" msprop:Generator_ColumnPropNameInRow="nipKraj" msprop:Generator_ColumnPropNameInTable="nipKrajColumn" minOccurs="0"> 1626 1626 <xs:simpleType> 1627 1627 <xs:restriction base="xs:string"> -
trunk/TruckExpoCDN/ExpoToCDNExport.cs
r479 r834 7 7 class ExpoToCDNExport 8 8 { 9 10 #region Fields (3)11 12 9 public CDNDataSet CDNDataset; 13 10 readonly SqlConnection CDN_conn = new SqlConnection(ConnString.CDNConnection); 14 11 15 #endregion Fields16 17 #region Methods (10)18 19 20 12 // Public Methods (10) 21 22 13 public void DodajElementyFaktury(EXPODataSet.FAKTURA_DETAILSDataTable table, CDNDataSet.TraNagRow naglowekFaktury) 23 14 { … … 60 51 pozycjaFaktury.TrE_TwrOpis = ""; 61 52 pozycjaFaktury.TrE_TwrSWW = ""; 62 pozycjaFaktury.TrE_Stawka = (decimal)row.S_VAT * 100; //svat' @P14 numeric(5,2) 22.00 53 pozycjaFaktury.TrE_Stawka = (decimal)row.S_VAT * 100; 54 //svat' @P14 numeric(5,2) 22.00 63 55 pozycjaFaktury.TrE_Flaga = 2; 64 56 pozycjaFaktury.TrE_Zrodlowa = 0.00M; … … 66 58 pozycjaFaktury.TrE_TypNB = 1; 67 59 68 69 pozycjaFaktury.TrE_CenaT = row.NETTO; //Math.Abs(rsdet("netto")); 70 // pozycjaFaktury.TrE_CenaT = row.CENA_JEDN; //Math.Abs(rsdet("netto")); 71 72 73 pozycjaFaktury.TrE_Cena0 = row.NETTO; //Math.Abs(netto); 74 //pozycjaFaktury.TrE_Cena0 = row.CENA_JEDN; //Math.Abs(netto); 60 pozycjaFaktury.TrE_CenaT = row.NETTO; 61 62 pozycjaFaktury.TrE_Cena0 = row.NETTO; 75 63 pozycjaFaktury.TrE_Rabat = (decimal)row.UPUST_PR * 100; 76 // pozycjaFaktury.TrE_Rabat = 0; 77 pozycjaFaktury.TrE_CenaW = row.NETTO; //Math.Abs(netto); 78 79 80 /* 81 * if rsdet("netto")<0 then 82 pozycjaFaktury.TrE_Ilosc")=-1.0000' @P27 numeric(15,4) 1.0000 83 else 84 pozycjaFaktury.TrE_Ilosc=1.0000' @P27 numeric(15,4) 1.0000 85 end if */ 64 pozycjaFaktury.TrE_CenaW = row.NETTO; 65 66 86 67 pozycjaFaktury.TrE_Ilosc = 1M; 87 88 68 89 69 pozycjaFaktury.TrE_Jm = "szt."; … … 92 72 pozycjaFaktury.TrE_JMPrzelicznikM = 1; 93 73 pozycjaFaktury.TrE_IloscJM = pozycjaFaktury.TrE_Ilosc; 94 pozycjaFaktury.TrE_WartoscNetto = row.NETTO; //rsdet("netto")' @P33 numeric(15,2) 1000.0095 pozycjaFaktury.TrE_WartoscBrutto = row.BRUTTO; //rsdet("brutto")' @P34 numeric(15,2) 1220.0074 pozycjaFaktury.TrE_WartoscNetto = row.NETTO; 75 pozycjaFaktury.TrE_WartoscBrutto = row.BRUTTO; 96 76 pozycjaFaktury.TrE_TwrEAN = ""; 97 77 pozycjaFaktury.TrE_TwrNumerKat = ""; 98 pozycjaFaktury.TrE_TwrKod = "REKLAMA PRASOWA"; //towarkod' @P37 varchar(3) '125'78 pozycjaFaktury.TrE_TwrKod = "REKLAMA PRASOWA"; 99 79 pozycjaFaktury.TrE_JmZ = ""; 100 80 pozycjaFaktury.TrE_LpPow = lp; 101 pozycjaFaktury.TrE_Cena0WD = row.CENA_JEDN; //abs(rsdet("netto"))' @P40 numeric(15,2) 1000.00102 pozycjaFaktury.TrE_CenaWWD = row.NETTO; //abs(rsdet("netto"))' @P41 numeric(15,2) 1000.00103 pozycjaFaktury.TrE_WartoscNettoWal = row.NETTO; //rsdet("netto")' @P42 numeric(15,2) 1000.00104 pozycjaFaktury.TrE_WartoscBruttoWal = row.BRUTTO; //rsdet("brutto")' @P43 numeric(15,2) 1220.0081 pozycjaFaktury.TrE_Cena0WD = row.CENA_JEDN; 82 pozycjaFaktury.TrE_CenaWWD = row.NETTO; 83 pozycjaFaktury.TrE_WartoscNettoWal = row.NETTO; 84 pozycjaFaktury.TrE_WartoscBruttoWal = row.BRUTTO; 105 85 pozycjaFaktury.TrE_Prog = 0.00M; 106 86 pozycjaFaktury.TrE_UpustTyp = 0; … … 116 96 pozycjaFaktury.TrE_MagId = 1; 117 97 118 // ?????????????????????????????119 // pozycjaFaktury.TrE_Atr1_DeAId = DBNull.Value;120 98 pozycjaFaktury.TrE_Atr1_Kod = ""; 121 99 pozycjaFaktury.TrE_Atr1_Wartosc = ""; 122 // pozycjaFaktury.TrE_Atr2_DeAId = DBNull.Value;123 100 pozycjaFaktury.TrE_Atr2_Kod = ""; 124 101 pozycjaFaktury.TrE_Atr2_Wartosc = ""; 125 // pozycjaFaktury.TrE_Atr3_DeAId = DBNull.Value;126 102 pozycjaFaktury.TrE_Atr3_Kod = ""; 127 103 pozycjaFaktury.TrE_Atr3_Wartosc = ""; 128 // pozycjaFaktury.TrE_Atr4_DeAId = DBNull.Value;129 104 pozycjaFaktury.TrE_Atr4_Kod = ""; 130 105 pozycjaFaktury.TrE_Atr4_Wartosc = ""; 131 // pozycjaFaktury.TrE_Atr5_DeAId = DBNull.Value;132 106 pozycjaFaktury.TrE_Atr5_Kod = ""; 133 107 pozycjaFaktury.TrE_Atr5_Wartosc = ""; 134 108 135 136 109 pozycjaFaktury.TrE_WartoscZakupuWylicz = 0; 137 //'pozycjaFaktury.TrE_WartoscZakupu=0138 110 139 111 pozycjaFaktury.TrE_Waluta = "PLN"; … … 155 127 lp++; 156 128 } 157 158 159 129 } 160 130 … … 238 208 if (!klient.IsNipNull()) 239 209 { 240 // kontrahent.Knt_NipKraj = PodajKrajNIP(klient.Nip);241 // kontrahent.Knt_NipE = PodajNumerNIP(klient.Nip);242 // kontrahent.Knt_Nip = PodajNumerNIP(klient.Nip);243 210 if (klient.nipKraj == "" && klient.Country.Trim() == "Polska") 244 211 { … … 284 251 kontrahent.Knt_Zezwolenie = ""; 285 252 kontrahent.Knt_KodTransakcji = ""; 286 //kontrahent.Knt_BNaID=""287 253 kontrahent.Knt_RachunekNr = ""; 288 254 kontrahent.Knt_IBAN = 0; 289 //kontrahent.Knt_RachunekNr0=""290 255 kontrahent.Knt_OsTytul = ""; 291 256 kontrahent.Knt_OsPlec = 1; … … 318 283 kontrahent.Knt_KontoOdb = ""; 319 284 kontrahent.Knt_KontoDost = ""; 320 //kontrahent.Knt_KatID=321 285 kontrahent.Knt_BlokadaDok = 0; 322 286 kontrahent.Knt_LimitKredytuWal = ""; … … 344 308 kontrahent.Knt_Chroniony = 0; 345 309 kontrahent.Knt_Opis = ""; 346 //kontrahent.Knt_OdbiorcaId=347 //kontrahent.Knt_OpiekunTyp=348 //kontrahent.Knt_OpiekunId=349 310 kontrahent.Knt_TerminZwrotuKaucji = 60; 350 311 kontrahent.Knt_NaliczajPlatnosc = 0; 351 312 kontrahent.Knt_ZakazDokumentowHaMag = 0; 352 //'kontrahent.Knt_TS_Export=353 //'kontrahent.Knt_ImportAppId=354 //'kontrahent.Knt_ImportRowId=355 313 kontrahent.Knt_OpeZalID = 11; 356 314 kontrahent.Knt_StaZalId = 6; … … 361 319 kontrahent.Knt_StaModId = 6; 362 320 kontrahent.Knt_TS_Mod = DateTime.Now; 363 //kontrahent.Knt_GIDTyp=364 //kontrahent.Knt_GIDFirma=365 //kontrahent.Knt_GIDNumer=366 //kontrahent.Knt_GIDLp=367 321 368 322 if (!klientIstnieje) … … 378 332 CDNDataSet.TraNagRow nowaFaktura = (CDNDataSet.TraNagRow)CDNDataset.TraNag.NewRow(); 379 333 380 //!!!!!!!!!!!!!!! 381 //nowaFaktura.TrN_DDfId = 1; 382 383 CDNDataSetTableAdapters.DokDefinicjeTableAdapter adapter = new CDNDataSetTableAdapters.DokDefinicjeTableAdapter(); 334 CDNDataSetTableAdapters.DokDefinicjeTableAdapter adapter = 335 new CDNDataSetTableAdapters.DokDefinicjeTableAdapter(); 384 336 adapter.Connection = CDN_conn; 385 337 … … 390 342 391 343 nowaFaktura.TrN_NumerNr = EXPOfaktura.NUMER; 392 nowaFaktura.TrN_NumerString = "@numerS" + "/" + EXPOfaktura.NUMER_ROZ + "/" + EXPOfaktura.NUMER_ROK; //numerstring' @P4 varchar(13) '@numer/O/2007'393 394 // 'rsnag("TrN_NumerPelny=numerpelny 344 nowaFaktura.TrN_NumerString = "@numerS" + "/" + EXPOfaktura.NUMER_ROZ + "/" + EXPOfaktura.NUMER_ROK; 345 //numerstring' @P4 varchar(13) '@numer/O/2007' 346 395 347 nowaFaktura.TrN_Bufor = 1; 396 348 nowaFaktura.TrN_DataDok = EXPOfaktura.DATA_WYSTAWIENIA; … … 419 371 nowaFaktura.TrN_PodNazwa2 = kontrahent.Knt_Nazwa2; 420 372 nowaFaktura.TrN_PodNazwa3 = kontrahent.Knt_Nazwa3; 421 422 /*423 if (kontrahent.Knt_Kraj){424 nowaFaktura.TrN_PodKraj="Polska";425 }426 else {427 nowaFaktura.TrN_PodKraj=kontrahent.Knt_Kraj;428 }*/429 373 430 374 nowaFaktura.TrN_PodKraj = kontrahent.Knt_Kraj; … … 468 412 469 413 470 //w zaleznosci od handlowca471 /*472 nowaFaktura.TrN_KatID = 42;473 nowaFaktura.TrN_Kategoria = "Dorota";474 */475 414 nowaFaktura.TrN_KatID = 1; 476 415 nowaFaktura.TrN_Kategoria = "SPRZEDA¯"; … … 487 426 nowaFaktura.TrN_TypNB = 1; 488 427 nowaFaktura.TrN_Rabat = rabatProcent * 100; 489 //nowaFaktura.TrN_Rabat = 0; 490 491 492 nowaFaktura.TrN_Odebral = EXPOfaktura.IsPODPIS_ODEBRALNull() ? "zgodnie z owiadczeniem nabywcy": EXPOfaktura.PODPIS_ODEBRAL;428 429 nowaFaktura.TrN_Odebral = EXPOfaktura.IsPODPIS_ODEBRALNull() 430 ? "zgodnie z owiadczeniem nabywcy" 431 : EXPOfaktura.PODPIS_ODEBRAL; 493 432 494 433 nowaFaktura.TrN_Opis = EXPOfaktura.opis; … … 517 456 nowaFaktura.TrN_StaZalId = 1; 518 457 nowaFaktura.TrN_StaModId = 1; 519 // 'rsnag("TrN_PodNipKraj=""' @P84 varchar(1) ''520 // 'rsnag("TrN_OdbNipKraj="" ' @P85 varchar(1) ''521 458 nowaFaktura.TrN_KodTransakcji = ""; 522 459 523 //???524 460 DateTime datadok = DateTime.Now; 525 461 nowaFaktura.TrN_DataTransportu = datadok; … … 545 481 546 482 CDNDataset.TraNag.AddTraNagRow(nowaFaktura); 547 548 483 } 549 484 … … 682 617 return false; 683 618 } 684 685 686 #endregion Methods687 688 619 } 689 620 } -
trunk/TruckExpoCDN/ExportForm.Designer.cs
r479 r834 31 31 this.components = new System.ComponentModel.Container(); 32 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm)); 33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 5= new System.Windows.Forms.DataGridViewCellStyle();34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 16= new System.Windows.Forms.DataGridViewCellStyle();35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 17= new System.Windows.Forms.DataGridViewCellStyle();36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 19= new System.Windows.Forms.DataGridViewCellStyle();37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 20= new System.Windows.Forms.DataGridViewCellStyle();38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 21= new System.Windows.Forms.DataGridViewCellStyle();39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle 18= new System.Windows.Forms.DataGridViewCellStyle();33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); 34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); 35 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); 36 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 37 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); 38 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); 39 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); 40 40 this.exportFakturToolStrip = new System.Windows.Forms.ToolStrip(); 41 41 this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); … … 49 49 this.EXPORTED = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 50 50 this.ID_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 51 this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 51 52 this.ID_NABYWCY = new System.Windows.Forms.DataGridViewTextBoxColumn(); 52 53 this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 53 54 this.MIEJSCOWOSC_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn(); 54 this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();55 this.cbSelectAll = new System.Windows.Forms.CheckBox();56 this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();57 55 this.exportujDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 58 56 this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components); 59 57 this.eXPODataSet = new ExportFaktur.EXPODataSet(); 58 this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); 59 this.cbSelectAll = new System.Windows.Forms.CheckBox(); 60 60 this.fAKTURYTableAdapter = new ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter(); 61 61 this.exportFakturToolStrip.SuspendLayout(); … … 139 139 this.dataGridView1.AllowUserToAddRows = false; 140 140 this.dataGridView1.AllowUserToDeleteRows = false; 141 dataGridViewCellStyle1 5.BackColor = System.Drawing.Color.MintCream;142 this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1 5;141 dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream; 142 this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 143 143 this.dataGridView1.AutoGenerateColumns = false; 144 144 this.dataGridView1.BackgroundColor = System.Drawing.Color.White; 145 dataGridViewCellStyle 16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;146 dataGridViewCellStyle 16.BackColor = System.Drawing.SystemColors.Control;147 dataGridViewCellStyle 16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));148 dataGridViewCellStyle 16.ForeColor = System.Drawing.SystemColors.WindowText;149 dataGridViewCellStyle 16.SelectionBackColor = System.Drawing.SystemColors.Highlight;150 dataGridViewCellStyle 16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;151 dataGridViewCellStyle 16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;152 this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle 16;145 dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 146 dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; 147 dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); 148 dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; 149 dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; 150 dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; 151 dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; 152 this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 153 153 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 154 154 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { … … 180 180 // 181 181 this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY"; 182 dataGridViewCellStyle 17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;183 this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle 17;182 dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 183 this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle3; 184 184 this.ID_FAKTURY.HeaderText = "ID FAKTURY"; 185 185 this.ID_FAKTURY.Name = "ID_FAKTURY"; 186 186 this.ID_FAKTURY.ReadOnly = true; 187 187 // 188 // pelnynumerDataGridViewTextBoxColumn 189 // 190 this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer"; 191 dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 192 this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4; 193 this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY"; 194 this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn"; 195 this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true; 196 // 188 197 // ID_NABYWCY 189 198 // 190 199 this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY"; 191 dataGridViewCellStyle 19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;192 this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle 19;200 dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 201 this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle5; 193 202 this.ID_NABYWCY.HeaderText = "ID NABYWCY"; 194 203 this.ID_NABYWCY.Name = "ID_NABYWCY"; … … 198 207 // 199 208 this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA"; 200 dataGridViewCellStyle 20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;201 this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle 20;209 dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 210 this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle6; 202 211 this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA"; 203 212 this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA"; … … 207 216 // 208 217 this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA"; 209 dataGridViewCellStyle 21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;210 this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle 21;218 dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 219 this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle7; 211 220 this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE"; 212 221 this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA"; 213 222 this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true; 223 // 224 // exportujDataGridViewCheckBoxColumn 225 // 226 this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj"; 227 this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ"; 228 this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn"; 229 // 230 // fAKTURYBindingSource 231 // 232 this.fAKTURYBindingSource.DataMember = "FAKTURY"; 233 this.fAKTURYBindingSource.DataSource = this.eXPODataSet; 234 // 235 // eXPODataSet 236 // 237 this.eXPODataSet.DataSetName = "EXPODataSet"; 238 this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; 214 239 // 215 240 // backgroundWorker1 … … 233 258 this.cbSelectAll.UseVisualStyleBackColor = true; 234 259 this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged); 235 //236 // pelnynumerDataGridViewTextBoxColumn237 //238 this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer";239 dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;240 this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle18;241 this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY";242 this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn";243 this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true;244 //245 // exportujDataGridViewCheckBoxColumn246 //247 this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj";248 this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ";249 this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn";250 //251 // fAKTURYBindingSource252 //253 this.fAKTURYBindingSource.DataMember = "FAKTURY";254 this.fAKTURYBindingSource.DataSource = this.eXPODataSet;255 //256 // eXPODataSet257 //258 this.eXPODataSet.DataSetName = "EXPODataSet";259 this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;260 260 // 261 261 // fAKTURYTableAdapter -
trunk/TruckExpoCDN/ExportForm.cs
r482 r834 16 16 KLIENCITableAdapter klientAdapter = new KLIENCITableAdapter(); 17 17 FAKTURA_DETAILSTableAdapter fakturyDetailsAdapter = new FAKTURA_DETAILSTableAdapter(); 18 18 19 19 KontrahenciTableAdapter kontrahenciAdapter = new KontrahenciTableAdapter(); 20 20 TraElemTableAdapter TraElemAdapter = new TraElemTableAdapter(); … … 26 26 27 27 int nMaxProgress; 28 28 29 29 public ExportForm() 30 30 { … … 48 48 private void ExportForm_Load(object sender, EventArgs e) 49 49 { 50 refresh();51 } 52 53 private void refresh()50 RefreshView(); 51 } 52 53 private void RefreshView() 54 54 { 55 55 fAKTURYTableAdapter.FillByNotExported(eXPODataSet.FAKTURY); … … 58 58 59 59 nMaxProgress = eXPODataSet.FAKTURY.Count; 60 60 61 61 toolStripProgressBar1.Value = 0; 62 62 } … … 66 66 dataGridView1.EndEdit(); 67 67 dataGridView1.Refresh(); 68 68 69 69 if (backgroundWorker1.IsBusy) 70 70 { … … 79 79 backgroundWorker1.RunWorkerAsync(); 80 80 81 81 82 82 } 83 83 … … 85 85 { 86 86 int n = 0; 87 87 88 88 conn.Open(); 89 89 90 90 foreach (EXPODataSet.FAKTURYRow row in eXPODataSet.FAKTURY.Rows) 91 91 { 92 92 if (!backgroundWorker1.CancellationPending) 93 { 94 93 { 94 95 95 if (row.Exportuj) 96 96 { … … 133 133 { 134 134 transaction.Rollback(); 135 conn.Close(); 135 136 136 //Send Email 137 137 StringBuilder stringBuilder = new StringBuilder(); … … 139 139 stringBuilder.AppendLine("Szczegoly:"); 140 140 stringBuilder.AppendLine(exception.ToString()); 141 142 conn.Close(); 143 bazaReklamConn.Close(); 144 141 145 EmailSender.Send(stringBuilder.ToString()); 146 142 147 throw; 143 148 } … … 155 160 else 156 161 { 157 158 162 conn.Close(); 159 e.Cancel = true; 163 e.Cancel = true; 160 164 } 161 165 } … … 169 173 conn.Close(); 170 174 } 171 175 172 176 } 173 177 … … 178 182 return; 179 183 } 180 184 181 185 if (toolStripProgressBar1.Maximum != nMaxProgress) 182 186 { … … 191 195 192 196 private void backgroundWorker1_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) 193 { 197 { 194 198 if (e.Cancelled) 195 199 { … … 209 213 } 210 214 211 refresh();215 RefreshView(); 212 216 } 213 217 … … 215 219 { 216 220 if (backgroundWorker1.IsBusy) 217 { 221 { 218 222 backgroundWorker1.CancelAsync(); 219 223 } … … 224 228 if (!backgroundWorker1.IsBusy) 225 229 { 226 refresh();230 RefreshView(); 227 231 } 228 232 } -
trunk/TruckExpoCDN/ExportForm.resx
r479 r834 125 125 <value> 126 126 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 127 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAB7 tJREFUWEetVwlQ128 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 A ElFTkSuQmCC127 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 161 AAAAAElFTkSuQmCC 162 162 </value> 163 163 </data> … … 165 165 <value> 166 166 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 167 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAB/ 1JREFUWEe1Vwl0168 l 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 m+h4 ++yDjHb2vY39bptiRyspv5BlxbnJPvCm8eHYaTWBa5DST4uQSYzL7sj7uvqdlAgqm8AUVm9ZArpK196 XWgl8 Jlp8TicYceLQaZu3mkaozzF0M1YRys3M0l/mL5Rbw3BxanaczvOZ0Xg7M0WnCbtJyaGY1eUCStE197 fsM7qInfxnBdJcI6kRSy0OIhcDcXyNYiJ84VxKMpJwYHEsLxY3oDp4l6+xbGHMYwBmeN96fP1AdI7UuW198 YO Mz0n6a4G+OCcOeyGDsCAvCvSLHCL7Dz1qfO0Eod6XN9dGhRrM7Fn/JjkZjihm7Q0wefkw0+qfaRh7A199 8e7N/trJ5k1ircjWnWaT8UpUMB4X+RdXtj2juYQSnB9IQsl41d/nYAqK4LymuLapc3GAN7PBv6RrcKER200 zha5gzGeoVuwyV/5tQ/ddIYt5iccs3yGoNoqSsRLOb/qvCP5ulNRq9JdXynmLiEPMXie5DE4XQfwSeVj201 Rvd9Fu+dhFpxHIP1DWwf0AP0iyXFn7GTT91g+6u6LzL0DBWnTkFl5QtvQXqovhSIvkD+Z3/3b58Ggech202 TTbOAAAAAElFTkSuQmCC167 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 202 CLbAWwAAAABJRU5ErkJggg== 203 203 </value> 204 204 </data> … … 206 206 <value> 207 207 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 208 YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAACJ hJREFUWEelVwtc209 j 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 246 246 </value> 247 247 </data> 248 248 <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 249 <value>1 22, 17</value>249 <value>176, 17</value> 250 250 </metadata> 251 251 <metadata name="EXPORTED.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> … … 265 265 </metadata> 266 266 <metadata name="fAKTURYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 267 <value> 181, 56</value>267 <value>717, 17</value> 268 268 </metadata> 269 269 <metadata name="eXPODataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 270 <value>2 38, 17</value>270 <value>286, 17</value> 271 271 </metadata> 272 272 <metadata name="backgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 273 <value>17, 56</value> 274 </metadata> 275 <metadata name="eXPODataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 276 <value>238, 17</value> 273 <value>565, 17</value> 277 274 </metadata> 278 275 <metadata name="fAKTURYTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 279 <value>744, 17</value> 276 <value>403, 17</value> 277 </metadata> 278 <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 279 <value>50</value> 280 280 </metadata> 281 281 </root> -
trunk/TruckExpoCDN/app.config
r482 r834 7 7 <add key="CDN.Connection" value="Data Source=10.0.0.125;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=9ar6u$ek" />--> 8 8 <add key="BazaReklam.Connection" value="Data Source=sql.ct.com.pl;Initial Catalog=Baza_Reklam_Test;User ID=sa;Password=9ar6u$ek" /> 9 <add key="CDN.Connection" value="Data Source=.\sql2k;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=mageroni" /> 9 <add key="CDN.Connection" value="Data Source=sql.ct.com.pl;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=9ar6u$ek" /> 10 <!--<add key="CDN.Connection" value="Data Source=.\sql2k;Initial Catalog=CDN_SAM_PRESS;User ID=sa;Password=mageroni" />--> 10 11 11 12 <add key="Email.Smtp" value="smtp.ct.com.pl" />
