wpm / furs
Davna blagajna
v0.1.48
2025-03-04 08:28 UTC
Requires
- ext-bcmath: *
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-openssl: *
- barryvdh/laravel-dompdf: ^2.1
- d3x/starter: dev-main
- gamegos/jws: ^1.0
- illuminate/support: 10.x
- simplesoftwareio/simple-qrcode: ^4.2
- spatie/laravel-settings: ^3.2
- dev-main
- v0.1.48
- v0.1.47
- v0.1.46
- v0.1.45
- v0.1.44
- v0.1.43
- v0.1.42
- v0.1.41
- v0.1.40
- v0.1.39
- v0.1.38
- v0.1.37
- v0.1.36
- v0.1.35
- v0.1.34
- v0.1.33
- v0.1.32
- v0.1.31
- v0.1.30
- v0.1.29
- v0.1.28
- v0.1.27
- v0.1.26
- v0.1.25
- v0.1.24
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.2
- v0.0.1
- dev-detached
This package is auto-updated.
Last update: 2025-07-04 08:13:50 UTC
README
Installation
composer require wpm/furs
Publish config migrations
php artisan vendor:publish
Add FursServiceProviders to app.php
...
/*
* Package Service Providers...
*/
\wpm\furs\FursServiceProvider::class,
...
Premise reporting:
$premise = Premise::create($data);
$cert = new fuCert($premise->getStorageCertPath(), $premise->cert_password);
$premise->update(["TaxNumber" => intval($cert->taxNum)]);
$premise->report();
Invoice reporting:
$invoice = Invoice::create($data);
$InvoiceNumber = $premise->BusinessPremiseID . "-" . $cash_register->number . "-" . $invoice->id;
$invoice->update(compact("InvoiceNumber"));
$invoice->report();
Copy furs.php file from config to your config folder.
Test certificate password
30VPSPYYEUFC