Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Sep 26, 2023
1 parent a1b68d6 commit 4ab7b7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions eArsivPortal/Core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,18 @@ def fatura_olustur(
fatura_notu = fatura_notu
)

istek = self.__kod_calistir(
komut = self.komutlar.FATURA_OLUSTUR,
jp = fatura
)
while True:
istek = self.__kod_calistir(
komut = self.komutlar.FATURA_OLUSTUR,
jp = fatura
)

ettn = None
if "Faturanız başarıyla oluşturulmuştur." in istek.get("data"):
ettn = fatura.get("faturaUuid")
break

ettn = None
if "Faturanız başarıyla oluşturulmuştur." in istek.get("data"):
ettn = fatura.get("faturaUuid")
print(f"{fatura.get('aliciAdi')} {fatura.get('aliciSoyadi')} | {istek.get('data')} | Yeniden Deneniyor..")

return self.__nesne_ver("FaturaOlustur", {"ettn": ettn})

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
# ? Genel Bilgiler
name = "eArsivPortal",
version = "1.0.7",
version = "1.0.8",
url = "https://github.com/keyiflerolsun/eArsivPortal",
description = "GİB e-Arşiv Portal e-Fatura Oluşturucu",
keywords = ["eArsivPortal", "KekikAkademi", "keyiflerolsun"],
Expand Down

0 comments on commit 4ab7b7f

Please sign in to comment.