<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : Acil İş emri hata !!!</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : ERP &#220;retim Mod&#252;l&#252; : Acil İş emri hata !!!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 22:16:13 +0000</pubDate>
  <lastBuildDate>Thu, 15 Oct 2015 11:33:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_post_feed.asp?TID=4214</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu]]></title>
   <url>http://www.erpne.org/forum_images/logotype.png</url>
   <link>http://www.erpne.org/</link>
  </image>
  <item>
   <title><![CDATA[Acil İş emri hata !!! : Te?ekk&#252;rler. ]]></title>
   <link>http://www.erpne.org/acil-is-emri-hata_topic4214_post22260.html#22260</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4449">barisb</a><br /><strong>Konu:</strong> 4214<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Ekim&nbsp;2015 Saat 11:33<br /><br />Te?ekkürler.]]>
   </description>
   <pubDate>Thu, 15 Oct 2015 11:33:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-is-emri-hata_topic4214_post22260.html#22260</guid>
  </item> 
  <item>
   <title><![CDATA[Acil İş emri hata !!! : set g&#252;ncellemesi yapabilirsin...]]></title>
   <link>http://www.erpne.org/acil-is-emri-hata_topic4214_post22259.html#22259</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1592">rhan</a><br /><strong>Konu:</strong> 4214<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Ekim&nbsp;2015 Saat 11:06<br /><br />set güncellemesi yapabilirsin sonrasynda<br>]]>
   </description>
   <pubDate>Thu, 15 Oct 2015 11:06:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-is-emri-hata_topic4214_post22259.html#22259</guid>
  </item> 
  <item>
   <title><![CDATA[Acil İş emri hata !!! : GE&#199;YCY BYR &#199;&#214;Z&#220;M, ALTER VIEW .ASSELECT...]]></title>
   <link>http://www.erpne.org/acil-is-emri-hata_topic4214_post22258.html#22258</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1592">rhan</a><br /><strong>Konu:</strong> 4214<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Ekim&nbsp;2015 Saat 11:05<br /><br />GEÇYCY BYR ÇÖZÜM, <br><br>ALTER VIEW &#091;dbo&#093;.&#091;ESNSTMAS&#093;<br>AS<br>SELECT<br>&nbsp;&nbsp; &nbsp;ESN.STOKKODU,<br>&nbsp;&nbsp; &nbsp;ESN.YAPKOD,<br>&nbsp;&nbsp; &nbsp;ESN.MAMULMU,<br>&nbsp;&nbsp; &nbsp;ESN.BILESENMI,<br>&nbsp;&nbsp; &nbsp;ESN.ESKIBILESENMI,<br>&nbsp;&nbsp; &nbsp;ESN.OTOREC,<br>&nbsp;&nbsp; &nbsp;ESN.XURET_OLCU_BR,<br>&nbsp;&nbsp; &nbsp;CASE<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN ISNULL(XURET_OLCU_BR, 1)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;= 0 THEN 1<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;ELSE ISNULL(XURET_OLCU_BR, 1)<br>&nbsp;&nbsp; &nbsp;END AS URET_OLCU_BR,<br>&nbsp;&nbsp; &nbsp;ESN.XFORMUL_TOPLAMI,<br>&nbsp;&nbsp; &nbsp;CASE CASE<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN ISNULL(XURET_OLCU_BR, 1) = 0 THEN 1<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;ELSE ISNULL(XURET_OLCU_BR, 1)<br>&nbsp;&nbsp; &nbsp;END<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN 1 THEN XFORMUL_TOPLAMI<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN 2 THEN XFORMUL_TOPLAMI * CAST(STOK.PAYDA_1 AS FLOAT) / (CASE<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN ISNULL(STOK.PAY_1, 1) = 0 THEN 1<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;ELSE ISNULL(STOK.PAY_1, 1)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;END)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN 3 THEN XFORMUL_TOPLAMI * CAST(STOK.PAYDA2 AS FLOAT) / (CASE<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;WHEN ISNULL(STOK.PAY2, 1) = 0 THEN 1<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;ELSE ISNULL(STOK.PAY2, 1)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;END)<br>&nbsp;&nbsp; &nbsp;END AS FORMUL_TOPLAMI,<br>&nbsp;&nbsp; &nbsp;STOK.PLANLANACAK AS STOK_PLANLANACAK,<br>&nbsp;&nbsp; &nbsp;STOK.SATICI_KODU AS STOK_SATICI_KODU,<br>&nbsp;&nbsp; &nbsp;STOK.DEPO_KODU,<br>&nbsp;&nbsp; &nbsp;STOK.CIKIS_SERI,<br>&nbsp;&nbsp; &nbsp;STOK.GIRIS_SERI,<br>&nbsp;&nbsp; &nbsp;STOK.SERI_GIR_OT,<br>&nbsp;&nbsp; &nbsp;ESN.YAPKODGENELKILIT,<br>&nbsp;&nbsp; &nbsp;ESN.YAPKODSATICIKILIT,<br>&nbsp;&nbsp; &nbsp;ESN.YAPKODMUSTERIKILIT,<br>&nbsp;&nbsp; &nbsp;ESN.YAPKODSATINALMAKILIT,<br>&nbsp;&nbsp; &nbsp;ESN.YAPKODSATISKILIT<br>&nbsp;&nbsp; &nbsp;, '' ALT_TANIM<br>FROM&nbsp; TBLESNSTMAS AS ESN<br>INNER JOIN DBO.TBLSTSABIT AS STOK<br>ON ESN.STOKKODU = STOK.STOK_KODU<br><br>GO<br><br><br>]]>
   </description>
   <pubDate>Thu, 15 Oct 2015 11:05:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-is-emri-hata_topic4214_post22258.html#22258</guid>
  </item> 
  <item>
   <title><![CDATA[Acil İş emri hata !!! : Merhaba ,&#220;retim mod&#252;l&#252;nde i? emri...]]></title>
   <link>http://www.erpne.org/acil-is-emri-hata_topic4214_post22257.html#22257</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4449">barisb</a><br /><strong>Konu:</strong> 4214<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Ekim&nbsp;2015 Saat 09:00<br /><br />Merhaba ,<div><br></div><div>Üretim modülünde i? emri kayytlarynda a?a?ydaki hatayy alyyorum.</div><div>çok acil yardyma ihtiyacym var..</div><div><br></div><div><div><font color="#ff0000"><b>Veri tabany i?leminde hata!</b></font></div><div><font color="#ff0000"><b>&#091;SQL : SELECT ALT_TANIM FROM ESNSTMAS WHERE STOKKODU = '' AND &nbsp;(YAPKOD = '' OR YAPKOD IS NULL)&nbsp;</b></font></div><div><font color="#ff0000"><b><br></b></font></div><div><font color="#ff0000"><b>Invalid column name 'ALT_TANIM'.(NetsisMS-42S22,207)</b></font></div></div>]]>
   </description>
   <pubDate>Thu, 15 Oct 2015 09:00:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-is-emri-hata_topic4214_post22257.html#22257</guid>
  </item> 
 </channel>
</rss>