<?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 YARDIM LÜTFEN...</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : SQL Veri Taban&#305; &#304;&#351;lemleri : ACIL YARDIM LÜTFEN...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:47:51 +0000</pubDate>
  <lastBuildDate>Sat, 02 Dec 2006 23:14:20 +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=55</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 YARDIM LÜTFEN... : Rica ederim  Umarim isini g&#246;rm&#252;st&#252;r. ...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post209.html#209</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=116">netsisantalya</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 23:14<br /><br /><P>Rica ederim </P><DIV></DIV>Umarim isini görmüstür.<DIV></DIV>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 23:14:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post209.html#209</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... : merhaba netsis antalya cok tesekkur...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post208.html#208</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=85">erDal</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 18:04<br /><br /><P>merhaba netsis antalya cok tesekkur ederim yardimlariniz icin</P>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 18:04:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post208.html#208</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... : Merhaba erDal, serbest rapor...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post207.html#207</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=116">netsisantalya</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 17:33<br /><br /><P>Merhaba erDal,</P><P>serbest rapor olustururken fiyat kismina ondalik verebilirsin bende bir problem çikmadi miktar için ise</P><P>&nbsp;</P><DIV>CREATE FUNCTION SONGIRMIK(@SK VARCHAR(25)) <BR>RETURNS TDBFLOAT<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM TDBFLOAT<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp;&nbsp;SHTAR_GCMIK&nbsp; FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END</DIV><DIV>&nbsp;</DIV><DIV>bu function u da database de olustur</DIV><DIV>daha sonra</DIV><DIV>ALTER&nbsp;VIEW SONALISFIYATRAP<BR>(<BR>STOK_KODU,<BR>STOK_ADI,<BR>BIRIM,<BR>GRUP_KODU,<BR>KOD1,<BR>KOD2,<BR>KOD3,<BR>KOD4,<BR>KOD5,<BR>SATICI_KODU,<BR>SON_FIYAT,<BR>TARIH,<BR>CARI_KODU,<BR>CARI_ADI,</DIV><DIV>MIKTAR<BR>)<BR>AS<BR>SELECT <BR>S.STOK_KODU,<BR>S.STOK_ADI,<BR>S.OLCU_BR1,<BR>S.GRUP_KODU,<BR>S.KOD_1,<BR>S.KOD_2,<BR>S.KOD_3,<BR>S.KOD_4,<BR>S.KOD_5,<BR>S.SATICI_KODU,<BR>DBO.SONGIRFIY(S.STOK_KODU),<BR>DBO.SONGIRTAR(S.STOK_KODU) ,<BR>DBO.SONGIRCAR(S.STOK_KODU),<BR>C.CARI_ISIM,</DIV><DIV>DBO.SONGIRMIK(S.STOK_KODU)<BR>FROM TBLSTSABIT S<BR>LEFT OUTER JOIN TBLCASABIT C ON (DBO.SONGIRCAR(S.STOK_KODU) = C.CARI_KOD)<BR>WHERE DBO.SONGIRFIY(STOK_KODU) &gt; 0<BR></DIV><DIV>(miktar bilgisini view e ekliyoruz)</DIV><DIV>çalistir.</DIV><DIV>miktar kismida ayni rapor a gelecektir.</DIV><DIV>Kolay gelsin</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Düzenleyen netsisantalya - 02&nbsp;Aralık&nbsp;2006 Saat 17:34</span>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 17:33:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post207.html#207</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... : HALLETTIM ARKADASLAR YALNIZ MIKTARI...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post204.html#204</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=85">erDal</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 13:55<br /><br />HALLETTIM ARKADASLAR YALNIZ MIKTARI EKLEYEMEDIM VE SERBEST RAPOR ALIRKEN FIYATIN VIRGÜLDEN SONRAKI BASAMAKLARI GORUNMUYO VE BU RAPORDA ALDIGIMIZ MIKTARIDA GOREBILIRMIYIZ...]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 13:55:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post204.html#204</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... :   erDal Yazd&#305;:stok hareketlerim...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post202.html#202</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=24">NeTSiSFoReVeR</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 12:50<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: erDal" alt="Orjinalini yazan: erDal" style="vertical-align: text-bottom;" /> <strong>erDal Yazdı:</strong><br /><br />stok hareketlerim olmasina ragmen rapor bos cikiyo netsis forever</td></tr></table> <DIV>&nbsp;</DIV><DIV>Fonksiyonlari ve viewi olusturdugunuzdan emin olun. Ve asagidaki cümleyi çalistirin...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>SELECT * FROM SONALISFIYATRAP</DIV><span style="font-size:10px"><br /><br />Düzenleyen NetsisForever - 02&nbsp;Aralık&nbsp;2006 Saat 12:51</span>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 12:50:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post202.html#202</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... : stok hareketlerim olmasina ragmen...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post201.html#201</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=85">erDal</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 12:36<br /><br />stok hareketlerim olmasina ragmen rapor bos cikiyo netsis forever]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 12:36:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post201.html#201</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... :   erDal Yazd&#305;: netsis antalaya...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post200.html#200</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=24">NeTSiSFoReVeR</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 12:34<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: erDal" alt="Orjinalini yazan: erDal" style="vertical-align: text-bottom;" /> <strong>erDal Yazdı:</strong><br /><br /><P>netsis antalaya oncelikle ilgin ve alakan icin tesekkurler hepsini yaptim ama rapor bos </P><P>çikiyo eksik biseylermi var acaba</P><DIV></DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Ben denedim sorun yok...</DIV>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 12:34:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post200.html#200</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... : netsis antalaya oncelikle ilgin...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post198.html#198</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=85">erDal</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 11:38<br /><br /><P>netsis antalaya oncelikle ilgin ve alakan icin tesekkurler hepsini yaptim ama rapor bos </P><P>çikiyo eksik biseylermi var acaba</P><DIV></DIV><span style="font-size:10px"><br /><br />Düzenleyen erDal - 02&nbsp;Aralık&nbsp;2006 Saat 11:38</span>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 11:38:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post198.html#198</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... :   netsisantalya Yazd&#305;:Merhaba...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post197.html#197</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=24">NeTSiSFoReVeR</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 08:50<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: netsisantalya" alt="Orjinalini yazan: netsisantalya" style="vertical-align: text-bottom;" /> <strong>netsisantalya Yazdı:</strong><br /><br />Merhaba <DIV>sanirim stoklarin son alis fiyatlarini gösteren bir rapor istiyorsun.</DIV><DIV>Bunun için </DIV><DIV>Öncelikle 3 adet function olusturuyoruz.</DIV><DIV>1.</DIV><DIV>CREATE FUNCTION SONGIRFIY(@SK VARCHAR(25)) <BR>RETURNS TDBFLOAT<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM TDBFLOAT<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp; STHAR_NF&nbsp; FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END<BR></DIV><DIV>&nbsp;</DIV><DIV>2.</DIV><DIV>CREATE FUNCTION SONGIRTAR(@SK VARCHAR(25)) <BR>RETURNS TDBDATETIME<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM TDBDATETIME<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp; STHAR_TARIH FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END<BR></DIV><DIV>&nbsp;</DIV><DIV>3.</DIV><DIV>CREATE FUNCTION SONGIRCAR(@SK VARCHAR(25)) <BR>RETURNS VARCHAR(35)<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM VARCHAR(35)<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp; STHAR_ACIKLAMA&nbsp; FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END</DIV><DIV><BR>bu function lari ilgili database de olustur.</DIV><DIV>daha sonra </DIV><DIV>&nbsp;</DIV><DIV>CREATE VIEW SONALISFIYATRAP<BR>(<BR>STOK_KODU,<BR>STOK_ADI,<BR>BIRIM,<BR>GRUP_KODU,<BR>KOD1,<BR>KOD2,<BR>KOD3,<BR>KOD4,<BR>KOD5,<BR>SATICI_KODU,<BR>SON_FIYAT,<BR>TARIH,<BR>CARI_KODU,<BR>CARI_ADI<BR>)<BR>AS<BR>SELECT <BR>S.STOK_KODU,<BR>S.STOK_ADI,<BR>S.OLCU_BR1,<BR>S.GRUP_KODU,<BR>S.KOD_1,<BR>S.KOD_2,<BR>S.KOD_3,<BR>S.KOD_4,<BR>S.KOD_5,<BR>S.SATICI_KODU,<BR>DBO.SONGIRFIY(S.STOK_KODU),<BR>DBO.SONGIRTAR(S.STOK_KODU) ,<BR>DBO.SONGIRCAR(S.STOK_KODU),<BR>C.CARI_ISIM<BR>FROM TBLSTSABIT S<BR>LEFT OUTER JOIN TBLCASABIT C ON (DBO.SONGIRCAR(S.STOK_KODU) = C.CARI_KOD)<BR>WHERE DBO.SONGIRFIY(STOK_KODU) &gt; 0</DIV><DIV>&nbsp;</DIV><DIV>bu view i olustur.</DIV><DIV>En son olarak ta serbest raporlardan bir rapor olusturabilirsin.</DIV><DIV>&nbsp;</DIV><DIV>Kolay gelsin.</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Tesekkürler Benimde Isime Yarayacak...</DIV>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 08:50:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post197.html#197</guid>
  </item> 
  <item>
   <title><![CDATA[ACIL YARDIM LÜTFEN... : Merhaba sanirim stoklarin son...]]></title>
   <link>http://www.erpne.org/acil-yardim-lutfen_topic55_post196.html#196</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=116">netsisantalya</a><br /><strong>Konu:</strong> 55<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Aralık&nbsp;2006 Saat 00:15<br /><br />Merhaba<DIV>sanirim stoklarin son alis fiyatlarini gösteren bir rapor istiyorsun.</DIV><DIV>Bunun için </DIV><DIV>Öncelikle 3 adet function olusturuyoruz.</DIV><DIV>1.</DIV><DIV>CREATE FUNCTION SONGIRFIY(@SK VARCHAR(25)) <BR>RETURNS TDBFLOAT<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM TDBFLOAT<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp; STHAR_NF&nbsp; FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END<BR></DIV><DIV>&nbsp;</DIV><DIV>2.</DIV><DIV>CREATE FUNCTION SONGIRTAR(@SK VARCHAR(25)) <BR>RETURNS TDBDATETIME<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM TDBDATETIME<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp; STHAR_TARIH FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END<BR></DIV><DIV>&nbsp;</DIV><DIV>3.</DIV><DIV>CREATE FUNCTION SONGIRCAR(@SK VARCHAR(25)) <BR>RETURNS VARCHAR(35)<BR>&nbsp;AS BEGIN<BR>&nbsp; DECLARE @DM VARCHAR(35)<BR>&nbsp; SET @DM=0;</DIV><DIV>SET @DM = (SELECT TOP 1&nbsp; STHAR_ACIKLAMA&nbsp; FROM TBLSTHAR&nbsp; WHERE STHAR_GCKOD = 'G'<BR>&nbsp;AND STHAR_HTUR='J'&nbsp; AND STOK_KODU =&nbsp; @SK<BR>ORDER BY STHAR_TARIH DESC)</DIV><DIV>IF @DM = NULL<BR>SET @DM = 0<BR>RETURN(@DM)<BR>END</DIV><DIV><BR>bu function lari ilgili database de olustur.</DIV><DIV>daha sonra </DIV><DIV>&nbsp;</DIV><DIV>CREATE VIEW SONALISFIYATRAP<BR>(<BR>STOK_KODU,<BR>STOK_ADI,<BR>BIRIM,<BR>GRUP_KODU,<BR>KOD1,<BR>KOD2,<BR>KOD3,<BR>KOD4,<BR>KOD5,<BR>SATICI_KODU,<BR>SON_FIYAT,<BR>TARIH,<BR>CARI_KODU,<BR>CARI_ADI<BR>)<BR>AS<BR>SELECT <BR>S.STOK_KODU,<BR>S.STOK_ADI,<BR>S.OLCU_BR1,<BR>S.GRUP_KODU,<BR>S.KOD_1,<BR>S.KOD_2,<BR>S.KOD_3,<BR>S.KOD_4,<BR>S.KOD_5,<BR>S.SATICI_KODU,<BR>DBO.SONGIRFIY(S.STOK_KODU),<BR>DBO.SONGIRTAR(S.STOK_KODU) ,<BR>DBO.SONGIRCAR(S.STOK_KODU),<BR>C.CARI_ISIM<BR>FROM TBLSTSABIT S<BR>LEFT OUTER JOIN TBLCASABIT C ON (DBO.SONGIRCAR(S.STOK_KODU) = C.CARI_KOD)<BR>WHERE DBO.SONGIRFIY(STOK_KODU) &gt; 0</DIV><DIV>&nbsp;</DIV><DIV>bu view i olustur.</DIV><DIV>En son olarak ta serbest raporlardan bir rapor olusturabilirsin.</DIV><DIV>&nbsp;</DIV><DIV>Kolay gelsin.</DIV><span style="font-size:10px"><br /><br />Düzenleyen netsisantalya - 02&nbsp;Aralık&nbsp;2006 Saat 00:22</span>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 00:15:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/acil-yardim-lutfen_topic55_post196.html#196</guid>
  </item> 
 </channel>
</rss>