<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Relationship between User and POS]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8514&amp;type=atom" />
	<updated>2019-12-19T06:24:06Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8514</id>
		<entry>
			<title type="html"><![CDATA[Re: Relationship between User and POS]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36651#p36651" />
			<content type="html"><![CDATA[<p>This is rare case. Usually people check the Salesmans sales history and balance. But if you want to maintain the balance of terminal. You need to bring the POS id into the debtor trans and stock moves table to get the total cost of a terminal and item details.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2019-12-19T06:24:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36651#p36651</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Relationship between User and POS]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36645#p36645" />
			<content type="html"><![CDATA[<p>No @kvvaradha</p><p>Says user A who belonging to POS 1 has his revenue $1000 so we can use a join query to get POS 1&#039;s revenue is $1000<br />Now please move user A to POS 2 to see what happens, that $1000 will become POS 2&#039;s revenue.<br />I dont know if any business accepts this practice.</p>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2019-12-18T15:14:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36645#p36645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Relationship between User and POS]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36445#p36445" />
			<content type="html"><![CDATA[<p>@notrinos,&nbsp; I think it may help you. <br />We have a field in users table for pos. With that POS id will be saved in users table. User id will be entered inside audit trail. With that you can relate it by writing a join query</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2019-11-17T09:16:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36445#p36445</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Relationship between User and POS]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36443#p36443" />
			<content type="html"><![CDATA[<p>Currently we have a field user in the table 0_audit_trail to store relationship between users and transactions.<br />In the future when transactions statistics for sales points is needed, developers can use user field in the table 0_audit_trial then join it with table 0_users to know which transaction is belong to which sales point.<br />This would cause wrong statistical problem if an user is moved to another sales points.<br />So it is necessary to have additional field <strong>pos_id</strong> in the table 0_audit_trail to fix the relationship between transaction and sales point</p>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2019-11-17T02:44:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36443#p36443</id>
		</entry>
</feed>
