Re: [Koha] Elasticsearch works in the server but we can not search from OPAC and intranet

2023-07-02 Thread Mengu Yazicioglu
Mengü Yazıcıoğlu Devinim Yazılım Eğitim Danışmanlık Reşit Galip Cad. No: 29/6 Çankaya/ANKARA Tel: (312) 446 86 68 Cep: (532) 701 90 27 On 2.07.2023 16:21, Mengu Yazicioglu wrote: Hi all, I'm trying to move from Zebra to Elasticsearch on live products. I have to finish all before to come to K

[Koha] Elasticsearch works in the server but we can not search from OPAC and intranet

2023-07-02 Thread Mengu Yazicioglu
Hi all, I'm trying to move from Zebra to Elasticsearch on live products. I have to finish all before to come to KohaCon, so with any help you give I'll be so close to come Helsinki ;) Debian 11.7 Koha 22.11.05 Elasticsearch 7.17.11 I've seen that my elasticsearch indices established and ES

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-05-16 Thread Mengu Yazicioglu
Hi Michael, Did you also restart some services after changing the script including memcache? Sometimes it is necessary but not remember for this case. You should also look https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412 Mengü Yazıcıoğlu Devinim Yazılım Eğitim Danışmanlık Re

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-05-05 Thread Mengu Yazicioglu
Correction File will be manage-marc-import.pl Mengü Yazıcıoğlu Devinim Yazılım Eğitim Danışmanlık Reşit Galip Cad. No: 29/6 Çankaya/ANKARA Tel: (312) 446 86 68 Cep: (532) 701 90 27 On 5.05.2023 23:14, Mengu Yazicioglu wrote: Hi, This is related with stage-marc-import.pl line 93 Changing

Re: [Koha-devel] Error when importing file

2023-05-05 Thread Mengu Yazicioglu
ools/manage-marc-import.pl <http://manage-marc-import.pl>, referer: http://localhost:8080/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=1 Thanks in advance Tiago Murakami On Fri, May 5, 2023 at 4:49 PM Mengu Yazicioglu <mailto:me...@devinim.com.tr>> wrote: Hi

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-05-05 Thread Mengu Yazicioglu
Hi, This is related with stage-marc-import.pl line 93 Changing line 93 to $overlay_framework = undef if ($overlay_framework == '_USE_ORIG'); will solve the issue I opened a bug for this. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33692 Mengü Yazıcıoğlu Devinim On 4.03.2023

Re: [Koha-devel] Error when importing file

2023-05-05 Thread Mengu Yazicioglu
Hi Changing line 93 to $overlay_framework = undef if ($overlay_framework == '_USE_ORIG'); will solve the issue Mengü Yazıcıoğlu Devinim On 5.05.2023 22:35, Mengu Yazicioglu wrote: Hi, We've also hit the same problem and trying to solve the issue. If we can, I'l

Re: [Koha-devel] Error when importing file

2023-05-05 Thread Mengu Yazicioglu
Hi, We've also hit the same problem and trying to solve the issue. If we can, I'll share here. Mengü Yazıcıoğlu Devinim On 5.05.2023 19:36, Michael Hafen wrote: Looks like a bug in v22.11.05 to me.  Here's line 93 of tools/manage-marc-import.pl :     $overlay_f

Re: [dspace-community] java.io.IOException: Invalid UTF-16 surrogate detected: d835

2022-12-15 Thread Mengu Yazicioglu
i data but nothing changed. Does anyone any idea? Thanks and best regards Mengu Yazicioglu , 6 Ara 2022 Sal, 18:00 tarihinde şunu yazdı: > > Hi all, > > We're facing a invalid character error and also problems in OAI. > > when we look at something like http:// ... > /oai/requ

Re: [dspace-community] Re: Item change logs

2022-09-02 Thread Mengu Yazicioglu
Thanks a lot for this information Tim 'Tim Donohue' via DSpace Community , 29 Ağu 2022 Pzt, 17:53 tarihinde şunu yazdı: > Hi, > > DSpace does not currently track all changes made to Items. It only tracks > some major change (creation, withdraw, deletion) in the Item's > "dc.description.provenanc

Re: [dspace-community] Re: Item change logs

