Fixed linting
This commit is contained in:
@@ -11,7 +11,7 @@ use Stripe\Invoice;
|
|||||||
* This command generates an XML file for DES (Déclaration Européenne de Services) reporting
|
* This command generates an XML file for DES (Déclaration Européenne de Services) reporting
|
||||||
* to French customs authorities. It processes Stripe invoices within a given date range
|
* to French customs authorities. It processes Stripe invoices within a given date range
|
||||||
* and creates an XML file following the official DES schema.
|
* and creates an XML file following the official DES schema.
|
||||||
*
|
*
|
||||||
* The XML file includes:
|
* The XML file includes:
|
||||||
* - Company VAT number
|
* - Company VAT number
|
||||||
* - Declaration period (month/year)
|
* - Declaration period (month/year)
|
||||||
@@ -22,10 +22,10 @@ use Stripe\Invoice;
|
|||||||
* - Value
|
* - Value
|
||||||
* - Partner VAT number
|
* - Partner VAT number
|
||||||
* - Country code
|
* - Country code
|
||||||
*
|
*
|
||||||
* Usage:
|
* Usage:
|
||||||
* php artisan stripe:generate-des-xml --vat=FR12345678900 --start-date=2024-01-01 --end-date=2024-01-31
|
* php artisan stripe:generate-des-xml --vat=FR12345678900 --start-date=2024-01-01 --end-date=2024-01-31
|
||||||
*
|
*
|
||||||
* Options:
|
* Options:
|
||||||
* --start-date : Start date in YYYY-MM-DD format (defaults to first day of previous month)
|
* --start-date : Start date in YYYY-MM-DD format (defaults to first day of previous month)
|
||||||
* --end-date : End date in YYYY-MM-DD format (defaults to last day of start date's month)
|
* --end-date : End date in YYYY-MM-DD format (defaults to last day of start date's month)
|
||||||
|
|||||||
Reference in New Issue
Block a user