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/Service/AbstractService.php vendored Normal file → Executable file
View File

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

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

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

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

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

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

View File

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

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

View File

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

View File

View File

View File

View File

View File

View File

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

View File

View File

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

View File

View File

View File

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

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

View File

View File

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

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

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

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

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

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

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

View File

View File

View File

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

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

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

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

0
api/vendor/stripe/stripe-php/lib/Service/FileService.php vendored Normal file → Executable 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/Service/InvoiceItemService.php vendored Normal file → Executable file
View File

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

View File

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

View File

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

View File

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

View File

View File

View File

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

View File

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

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

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

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

View File

View File

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

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

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

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

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

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

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

View File

View File

View File

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

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

View File

View File

View File

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

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

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

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

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

View File

View File

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

View File

View File

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

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

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