简体   繁体   English

如何在Orange HRM 2.7.1中导入数据?

[英]how to import data in orange hrm 2.7.1?

I want to just trnasfer the data from orange hrm 2.6.3 to 2.7.1. 我只想将数据从Orange HRM 2.6.3迁移到2.7.1。

I found export data functionality of the employees from Admin -> Data Import/Export 我从管理员->数据导入/导出中找到了员工的导出数据功能

And I found that the data are imported in 2.7.1 from PIM -> configuration -> data import/export but in the sample csv i found that there are lots of columns like its all the account details,nationality,country which are not the field in the exported csv. 我发现数据是从PIM->配置->数据导入/导出的2.7.1中导入的,但是在示例csv中,我发现有很多列,例如其所有帐户详细信息,国籍,国家/地区,导出的CSV中的字段。

Or is there any other way to transfer the data from 2.6.3 to 2.7.1 using system or direct from database. 还是有其他方法可以使用系统或直接从数据库将数据从2.6.3传输到2.7.1。

Please suggest me if anyone has any idea. 如果有人有任何想法,请提出建议。

thanks in advance 提前致谢

This is the instruction. 这是指令。

  1. in your old PC, go to localhost/xampp. 在旧PC上,转到localhost / xampp。
  2. then go to phpmyadmin section. 然后转到phpmyadmin部分。
  3. and click on Export DataBase, and export your DataBase and save the file in your computer. 并单击“导出数据库”,然后导出数据库并将文件保存在计算机中。
  4. go to new pc and access the localhost/xampp. 转到新的PC并访问localhost / xampp。
  5. then go to phpmyadmin section and import your database. 然后转到phpmyadmin部分并导入数据库。
  6. Finish

This is the "backend" way. 这是“后端”方式。 I don't have any special method for OrangeHRM data migration, so I just use the usual database dump. 我没有任何用于OrangeHRM数据迁移的特殊方法,因此我只使用通常的数据库转储。 Basically, I'll dump the database/table first. 基本上,我将首先转储数据库/表。 Then, I'll drop the current database/table (make sure to do a backup copy) before importing a new one. 然后,在导入新数据库/表之前,请先删除当前数据库/表(确保进行备份)。

If you are importing a database, try to use the same name as the old one or else you might need to delete the symfony/cache/orangehrm folder,the lib/confs/Conf.php and the symfony/config/databases.yml file and start a new installation. 如果要导入数据库,请尝试使用与旧数据库相同的名称,否则可能需要删除symfony/cache/orangehrm文件夹, lib/confs/Conf.phpsymfony/config/databases.yml文件。并开始新的安装。 OrangeHRM uses YAML library for data serialization. OrangeHRM使用YAML库进行数据序列化。

Not sure if there are a lot of differences in terms of db structure between these two versions. 不确定这两个版本之间在数据库结构方面是否有很多差异。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM