<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Supplier Invoice]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4533&amp;type=atom" />
	<updated>2013-11-19T03:01:32Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4533</id>
		<entry>
			<title type="html"><![CDATA[Re: Supplier Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18475#p18475" />
			<content type="html"><![CDATA[<p>hi, i made the revision but still can&#039;t edit invoice. any suggestion?</p><p>supplier_invoice.php</p><p>//page(_($help_context = &quot;Enter Supplier Invoice&quot;), false, false, &quot;&quot;, $js);<br />if (isset($_GET[&#039;ModifySI&#039;])) {<br />//display_notification_centered(_(&quot;Modify SI TRUE&lt;br&gt;&quot;));<br />&nbsp; &nbsp; $help_context = &quot;Modifying Supplier Invoice&quot;;<br />&nbsp; &nbsp; $error_msg = &#039;&#039;;</p><p>&nbsp; &nbsp; if (isset($_GET[&quot;trans_no&quot;])) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $trans_no = $_GET[&quot;trans_no&quot;];<br />&nbsp; &nbsp; } <br />&nbsp; &nbsp; elseif (isset($_POST[&quot;trans_no&quot;])) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $trans_no = $_POST[&quot;trans_no&quot;];<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; else&nbsp; &nbsp; $trans_no = null;</p><p>&nbsp; &nbsp; if ($trans_no != null) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;page_title&#039;] = sprintf(_(&quot;Modifying Supplier Invoice # %d.&quot;), $trans_no);<br />&nbsp; &nbsp; &nbsp; &nbsp; if (is_closed_trans(ST_SUPPINVOICE, $trans_no)) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $error_msg = _(&quot;The selected transaction was closed for edition.&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; else {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $void_entry = get_voided_entry(ST_SUPPINVOICE, $trans_no);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($void_entry != null) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $error_msg = _(&quot;The selected transaction has already been voided.&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $result = get_gl_trans(ST_SUPPINVOICE, $trans_no);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (db_num_rows($result) == 0) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $error_msg = _(&quot;Cannot find Supplier Invoice # &quot;) . $trans_no;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; else {<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;page_title&#039;] = _(&quot;Modifying Supplier Invoice (with missing #).&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; $error_msg = _(&quot;Supplier Invoice # is missing!&quot;);<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if ($error_msg == &#039;&#039;) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $supp_trans = new supp_trans(ST_SUPPINVOICE);<br />&nbsp; &nbsp; &nbsp; &nbsp; read_supp_invoice($trans_no, ST_SUPPINVOICE, $supp_trans);<br />&nbsp; &nbsp; &nbsp; &nbsp; page($_SESSION[&#039;page_title&#039;], false, false,&#039;&#039;, $js);<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;supp_trans&#039;] = $supp_trans;<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;inv_modify&#039;] = true;<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;old_trans&#039;] = $trans_no;<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;old_date&#039;] = $supp_trans-&gt;tran_date;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; else {<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;inv_modify&#039;] = false;<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;old_trans&#039;] = null;<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;old_date&#039;] = null;<br />&nbsp; &nbsp; &nbsp; &nbsp; page($_SESSION[&#039;page_title&#039;], false, false,&#039;&#039;, $js);<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error($error_msg);<br />&nbsp; &nbsp; &nbsp; &nbsp; end_page(true);<br />&nbsp; &nbsp; &nbsp; &nbsp; exit;<br />&nbsp; &nbsp; }<br />}<br />elseif (isset($_GET[&#039;New&#039;])) {<br />//display_notification_centered(_(&quot;New TRUE, Modify SI FALSE&lt;br&gt;&quot;));<br />&nbsp; &nbsp; $_SESSION[&#039;inv_modify&#039;] = false;<br />&nbsp; &nbsp; $_SESSION[&#039;old_trans&#039;] = null;<br />&nbsp; &nbsp; $_SESSION[&#039;old_date&#039;] = null;<br />&nbsp; &nbsp; page(_($help_context = &quot;Enter Supplier Invoice&quot;), false, false, &quot;&quot;, $js);<br />}<br />else {<br />//display_notification_centered(_(&quot;Modify SI unchanged...&lt;br&gt;&quot;));<br />&nbsp; &nbsp; page(_($help_context = &quot;Enter Supplier Invoice&quot;), false, false, &quot;&quot;, $js);<br />}<br />//----------------------------------------------------------------------------------------</p><p>check_db_has_suppliers(_(&quot;There are no suppliers defined in the system.&quot;));</p><p>//---------------------------------------------------------------------------------------------------------------</p><p>if (isset($_GET[&#039;AddedID&#039;])) <br />{<br />&nbsp; &nbsp; $invoice_no = $_GET[&#039;AddedID&#039;];<br />&nbsp; &nbsp; $trans_type = ST_SUPPINVOICE;</p><br /><p>&nbsp; &nbsp; echo &quot;&lt;center&gt;&quot;;<br />&nbsp; &nbsp; display_notification_centered(_(&quot;Supplier invoice has been processed.&quot;));<br />&nbsp; &nbsp; display_note(get_trans_view_str($trans_type, $invoice_no, _(&quot;View this Invoice&quot;)));</p><p>&nbsp; &nbsp; display_note(get_gl_view_str($trans_type, $invoice_no, _(&quot;View the GL Journal Entries for this Invoice&quot;)), 1);</p><p>&nbsp; &nbsp; hyperlink_no_params(&quot;$path_to_root/purchasing/supplier_payment.php&quot;, _(&quot;Entry supplier &amp;payment for this invoice&quot;));</p><p>&nbsp; &nbsp; hyperlink_params($_SERVER[&#039;PHP_SELF&#039;], _(&quot;Enter Another Invoice&quot;), &quot;New=1&quot;);</p><p>&nbsp; &nbsp; hyperlink_params(&quot;$path_to_root/admin/attachments.php&quot;, _(&quot;Add an Attachment&quot;), &quot;filterType=$trans_type&amp;trans_no=$invoice_no&quot;);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; display_footer_exit();<br />}</p><p>//--------------------------------------------------------------------------------------------------</p><p>if (isset($_GET[&#039;New&#039;]))<br />{<br />&nbsp; &nbsp; if (isset( $_SESSION[&#039;supp_trans&#039;]))<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; unset ($_SESSION[&#039;supp_trans&#039;]-&gt;grn_items);<br />&nbsp; &nbsp; &nbsp; &nbsp; unset ($_SESSION[&#039;supp_trans&#039;]-&gt;gl_codes);<br />&nbsp; &nbsp; &nbsp; &nbsp; unset ($_SESSION[&#039;supp_trans&#039;]);<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; $_SESSION[&#039;supp_trans&#039;] = new supp_trans(ST_SUPPINVOICE);<br />}</p><p>//--------------------------------------------------------------------------------------------------<br />function clear_fields()<br />{<br />&nbsp; &nbsp; global $Ajax;<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; unset($_POST[&#039;gl_code&#039;]);<br />&nbsp; &nbsp; unset($_POST[&#039;dimension_id&#039;]);<br />&nbsp; &nbsp; unset($_POST[&#039;dimension2_id&#039;]);<br />&nbsp; &nbsp; unset($_POST[&#039;amount&#039;]);<br />&nbsp; &nbsp; unset($_POST[&#039;memo_&#039;]);<br />&nbsp; &nbsp; unset($_POST[&#039;AddGLCodeToTrans&#039;]);<br />&nbsp; &nbsp; $Ajax-&gt;activate(&#039;gl_items&#039;);<br />&nbsp; &nbsp; set_focus(&#039;gl_code&#039;);<br />}</p><p>function reset_tax_input()<br />{<br />&nbsp; &nbsp; global $Ajax;</p><p>&nbsp; &nbsp; unset($_POST[&#039;mantax&#039;]);<br />&nbsp; &nbsp; $Ajax-&gt;activate(&#039;inv_tot&#039;);<br />}</p><p>//------------------------------------------------------------------------------------------------<br />//&nbsp; &nbsp; GL postings are often entered in the same form to two accounts<br />//&nbsp; so fileds are cleared only on user demand.<br />//<br />if (isset($_POST[&#039;ClearFields&#039;]))<br />{<br />&nbsp; &nbsp; clear_fields();<br />}</p><p>if (isset($_POST[&#039;AddGLCodeToTrans&#039;])){</p><p>&nbsp; &nbsp; $Ajax-&gt;activate(&#039;gl_items&#039;);<br />&nbsp; &nbsp; $input_error = false;</p><p>&nbsp; &nbsp; $result = get_gl_account_info($_POST[&#039;gl_code&#039;]);<br />&nbsp; &nbsp; if (db_num_rows($result) == 0)<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The account code entered is not a valid code, this line cannot be added to the transaction.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;gl_code&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; $input_error = true;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; else<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; $myrow = db_fetch_row($result);<br />&nbsp; &nbsp; &nbsp; &nbsp; $gl_act_name = $myrow[1];<br />&nbsp; &nbsp; &nbsp; &nbsp; if (!check_num(&#039;amount&#039;))<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The amount entered is not numeric. This line cannot be added to the transaction.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;amount&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $input_error = true;<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if (!is_tax_gl_unique(get_post(&#039;gl_code&#039;))) {<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;Cannot post to GL account used by more than one tax type.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;gl_code&#039;);<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; $input_error = true;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if ($input_error == false)<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; $_SESSION[&#039;supp_trans&#039;]-&gt;add_gl_codes_to_trans($_POST[&#039;gl_code&#039;], $gl_act_name,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_POST[&#039;dimension_id&#039;], $_POST[&#039;dimension2_id&#039;], <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; input_num(&#039;amount&#039;), $_POST[&#039;memo_&#039;]);<br />&nbsp; &nbsp; &nbsp; &nbsp; reset_tax_input();<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;gl_code&#039;);<br />&nbsp; &nbsp; }<br />}</p><p>//------------------------------------------------------------------------------------------------</p><p>function check_data()<br />{<br />&nbsp; &nbsp; global $Refs;</p><p>&nbsp; &nbsp; if (!$_SESSION[&#039;supp_trans&#039;]-&gt;is_valid_trans_to_post())<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The invoice cannot be processed because the there are no items or values on the invoice.&nbsp; Invoices are expected to have a charge.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if (!$Refs-&gt;is_valid($_SESSION[&#039;supp_trans&#039;]-&gt;reference)) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;You must enter an invoice reference.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;reference&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if (!is_new_reference($_SESSION[&#039;supp_trans&#039;]-&gt;reference, ST_SUPPINVOICE)) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The entered reference is already in use.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;reference&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if (!$Refs-&gt;is_valid($_SESSION[&#039;supp_trans&#039;]-&gt;supp_reference)) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;You must enter a supplier&#039;s invoice reference.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;supp_reference&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if (!is_date( $_SESSION[&#039;supp_trans&#039;]-&gt;tran_date))<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The invoice as entered cannot be processed because the invoice date is in an incorrect format.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;trans_date&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; } <br />&nbsp; &nbsp; elseif (!is_date_in_fiscalyear($_SESSION[&#039;supp_trans&#039;]-&gt;tran_date)) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The entered date is not in fiscal year.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;trans_date&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; if (!is_date( $_SESSION[&#039;supp_trans&#039;]-&gt;due_date))<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;The invoice as entered cannot be processed because the due date is in an incorrect format.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;due_date&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; if (is_reference_already_there($_SESSION[&#039;supp_trans&#039;]-&gt;supplier_id, $_POST[&#039;supp_reference&#039;]))<br />&nbsp; &nbsp; { &nbsp; &nbsp; /*Transaction reference already entered */<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;This invoice number has already been entered. It cannot be entered again.&quot;) . &quot; (&quot; . $_POST[&#039;supp_reference&#039;] . &quot;)&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; }</p><p>&nbsp; &nbsp; return true;<br />}</p><p>function handle_void_invoice()<br />{</p><p>&nbsp; &nbsp; if (!exists_supp_trans(ST_SUPPINVOICE, $_SESSION[&#039;old_trans&#039;]))<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;<br />&nbsp; &nbsp; if (!post_void_supp_trans(ST_SUPPINVOICE, $_SESSION[&#039;old_trans&#039;]))<br />&nbsp; &nbsp; &nbsp; &nbsp; return false;</p><p>&nbsp; &nbsp; $ret = void_transaction(ST_SUPPINVOICE, $_SESSION[&#039;old_trans&#039;], $_SESSION[&#039;old_date&#039;], &#039;Invoice Modification - Old Version&#039;);</p><p>&nbsp; &nbsp; if ($ret) <br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_notification_centered(_(&quot;Old invoice has been voided.&quot;));<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; else {<br />&nbsp; &nbsp; &nbsp; &nbsp; display_error(_(&quot;Old invoice cannot be voided.&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; set_focus(&#039;trans_no&#039;);<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; return $ret;<br />}<br />//--------------------------------------------------------------------------------------------------</p><p>function handle_commit_invoice()<br />{<br />&nbsp; &nbsp; copy_to_trans($_SESSION[&#039;supp_trans&#039;]);</p><p>&nbsp; &nbsp; if (!check_data())<br />&nbsp; &nbsp; &nbsp; &nbsp; return;</p><p>&nbsp; &nbsp; $invoice_no = add_supp_invoice($_SESSION[&#039;supp_trans&#039;]);</p><p>&nbsp; &nbsp; $_SESSION[&#039;supp_trans&#039;]-&gt;clear_items();<br />&nbsp; &nbsp; unset($_SESSION[&#039;supp_trans&#039;]);</p><p>&nbsp; &nbsp; meta_forward($_SERVER[&#039;PHP_SELF&#039;], &quot;AddedID=$invoice_no&quot;);<br />}</p><p>//--------------------------------------------------------------------------------------------------</p><p>if (isset($_POST[&#039;PostInvoice&#039;]))<br />{<br />//&nbsp; &nbsp; handle_commit_invoice();<br />&nbsp; &nbsp; if ($_SESSION[&#039;inv_modify&#039;]) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (handle_void_invoice($_SESSION[&#039;old_trans&#039;], $_SESSION[&#039;old_date&#039;])) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; display_notification_centered(_(&quot;New invoice data:&lt;br&gt;&quot;) . print_r($_SESSION[&#039;supp_trans&#039;], TRUE) . &quot;&lt;br&gt;&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; handle_commit_invoice();<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; else {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; handle_commit_invoice();<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />}</p><p>journal_inquiry.php</p><p>//&nbsp; &nbsp; &quot;/sales/customer_credit_invoice.php?ModifyCredit=%d&quot;<br />//&nbsp; &nbsp;&nbsp; 12=&gt; Customer Payment,<br />&nbsp; &nbsp;ST_CUSTDELIVERY =&gt; &quot;/sales/customer_delivery.php?ModifyDelivery=%d&quot;,<br />//&nbsp; &nbsp;16=&gt; Location Transfer,<br />//&nbsp; &nbsp;17=&gt; Inventory Adjustment,<br />//&nbsp; &nbsp;20=&gt; Supplier Invoice,<br />ST_SUPPINVOICE =&gt; &quot;/purchasing/supplier_invoice.php?ModifySI=Yes&amp;trans_no=%d&quot;,<br />//&nbsp; &nbsp;21=&gt; Supplier Credit Note,</p>]]></content>
			<author>
				<name><![CDATA[chaoprokia]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18700</uri>
			</author>
			<updated>2013-11-19T03:01:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18475#p18475</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Supplier Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18467#p18467" />
			<content type="html"><![CDATA[<p>check this topic : <br />https://frontaccounting.com/punbb/viewtopic.php?id=1778</p>]]></content>
			<author>
				<name><![CDATA[ostertagi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18743</uri>
			</author>
			<updated>2013-11-18T08:54:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18467#p18467</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Supplier Invoice]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18465#p18465" />
			<content type="html"><![CDATA[<p>How can i edit supplier invoice?</p>]]></content>
			<author>
				<name><![CDATA[chaoprokia]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18700</uri>
			</author>
			<updated>2013-11-18T02:39:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18465#p18465</id>
		</entry>
</feed>