2022-08-19 Thread Mengu Yazicioglu
We are on 6.4 Thanks Fatih Güneş , 19 Ağu 2022 Cum, 10:40 tarihinde şunu yazdı: > Hi Mengu, > What is your Dspace version? > > On Friday, 19 August 2022 at 00:03:18 UTC+3 mengu.ya...@gmail.com wrote: > >> Hi all, >> >> I'm looking for a SQL script to find all the changes done to specific >> item

[dspace-community] Item change logs

2022-08-18 Thread Mengu Yazicioglu
Hi all, I'm looking for a SQL script to find all the changes done to specific item, especially to find the changes in the embargo situation. Does anyone have such an idea? Thanks in advance. -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/abou

Re: [Koha] Koha and nginx

2020-11-24 Thread Mengu Yazicioglu
Hi Beda, Yes we've used before and added some info in the https://wiki.koha-community.org/wiki/Nginx_conf_sample_for_load_balancing_with_many_servers Mengü Yazıcıoğlu Devinim Yazılım Eğitim Danışmanlık On 21.11.2020 18:55, Beda Szukics wrote: Good evening Has anybody running koha with nginx

Re: [Koha-devel] Deploying Koha at scale

2020-06-11 Thread Mengu Yazicioglu
Hi, I'd like to share some experiences of our installations and what we have done and we haven't. We've used many servers for apache part, and galera cluster for Mariadb part. We used nginx for load balancing and I shared a new entry in the wiki about our conf: https://wiki.koha-community.o

Re: [Koha] Taking patron images out of db into a directory

2020-04-13 Thread Mengu Yazicioglu
Hi, El sáb., 11 de abril de 2020 17:47, Mengu Yazicioglu escribió: We've developed this kind of feature first for 3.20 version with more than 1,600,000 users in the past. Ouch! We were stuck on that version for the longest time. May you have success in coding and implementing your

Re: [Koha] Taking patron images out of db into a directory

2020-04-11 Thread Mengu Yazicioglu
to use as filename (cardnumber, borrowernumber or even an patron attribute) Hope that help ! Eric Bégin Solutions inLibro inc. Le 9 avr. 2020, à 10:42, Mengu Yazicioglu <mailto:me...@devinim.com.tr>> a écrit: ___ Koha maili

[Koha] Taking patron images out of db into a directory

2020-04-09 Thread Mengu Yazicioglu
Hi all, We'd like to write a patch to move patron images out of db into a directory in the server. By this change, we'd like to satisfy following. 1. The size of database backup will be decreased, by this way one may store db backups more. 2. Database performance will increase 3. It will

Re: [Koha] NZ Koha dev visiting Istanbul in May and would love to meet Turkish Koha community members

2020-02-24 Thread Mengu Yazicioglu
Welcome Alex, We are in Ankara unfortunately, if you want to visit us , please share. Any public library in Turkey is using Koha that we installed ( we do not give support them anymore btw). I really suggest you visit other libraries also. One of them is Arter's library. http://www.arter.org

Re: [Koha] New to Koha, but very interested

2016-04-14 Thread Mengu Yazicioglu
Hi Joe, Here are my answers 1. Yes, you may, we use 1126 branches for one instutition, 6 for another, etc. Koha supports branches. 2. Yes you can, we use 3 database servers, 8-10 web servers for big installation. 3. Yes, you can. You need the look at some coonfiguration files. But I sugge

Re: [Koha] Big Koha Migration of Turkey

2016-04-13 Thread Mengu Yazicioglu
Hi Martin, We have 1.126 branches in that system, with clustered database. All user has only one username and password but they may use any library in any location of Turkey with same password. Bibliographic records are centeralized but 1 record may have many items for different branches. Co

Re: [Koha] Big Koha Migration of Turkey

2016-04-11 Thread Mengu Yazicioglu
server can serve all the requirements. I hope this information will be satisfactory, if not please do not hesitate to contact to me. Thanks Mengü On 09-04-2016 11:13, Martin Kravec wrote: Mengu Yazicioglu writes: Hi all, I'm glad to share that we successfully migrated old 2.x Koha to ne

[Koha] Big Koha Migration of Turkey

2016-01-26 Thread Mengu Yazicioglu
Hi all, I'm glad to share that we successfully migrated old 2.x Koha to new one, 3.20. I should also say that this a quite derived version of 3.20, we have added many new features, new modules and changed a lot of codes for the use of public libraries so we may call this Koha version as Koha

