The structure of the imported xml file

Place in the program from where you can import data: menu "TachoScan" -> "[177] Entering and leaving a foreign country territory" menu, icon: .

Date and time format: "Year-month-day hour:minute:second", date separator: "-" (hyphen), time separator: ":" (colon).
Not described value: string type.

 

<?xml version="1.0" encoding="UTF-8"?>

<Eksport>

  <TRozListaKierowca type="TSysListaKierowca">

<!-- List of employees for whom data was exported/imported -->

     <TSysKierowca type="TSysKierowca">

<!-- Employee details section -->

        <imie>Jan</imie>

<!-- Employee name -->

        <nazwisko>Kowalski</nazwisko>

<!-- Employee surname -->

        <FSysListaDefinicjaImportuWartosc type="TSysListaDefinicjaImportuWartosc">

<!-- Import definition list - employee edit window, "Collaboration" tab -->

           <TSysDefinicjaImportuWartosc type="TSysDefinicjaImportuWartosc">

<!-- Import definition section
NOTE: Based on the "nazwa" in the following section and the "wartosc" the program recognizes employee -->

              <wartosc>SP12</wartosc>

<!-- Import definition value,
e.g. employee ID, for which you import data - before importing, enter for each employee in the program TachoScan
Unique value for each employee in a specific "Import definition name" (see below) -->

              <SysDefinicjaImportu type="TSysDefinicjaImportu">

                 <nazwa>SuperProgram</nazwa>

<!-- Import definition name,
e.g. Program name/code of the program, for which you specify "Import definition value" - before importing, enter for each employee in the program TachoScan
Unique value on the import definition list -->

              </SysDefinicjaImportu>

           </TSysDefinicjaImportuWartosc>

        </FSysListaDefinicjaImportuWartosc>

        <FRozListaOdcinekZagr type="TRozListaOdcinekZagr">

<!-- List of sections while abroad - List of entries to/exits from the territory of other countries
(TachoScan - "TachoScan" menu) -->

           <TRozOdcinekZagr type="TRozOdcinekZagr">

<!-- Foreign section section -->

              <data_od>2016-05-06 04:27:00</data_od>

<!-- Date of beginning of the section abroad
NOTE: Date and time of beginning the same section abroad must be earlier than the date and time of ending it (at least by one minute).
Sections can not overlap - another section must start at least one minute later than the end of the previous section abroad.
Seconds are ignored. -->

              <data_do>2016-05-07 04:47:00</data_do>

<!-- Date of ending of the section abroad
NOTE: Date and time of the end of the same section abroad must be later than the date and time of beginning the section (at least by one minute).
Seconds are ignored. -->

              <SysPanstwo type="TSysPanstwo">

<!-- Section of a foreign country section -->

                 <sam>F</sam>

<!-- Vehicle code of the country of the section abroad
Acceptable values:
"F" - France, "D" - Germany, "N" - Norway, "A" - Austria, "I" - Italy, "NL" - Netherlands.
Target country will be the same as the country of the section abroad -->

              </SysPanstwo>

           </TRozOdcinekZagr>

        </FRozListaOdcinekZagr>

     </TSysKierowca>

  </TRozListaKierowca>

</Eksport>

© 2002 - 2017 INELO All rights reserved