<?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 : otomatik hesap planı oluşturma</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 : otomatik hesap planı oluşturma]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 16:04:36 +0000</pubDate>
  <lastBuildDate>Wed, 16 Dec 2015 22:49:47 +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=4251</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[otomatik hesap planı oluşturma : te?ekk&#252;r&#252;n&#252;zden yeterli oldu?unu...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22465.html#22465</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Aralık&nbsp;2015 Saat 22:49<br /><br />te?ekkürünüzden yeterli oldu?unu anlyyorum.<div>TBLMUPLAN tablosunda eksik byrakty?ym birkaç alan var sanyrym.</div><div>yeterlili?i bozmayacak kadar..</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 16 Dec 2015 22:49:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22465.html#22465</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma :   mbaykan Yazd&#305;:INSERT INTO TBLMUPLAN...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22464.html#22464</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4705">fatal_17</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Aralık&nbsp;2015 Saat 14:20<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: mbaykan" alt="Orjinalini yazan: mbaykan" style="vertical-align: text-bottom;" /> <strong>mbaykan Yazdı:</strong><br /><br /><div>INSERT INTO TBLMUPLAN (SUBE_KODU,ISLETME_KODU,AGM,HESAP_KODU,HS_ADI,HS_GRKOD,HS_BLKZ,ONAYTIPI,ONAYNUM)</div><div><br></div><div>SELECT -1,1,'M',CARI_KOD,LEFT(CARI_ISIM,50),LEFT(CARI_KOD,2),CASE WHEN CARI_KOD LIKE '12%' THEN 'A' ELSE 'P' END,'A',0&nbsp;</div><div>FROM TBLCASABIT</div><div>WHERE CARI_KOD NOT IN (SELECT HESAP_KODU FROM TBLMUPLAN WHERE AGM='M' AND HESAP_KODU LIKE '&#091;13&#093;2%');</div><div><br></div><div>INSERT INTO TBLMUPLANEK (KOD) SELECT HESAP_KODU FROM TBLMUPLAN&nbsp;</div><div>WHERE AGM='M' AND HESAP_KODU LIKE '&#091;13&#093;2%' AND HESAP_KODU NOT IN (SELECT KOD FROM TBLMUPLANEK);</div><div><br></div><div>UPDATE TBLCASABIT SET M_KOD=CARI_KOD WHERE CARI_KOD LIKE '&#091;13&#093;2%';</div><div><br></div></td></tr></table><div><br></div><div>sadece bu kod yeterlimi</div>]]>
   </description>
   <pubDate>Wed, 16 Dec 2015 14:20:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22464.html#22464</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma : INSERT INTO TBLMUPLAN (SUBE_KO...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22463.html#22463</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Aralık&nbsp;2015 Saat 13:41<br /><br /><div>INSERT INTO TBLMUPLAN (SUBE_KODU,ISLETME_KODU,AGM,HESAP_KODU,HS_ADI,HS_GRKOD,HS_BLKZ,ONAYTIPI,ONAYNUM)</div><div><br></div><div>SELECT -1,1,'M',CARI_KOD,LEFT(CARI_ISIM,50),LEFT(CARI_KOD,2),CASE WHEN CARI_KOD LIKE '12%' THEN 'A' ELSE 'P' END,'A',0&nbsp;</div><div>FROM TBLCASABIT</div><div>WHERE CARI_KOD NOT IN (SELECT HESAP_KODU FROM TBLMUPLAN WHERE AGM='M' AND HESAP_KODU LIKE '&#091;13&#093;2%');</div><div><br></div><div>INSERT INTO TBLMUPLANEK (KOD) SELECT HESAP_KODU FROM TBLMUPLAN&nbsp;</div><div>WHERE AGM='M' AND HESAP_KODU LIKE '&#091;13&#093;2%' AND HESAP_KODU NOT IN (SELECT KOD FROM TBLMUPLANEK);</div><div><br></div><div>UPDATE TBLCASABIT SET M_KOD=CARI_KOD WHERE CARI_KOD LIKE '&#091;13&#093;2%';</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 16 Dec 2015 13:41:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22463.html#22463</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma :   mbaykan Yazd&#305;:bu trigger casabit&amp;#039;ten...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22462.html#22462</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4705">fatal_17</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Aralık&nbsp;2015 Saat 13:16<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: mbaykan" alt="Orjinalini yazan: mbaykan" style="vertical-align: text-bottom;" /> <strong>mbaykan Yazdı:</strong><br /><br />bu trigger casabit'ten kayyt silindi?inde çaly?yr<div>sizin INSERT için olana ihtiyacynyz var (?)</div><div>8000 civary karty casabit tablosuna kaydetti?niz için INSERT trigger'y</div><div>bundan sonra kaydedecekleriniz için i?e yarar</div><div>SQL Scripti&nbsp;<span style="line-height: 1.4;">için; bana örnek cari kodlarynyzy verin (mü?teri/satycy)</span></div><div>muhasebe'de grup seviyesi (120-GG-... ) ile nasyl bir kural var?</div><div>bunlara göre yazalym</div><div><br></div></td></tr></table><div><br></div><div>120-01-000001 mü?teri</div><div><br></div><div>320-01-000001 satycy</div><div><br></div><div>muhasebe kodlaryda bu ?ekilde olacak</div>]]>
   </description>
   <pubDate>Wed, 16 Dec 2015 13:16:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22462.html#22462</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma : bu trigger casabit&amp;#039;ten kayyt...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22461.html#22461</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Aralık&nbsp;2015 Saat 13:04<br /><br />bu trigger casabit'ten kayyt silindi?inde çaly?yr<div>sizin INSERT için olana ihtiyacynyz var (?)</div><div>8000 civary karty casabit tablosuna kaydetti?niz için INSERT trigger'y</div><div>bundan sonra kaydedecekleriniz için i?e yarar</div><div>SQL Scripti&nbsp;<span style="line-height: 1.4;">için; bana örnek cari kodlarynyzy verin (mü?teri/satycy)</span></div><div>muhasebe'de grup seviyesi (120-GG-... ) ile nasyl bir kural var?</div><div>bunlara göre yazalym</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 16 Dec 2015 13:04:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22461.html#22461</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma :   mbaykan Yazd&#305;:Hazyr script...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22460.html#22460</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4705">fatal_17</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 16&nbsp;Aralık&nbsp;2015 Saat 11:08<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: mbaykan" alt="Orjinalini yazan: mbaykan" style="vertical-align: text-bottom;" /> <strong>mbaykan Yazdı:</strong><br /><br />Hazyr script yok uzak ba?lanty imkany varsa mesajla bildirin yardymcy olabilirim</td></tr></table><div><br></div><div><div>USE &#091;aaaa&#093;</div><div>GO</div><div><br></div><div>/****** Object: &nbsp;Trigger &#091;dbo&#093;.&#091;NTR_CASABITD&#093; &nbsp; &nbsp;Script Date: 16.12.2015 09:21:45 ******/</div><div>SET ANSI_NULLS OFF</div><div>GO</div><div><br></div><div>SET QUOTED_IDENTIFIER OFF</div><div>GO</div><div><br></div><div><br></div><div>ALTER TRIGGER &#091;dbo&#093;.&#091;NTR_CASABITD&#093;</div><div>ON &#091;dbo&#093;.&#091;TBLCASABIT&#093;</div><div>FOR DELETE</div><div>NOT FOR REPLICATION</div><div>AS</div><div>DECLARE @MuhasebeKodu VARCHAR(50);</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>DECLARE @SubeKodu INT;</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>DECLARE @CariAdi VARCHAR(50);</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>DECLARE @HesapGrupKod VARCHAR(2);</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>DECLARE @CariKodu VARCHAR(50);</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>DECLARE @BA VARCHAR(1);</div><div><br></div><div><span ="apple-tab-span"="" style="white-space:pre">		</span></div><div>&nbsp; &nbsp; &nbsp; DECLARE CASABITD CURSOR FOR SELECT&nbsp;</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp; &nbsp;SUBSTRING(CARI_KOD, 0, 3) + '-' + SUBSTRING(CARI_KOD, 4, 2) + '-' + SUBSTRING(CARI_KOD, 6, 3),</div><div><span ="apple-tab-span"="" style="white-space:pre">		</span>SUBE_KODU,</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp; &nbsp;SUBSTRING(CARI_ISIM, 0, 50),</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp; &nbsp;SUBSTRING(CARI_KOD, 0, 3),</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp; &nbsp;CARI_KOD</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> FROM dbo.TBLCASABIT</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>OPEN CASABITD</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp;FETCH NEXT FROM CASABITD INTO @MuhasebeKodu, @SubeKodu, @CariAdi, @HesapGrupKod, @CariKodu</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp;WHILE @@FETCH_STATUS&lt;&gt;-1</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp;BEGIN</div><div><span ="apple-tab-span"="" style="white-space:pre">			</span>IF @CariKodu LIKE '120%'</div><div><span ="apple-tab-span"="" style="white-space:pre">		</span>SET @BA = 'B';</div><div><br></div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>IF @CariKodu LIKE '320%'</div><div><span ="apple-tab-span"="" style="white-space:pre">		</span>SET @BA = 'A';</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span></div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>INSERT INTO &#091;dbo&#093;.&#091;TBLMUPLAN&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(&#091;SUBE_KODU&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;ISLETME_KODU&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;HESAP_KODU&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;AGM&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;HS_ADI&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;HS_YD_ADI&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;HS_GRKOD&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;OLCU_BIRIM&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;HS_BLKZ&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;CALIS_TIP&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;CALIS_BAG&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;DOVIZLIMI&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;DOVIZ_TIPI&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;HESAPLAMATURU&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;DOVIZKONTROL&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;UPDATE_KODU&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;REFKODLU_CALIS&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;ONAYTIPI&#093;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,&#091;ONAYNUM&#093;)</div><div>&nbsp; &nbsp; &nbsp;VALUES</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(0</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,1</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,@MuhasebeKodu</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,'M'</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,@CariAdi</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,@HesapGrupKod</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,@BA</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,'H'</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,'H'</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,0</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,NULL</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,'A'</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;,0); &nbsp;</div><div><br></div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>UPDATE TBLCASABIT SET M_KOD = @MuhasebeKodu WHERE CARI_KOD = @CariKodu; &nbsp; &nbsp;&nbsp;</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp; &nbsp;FETCH NEXT FROM CASABITD INTO @MuhasebeKodu, @SubeKodu, @CariAdi, @HesapGrupKod, @CariKodu</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> &nbsp;END</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> CLOSE CASABITD</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span> DEALLOCATE CASABITD</div><div>GO</div><div><br></div><div>böyle bir kod var ama çaly?mady</div></div><span style="font-size:10px"><br /><br />Düzenleyen fatal_17 - 16&nbsp;Aralık&nbsp;2015 Saat 11:38</span>]]>
   </description>
   <pubDate>Wed, 16 Dec 2015 11:08:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22460.html#22460</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma : Hazyr script yok uzak ba?lanty...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22458.html#22458</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Aralık&nbsp;2015 Saat 11:43<br /><br />Hazyr script yok uzak ba?lanty imkany varsa mesajla bildirin yardymcy olabilirim]]>
   </description>
   <pubDate>Tue, 15 Dec 2015 11:43:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22458.html#22458</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma :   mbaykan Yazd&#305;:cari kodlarynyz...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22457.html#22457</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4705">fatal_17</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 15&nbsp;Aralık&nbsp;2015 Saat 09:16<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: mbaykan" alt="Orjinalini yazan: mbaykan" style="vertical-align: text-bottom;" /> <strong>mbaykan Yazdı:</strong><br /><br />cari kodlarynyz 120xxx 320xxx ?eklindemi? öyle de?ilse bile<div>120-xx-xxxxx/320-xx-xxxx tarzynda numara olu?turacak cari kodlarynyz var ise</div><div>SQL scripti yazarak TBLMUPLAN ve TBLMUPLANEK tablolaryna yazabilirsiniz</div></td></tr></table><div><br></div><div>evet 120-xx-xx ve 320 xx ?eklinde bu sql scriptini nerden bulabilirim</div>]]>
   </description>
   <pubDate>Tue, 15 Dec 2015 09:16:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22457.html#22457</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma : cari kodlarynyz 120xxx 320xxx...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22455.html#22455</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Aralık&nbsp;2015 Saat 19:50<br /><br />cari kodlarynyz 120xxx 320xxx ?eklindemi? öyle de?ilse bile<div>120-xx-xxxxx/320-xx-xxxx tarzynda numara olu?turacak cari kodlarynyz var ise</div><div>SQL scripti yazarak TBLMUPLAN ve TBLMUPLANEK tablolaryna yazabilirsiniz</div>]]>
   </description>
   <pubDate>Mon, 14 Dec 2015 19:50:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22455.html#22455</guid>
  </item> 
  <item>
   <title><![CDATA[otomatik hesap planı oluşturma : beyler derece programyndan netsise...]]></title>
   <link>http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22452.html#22452</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4705">fatal_17</a><br /><strong>Konu:</strong> 4251<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Aralık&nbsp;2015 Saat 17:27<br /><br />beyler derece programyndan netsise geçdim yakla?yk 8 bin cari excel den attym netsise ama hesap planlaryny nasyl olu?turaca?ym]]>
   </description>
   <pubDate>Mon, 14 Dec 2015 17:27:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/otomatik-hesap-plani-olusturma_topic4251_post22452.html#22452</guid>
  </item> 
 </channel>
</rss>