Skip to content

Commit

Permalink
full api
Browse files Browse the repository at this point in the history
  • Loading branch information
f committed Feb 9, 2020
1 parent f642286 commit e8ca1ed
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 111 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ eFatura.gov.tr'de fatura direkt oluşmaz. Önce **Taslak** fatura oluşturmak ge
{
// UUID vermezseniz yeni bir UUID yaratılacaktır.
uuid: "4c72cb57-b72d-4812-ac48-0a0bce83e771",

date: "08/02/2020",
time: "09:07:48",
taxIDOrTRID: "11111111111",
Expand All @@ -105,10 +105,14 @@ eFatura.gov.tr'de fatura direkt oluşmaz. Önce **Taslak** fatura oluşturmak ge
}
```

#### `findDraftInvoice(token, { date, uuid }): Object`
#### `findInvoice(token, { date, uuid }): Object`

Her fatura için bir `uuid` oluşturulur. Bu `uuid` kullanılarak faturanın oluşturulduğu tarih içerisindeki taslak fatura bulunur ve getirilir. Bu veri içerisinde **imzalama** esnasında gerekecek **GIB Belge Numarası** bulunur. Bu method ile diğer taslak faturalara da erişebilirsiniz.

#### `getAllInvoicesByDateRange(token, { startDate, endDate }): Array`

İki tarih arasındaki tüm faturaları döner.

#### `signDraftInvoice(token, draftInvoice): void`

☢️ Fatura imzalama faturanın kesilmesi işlemidir ve **vergi sisteminde mali veri oluşturur.** Bu nedenle dikkatli kullanınız.
Expand Down
Loading

0 comments on commit e8ca1ed

Please sign in to comment.