mirror of
https://github.com/furkankadioglu/efatura.git
synced 2026-04-26 14:45:56 +03:00
[GH-ISSUE #49] Oluşmuş Faturaları Toplu Bir Şekilde Nasıl çekebilirim? (Sistemi Yormadan) #32
Labels
No labels
araştırılıyor
bug
enhancement
good first issue
istek
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/efatura#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rakstk on GitHub (Sep 11, 2021).
Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/49
$oldInvoice = new Invoice();
$oldInvoice->setUuid("e8277cfa-4ac9-11ea-a5b5-acde48001122");
$client->setInvoice($oldInvoice)->getInvoiceFromAPI();
Bu şekilde 1 adet faturayı rahatlıkla çekebiliyoruz, peki bundan 50-100 adet olsa nasıl çekebilirdik?
Yardımcı olur musunuz, iyi çalışmalar dilerim :)
@muratcesmecioglu commented on GitHub (Sep 20, 2021):
getInvoicesFromAPI ile tarih aralığı girince dönen listedeki faturaları bu şekilde for döngüsü ile çekebilirsiniz.
Portal üzerinde fatura içeriklerinin toplu olarak geldiği bir bölüm olmadığı için ayrı ayrı çekmekten başka bir yol yok, şimdilik.