[Koha] Zebra processes

2016-01-19 Thread Mengu Yazicioglu
Hi all, Do you know how we can match related Linux prosess with zebra search? Same search gave us a result or nothing in different times. I've seen some processes related with zebra running for hours and want to learn whether they are a child process of main zebraserver or zombie processes, or w

[Linux-sohbet] Re: Kamu Kurumlarının geliştirdiği yazılımlar

2016-01-15 Thread Mengu Yazicioglu
Doruk +1 On 15-01-2016 17:30, Doruk Fisek wrote: > Fri, 15 Jan 2016 16:00:09 +0200, Özgür KURU : > > ... >> özellikle Redhat'in Türkiye ofisi açmasıyla birlikte bu konuya >> eğilimin biraz daha arttığını görebiliyorum, fakat hala destek >> bulamadıklarını, eleman bulamadıklarını söyleyen kurumlar

Re: [Koha] Koha comparision with other vendors

2015-11-18 Thread Mengu Yazicioglu
Thanks for quick answers, We need such articles and comparison tests as KOHA developers and users. I'd like to ask another question. Is there any globally accepted check list for buying an ILS? Librarians in Turkey shared some NISO documents but from year 2002, hence it doesn't cover all new

[Koha] Koha comparision with other vendors

2015-11-16 Thread Mengu Yazicioglu
Hello all, One of our Koha candidate customer want from us some articles about comparion of Koha with other ILS systems. I googled but could not find a technical comparision article. If you know such information and share, I'll be very appreciate for that. Thanks Mengü __

Re: [Koha] Koha 3.20.03 - koha-opac-error_log

2015-10-30 Thread Mengu Yazicioglu
Hi Ozkan, This should be related with that you didn't choose a Library in Opac interface. / / On 29-10-2015 14:15, Ozkan OZMEN wrote: Hi all, I have 2 errors at koha-opac-error_log at below: [Thu Oct 29 13:41:00 2015] opac-search.pl: C4::Context->userenv not defined! at /usr/share/koha/lib/

Re: [Koha] Fwd: Koha Offline Circulation Tool - Development

2015-10-28 Thread Mengu Yazicioglu
Hi all, We had written a Java Code for offline circulation (working on both Linux and Windows) and another code for Koha main system ( suitable also for branch libraries). We'll start sharing these codes very soon. Best regards. Mengü / / On 28-10-2015 12:14, Fridolin SOMERS wrote: Hie Bal

Re: [Koha] Large installation in Turkey

2015-10-13 Thread Mengu Yazicioglu
want to share this project with all of you. Thanks. Mengü On 13-10-2015 01:36, Bob Birchall wrote: Changing the name of this interesting thread, so it can be found in the archives. :) Bob On 13/10/15 01:13, Mengu Yazicioglu wrote: Hi, It's in only one Koha installation for all pub

Re: [Koha] KOHA with PostgreSQL

2015-10-12 Thread Mengu Yazicioglu
:15 GMT-03:00 Mengu Yazicioglu <mailto:me...@devinim.com.tr>>: I'd like to share that we serve more than 13.200.000 records (adding more than 20.000 items per day) to 1.126 public libraries consoritum with 1.000.000 users (adding more than 2.000 new users everyday),

Re: [Koha] KOHA with PostgreSQL

2015-10-12 Thread Mengu Yazicioglu
n Koha? If it is just one Koha, i guess you had to make specific patches? (I imagine having hundreds of libraries defined in the branches could be a problem at some places in the interface...) It's great to see Koha being put to such use anyway! Is there a public opac we can see? Best regard

Re: [Koha] KOHA with PostgreSQL

2015-10-11 Thread Mengu Yazicioglu
I'd like to share that we serve more than 13.200.000 records (adding more than 20.000 items per day) to 1.126 public libraries consoritum with 1.000.000 users (adding more than 2.000 new users everyday), I think it is biggest Koha installation around the world, We use Mariadb on clustered serve

Re: [Koha] Big Collection

2015-09-09 Thread Mengu Yazicioglu
Hi, We serve more than 13.000.000 items with 1.000.000 users in one of our customers. I suggest to change MySQL and InnoDB performance tuning parameters. It's a good idea to cache the data. There should be proxy problems also. Mengu On 04-09-2015 06:22, Jerwyn wrote: Greetings! We have roug

