GET https://www.rsystproject.com/analysis/

Security

Token

SDUMONT@RESTOCK.CA Username
Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
  "ROLE_DASHBOARD_READ"
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_SCANMANIFEST_READ"
  "ROLE_SUPERVISOR"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#564
  -user: App\Entity\User {#54 …}
  -roleNames: [
    "ROLE_SUPER_ADMIN"
    "ROLE_DASHBOARD_READ"
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -secret: "db4667f3dba2df58a59782102c8fecdf"
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\UserAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "remember_me"
  "App\Security\UserAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#509
  -map: Symfony\Component\Security\Http\AccessMap {#510 …}
  -logger: Monolog\Logger {#477 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#542
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#665 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#477 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#541 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#481 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#474 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#536 …}
}
30.96 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#535
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#537 …}
}
0.18 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#555
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#666 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#548 …}
  -map: Symfony\Component\Security\Http\AccessMap {#510 …}
}
0.31 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#480
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#666 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#469 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#481 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"App\Security\UserAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
0.00 ms (none) (none)

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\DashboardViewVoter"
5
"App\Security\Voter\Front\CanCheckoutVoter"
6
"App\Security\Voter\PoEditVoter"
7
"App\Security\Voter\ShowUserVoter"
8
"App\Security\Voter\TriageScanVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#17
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#61 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#59 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#60 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#64 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#63 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#62 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#65 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/analysis/"
  #requestUri: "/analysis/"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#606 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
3 GRANTED ROLE_DASHBOARD_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
4 DENIED ROLE_RECEPTION_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
5 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
6 GRANTED ROLE_SCANMANIFEST_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
7 DENIED ROLE_IMPORTMANIFEST_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
8 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
9 DENIED ROLE_ANALYSIS_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
10 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
11 DENIED ROLE_PREPARATION_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
12 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
13 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
14 DENIED ROLE_TRIAGE_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
15 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
16 DENIED ROLE_PHOTOBOOTH_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
17 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
18 DENIED ROLE_LISTING_READ
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS ABSTAIN
"App\Security\Voter\ShowUserVoter"
ACCESS ABSTAIN
"App\Security\Voter\TriageScanVoter"
ACCESS ABSTAIN
Show voter details
19 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
20 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
21 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
22 GRANTED ROLE_SUPERVISOR
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
23 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
24 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
25 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
26 GRANTED ALL
App\Entity\Po {#4176
  -id: 3261
  -number: 8987
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4544 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1753675200 {#4262
    date: 2025-07-28 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1753761600 {#4269
    date: 2025-07-29 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 7762
  -costTransport: 1200
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4282 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4325 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4323 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4321 …}
  -progressStepReception: 5
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4096 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4547 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4212 …}
  -preparationTotalUnits: 0
  -preparationTotalExtended: 0.0
  -preparationTotalSellingExtended: 0.0
  -preparationTotalCps: 0
  -preparationTotalLots: 0
  -importProductQuantity: 1033
  -importUnitQuantity: 9201
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4190 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YYZ4  VRID #  115L3R13B"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4166 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4187 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4167 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4208 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4138 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: true
  -autoTriageCategory: Proxies\__CG__\App\Entity\Category {#4304 …}
  -autoTriageCategoryName: "General Merchandise from AMZ (YYZ4)"
  -autoTriageCategoryDiscount: 0.9
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4180 …}
  -archivedAt: DateTime @1755807114 {#4265
    date: 2025-08-21 16:11:54.0 America/Montreal (-04:00)
  }
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: DateTime @1755671721 {#4268
    date: 2025-08-20 02:35:21.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755705609 {#4284
    date: 2025-08-20 12:00:09.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4412 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
27 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
28 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
29 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
30 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
31 GRANTED ALL
App\Entity\Po {#4557
  -id: 3275
  -number: 9001
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4604 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1753416000 {#4553
    date: 2025-07-25 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1753934400 {#4554
    date: 2025-07-31 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 9548
  -costTransport: 2500
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#4587 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4558 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4560 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4562 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4564 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4566 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4606 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4568 …}
  -preparationTotalUnits: 5
  -preparationTotalExtended: 40.45
  -preparationTotalSellingExtended: 7.6655
  -preparationTotalCps: 0
  -preparationTotalLots: 2
  -importProductQuantity: 1438
  -importUnitQuantity: 9979
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4570 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YYC4 VRID 115PLD4WH"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4572 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4574 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4576 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4578 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4580 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4582 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: DateTime @1755884719 {#4555
    date: 2025-08-22 13:45:19.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755885892 {#4556
    date: 2025-08-22 14:04:52.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4584 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
32 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
33 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
34 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
35 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
36 GRANTED ALL
App\Entity\Po {#4614
  -id: 3279
  -number: 9005
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4644 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754020800 {#4610
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1755057600 {#4611
    date: 2025-08-13 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 3362
  -costTransport: 2500
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4615 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4617 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4619 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4621 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4623 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4646 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4625 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 376
  -importUnitQuantity: 3362
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4627 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "YYC4 VRID # 114BRGWKJ"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4629 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4631 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4633 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4635 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4637 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4639 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: DateTime @1756263988 {#4612
    date: 2025-08-26 23:06:28.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755888216 {#4613
    date: 2025-08-22 14:43:36.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: 1
  -synccentricExportLastPage: 1
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: true
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4641 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
37 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
38 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
39 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
40 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED ALL
App\Entity\Po {#4654
  -id: 3281
  -number: 9007
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4684 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 8
  -nbUnit: null
  -eta: DateTime @1754020800 {#4650
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4651
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 4856
  -costTransport: 3200
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 9601.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 8
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4655 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4657 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4659 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4661 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4663 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4686 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4665 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 723
  -importUnitQuantity: 5370
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4667 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "YXX2 VRID # 115119MXX"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4669 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4671 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4673 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4675 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4677 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4679 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: DateTime @1756265965 {#4652
    date: 2025-08-26 23:39:25.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755900127 {#4653
    date: 2025-08-22 18:02:07.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: 1
  -synccentricExportLastPage: 1
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: true
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4681 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
42 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
43 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
44 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
45 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
46 GRANTED ALL
App\Entity\Po {#4694
  -id: 3283
  -number: 9009
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4724 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754020800 {#4690
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754280000 {#4691
    date: 2025-08-04 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 18288
  -costTransport: 1200
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4695 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4697 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4699 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4701 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4703 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4726 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4705 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2033
  -importUnitQuantity: 17782
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4707 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "YYZ4 VRID # 1126GCVC8"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4709 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4711 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4713 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4715 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4717 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4719 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: true
  -autoAnalysisStartAt: DateTime @1756265967 {#4692
    date: 2025-08-26 23:39:27.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755907323 {#4693
    date: 2025-08-22 20:02:03.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: 1
  -synccentricExportLastPage: 1
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: true
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4721 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
47 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
48 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
49 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
50 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
51 GRANTED ALL
App\Entity\Po {#4735
  -id: 3285
  -number: 9011
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4765 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754020800 {#4730
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754280000 {#4731
    date: 2025-08-04 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 16047
  -costTransport: 700
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4736 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4738 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4740 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4742 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4744 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4767 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4746 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1772
  -importUnitQuantity: 16807
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4748 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "Y0W3 VRID # 11117SXNM"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4750 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4752 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4754 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4756 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4758 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4760 …}
  -archivedAt: DateTime @1755807439 {#4732
    date: 2025-08-21 16:17:19.0 America/Montreal (-04:00)
  }
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: true
  -autoAnalysisStartAt: DateTime @1756265969 {#4733
    date: 2025-08-26 23:39:29.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1756180804 {#4734
    date: 2025-08-26 00:00:04.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: 1
  -synccentricExportLastPage: 1
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: true
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4762 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
52 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
53 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
54 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
55 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
56 GRANTED ALL
App\Entity\Po {#4775
  -id: 3293
  -number: 9019
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4805 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1753934400 {#4771
    date: 2025-07-31 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754539200 {#4772
    date: 2025-08-07 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 9611
  -costTransport: 2500
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#4587 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4776 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4778 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4780 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4782 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4784 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4807 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4786 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1752
  -importUnitQuantity: 9860
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4788 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YEG2 VRID # 111ZC3DG2"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4790 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4792 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4794 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4796 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4798 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4800 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: DateTime @1755922791 {#4773
    date: 2025-08-23 00:19:51.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755935915 {#4774
    date: 2025-08-23 03:58:35.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4802 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
57 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
58 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
59 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
60 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
61 GRANTED ALL
App\Entity\Po {#4815
  -id: 3305
  -number: 9031
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4845 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754366400 {#4811
    date: 2025-08-05 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4812
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 32858
  -costTransport: 2500
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: null
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4816 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4818 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4820 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4822 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4824 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4847 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4826 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 6085
  -importUnitQuantity: 39347
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4828 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YEG2-VRID111STN81F"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4830 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4832 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4834 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4836 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4838 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4840 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: DateTime @1755925969 {#4813
    date: 2025-08-23 01:12:49.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755961208 {#4814
    date: 2025-08-23 11:00:08.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4842 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
62 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
63 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
64 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
65 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
66 GRANTED ALL
App\Entity\Po {#4853
  -id: 3311
  -number: 9037
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4883 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754366400 {#4851
    date: 2025-08-05 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754539200 {#4852
    date: 2025-08-07 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 15123
  -costTransport: 1700
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#4587 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4854 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4856 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4858 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4860 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4862 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4885 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4864 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2716
  -importUnitQuantity: 17138
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4866 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YXU1-VRID11613RZSG"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4868 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4870 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4872 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4874 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4876 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4878 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: null
  -autoAnalysisEndAt: null
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4880 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
67 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
68 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
69 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
70 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
71 GRANTED ALL
App\Entity\Po {#4892
  -id: 3322
  -number: 9048
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4922 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754625600 {#4889
    date: 2025-08-08 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4890
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 13824
  -costTransport: 1700
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4893 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4895 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4897 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4899 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4901 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4924 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4903 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1813
  -importUnitQuantity: 16372
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4905 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YXU1-VRID #1111ZRDWP"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4907 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4909 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4911 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4913 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4915 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4917 …}
  -archivedAt: DateTime @1755807417 {#4891
    date: 2025-08-21 16:16:57.0 America/Montreal (-04:00)
  }
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: null
  -autoAnalysisEndAt: null
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4919 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
72 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
73 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
74 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
75 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
76 GRANTED ALL
App\Entity\Po {#4930
  -id: 3331
  -number: 9057
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4960 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754625600 {#4928
    date: 2025-08-08 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4929
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 17677
  -costTransport: 700
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4931 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4933 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4935 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4937 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4939 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4962 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4941 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2905
  -importUnitQuantity: 19251
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4943 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YOW3-VRID #114BSH2RN"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4945 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4947 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4949 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4951 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4953 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4955 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: null
  -autoAnalysisEndAt: null
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4957 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
77 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
78 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
79 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
80 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
81 GRANTED ALL
App\Entity\Po {#4968
  -id: 3333
  -number: 9059
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4998 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754971200 {#4966
    date: 2025-08-12 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1755057600 {#4967
    date: 2025-08-13 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 12804
  -costTransport: 700
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4969 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4971 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4973 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4975 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4977 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#5000 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4979 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2166
  -importUnitQuantity: 13973
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4981 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YOW3-VRID # 114Q2QJKB"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4983 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4985 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4987 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4989 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4991 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4993 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: null
  -autoAnalysisEndAt: null
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4995 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
82 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
83 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
84 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
85 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
86 GRANTED ALL
App\Entity\Po {#5006
  -id: 3335
  -number: 9061
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#5036 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2171 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754625600 {#5004
    date: 2025-08-08 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#5005
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: null
  -costPo: 19356
  -costTransport: 1200
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 28801.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 24
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1401 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#5007 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#5009 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#5011 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#5013 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#5015 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#5038 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#5017 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1928
  -importUnitQuantity: 20716
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#5019 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YYZ4-VRID # 1154NSQ8S"
  -scanSessions: Doctrine\ORM\PersistentCollection {#5021 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#5023 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#5025 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#5027 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#5029 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#5031 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: null
  -autoAnalysisEndAt: null
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#5033 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
87 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
88 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
89 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
90 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
91 GRANTED ALL
App\Entity\Po {#5044
  -id: 3351
  -number: 9077
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#5089 …}
  -status: App\Entity\Information\PoStatus {#1917 …}
  -supplier: App\Entity\Supplier {#2677 …}
  -nbPallet: 15
  -nbUnit: null
  -eta: DateTime @1755835200 {#5042
    date: 2025-08-22 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1756094400 {#5043
    date: 2025-08-25 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2859 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4535 …}
  -note: "RETMLP10164374, RETMLP10164373, RETMLP10164377, RETMLP10164430, RETMLP10164371, RETMLP10164389, RETMLP10164388, RETMLP10164379, RETMLP10164372, RETMLP10164380, RETMLP10164382, RETMLP10164384, RETMLP10164385, RETMLP10164391, RETMLP10164392."
  -costPo: 5602
  -costTransport: 1000
  -costCustoms: null
  -msrpValue: null
  -financesSellingEstimated: 8403.0
  -sealNumberProvided: null
  -sealNumberReceived: null
  -nbUnitReceived: null
  -nbPalletReceived: 15
  -invoiceStyle: Proxies\__CG__\App\Entity\Information\InvoiceStyle {#4278 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#5073 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#5045 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#5047 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#5049 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#5051 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#5053 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#5091 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#5055 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 164
  -importUnitQuantity: 174
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#5057 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "Load #45592"
  -scanSessions: Doctrine\ORM\PersistentCollection {#5059 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#5061 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#5063 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#5065 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#5067 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#5069 …}
  -archivedAt: null
  -isFinal: false
  -finalTotalManifestItems: null
  -finalTotalAnalyzedItems: null
  -finalTotalDifferentItems: null
  -finalTotalTriageItems: null
  -finalImportUnitQuantity: null
  -finalTotalHours: null
  -finalTotalScansPerHour: null
  -finalMsrp: null
  -finalEstimatedSalesListing: null
  -finalSellingPo: null
  -finalCogReal: null
  -finalNbLots: null
  -isNewMappingsRequired: false
  -autoAnalysisStartAt: null
  -autoAnalysisEndAt: null
  -currentSynccentricCampaign: null
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: false
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: false
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: false
  -isSynccentricSearchRunning: false
  -isSynccentricSearchDone: false
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: false
  -isPrepareAutoanalysisStarted: false
  -isSynccentricImportStarted: false
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: false
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#5071 …}
  -hasBatchIds: false
}
"App\Security\Voter\DashboardViewVoter"
ACCESS ABSTAIN
"App\Security\Voter\Front\CanCheckoutVoter"
ACCESS ABSTAIN
"App\Security\Voter\PoEditVoter"
ACCESS GRANTED
Show voter details
92 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
93 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
94 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
95 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details