<?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</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : Son 10 Gönderilenler]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 06 Jun 2026 22:40:37 +0000</pubDate>
  <lastBuildDate>Wed, 08 Oct 2025 22:09:19 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_topic_feed.asp</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[ERP Rapor : Fast Report VCL 2021]]></title>
   <link>http://www.erpne.org/fast-report-vcl-2021_topic4601_post24024.html#24024</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> Fast Report VCL 2021<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Ekim&nbsp;2025 Saat 22:09<br /><br />Artık Görsel raporda 2025.1.3 oldu. Yukarıdaki mesajda 4 yıl önce versiyon 6'yı beklediğimi yazdım.<br>Versiyon 2025'e gelmekle birlikte, gelen özellikleri epey kırpılmış olarak kullanıyoruz.<br><img src="http://www.erpne.org/smileys/smiley6.gif" border="0" alt="Unhappy" title="Unhappy" /><br>]]>
   </description>
   <pubDate>Wed, 08 Oct 2025 22:09:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/fast-report-vcl-2021_topic4601_post24024.html#24024</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Stok Mod&#252;l&#252; : ERP Bilgilendirme Servisi ile Stok Bakiye]]></title>
   <link>http://www.erpne.org/erp-bilgilendirme-servisi-ile-stok-bakiye_topic1595_post24022.html#24022</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1924">sessizkule</a><br /><strong>Konu:</strong> ERP Bilgilendirme Servisi ile Stok Bakiye<br /><strong>Gönderim Zamanı:</strong> 27&nbsp;Mart&nbsp;2025 Saat 08:21<br /><br /><div>SELECT</div><div>A.STOK_KODU,</div><div>B.STOK_ADI,</div><div>BAKIYE=(A.TOP_GIRIS_MIK-A.TOP_CIKIS_MIK),</div><div><b>A.SUBE_KODU,</b></div><div><b>A.DEPO_KODU</b></div><div>FROM TBLSTOKPH A WITH (NOLOCK) INNER JOIN TBLSTSABIT B WITH (NOLOCK)</div><div>ON (A.STOK_KODU=B.STOK_KODU)</div><div>WHERE A.STOK_KODU IN (SELECT STOK_KODU FROM TBLSTHAR)</div><div>AND (A.TOP_GIRIS_MIK-A.TOP_CIKIS_MIK)&lt;=2</div><span style="font-size:10px"><br /><br />Düzenleyen sessizkule - 27&nbsp;Mart&nbsp;2025 Saat 08:22</span>]]>
   </description>
   <pubDate>Thu, 27 Mar 2025 08:21:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/erp-bilgilendirme-servisi-ile-stok-bakiye_topic1595_post24022.html#24022</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Stok Mod&#252;l&#252; : ERP Bilgilendirme Servisi ile Stok Bakiye]]></title>
   <link>http://www.erpne.org/erp-bilgilendirme-servisi-ile-stok-bakiye_topic1595_post24021.html#24021</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=3604">fabim</a><br /><strong>Konu:</strong> ERP Bilgilendirme Servisi ile Stok Bakiye<br /><strong>Gönderim Zamanı:</strong> 08&nbsp;Mart&nbsp;2025 Saat 22:18<br /><br />Selamlar,<div><br></div><div>Yazmış olduğunuz bu raporu şubeli ve depo kodlu olarak değiştirebilirmisiniz.</div><div><br></div><div><span style=": rgb251, 251, 253;">SELECT</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">A.STOK_KODU,</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">B.STOK_ADI,</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">BAKIYE=(A.TOP_GIRIS_MIK-A.TOP_CIKIS_MIK)</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">FROM TBLSTOKPH A WITH (NOLOCK) INNER JOIN TBLSTSABIT B WITH (NOLOCK)</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">ON (A.STOK_KODU=B.STOK_KODU)</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">WHERE A.STOK_KODU IN (SELECT STOK_KODU FROM TBLSTHAR)</span><br style=": rgb251, 251, 253;"><span style=": rgb251, 251, 253;">AND (A.TOP_GIRIS_MIK-A.TOP_CIKIS_MIK)&lt;=2</span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;">Teşekkürler,</span></div><div><span style=": rgb251, 251, 253;">Kolay Gelsin</span></div>]]>
   </description>
   <pubDate>Sat, 08 Mar 2025 22:18:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/erp-bilgilendirme-servisi-ile-stok-bakiye_topic1595_post24021.html#24021</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Fatura Mod&#252;l&#252; : E-ihracat Kapatma]]></title>
   <link>http://www.erpne.org/eihracat-kapatma_topic4621_post24020.html#24020</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4595">atilla</a><br /><strong>Konu:</strong> E-ihracat Kapatma<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Ocak&nbsp;2025 Saat 11:27<br /><br />Merhaba. Satış irsaliyesi ile oluşturduğumuz ihracat faturasının kapama işlemini yapamıyorum.<div>İhracat kapama ekranındaki "tamam" butonu pasif halde geliyor.</div><div>Yalnız irsaliye tutarıda sıfır gelmekte.Bir yerde eksik bir işlem yapıyorum yardımcı olur musunuz?</div><div><br></div><div><a href="" target="_blank" rel="nofollow"></div>]]>
   </description>
   <pubDate>Thu, 30 Jan 2025 11:27:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/eihracat-kapatma_topic4621_post24020.html#24020</guid>
  </item> 
  <item>
   <title><![CDATA[SQL Veri Taban&#305; &#304;&#351;lemleri : c# yaşlandırma]]></title>
   <link>http://www.erpne.org/c-yaslandirma_topic4620_post24019.html#24019</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=874">social</a><br /><strong>Konu:</strong> c# yaşlandırma<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Ekim&nbsp;2024 Saat 10:21<br /><br />MErhabalar, ticari pakete benzer bir program yazdım, cari bakiye için netsisdeki gibi yaşlandırma yapmam gerekiyor ama örnek kod bulamadım. İlk borc ilk alacak ile kapanacak, alacak bakiye veriyorsa bir sonraki borç ile kapanacak, kapanamayan borçlarıda vadesine göre 1-30gun , 31-60 gun, 61-90 gun, 90+ gun olarak ayıracak. bu şekilde c# örnek kodu olan varmı acaba<div>view ile yapılamıyor biraz ugrastım ama kalan alacak bakiyesini bir sonraki borca aktaramıyor</div>]]>
   </description>
   <pubDate>Thu, 24 Oct 2024 10:21:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/c-yaslandirma_topic4620_post24019.html#24019</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Dekont Mod&#252;l&#252; : Toplu Çek Tahsil Dekontu]]></title>
   <link>http://www.erpne.org/toplu-cek-tahsil-dekontu_topic2896_post24017.html#24017</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=5033">Arslan1515</a><br /><strong>Konu:</strong> Toplu Çek Tahsil Dekontu<br /><strong>Gönderim Zamanı:</strong> 09&nbsp;Haziran&nbsp;2024 Saat 13:45<br /><br /> <img src="http://www.erpne.org/smileys/smiley28.gif" border="0" align="middle" /> ]]>
   </description>
   <pubDate>Sun, 09 Jun 2024 13:45:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/toplu-cek-tahsil-dekontu_topic2896_post24017.html#24017</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Muhasebe Mod&#252;l&#252; : Enflasyon muhasebesi]]></title>
   <link>http://www.erpne.org/enflasyon-muhasebesi_topic4618_post24016.html#24016</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> Enflasyon muhasebesi<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Aralık&nbsp;2023 Saat 11:55<br /><br />Enflasyon muhasebesi ile ilgili bir süreç var mı yazılım tarafında, bilen gören duyan :)]]>
   </description>
   <pubDate>Tue, 26 Dec 2023 11:55:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/enflasyon-muhasebesi_topic4618_post24016.html#24016</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Entegrasyonlar&#305; : Netopenx Fatura]]></title>
   <link>http://www.erpne.org/netopenx-fatura_topic4617_post24015.html#24015</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=874">social</a><br /><strong>Konu:</strong> Netopenx Fatura<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Kasım&nbsp;2023 Saat 00:18<br /><br />Yazdiginizi tam anlamadim ama bugun programi yazdim bitirdim. Linq sorgulariyla yaptim, db2 tablosundaki tc ve vergi tblefatcari tablosunda varsa gride efatura carisi yazdirdim. Tabi 1.5milyon kayit varmis efatcari tabloda, search edip getirmesi 5 saniye kadar suruyor.]]>
   </description>
   <pubDate>Thu, 02 Nov 2023 00:18:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/netopenx-fatura_topic4617_post24015.html#24015</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Entegrasyonlar&#305; : Netopenx Fatura]]></title>
   <link>http://www.erpne.org/netopenx-fatura_topic4617_post24014.html#24014</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=5030">halilibo_2015</a><br /><strong>Konu:</strong> Netopenx Fatura<br /><strong>Gönderim Zamanı:</strong> 31&nbsp;Ekim&nbsp;2023 Saat 11:04<br /><br />Merhaba. Bi forum paylaştım da acaba siz çözümünü biliyor musunuz?]]>
   </description>
   <pubDate>Tue, 31 Oct 2023 11:04:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/netopenx-fatura_topic4617_post24014.html#24014</guid>
  </item> 
  <item>
   <title><![CDATA[ERP Entegrasyonlar&#305; : Netopenx Fatura]]></title>
   <link>http://www.erpne.org/netopenx-fatura_topic4617_post24013.html#24013</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=874">social</a><br /><strong>Konu:</strong> Netopenx Fatura<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Ekim&nbsp;2023 Saat 22:07<br /><br />Ibm db2 den aldigim faturalari netsise akraracagim, cari tc ve vergi no ile efatura veya earsiv kontrolunu nasil yapmaliyim<br /><br />Efatura numarasi otomatik geliyormu sadece faturayi aktardigimda. Yani ABC2023000001761 I BEN ABC00000017651 olarak aktardigimda gib fatura nosunuda aktarmam gerekiyormu?]]>
   </description>
   <pubDate>Mon, 30 Oct 2023 22:07:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/netopenx-fatura_topic4617_post24013.html#24013</guid>
  </item> 
 </channel>
</rss>