Line 41: | Line 41: | ||
|} | |} | ||
=== | ===Leave=== | ||
{| class="mw-collapsible mw-collapsed wikitable" style="margin: 1em auto 1em auto;" | |||
:: | ! Example 1 - Leave | ||
|- | |||
:: | | | ||
TransDate,Employee,LeaveCode,UnitAsTime<br /> | |||
08/11/2015,001,UL,08:00<br /> | |||
19/11/2015,003,UL,09:20<br /> | |||
15/11/2015,005,UL,08:00<br /> | |||
01/11/2015,001,AL,08:00<br /> | |||
03/11/2015,003,AL,08:00<br /> | |||
08/11/2015,005,MC,08:00<br /> | |||
|} | |||
== | {| class="mw-collapsible mw-collapsed wikitable" style="margin: 1em auto 1em auto;" | ||
! Example 2 - Leave | |||
|- | |||
| | |||
TransDate,Employee,LeaveCode,Unit<br /> | |||
08/11/2015,001,UL,1<br /> | |||
19/11/2015,003,UL,1.17<br /> | |||
15/11/2015,005,UL,1<br /> | |||
01/11/2015,001,AL,1<br /> | |||
03/11/2015,003,AL,1<br /> | |||
08/11/2015,005,MC,1<br /> | |||
|} | |||
=== | ===Employee=== | ||
: | {| class="mw-collapsible mw-collapsed wikitable" style="margin: 1em auto 1em auto;" | ||
! Employee | |||
|- | |||
| | |||
"Code";"Name";"DOB";"Gender";"Salary"<br /> | |||
"0018";"Shiro Emiya";"14/06/1980";"M";"1200"<br /> | |||
"0019";"Nanoha Takamachi";"01/10/1995";"F";"2000"<br /> | |||
"0020";"Belldandy";"01/09/1977";"F";"2500"<br /> | |||
|} | |||
==Things To Consider== | ==Things To Consider== |
Revision as of 07:25, 12 January 2016
Introduction
This function is to import Information/Data from other Software Data
Below is the list Data that we can Import from
Modules Require
- For all import except UBS Payroll & AutoCount Payroll
- Data Import
Guideline & Example
- 01. This guide is all import except UBS Payroll & AutoCount Payroll
- 02. Just copy below example & paste to notepad & save it as CSV
Overtime
Example 1 - OT |
---|
Date,Employee,Code,UnitAsTime |
Example 2 - OT |
---|
"Date","Employee","OT","Unit" |
Leave
Example 1 - Leave |
---|
TransDate,Employee,LeaveCode,UnitAsTime |
Example 2 - Leave |
---|
TransDate,Employee,LeaveCode,Unit |
Employee
Employee |
---|
"Code";"Name";"DOB";"Gender";"Salary" |
Things To Consider
- 01. The target database must had Valid
- - Employee Code
- - OT Code
- - Leave Code
- 02. File extention must be in csv (e.g. OT.csv)
- 03. The data in "Net Figure" (eg. OT WorkUnitAsTime := Logout Time - Login Time)
- 04. There is no display format for Amount/Qty (eg 1600.12 not 1,600.12)
- 05. There is no extra spacing at the Begin & End of data (eg Tes1,Test2 not Tes1 , Tes2 ,)
- 06. If Data had spacing make sure use " " (eg "Nanoha Takamachi","Dept 1")
- 07. Date format should be in dd/mm/yyyy or dd-mm-yyyy
- 08. UnitAsTime format should be in hh:mm
- 09. Must 1 Transaction type 1 file (i.e. Overtime 1 file & Leave 1 file)
- 10. The output can be export out in Day or Time but not both in same time
- 11. Make sure only export out relevant data (eg if OT = 0 or No leave taken don't export out)
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- Need assistance? May email to support@sql.com.my
See also
- Others Customisation