<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — import multiple items adjustment]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5214</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5214&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in import multiple items adjustment.]]></description>
		<lastBuildDate>Sat, 03 Jan 2015 19:53:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: import multiple items adjustment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21994#p21994</link>
			<description><![CDATA[<p>This is now evident from the <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.ERDiagram23">ERD at the Wiki</a>.</p><p>Those who want to make the change can apply the following with the appropriate table prefix for each company:<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_bank_trans` CHANGE `person_id` `person_id` INT(11) DEFAULT NULL;
ALTER TABLE `0_budget_trans` CHANGE `person_id` `person_id` INT(11) DEFAULT NULL;
ALTER TABLE `0_gl_trans` CHANGE `person_id` `person_id` INT(11) DEFAULT NULL;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 03 Jan 2015 19:53:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21994#p21994</guid>
		</item>
		<item>
			<title><![CDATA[Re: import multiple items adjustment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21986#p21986</link>
			<description><![CDATA[<p>it think the person_id is the supplier id. i was looking at the sql_audit table and the only table has person id that was queried was the supplier table.&nbsp; I&#039;m not really certain about this.</p><p>for the trans_no it is the incremental value mapped with the trans_no by type.</p>]]></description>
			<author><![CDATA[null@example.com (dakine)]]></author>
			<pubDate>Sat, 03 Jan 2015 05:25:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21986#p21986</guid>
		</item>
		<item>
			<title><![CDATA[Re: import multiple items adjustment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21048#p21048</link>
			<description><![CDATA[<p>any reason why person_id is a tinyblob?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 03 Oct 2014 09:56:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21048#p21048</guid>
		</item>
		<item>
			<title><![CDATA[Re: import multiple items adjustment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21014#p21014</link>
			<description><![CDATA[<div class="quotebox"><cite>DavidMaurice wrote:</cite><blockquote><p>Also, is there any other tables except from 0_stock_master and 0_stock_moves that are impacted from item adjustment ?</p></blockquote></div><p>Yes, adjusting the stock also generates some GL entries which are probably tricky to generate manually. I wouldn&#039;t recommend<br />adjusting the stock directly in the DB.</p><p>You can use the text cart module to do &quot;bulk&quot; adjustment (from a spreadsheet for example), even though it&#039;s has to be manual.</p><p>/Elax</p>]]></description>
			<author><![CDATA[null@example.com (elax)]]></author>
			<pubDate>Wed, 01 Oct 2014 08:14:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21014#p21014</guid>
		</item>
		<item>
			<title><![CDATA[import multiple items adjustment]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21007#p21007</link>
			<description><![CDATA[<p>Hi,<br />I am wanting to import multiple items adjustment in the DB. <br />So, i looked how /inventory/adjustments.php?NewAdjustment=1&amp;application=stock works.</p><p>I understand that: <br />1. Adjustments are recorded in the table 0_stock_moves. <br />2. The value of material_cost in 0_stock_master is updated to give an average value of the item cost.</p><p>However, there is 2 fields in the table 0_stock_moves which i am not sure about:</p><p>&gt; person_id: I see it is a tinyblob. My feeling is that , this is user type of doing the request, but I am not sure. Especially some entries has a value of 0 so for sure it is not the user_id.</p><p>&gt; trans_no: This seems to be an incremental value mapped with the stock_id, right ?</p><p>Also, is there any other tables except from 0_stock_master and 0_stock_moves that are impacted from item adjustment ?</p><p>Tx for your help</p><p>Maurice</p>]]></description>
			<author><![CDATA[null@example.com (DavidMaurice)]]></author>
			<pubDate>Tue, 30 Sep 2014 12:04:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21007#p21007</guid>
		</item>
	</channel>
</rss>