Re: [Koha] [Koha-devel] Koha development

2015-02-16 Thread Mengu Yazicioglu
I'd like to also add our company, We've just started to develop for Koha 9 months ago, however, we support (I think) the biggest public library ogranization in the world in count, 1120 public libraries of Turkey. Our team is 5 FTE for the moment, including developers, documentation, support a

[Linux-sohbet] Re: .Net artık MIT License ile dağıtılıyor

2014-11-13 Thread Mengu Yazicioglu
iyi olabilir en azından benim için iyi :) windows ağırlıklı gruba bu hafta bir linux sistem yönetimi eğitimi veriyorum. açık kaynak herkes geçecek diye anlatıyordum 1 gğn önce, bugün de derste keyfini sürüyorum :) On 11/13/2014 09:06 AM, Gökhan Karakaş wrote: Hersey yavas yavas... ogreniyorl

[Koha] Fwd: Request to add our company in Koha Support Companies list in Europe, Asia, Middle East and Africa Region

2014-10-22 Thread Mengu Yazicioglu
n Europe, Asia, Middle East and Africa Region Date: Tue, 14 Oct 2014 21:53:50 +0300 From: Mengu Yazicioglu To: koha@lists.katipo.co.nz Hello all, Would you please add our company in the list of Koha Support companies list for Europe, Asia and Middle East, Africa Region, please? We'

[Koha] Request to add our company in Koha Support Companies list in Europe, Asia, Middle East and Africa Region

2014-10-14 Thread Mengu Yazicioglu
ublic libraries in Turkey, with 11.000.000 items and aroun 1.400.000 borrowers at the moment, those values are still counting). We'll also share other developings in that project through that list. Company Name: Devinim Yazilim Contact Person: Mengu Yazicioglu Contact email: devi...@devi

[Koha] Zebra error

2014-04-21 Thread Mengu Yazicioglu
Hi all, I'm not sure whether this is a rigth list but I need some help for a production environment. We use a server for zebra. And we started to get errors like that in the var/log/messages: Apr 21 18:51:37 zebra kernel: zebrasrv-2.0[29573]: segfault at 122383ef ip 7f5569e07c31 sp 000

[Linux-sohbet] Re: PHP Kursu Tavsiyesi

2012-12-27 Thread Mengu Yazicioglu
Çok iddialı olmuş :) On 19-12-2012 16:25, Bahadir demircioğlu wrote: Merhaba, Akademik Bilişim'i kaçırmamanızı tavsiye ederim. Görüp görebileceğiniz en iyi Php eğitmenleri orada olacak :) 2012/12/19 Yunus Oksuz > C ve sistem programcilari derneginde boyle

[Linux-sohbet] Re: Proje bazlı çalışmak isteyen arkadaşlar

2012-07-20 Thread Mengu Yazicioglu
Bu yazıyı çok beğendiğimi söylemek için yazmak istedim. On 20-07-2012 15:48, Ozgur wrote: > Selamlar, > > gelişmesini istediğimiz şey Linux ama bunu geliştirecek tek etken > Linux'u bilen, kullanan ve hakim "insan". Her zaman olduğu gibi > hedefte insan var ve biz bu insanları bilgilendirmek, doğr

[Linux-sohbet] Re: Debian tabanlı Pardus hakkındaki düşünceleriniz.

2012-07-06 Thread Mengu Yazicioglu
Merhaba, Necdet Bey'in yazısında 2 konu öne çıkmış 1. Pardus geliştirici sayısı 2. Pardus İş Ortağı Bu iki madde de Pardus'u ya da başka bir dağıtımı desteklemek için yeterli kriterler olabilir mi? Pardus yokken geliştiricisi de yoktu ve biz o zaman farklı Linux dağıtımlarıyla iş yapmıyor muy

[Linux-sohbet] Re: Debian tabanlı Pardus hakkındaki düşünceleriniz.

2012-07-05 Thread Mengu Yazicioglu
+1 On 04-07-2012 11:43, Dr. H. Yağmur Akgün wrote: > Merhaba, > > Pardus projesi bu iki tezi dogrulamak icin yaratilmis gibiydi: > > 1. Yetenekli insanlar bir araya gelince güzel isler cikar. > 2. Bürokrasi elini attigi her seyi kurutup öldürür. > > Bunlari test etmek icin bu kadar para dökmeye ge

