Minimum amount of data needed to complete the import:
Place in the program from where you can import data: menu "Basic data" -> "[005] Employees" menu, icon: .
For additional details on how to import, see the topic: "Exported xml file structure". Date and time format: "Year-month-day hour:minute:second", date separator: "-" (hyphen), time separator: ":" (colon). |
|
<?xml version="1.0"?>
<root>
<!-- Employee List -->
<pracownik>
<!-- Employee details section -->
<imie>Jan</imie>
<!-- First name -->
<nazwisko>Kowalski</nazwisko>
<!-- Last name -->
</pracownik>
</root>