[GH-ISSUE #84] Fatura Detaylarını Çekerken Hata Alıyorum #63

Open
opened 2026-03-02 04:06:35 +03:00 by kerem · 0 comments
Owner

Originally created by @werfection16 on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/84

Merhabalar, oluşturulan faturaların detaylarını alırken KDV oranı 0 kesilmiş faturalarda şöyle bir hata alıyorum.
[hata] => Düzenlenmek üzere fatura bilgileri getirilemedi. Hata kodu: 1-1715

Kullandığım kod ;

$client = new InvoiceManager();
$client->setUsername($username)->setPassword($password);
$client->connect();

$oldInvoice = new Invoice();
$oldInvoice->setUuid("ETTN NUMARASI");
$detay=$client->setInvoice($oldInvoice)->getInvoiceFromAPI();

print_r($detay);
Originally created by @werfection16 on GitHub (Jun 8, 2022). Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/84 Merhabalar, oluşturulan faturaların detaylarını alırken KDV oranı 0 kesilmiş faturalarda şöyle bir hata alıyorum. [hata] => Düzenlenmek üzere fatura bilgileri getirilemedi. Hata kodu: 1-1715 Kullandığım kod ; $client = new InvoiceManager(); $client->setUsername($username)->setPassword($password); $client->connect(); $oldInvoice = new Invoice(); $oldInvoice->setUuid("ETTN NUMARASI"); $detay=$client->setInvoice($oldInvoice)->getInvoiceFromAPI(); print_r($detay);
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/efatura#63
No description provided.