[Linux-sohbet] Re: Linux sertifika

2012-05-25 Thread Mengu Yazicioglu
rmesi sertifika sınavlar konuları o alanda ki en önemli konulardir. Sertifika alsak da olur almasak da 25 Mayıs 2012 Cuma tarihinde Mengu Yazicioglu adlı kullanıcı şöyle yazdı: Merhaba, Her yerde bir sertifikadır gidiyor. Neden gerekli bu sertifika? Mengü On 22-05-2012 16:34, x

[Linux-sohbet] Re: Linux sertifika

2012-05-25 Thread Mengu Yazicioglu
Merhaba, Her yerde bir sertifikadır gidiyor. Neden gerekli bu sertifika? Mengü On 22-05-2012 16:34, xorjin wrote: Türkiye'de bu sertifikaları alabileceğim bir kurum var mı 22 Mayıs 2012 Salı tarihinde M.Onur ATÇI adlı kullanıcı şöyle yazdı: LPIC ve redhat sertifikasyon programlarına baka

[Linux-sohbet] Re: Pardus: Topluluk Olarak Ne Yapıyoruz? çalıştayının ardından

2012-04-08 Thread Mengu Yazicioglu
Merhaba, Geçen hafta biri Windows ağırlıklı diğeri de UNIX ağırlıklı iki kuruma GNU/Linux ve açık kaynak kodlu yazılımlarla neler yapabileceklerini, bu ortama göç etmeleri durumunda ne tür avantajları olacaklarını uzun uzadıya anlattık. Tabii iş dönüp dolaşıp iyi de ne oldu Pardus'a noktasına

[Linux-sohbet] Re: PHP Uzmanları Kalmadı mı?

2011-12-07 Thread Mengu Yazicioglu
asını etkiliyor ve dolaylı olarak piyasada çalışanları da. Ücret konusu daha önce belirttiğim gibi sorun değil. PHP uzmanı bulup konuşabilsem anlaşılmayacak durum değil. Piyasanın bu durumundan dolayı Web işinden çok mobil uygulamalar yapıyoruz. 7 Aralık 2011 14:11 tarihinde Mengu Yazici

[Linux-sohbet] Re: PHP Uzmanları Kalmadı mı?

2011-12-07 Thread Mengu Yazicioglu
Merhaba, Merak ettiğim bir konu var. Uzman tanımlanan bir PHP'ci için ne kadar ödemeyi göze alıyorsunuz? Üstelik nesne yönelimli, mysql, vs bilen biri için. On 07-12-2011 13:36, Tora Toraman wrote: 7 Aralık 2011 13:27 tarihinde Güven Atbakan > yazdı: Ben

[Linux-sohbet] Re: Tavsiye: Ext4 mu? ReiserFs mi ?

2011-05-14 Thread Mengu Yazicioglu
n kendi kendilerini resetlemelerine yol açıyor. 3 büyük sistemde aynı sorunu gördüm. Hele hele noatime paramatresi ile mount edilmediğinde facia gibi. Veri transfer boyutu çok küçük dahi olsa transaction sayısı arttığında malesef bahsettiğim sorun oluyor. On 05/14/2011 12:05 PM, Mengu Yaz

[Linux-sohbet] Re: Tavsiye: Ext4 mu? ReiserFs mi ?

2011-05-14 Thread Mengu Yazicioglu
OCFS, Oracle Cluster File System, birçok yerde kullanıyoruz. pek sorun çıkarmadı On 05/14/2011 05:36 AM, Atif CEYLAN wrote: > Dilimi esek arisi soksun. Insan ne cekerse ondan cekermis :p > ocfs kullanmayin. Bana tukuruk yalattirdi. SPOF denen seyle cedellesiyorum. > Ocfs tembellik damarina basiyo

[Linux-sohbet] Re: GNU/Linux'tan nasıl para kazanılır.

2010-08-03 Thread Mengu Yazicioglu
aslında. Yanlış anlaşılma varsa düzeltmiş olayım. Mengü 03-08-2010 13:44, Doruk Fisek yazmış: > Mon, 02 Aug 2010 16:28:34 +0300, Mengu Yazicioglu > : > > >> Aynı LKD web sayfasında Destek Veren kurumların bir kısmında uzun >> süredir yazdığı gibi &

