Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iptal edilmiş veya onaylanmış faturaları öğrenme #53

Open
timemrah opened this issue Oct 10, 2021 · 1 comment
Open

iptal edilmiş veya onaylanmış faturaları öğrenme #53

timemrah opened this issue Oct 10, 2021 · 1 comment

Comments

@timemrah
Copy link
Contributor

faturaları tarih aralığıyla elde edebiliyoruz veya bizde fatura kodu olan bir faturayı API'den sorgulayabiliyoruz fakat fatuanın iptal, onaylı veya taslak olduğu bilgisini nasıl öğrenebileceğimi bulamadım.

Cevabınız için şimdiden teşekkürler.

@ibrcan
Copy link
Contributor

ibrcan commented Oct 28, 2021

$portal = new InvoiceManager();
$portal->setUsername($User)->setPassword($Pass);
$portal->connect();
$e = $portal->getInvoicesFromAPI("20/07/2021", "31/12/2021");
$portal->logOutFromAPI();
$data =$e["data"];

ile dönen veri dizi şeklinde. Buradan dönen "onayDurumu" Onaylandı,Silinmiş,Onaylanmadı şeklinde belirtiliyor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants