mirror of
https://github.com/furkankadioglu/efatura.git
synced 2026-04-26 14:45:56 +03:00
[PR #15] [CLOSED] Readme Issue #128
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#128
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?
📋 Pull Request Information
Original PR: https://github.com/furkankadioglu/efatura/pull/15
Author: @sancaky
Created: 9/29/2020
Status: ❌ Closed
Base:
develop← Head:patch-1📝 Commits (10+)
7790671Linkler eklendi6b482efVersiyon güncellemesi9181ef6Versiyon ara güncellemesi0cd9d30Exportable trait eklendi ve buna bağlı değişiklikler yapıldı.cd5f45dExport fonksiyonları eArşiv keyleriyle uyuşması için tekrar eklendi.48db3a6Fonksiyon ismi değiştirildi.9e134baPaket adı düzeltildi.f15653eLisans rozeti eklendi.ce1b059Diğer github rozetleri de eklendi.4d4a466Sınıflar taşındı📊 Changes
21 files changed (+2138 additions, -734 deletions)
View changed files
➕
.github/workflows/php.yml(+17 -0)📝
.gitignore(+4 -1)📝
README.md(+111 -43)➕
_config.yml(+1 -0)📝
composer.json(+15 -8)📝
composer.lock(+631 -215)📝
example/index.php(+9 -6)➕
src/Exceptions/ApiException.php(+21 -0)➕
src/Exceptions/NullDataException.php(+12 -0)➕
src/Exceptions/TestEnvironmentException.php(+12 -0)➕
src/Exceptions/ValidatorException.php(+12 -0)📝
src/InvoiceManager.php(+297 -191)➕
src/Models/Country.php(+267 -0)➕
src/Models/CurrencyType.php(+172 -0)📝
src/Models/Invoice.php(+225 -164)➕
src/Models/InvoiceType.php(+15 -0)➕
src/Models/UnitType.php(+47 -0)📝
src/Models/UserInformations.php(+5 -1)➕
src/Traits/Exportable.php(+16 -0)📝
tests/InvoiceManagerTest.php(+114 -105)...and 1 more files
📄 Description
use furkankadioglu\eFatura\Invoice; TO use furkankadioglu\eFatura\Models\Invoice;
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.