<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Are we sure the Contact delete works properly]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9670</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9670&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Are we sure the Contact delete works properly.]]></description>
		<lastBuildDate>Tue, 25 Jan 2022 03:09:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40554#p40554</link>
			<description><![CDATA[<p>Suppliers and CRM Contacts <a href="https://github.com/FrontAccountingERP/FA/commit/fac01186b3b34ea4cdf20a2f8cea12646cd319d6">fixed</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 25 Jan 2022 03:09:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40554#p40554</guid>
		</item>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40552#p40552</link>
			<description><![CDATA[<p>Good to hear that, it was an error in that&nbsp; face.&nbsp; Users should really needs to fix this&nbsp; issue</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Tue, 25 Jan 2022 01:07:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40552#p40552</guid>
		</item>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40551#p40551</link>
			<description><![CDATA[<p>Ok, hopefully this is <a href="https://sourceforge.net/p/frontaccounting/git/ci/fac01186b3b34ea4cdf20a2f8cea12646cd319d6/">fixed</a> now in master branch. <br />Thank you for reporting this problem.<br />J.</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 24 Jan 2022 18:42:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40551#p40551</guid>
		</item>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40550#p40550</link>
			<description><![CDATA[<p>No, unfortunately we haven&#039;t separate person edit interface, which would be handy. But the person data (in crm_persons table) should be deleted automatically when all connections (records in crm_contacts) are deleted. But I have just tested and it is not. <br />This seems to be a bug, I will investigate it further. <br />J.</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 24 Jan 2022 16:30:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40550#p40550</guid>
		</item>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40548#p40548</link>
			<description><![CDATA[<p>When we delete customers and suppliers&nbsp; it calls the delete entity contact. Which means the person is connected with that specific customer&nbsp; or supplier.&nbsp; But still it keeps the entry. Do we have any interface to reuse the person with new&nbsp; contact connectivity.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 24 Jan 2022 15:17:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40548#p40548</guid>
		</item>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40547#p40547</link>
			<description><![CDATA[<p>Above description is how it works in contact browsers, but the same is implemented in delete_entity_contacts(), which is used when deleting customer/supplier.<br />J.</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 24 Jan 2022 10:09:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40547#p40547</guid>
		</item>
		<item>
			<title><![CDATA[Re: Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40546#p40546</link>
			<description><![CDATA[<p>Crm contacts deletion is implemented in contacts.db_delete method. As any person can be connected to more than one action, person cannot be deleted until all contacts are deleted. So the person is preserved until you delete all related contacts, and deleted with the last contact of this person in database.<br />J.</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 24 Jan 2022 10:01:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40546#p40546</guid>
		</item>
		<item>
			<title><![CDATA[Are we sure the Contact delete works properly]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40536#p40536</link>
			<description><![CDATA[<p>Hello Joe and Itronics, </p><p>I feel, when i delete customer, the entries removed from <strong>crm_contacts</strong> table. but not on <strong>crm_persons</strong> table. Which looks like some partial entry always found in the persons table. without connectivity. And also when i delete from Supplier, the same happens. Because both are connecting the same <strong>delete_entity_contact</strong> function. </p><p>Checkout and let me know if i am wrong in understanding of it. or any future connectivity with persons table working from different location, let me know.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 24 Jan 2022 01:16:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40536#p40536</guid>
		</item>
	</channel>
</rss>
