<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://kb.owrench.com/index.php?action=history&amp;feed=atom&amp;title=Component_Missing</id>
	<title>Component Missing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://kb.owrench.com/index.php?action=history&amp;feed=atom&amp;title=Component_Missing"/>
	<link rel="alternate" type="text/html" href="http://kb.owrench.com/index.php?title=Component_Missing&amp;action=history"/>
	<updated>2026-05-04T04:26:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://kb.owrench.com/index.php?title=Component_Missing&amp;diff=143&amp;oldid=prev</id>
		<title>imported&gt;Midhungirish at 10:22, 29 January 2019</title>
		<link rel="alternate" type="text/html" href="http://kb.owrench.com/index.php?title=Component_Missing&amp;diff=143&amp;oldid=prev"/>
		<updated>2019-01-29T10:22:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Problem&lt;br /&gt;
&lt;br /&gt;
Client has reported that they are not able to see a particular scheme component in attendance marking page under a particular work. They had seen the component just before a few hours but its not there now. &lt;br /&gt;
&lt;br /&gt;
Solution&lt;br /&gt;
The client was asked to provide claim number of an old bill of same work which had the missing component. While checking in bill list, the claim number provided by client was found to have the missing component.&lt;br /&gt;
&lt;br /&gt;
Get the work ID of work in question and run the following query to get full details of the components and HR staffs under it.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot; highlight=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
SELECT * FROM kwahr_core_work work&lt;br /&gt;
LEFT JOIN  kwahr_core_workdet	workdet ON workdet.wrkdet_wrk_id=work.wrk_id LEFT JOIN kwahr_core_workemp workemp ON workdet.wrkdet_id=workemp.wrkemp_wrkdet_id LEFT JOIN kwahr_core_scheme_component schemecomp  ON workemp.wrkemp_scheme_comp_id =schemecomp.scheme_comp_id WHERE work.wrk_id=5964&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While checking the field,wrkemp_deletion_status, all the entries corresponding to the missing component was found to be set to 1 which means all those HR staff were removed from the work by the user himself. t_modified will give the time of deletion in GMT and u_deletedby will give the id of user who did the delete.&lt;br /&gt;
&lt;br /&gt;
Client was informed that the particular user has deleted the data and the they have to contact KWA Head office for getting approval for restoration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MARCH]][[Category:technical]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Midhungirish</name></author>
		
	</entry>
</feed>