caspereray Posted June 19, 2010 Share Posted June 19, 2010 Arkadaşlar Merhaba,Faturanın bir örneği ektedir.Buradaki ingilizce yazıları nasıl türkçeye çevireceğiz.PDF.php dosyasını inceledim.Ancak orada bulamadım.Fatura üzerindeki tarih formatı yıl/ay/gün şeklinde.Bunu nasıl gün/ay/Yıl şeklinde düzeltebiliriz.Ayrıca sitenin default para birimi €(avro) olduğu için faturayıda anladığım kadarı ile € cinsinden basılyor.Bunu TL olarak nasıl bastırabiliriz.Teşekkürler. Link to comment Share on other sites More sharing options...
Behc98 Posted June 19, 2010 Share Posted June 19, 2010 classes/pdf.php dosyam ektedir. Şablonu tamamen farklıdır. İncelerseniz birçok sorununuza yanıt bulabileceğinizi umuyorum. Saygılar. PDF.php Link to comment Share on other sites More sharing options...
Behc98 Posted June 19, 2010 Share Posted June 19, 2010 türkçe karakter sorunuclass/tools.php807. satırdaki sil return iconv($from, $to.'//TRANSLIT', str_replace('Â¥', '¥', str_replace('£', '£', str_replace('€', '€', $string))));return iconv("UTF-8", "ISO-8859-1//TRANSLIT", $string); bununla değiştir.tarih formatı içinse if ($language AND strtolower($language['iso_code']) == 'fr') fr sil tr yap Link to comment Share on other sites More sharing options...
caspereray Posted June 19, 2010 Author Share Posted June 19, 2010 Üstadım teşekkür ederim.Hemen deniyeceğim. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now