php ile netopenx
Nereden Yazdırıldığı: ERP Nedir? | Türkiye'nin ERP Forum Platformu
Kategori: ERP Genel
Forum Adı: ERP Entegrasyonları
Forum Tanımlaması: ERP Entegrasyonları İle İlgili Bilgiler ve Sorular İçin...
URL: http://www.erpne.org/forum_posts.asp?TID=1865
Tarih: 22 Kasım 2024 Saat 17:13 Program Versiyonu: Web Wiz Forums 11.10 - http://www.webwizforums.com
Konu: php ile netopenx
Mesajı Yazan: emrahy
Konu: php ile netopenx
Mesaj Tarihi: 30 Aralık 2009 Saat 10:36
Merhaba, PHP ile ilgili netopenx sayfasinda bir örnek var, ama bununla ilgili örnegi çalistirdigimda asagidaki hatayi aliyorum. Makinamda netsis istemcisi kurulu, regkontrol çalistirildi, netopenx elle de register edildi. Net openx'i koda dahil etmek için baska ne yapmaliyim? Tesekkürler...
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `NetOpenX50.kernel': Invalid syntax
' in C:\xxxx\www\xx\netsis1.php:3
Stack trace:
#0 C:\xxxx\www\xx\netsis1.php(3): com->com('NetOpenX50.kern...')
#1 {main}
thrown in C:\xxx\www\xx\netsis1.php on line 3
|
Cevaplar:
Mesajı Yazan: emrahy
Mesaj Tarihi: 07 Ocak 2010 Saat 15:55
MUHASEBE DEKONT PHP ÖRNEGIDIR NETSISTEN BILGIN KARDESIME TESEKKÜRLER
<?php $kernel = new COM("NETOPENX50.kernel") or die("Unable to instantiate Netopenx50.kernel"); $Sirket = $kernel->yenisirket(0, "VTADI", "TEMELSET", "", "NETSIS", "NET1", "0"); $dekont = $kernel->yenidekont($Sirket); $TDekOpr = TOleEnum;
$dekont->Seri_No = "GD"; $dekont->Kod = "120-ABND-000001"; $dekont->C_M = "C"; $dekont->Fisno = "A"; $dekont->Plasiyer = "02"; $dekont->Kdv_Dahil = "E"; $dekont->Kdv_Oran = 18; $dekont->B_A = "B"; $dekont->ValorGun = 0; $dekont->ValorTrh = date("d-m-Y"); $dekont->DovTL = "T"; $dekont->DOVTUT = 500; $dekont->Tutar = 750; $dekont->Tarih = date("d-m-Y"); $dekont->Proje_Kodu = "0"; $dekont->MDekont(0); echo "Tamam"; ?>
|
Mesajı Yazan: emrahy
Mesaj Tarihi: 08 Ocak 2010 Saat 13:56
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `NetOpenX50.kernel': Invalid syntax
' in C:\xxxx\www\xx\netsis1.php:3
Stack trace:
#0 C:\xxxx\www\xx\netsis1.php(3): com->com('NetOpenX50.kern...')
#1 {main}
thrown in C:\xxx\www\xx\netsis1.php on line 3
sorunu netsis kurulu olan suncuda yapmak istedigimiz islemi yaparak çözdük netsis kurulu x.y.z makinada çalismadi fakat bizzat netsisi dosyalarinin tuldugu sunucuda hiç sorun vermeden islemi gerçklestirdi. umarim fadamiz dokunur
|
Mesajı Yazan: taner
Mesaj Tarihi: 08 Ocak 2010 Saat 17:13
bu fatal hata ile ilgili bir sorun yasamistim çok önce disk hatali çikti hatali yere yazmaya çalisiyor yazamiyor disklerini kontrol et bi öneri
------------- netsis ayna gibidir kim uyarlıyorsa o kadar cevap verir
|
|