[Linux-sohbet] Re: GNU/Linux'tan nasıl para kazanılır.

2010-08-03 Thread Mengu Yazicioglu
nun şansı olur >> gibime geliyor. Tabii ki bu ancak, müşteri konumundaki firmaların >> yöneticilerini gereği kadar bilinçlendirerek tutacak bir maya >> >> İyi çalışmalar, >> Osman >> >> 2010/8/2 Mengu Yazicioglu: >> >> >>> Herşey güzel

[Linux-sohbet] Re: GNU/Linux'tan nasıl para kazanılır.

2010-08-02 Thread Mengu Yazicioglu
Herşey güzel güzel bir şeyler söylemişken benim yorumlar biraz ters gelebilir ama olsun yine de paylaşacağım. Siz yine de arkadaşlarınızın suratlarına birşey çarpmayın, ileride ne olur ne olmaz. Mahalle çarşılarındaki dükkan öykülerini bilir misiniz? 20-25 dükkanlık bir çarşıda adamın biri bir

[Linux-sohbet] Re: Linux Sistem ve Ağ Yönetimi Hakkında Tav siyeleriniz

2010-03-13 Thread Mengu Yazicioglu
Oh çok iyi, Şu anda sürmekte olan eğitimlerimiz var. Mart sonu ya da Nisan başı gibi yeni eğitimlerimiz açılır. Haftasonu seçeneğimiz de var. Siz şimdiden bana hangi eğitimi istediğinizi söyleyin. Açılınca bu adresinize iletelim. Emre Şahin wrote On 12-03-2010 23:55: Ankara'da yaşıyorum.

[Linux-sohbet] Re: Linux Sistem ve Ağ Yönetimi Hakkında Tav siyeleriniz

2010-03-12 Thread Mengu Yazicioglu
2 sözcükle "Helal olsun" diyorum ve sizin gibi gençlerle moralimizin ve umudumuzun ne kadar da yükseldiğini belirtmek istiyorum. Açtığımız eğitimlerden herhangi birisiyle ilgileniyorsanız ve de Ankara'da yaşıyorsanız size ücretsiz bir eğitim armağan ettiğimizi buradan belirtmek istiyorum. On

[Linux-sohbet] Re: Akılları başlarına geç gelenler : )

2010-01-18 Thread Mengu Yazicioglu
Siz bir de buna yorum yapanlardan birine bakin: *Papagallo Kandelini * 18/01/2010 - 12:24 Dünyada en güvenli tarayıcı hala internet explorer. Üstelik bedava, güncellemeleri de bedava. Firefox ve diğerleri tüm kullanıcılar arasında sa

[Linux-sohbet] Re: 26 firma ya da kurum

2010-01-06 Thread Mengu Yazicioglu
3 kişi yorumda bulundu. Oysa daha çok kişi yorum yapar diye beklerdim. İyiler er ya da geç farkedilir düşüncesindeyim ben de. Biraz daha farklı bir konu ile ilişkilendirmek isterim bu durumu şimdi. Şirket birleşmeleri ya da satın almaları. Krizleri sevdiğimi söylemiştim bir iletide geçen yıl. Ç

[Linux-sohbet] 26 firma ya da kurum

2010-01-05 Thread Mengu Yazicioglu
Merhaba herkese, Geceyarısı bir firmanın Linux işini yapmak üzere beklerken, acaba kaç firma olmuş Linux.org.tr'de diye bakayım dedim. Linux'a Yönelik Destek veren firmaların sayısını görünce de bu yazıyı yazmadan duramadım. Amacım sadece görüşleri paylaşmak ve sizlerin de ne düşündüğünüzü öğren

[Linux-sohbet] Re: Kamu Pardusa Gocemiyor

2009-02-25 Thread Mengu Yazicioglu
Selam Izlem, Buradaki en temel sorun Bilgi Islem yoneticilerinin karar verme surecinde muhatap arama aliskanliklarindan cikiyor. Bunda da haksiz sayilmazlar cunku ulkemiz son derece girisimci guce sahip bir ulke. Mezun olan kime sorsaniz calismak yerine kendi isini kurma heveslisidir. Bunun so