<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — CAN ?]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4545</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4545&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in CAN ?.]]></description>
		<lastBuildDate>Tue, 26 Nov 2013 07:02:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CAN ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18567#p18567</link>
			<description><![CDATA[<p>ostertagi , thanks dude, what you had explain above . i have already research on it ...</p><p>thing is that after visiting po_class.inc file,, the coding format is too complicated .. franking its totally out of my head ..</p><p>hence i ask for a single page help from u all side</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Tue, 26 Nov 2013 07:02:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18567#p18567</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAN ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18559#p18559</link>
			<description><![CDATA[<p>you just need to read the code , the first 50 lines; <br /></p><div class="codebox"><pre><code>if (isset($_GET[&#039;ModifyOrderNumber&#039;]) &amp;&amp; is_numeric($_GET[&#039;ModifyOrderNumber&#039;])) {

    $_SESSION[&#039;page_title&#039;] = _($help_context = &quot;Modify Purchase Order #&quot;) . $_GET[&#039;ModifyOrderNumber&#039;];
    create_new_po(ST_PURCHORDER, $_GET[&#039;ModifyOrderNumber&#039;]);
    copy_from_cart();
} elseif (isset($_GET[&#039;NewOrder&#039;])) {

    $_SESSION[&#039;page_title&#039;] = _($help_context = &quot;Purchase Order Entry&quot;);
    create_new_po(ST_PURCHORDER, 0);
    copy_from_cart();
} elseif (isset($_GET[&#039;NewGRN&#039;])) {

    $_SESSION[&#039;page_title&#039;] = _($help_context = &quot;Direct GRN Entry&quot;);
    create_new_po(ST_SUPPRECEIVE, 0);
    copy_from_cart();
} elseif (isset($_GET[&#039;NewInvoice&#039;])) {

    $_SESSION[&#039;page_title&#039;] = _($help_context = &quot;Direct Purchase Invoice Entry&quot;);
    create_new_po(ST_SUPPINVOICE, 0);
    copy_from_cart();
}</code></pre></div><p>it&#039;s a pattern-like: isset($_GET[&#039;NewOrder&#039;]) tests what is sent next to the url po_entry_items.php?NewInvoice, <br />if it&#039;s true, the code calls the function create_new_po(ST_SUPPINVOICE, 0); which create a purch_order object (see po_class.inc). this class can define three type : order/grn/invoice by changing the $trans_type value.<br />ST_SUPPINVOICE is defined at the beginning (see set_page_security).<br />the object display is handled by display_po_items() and display_po_header() which display the $_SESSION[&#039;PO&#039;] or $cart based on the value of $trans_type.</p><p>ps: @FA_developpers, please use braces when using &quot;if () statement&quot;, i have&nbsp; a hard time reading the code.....</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Mon, 25 Nov 2013 21:48:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18559#p18559</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAN ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18552#p18552</link>
			<description><![CDATA[<p>Dude , </p><p>If you visit Purchase&nbsp; &gt;&gt;&nbsp; Purchase Order Entry<br />purchasing/po_entry_items.php?NewOrder=Yes</p><p>or </p><p> Purchase&nbsp; &gt;&gt;&nbsp; Purchase Orders Inquiry<br />purchasing/po_entry_items.php?ModifyOrderNumber=</p><p>there is <strong>Order Items</strong> under this ,&nbsp; want help of code which is auto increment with Add new button, hence at one place user can edit delete and add new with auto increment .</p><p>Which is simple to use.</p><p>Hence i need help of this place , can you or any one make a single page with this much code ?</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Mon, 25 Nov 2013 05:04:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18552#p18552</guid>
		</item>
		<item>
			<title><![CDATA[Re: CAN ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18523#p18523</link>
			<description><![CDATA[<p>sorry i didnt understand your question? can you be more explicite?<br />what section you dont undrestand? what&#039;s your objective? what do you intend to do?</p>]]></description>
			<author><![CDATA[null@example.com (ostertagi)]]></author>
			<pubDate>Fri, 22 Nov 2013 14:43:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18523#p18523</guid>
		</item>
		<item>
			<title><![CDATA[CAN ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18521#p18521</link>
			<description><![CDATA[<p>po_entry_items.php?ModifyOrderNumber=&quot;&quot;</p><p>Under this page ,,&nbsp; can any one guide how i can specially use that Order Item section code ..&nbsp; </p><p>as it seem to easy .. i means to say its easy at one place all thing is done add and edit.</p><p>please tell me</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Fri, 22 Nov 2013 12:29:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18521#p18521</guid>
		</item>
	</channel>
</rss>
