<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Payroll%3A_Timecard_Import_from_Spreadsheet_.CSV_files</id>
	<title>Payroll: Timecard Import from Spreadsheet .CSV files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Payroll%3A_Timecard_Import_from_Spreadsheet_.CSV_files"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Payroll:_Timecard_Import_from_Spreadsheet_.CSV_files&amp;action=history"/>
	<updated>2026-05-15T16:13:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Payroll:_Timecard_Import_from_Spreadsheet_.CSV_files&amp;diff=476&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Payroll:_Timecard_Import_from_Spreadsheet_.CSV_files&amp;diff=476&amp;oldid=prev"/>
		<updated>2023-07-14T13:00:34Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:00, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-475:rev-476 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Payroll:_Timecard_Import_from_Spreadsheet_.CSV_files&amp;diff=475&amp;oldid=prev</id>
		<title>Intra&gt;User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Payroll:_Timecard_Import_from_Spreadsheet_.CSV_files&amp;diff=475&amp;oldid=prev"/>
		<updated>2017-01-10T00:02:07Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Build a Template .csv File:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
SELECT 'REG' &amp;quot;Code&amp;quot;,EMP_ID &amp;quot;EmpID&amp;quot;,First_Name &amp;quot;Fname&amp;quot;, ' ' &amp;quot;Mname&amp;quot;,Last_Name &amp;quot;Lname&amp;quot;,' ' &amp;quot;ShiftName&amp;quot;, Dept_no &amp;quot;Dept&amp;quot;,&lt;br /&gt;
'01/01/2009' &amp;quot;Date&amp;quot;,'Worked' &amp;quot;HrType&amp;quot;,0.00 &amp;quot;Hrs&amp;quot;&lt;br /&gt;
from prtemployee e&lt;br /&gt;
where dept_no between :Beg_Dept and :End_Dept and e.HOUR_SAL_FLAG='H'&lt;br /&gt;
  UNION&lt;br /&gt;
SELECT 'SAL' &amp;quot;Code&amp;quot;,EMP_ID &amp;quot;EmpID&amp;quot;,First_Name &amp;quot;Fname&amp;quot;, ' ' &amp;quot;Mname&amp;quot;,Last_Name &amp;quot;Lname&amp;quot;,' ' &amp;quot;ShiftName&amp;quot;, Dept_no &amp;quot;Dept&amp;quot;,&lt;br /&gt;
'01/01/2009' &amp;quot;Date&amp;quot;,'Worked' &amp;quot;HrType&amp;quot;,1.00 &amp;quot;Hrs&amp;quot;&lt;br /&gt;
from prtemployee e&lt;br /&gt;
where dept_no between :Beg_Dept and :End_Dept and e.HOUR_SAL_FLAG='S'&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TCFILE.INI:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
[Files]&lt;br /&gt;
Plant 1=C:\IMPORT\TC1.TXT,TIMEFORCE&lt;br /&gt;
Plant 2=C:\IMPORT\TC2.TXT,TIMEFORCE&lt;br /&gt;
&lt;br /&gt;
[TimeForce]&lt;br /&gt;
ImportDepartment=Y   ;imports TimeForce department as Keystone department&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TCIMP.INI:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
[Links]&lt;br /&gt;
Regular=REG&lt;br /&gt;
Overtime=OT&lt;br /&gt;
Holiday=HOL&lt;br /&gt;
Vacation=VAC&lt;br /&gt;
Double=DBL&lt;br /&gt;
Sick=SICK&lt;br /&gt;
Bonus=BONUS&lt;br /&gt;
Other=OTHER&lt;br /&gt;
&lt;br /&gt;
[WorkComp]&lt;br /&gt;
;setup workers comp class translations here as follows:&lt;br /&gt;
;&amp;lt;timeforce department value&amp;gt; = &amp;lt;keystone workers comp class&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[Department]&lt;br /&gt;
;setup department translations here as follows:&lt;br /&gt;
;&amp;lt;timeforce department value&amp;gt; = &amp;lt;keystone department&amp;gt;&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See:  [[Payroll: Supported Time Clocks]]&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>