fix: Récupérer l'opération active depuis la table operations

- Corrige l'erreur SQL 'Unknown column fk_operation in users'
- L'opération active est récupérée depuis operations.chk_active = 1
- Jointure avec users pour filtrer par entité de l'admin créateur
- Query: SELECT o.id FROM operations o INNER JOIN users u ON u.fk_entite = o.fk_entite WHERE u.id = ? AND o.chk_active = 1
This commit is contained in:
2026-01-26 16:57:08 +01:00
parent c24a3afe6a
commit 0687900564
3040 changed files with 77204 additions and 1578 deletions

0
api/vendor/stripe/stripe-php/lib/Account.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/AccountLink.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/AccountSession.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/All.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/Create.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/Delete.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/NestedResource.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/Request.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/Retrieve.php vendored Normal file → Executable file
View File

View File

0
api/vendor/stripe/stripe-php/lib/ApiOperations/Update.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiRequestor.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiResource.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApiResponse.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApplePayDomain.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Application.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApplicationFee.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ApplicationFeeRefund.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Apps/Secret.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Balance.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/BalanceTransaction.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/BankAccount.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/BaseStripeClient.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/Alert.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/AlertTriggered.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/CreditBalanceSummary.php vendored Normal file → Executable file
View File

View File

0
api/vendor/stripe/stripe-php/lib/Billing/CreditGrant.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/Meter.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/MeterEvent.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/MeterEventAdjustment.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Billing/MeterEventSummary.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/BillingPortal/Configuration.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/BillingPortal/Session.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Capability.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Card.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CashBalance.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Charge.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Checkout/Session.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Climate/Order.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Climate/Product.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Climate/Supplier.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Collection.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ConfirmationToken.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ConnectCollectionTransfer.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CountrySpec.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Coupon.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CreditNote.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CreditNoteLineItem.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Customer.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CustomerBalanceTransaction.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CustomerCashBalanceTransaction.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/CustomerSession.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Discount.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Dispute.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Entitlements/ActiveEntitlement.php vendored Normal file → Executable file
View File

View File

0
api/vendor/stripe/stripe-php/lib/Entitlements/Feature.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/EphemeralKey.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/ErrorObject.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Event.php vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

0
api/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php vendored Normal file → Executable file
View File

View File

View File

0
api/vendor/stripe/stripe-php/lib/Exception/CardException.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Exception/ExceptionInterface.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Exception/IdempotencyException.php vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
api/vendor/stripe/stripe-php/lib/Exception/PermissionException.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/Exception/RateLimitException.php vendored Normal file → Executable file
View File

View File

View File

View File

View File

0
api/vendor/stripe/stripe-php/lib/ExchangeRate.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/File.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/FileLink.php vendored Normal file → Executable file
View File

0
api/vendor/stripe/stripe-php/lib/FinancialConnections/Account.php vendored Normal file → Executable file
View File

View File

View File

0
api/vendor/stripe/stripe-php/lib/FinancialConnections/Session.php vendored Normal file → Executable file
View File

View File

0
api/vendor/stripe/stripe-php/lib/Forwarding/Request.php vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More