<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Incentive or Penalty while receiving goods]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5550</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5550&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Incentive or Penalty while receiving goods.]]></description>
		<lastBuildDate>Tue, 17 Feb 2015 13:15:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22593#p22593</link>
			<description><![CDATA[<p>The code appears incomplete since the &quot;incen_fine&quot; form variable is not defined (did you mean to replace the &#039;mahamai&#039; with a single +Incentive / -Fine variable).</p><p>Any reason why you would want to comment out the $taxes and $tax_total assignments and prevent it forming part of the $display_total?</p><p>I would expect the last part of the <em>function <strong>display_po_items()</strong></em> to be:<br /></p><div class="codebox"><pre><code>    start_row();
    label_cell(_(&quot;Incentive / -Fine&quot;), &quot;colspan=$colspan align=right&quot;);
    small_amount_cells(null, &#039;incen_fine&#039;, price_format(get_post(&#039;incen_fine&#039;,0)));
    label_cell(&#039;&#039;, &#039;colspan=2&#039;);
    end_row();

//    $display_sub_total = price_format($total + input_num(&#039;incen_fine&#039;));

//    label_row(_(&quot;Sub-total&quot;), $display_sub_total, &quot;colspan=$colspan align=right&quot;,&quot;align=right&quot;, 2);

    $taxes = $order-&gt;get_taxes(input_num(&#039;freight_cost&#039;));
    
    $tax_total = display_edit_tax_items($taxes, $colspan, $order-&gt;tax_included, 2, $order-&gt;trans_type==ST_SUPPINVOICE);

    $display_total = price_format($total + input_num(&#039;freight_cost&#039;) + $tax_total + input_num(&#039;incen_fine&#039;));

    start_row();
    label_cells(_(&quot;Amount Total&quot;), $display_total, &quot;colspan=$colspan align=&#039;right&#039;&quot;,&quot;align=&#039;right&#039;&quot;);
    $order-&gt;order_no ? submit_cells(&#039;update&#039;, _(&quot;Update&quot;), &quot;colspan=2 align=&#039;center&#039;&quot;, _(&quot;Refresh&quot;), true)
        : label_cell(&#039;&#039;, &quot;colspan=2&quot;);
    end_row();

    end_table(1);
    div_end();
}</code></pre></div><p>But where does the &#039;incen_fine&#039; get stored and how?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 17 Feb 2015 13:15:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22593#p22593</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22591#p22591</link>
			<description><![CDATA[<p>file name and path: /purchasing/includes/ui/po_ui.inc</p><br /><p>&nbsp; &nbsp; start_row();<br />&nbsp; &nbsp; label_cell(_(&quot;Mahamai&quot;), &quot;colspan=$colspan align=right&quot;);<br />&nbsp; &nbsp; small_amount_cells(null, &#039;mahamai&#039;, price_format(get_post(&#039;mahamai&#039;,0)));<br />&nbsp; &nbsp; label_cell(&#039;&#039;, &#039;colspan=2&#039;);<br />&nbsp; &nbsp; end_row();</p><p>&nbsp; &nbsp; $display_sub_total = price_format($total + input_num(&#039;incen_fine&#039;));<br />&nbsp; //&nbsp; $display_sub_total = $display_sub_total - input_num(&#039;mahamai&#039;);</p><p>&nbsp; //&nbsp; label_row(_(&quot;Sub-total&quot;), $display_sub_total, &quot;colspan=$colspan align=right&quot;,&quot;align=right&quot;, 2);<br />&nbsp; //&nbsp; $taxes = $order-&gt;get_taxes(input_num(&#039;freight_cost&#039;));<br />&nbsp; //&nbsp; $tax_total = display_edit_tax_items($taxes, $colspan, $order-&gt;tax_included, 2);</p><p>&nbsp; &nbsp;// $display_total = price_format(($total + input_num(&#039;freight_cost&#039;) + $tax_total));<br />&nbsp; &nbsp; $display_total_if = price_format(&nbsp; &nbsp; $total + input_num(&#039;incen_fine&#039;)&nbsp; &nbsp;);<br />&nbsp; &nbsp; $display_total =&nbsp; &nbsp;price_format(&nbsp; &nbsp; &nbsp;$display_total_if - input_num(&#039;mahamai&#039;)&nbsp; &nbsp;);<br />&nbsp; &nbsp;start_row();</p><p>&nbsp; &nbsp; label_cells(_(&quot;Amount Total&quot;), $display_total, &quot;colspan=$colspan align=right&quot;,&quot;align=right&quot;);<br />&nbsp; &nbsp; //submit_cells(&#039;update&#039;, _(&quot;Update&quot;), &quot;colspan=2 align=&#039;center&#039;&quot;, _(&quot;Refresh&quot;), true);<br />&nbsp; &nbsp; end_row();</p>]]></description>
			<author><![CDATA[null@example.com (yeshrao)]]></author>
			<pubDate>Tue, 17 Feb 2015 12:37:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22591#p22591</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22572#p22572</link>
			<description><![CDATA[<p>It would be nice if you provided the changed files (or actual workflow menu click sequence) so that it may be included in the next version natively.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 16 Feb 2015 16:19:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22572#p22572</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22571#p22571</link>
			<description><![CDATA[<p>Identified work around for our requirement where there is no need to make the changes. While making payments, we exclude or include the penalty or incentive. It gets populated correctly.</p><p>The exercise what we carried out, was able to understand the flow of FA</p>]]></description>
			<author><![CDATA[null@example.com (yeshrao)]]></author>
			<pubDate>Mon, 16 Feb 2015 15:50:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22571#p22571</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22568#p22568</link>
			<description><![CDATA[<p>Provide the changed code to test.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 16 Feb 2015 10:04:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22568#p22568</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22566#p22566</link>
			<description><![CDATA[<p>We have included two input fields in GRN and the total is getting updated as expected. We are unsuccessful when we change the input value and click update. Though the Ajax gets activated but there is no result. Is there anything we are missing here?</p><p>P.S. We have followed the method as in Direct Sales.</p>]]></description>
			<author><![CDATA[null@example.com (yeshrao)]]></author>
			<pubDate>Mon, 16 Feb 2015 06:51:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22566#p22566</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22564#p22564</link>
			<description><![CDATA[<p>If the incentive is calculatable from the quantity, then a enable/disable flag (0/1) is sufficient for it and an amount variable for delays if it is variable with no dependancy will suffice. Better to have a quick entry for those transactions where these issues arise with no fields necessary in the tables. The fields can be avoided altogether if quick entries are used except that manual computation will be necessary.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 16 Feb 2015 06:20:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22564#p22564</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22561#p22561</link>
			<description><![CDATA[<p>No they are not different. We may or may not pay incentive or deduct penalty. Will calculate based on the quantity and pay incentive or deduct the amount w.r.t delayed days. </p><p>As you said, need to add a field and include the same in the screen. Need to make changes in &#039;GL Setup&#039; Screen as well as GRN. Am I right?</p>]]></description>
			<author><![CDATA[null@example.com (yeshrao)]]></author>
			<pubDate>Mon, 16 Feb 2015 02:17:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22561#p22561</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22550#p22550</link>
			<description><![CDATA[<p>Provide an example of the 2 fields envisaged - are they different for each GRN or only their values are different for each GRN or they have some relationship (calculatable formula) with existing constants / field values?</p><p>You might want to experiment with manually entered values into the <strong>sys_prefs</strong> table and / or use special charge / service items in the GRN.</p><p>Checkout the <a href="https://frontaccounting.com/fawiki/index.php?n=Help.DirectGRNEntry">screenshot in the wiki</a> and make a mockup of what you want and link it in here.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 15 Feb 2015 10:35:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22550#p22550</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22547#p22547</link>
			<description><![CDATA[<p>Thanks apmuthu.</p><p>Will it possible to include two input fields under &quot;Suppliers and Purchasing Defaults&quot; while setting up &#039;General GL&#039;. The same should appear in GRN screen. Will it be possible? If yes, method to do this.</p><p>Yeshrao</p>]]></description>
			<author><![CDATA[null@example.com (yeshrao)]]></author>
			<pubDate>Sun, 15 Feb 2015 09:50:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22547#p22547</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22536#p22536</link>
			<description><![CDATA[<p>Will Tags suffice?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 14 Feb 2015 06:35:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22536#p22536</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22532#p22532</link>
			<description><![CDATA[<p>Thanks apmuthu.</p><p>Forget to mention our way of processing this transaction. We include this transaction as part of our GRN and add the transaction into GL (i.e. the way shipping charges included in Direct Sales). What is the best way to do this.</p><p>Advance thanks </p><p>Towerfour</p>]]></description>
			<author><![CDATA[null@example.com (yeshrao)]]></author>
			<pubDate>Sat, 14 Feb 2015 06:15:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22532#p22532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22515#p22515</link>
			<description><![CDATA[<p>Journal Voucher / Credit / Debit Notes.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 13 Feb 2015 15:01:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22515#p22515</guid>
		</item>
		<item>
			<title><![CDATA[Incentive or Penalty while receiving goods]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22511#p22511</link>
			<description><![CDATA[<p>We normally get our finished product through our contractors. As part of our process we pay incentive for prompt delivery or penalise when the criteria is not met.</p><p>Created as item (serviceable) but does not allow me to add because either the qty is 0 or the item value is negative. How to overcome this issue. Otherwise any better idea</p><p>Regards</p><p>Towerfour</p>]]></description>
			<author><![CDATA[null@example.com (towerfour)]]></author>
			<pubDate>Fri, 13 Feb 2015 06:15:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22511#p22511</guid>
		</item>
	</channel>
</rss>
