gkvdt/uyumsoft-einvoice
Composer 安装命令:
composer create-project gkvdt/uyumsoft-einvoice
包简介
Eincoice/Earchive integration for uyumsoft
README 文档
README
İlk kurlum için composer install gkvdt/uyumsoft_einvoice kodunu çalıştırınız.
Ardından config/app.php dosyasında providers kısmına Gkvdt\UyumsoftEinvoice\Providers\EInvoiceServiceProvider::class providerının ekleyiniz ve ardından php artisan vendor:publish --tag="uyumsoft_einvoice" komutunu çalıştırınız.
Migrations ve config/uyumsoft_einvoice.php dosyalarını publish ettikten sonra uygulamayı product modunda çalıştırmak için config/uyumsoft_einvoice.php içerisindeki
[
...
'is_dev' => false
]
yapmanız yeterlidir.
Daha sonra php artisan migrate komutunu çalıştırdıktan sonra 2 yeni veri tabanı tablosu oluşacaktır. ws_users tablosu içerisinde Uyumsoftun kullanıcı adı ve şifresi yer almakta ve user_id ile login olmuş kullanıcı adına göre çekilmektedir. ws_partys şirket bilgilerini (adres,telefon vs.. ) içermektedir. (Bknz: Party.php)
Örnek Kullanım
Kullanımı bir WdslRequest oluştruduktan sonra WdslRequest->request(); şeklinde istek atılabilir.
Örneğin;
$wdslRequest = new GetInboxInvoice();
$wdslRequest->request();
Halihazırda bulunan WdslRequest sınıfından türemiş bütün classlar :
GetEInvoiceUsers
GetInboxInvoice
GetInboxInvoiceData
GetInboxInvoicePdf
GetInboxInvoices
GetInboxInvoiceView
GetOutboxInvoice
GetOutboxInvoiceData
GetOutboxInvoicePdf
GetOutboxInvoices
GetOutboxInvoiceView
GetSummaryReport
GetUserAliasses
IsEInvoiceUser
SendInvoiceV2
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-03