-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
058913f
commit a226751
Showing
258 changed files
with
29,280 additions
and
2,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.1 | ||
6.1.0 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,9 @@ $ composer require fattureincloud/fattureincloud-php-sdk | |
|
||
### Manual Installation | ||
|
||
Download the files and include `autoload.php`: | ||
|
||
```php | ||
<?php | ||
require_once('/path/to/FattureInCloud PHP SDK/vendor/autoload.php'); | ||
``` | ||
There are two options: | ||
- [recommended] download our sdk using [php-download](https://php-download.com/package/fattureincloud/fattureincloud-php-sdk) and simply include it in your project. | ||
- create your own custom autoloader and download all the dependencies (transitive included) as explained [here](https://ehikioya.com/how-to-install-php-packages-without-composer/). | ||
|
||
## Getting Started | ||
|
||
|
@@ -213,7 +210,6 @@ Class | Method | HTTP request | Description | |
- [CreateVatTypeRequest](docs/Model/CreateVatTypeRequest.md) | ||
- [CreateVatTypeResponse](docs/Model/CreateVatTypeResponse.md) | ||
- [Currency](docs/Model/Currency.md) | ||
- [DefaultPaymentTermsType](docs/Model/DefaultPaymentTermsType.md) | ||
- [DetailedCountry](docs/Model/DetailedCountry.md) | ||
- [DocumentTemplate](docs/Model/DocumentTemplate.md) | ||
- [EInvoiceRejectionReason](docs/Model/EInvoiceRejectionReason.md) | ||
|
@@ -340,6 +336,7 @@ Class | Method | HTTP request | Description | |
- [PaymentMethod](docs/Model/PaymentMethod.md) | ||
- [PaymentMethodDetails](docs/Model/PaymentMethodDetails.md) | ||
- [PaymentMethodType](docs/Model/PaymentMethodType.md) | ||
- [PaymentTermsType](docs/Model/PaymentTermsType.md) | ||
- [PermissionLevel](docs/Model/PermissionLevel.md) | ||
- [Permissions](docs/Model/Permissions.md) | ||
- [PermissionsFicIssuedDocumentsDetailed](docs/Model/PermissionsFicIssuedDocumentsDetailed.md) | ||
|
@@ -403,13 +400,19 @@ Class | Method | HTTP request | Description | |
- **issued_documents.quotes:r**: Read permission to the issued Quotes | ||
- **issued_documents.proformas:r**: Read permission to the issued Proformas | ||
- **issued_documents.delivery_notes:r**: Read permission to the issued Delivery Notes | ||
- **issued_documents.work_reports:r**: Read permission to the issued Work Reports | ||
- **issued_documents.supplier_orders:r**: Read permission to the issued Supplier Orders | ||
- **issued_documents.self_invoices:r**: Read permission to the issued Self Invoices | ||
- **issued_documents.invoices:a**: Write permission to the issued Invoices | ||
- **issued_documents.credit_notes:a**: Write permission to the issued Credit Notes | ||
- **issued_documents.receipts:a**: Write permission to the issued issued Receipts | ||
- **issued_documents.orders:a**: Write permission to the issued Orders | ||
- **issued_documents.quotes:a**: Write permission to the issued Quotes | ||
- **issued_documents.proformas:a**: Write permission to the issued Proformas | ||
- **issued_documents.delivery_notes:a**: Write permission to the issued Delivery Notes | ||
- **issued_documents.work_reports:a**: Write permission to the issued Work Reports | ||
- **issued_documents.supplier_orders:a**: Write permission to the issued Supplier Orders | ||
- **issued_documents.self_invoices:a**: Write permission to the issued Self Invoices | ||
- **received_documents:r**: Read permission to the Received Documents | ||
- **received_documents:a**: Write permission to the Received Documents | ||
- **stock:r**: Read permission to the Stock movements | ||
|
@@ -443,5 +446,5 @@ [email protected] | |
|
||
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: `2.0.19` | ||
- API version: `2.0.20` | ||
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.