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 {#585
  -user: App\Entity\User {#134 …}
  -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 {#538
  -map: Symfony\Component\Security\Http\AccessMap {#539 …}
  -logger: Monolog\Logger {#506 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#570
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#668 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#506 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#569 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#510 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#503 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#565 …}
}
30.43 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#564
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#836 …}
}
0.18 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#876
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#669 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#574 …}
  -map: Symfony\Component\Security\Http\AccessMap {#539 …}
}
0.29 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#509
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#669 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#498 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#510 …}
}
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 {#826 …}
  #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 {#4188
  -id: 3261
  -number: 8987
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4556 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1753675200 {#4274
    date: 2025-07-28 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1753761600 {#4281
    date: 2025-07-29 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4294 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4337 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4335 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4333 …}
  -progressStepReception: 5
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4108 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4559 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4224 …}
  -preparationTotalUnits: 0
  -preparationTotalExtended: 0.0
  -preparationTotalSellingExtended: 0.0
  -preparationTotalCps: 0
  -preparationTotalLots: 0
  -importProductQuantity: 1033
  -importUnitQuantity: 9201
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4202 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YYZ4  VRID #  115L3R13B"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4178 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4199 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4179 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4220 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4150 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: true
  -autoTriageCategory: Proxies\__CG__\App\Entity\Category {#4316 …}
  -autoTriageCategoryName: "General Merchandise from AMZ (YYZ4)"
  -autoTriageCategoryDiscount: 0.9
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4192 …}
  -archivedAt: DateTime @1755807114 {#4277
    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 {#4280
    date: 2025-08-20 02:35:21.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755705609 {#4296
    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 {#4424 …}
  -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 {#4569
  -id: 3279
  -number: 9005
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4599 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754020800 {#4565
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1755057600 {#4566
    date: 2025-08-13 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4570 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4572 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4574 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4576 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4578 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4601 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4580 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 376
  -importUnitQuantity: 3362
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4582 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "YYC4 VRID # 114BRGWKJ"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4584 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4586 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4588 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4590 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4592 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4594 …}
  -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 @1756143699 {#4567
    date: 2025-08-25 13:41:39.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755888216 {#4568
    date: 2025-08-22 14:43:36.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: "CA"
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: true
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4596 …}
  -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 {#4609
  -id: 3281
  -number: 9007
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4639 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 8
  -nbUnit: null
  -eta: DateTime @1754020800 {#4605
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4606
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4610 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4612 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4614 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4616 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4618 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4641 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4620 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 723
  -importUnitQuantity: 5370
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4622 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "YXX2 VRID # 115119MXX"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4624 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4626 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4628 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4630 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4632 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4634 …}
  -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 @1756165432 {#4607
    date: 2025-08-25 19:43:52.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755900127 {#4608
    date: 2025-08-22 18:02:07.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: "CA"
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: true
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4636 …}
  -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 {#4649
  -id: 3283
  -number: 9009
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4679 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754020800 {#4645
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754280000 {#4646
    date: 2025-08-04 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4650 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4652 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4654 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4656 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4658 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4681 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4660 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2033
  -importUnitQuantity: 17782
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4662 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "YYZ4 VRID # 1126GCVC8"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4664 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4666 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4668 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4670 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4672 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4674 …}
  -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 @1756165434 {#4647
    date: 2025-08-25 19:43:54.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755907323 {#4648
    date: 2025-08-22 20:02:03.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: "CA"
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: true
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4676 …}
  -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 {#4690
  -id: 3285
  -number: 9011
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4720 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754020800 {#4685
    date: 2025-08-01 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754280000 {#4686
    date: 2025-08-04 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4691 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4693 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4695 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4697 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4699 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4722 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4701 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1772
  -importUnitQuantity: 16807
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4703 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: true
  -bolSupplier: "Y0W3 VRID # 11117SXNM"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4705 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4707 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4709 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4711 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4713 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4715 …}
  -archivedAt: DateTime @1755807439 {#4687
    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: false
  -autoAnalysisStartAt: DateTime @1756165437 {#4688
    date: 2025-08-25 19:43:57.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1756180804 {#4689
    date: 2025-08-26 00:00:04.0 America/Montreal (-04:00)
  }
  -currentSynccentricCampaign: "CA"
  -analysisQueuePriority: null
  -isPrepareAutoanalysisRunning: false
  -isPrepareAutoanalysisDone: true
  -synccentricExportCurrentPage: null
  -synccentricExportLastPage: null
  -isSynccentricSearchRequired: true
  -isSynccentricImportRunning: false
  -isSynccentricImportDone: true
  -isSynccentricSearchRunning: true
  -isSynccentricSearchDone: true
  -isSynccentricExportRunning: false
  -isSynccentricExportDone: true
  -isPrepareAutoanalysisStarted: true
  -isSynccentricImportStarted: true
  -isSynccentricExportStarted: false
  -isAutoanalysisStarted: true
  -hasSupplierPalletNumbers: false
  -batchIds: Doctrine\ORM\PersistentCollection {#4717 …}
  -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 {#4730
  -id: 3293
  -number: 9019
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4777 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1753934400 {#4726
    date: 2025-07-31 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754539200 {#4727
    date: 2025-08-07 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#4760 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4731 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4733 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4735 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4737 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4739 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4779 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4741 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1752
  -importUnitQuantity: 9860
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4743 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YEG2 VRID # 111ZC3DG2"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4745 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4747 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4749 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4751 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4753 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4755 …}
  -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 {#4728
    date: 2025-08-23 00:19:51.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755935915 {#4729
    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 {#4757 …}
  -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 {#4787
  -id: 3305
  -number: 9031
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4817 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754366400 {#4783
    date: 2025-08-05 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4784
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4788 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4790 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4792 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4794 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 3
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4796 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4819 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4798 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 6085
  -importUnitQuantity: 39347
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4800 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YEG2-VRID111STN81F"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4802 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4804 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4806 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4808 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4810 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4812 …}
  -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 {#4785
    date: 2025-08-23 01:12:49.0 America/Montreal (-04:00)
  }
  -autoAnalysisEndAt: DateTime @1755961208 {#4786
    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 {#4814 …}
  -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 {#4825
  -id: 3311
  -number: 9037
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4855 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754366400 {#4823
    date: 2025-08-05 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754539200 {#4824
    date: 2025-08-07 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#4760 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4826 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4828 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4830 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4832 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4834 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4857 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4836 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2716
  -importUnitQuantity: 17138
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4838 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YXU1-VRID11613RZSG"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4840 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4842 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4844 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4846 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4848 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4850 …}
  -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 {#4852 …}
  -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 {#4864
  -id: 3322
  -number: 9048
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4894 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754625600 {#4861
    date: 2025-08-08 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4862
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4865 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4867 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4869 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4871 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4873 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4896 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4875 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1813
  -importUnitQuantity: 16372
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4877 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YXU1-VRID #1111ZRDWP"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4879 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4881 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4883 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4885 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4887 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4889 …}
  -archivedAt: DateTime @1755807417 {#4863
    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 {#4891 …}
  -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 {#4902
  -id: 3331
  -number: 9057
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4932 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754625600 {#4900
    date: 2025-08-08 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4901
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4903 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4905 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4907 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4909 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4911 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4934 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4913 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2905
  -importUnitQuantity: 19251
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4915 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YOW3-VRID #114BSH2RN"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4917 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4919 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4921 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4923 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4925 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4927 …}
  -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 {#4929 …}
  -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 {#4940
  -id: 3333
  -number: 9059
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#4970 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754971200 {#4938
    date: 2025-08-12 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1755057600 {#4939
    date: 2025-08-13 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4941 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4943 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4945 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4947 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4949 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#4972 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4951 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 2166
  -importUnitQuantity: 13973
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4953 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YOW3-VRID # 114Q2QJKB"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4955 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4957 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4959 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4961 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#4963 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#4965 …}
  -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 {#4967 …}
  -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 {#4978
  -id: 3335
  -number: 9061
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#5008 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2183 …}
  -nbPallet: 24
  -nbUnit: null
  -eta: DateTime @1754625600 {#4976
    date: 2025-08-08 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1754884800 {#4977
    date: 2025-08-11 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: Proxies\__CG__\App\Entity\Warehouse {#1527 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#4979 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#4981 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#4983 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#4985 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#4987 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#5010 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#4989 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 1928
  -importUnitQuantity: 20716
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#4991 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "YYZ4-VRID # 1154NSQ8S"
  -scanSessions: Doctrine\ORM\PersistentCollection {#4993 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#4995 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#4997 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#4999 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#5001 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#5003 …}
  -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 {#5005 …}
  -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 {#5016
  -id: 3351
  -number: 9077
  -active: true
  -lots: Doctrine\ORM\PersistentCollection {#5061 …}
  -status: App\Entity\Information\PoStatus {#1929 …}
  -supplier: App\Entity\Supplier {#2689 …}
  -nbPallet: 15
  -nbUnit: null
  -eta: DateTime @1755835200 {#5014
    date: 2025-08-22 00:00:00.0 America/Montreal (-04:00)
  }
  -receivedAt: DateTime @1756094400 {#5015
    date: 2025-08-25 00:00:00.0 America/Montreal (-04:00)
  }
  -manifestImport: false
  -productCondition: App\Entity\Information\ProductCondition {#2871 …}
  -manifestStyle: App\Entity\Information\ManifestStyle {#4547 …}
  -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 {#4290 …}
  -supplierInvoiceState: null
  -sealNumberNA: false
  -noteReception: null
  -warehouse: App\Entity\Warehouse {#5045 …}
  -location: "01"
  -manifestItems: Doctrine\ORM\PersistentCollection {#5017 …}
  -scanManifestUsers: Doctrine\ORM\PersistentCollection {#5019 …}
  -triageUsers: Doctrine\ORM\PersistentCollection {#5021 …}
  -preparationLots: Doctrine\ORM\PersistentCollection {#5023 …}
  -progressStepReception: 3
  -progressStepScanManifest: 10
  -progressStepImportManifest: 5
  -progressStepAnalysis: 0
  -progressStepPreparation: 0
  -progressStepTriage: 0
  -progressStepPhotobooth: 0
  -progressStepListing: 0
  -progressStepConciliation: 0
  -triageScans: Doctrine\ORM\PersistentCollection {#5025 …}
  -purchaseInvoices: Doctrine\ORM\PersistentCollection {#5063 …}
  -lotItems: Doctrine\ORM\PersistentCollection {#5027 …}
  -preparationTotalUnits: null
  -preparationTotalExtended: null
  -preparationTotalSellingExtended: null
  -preparationTotalCps: null
  -preparationTotalLots: null
  -importProductQuantity: 164
  -importUnitQuantity: 174
  -isTruckload: false
  -truckloadLots: Doctrine\ORM\PersistentCollection {#5029 …}
  -progressStepTruckload: 0
  -isAutoanalysisRunning: false
  -isAutoanalysisDone: false
  -bolSupplier: "Load #45592"
  -scanSessions: Doctrine\ORM\PersistentCollection {#5031 …}
  -customsDescription: null
  -customsCountryOfOrigin: null
  -customsHsCode: null
  -invoiceCustomsData: Doctrine\ORM\PersistentCollection {#5033 …}
  -costProduction: null
  -nextCpNumber: 1
  -newsletters: Doctrine\ORM\PersistentCollection {#5035 …}
  -isAutoTriage: false
  -isLotImportAllowed: false
  -lotItemOrigins: Doctrine\ORM\PersistentCollection {#5037 …}
  -stockUpdates: Doctrine\ORM\PersistentCollection {#5039 …}
  -hasPremadeLots: false
  -isAutoTriageTruckload: false
  -autoTriageCategory: null
  -autoTriageCategoryName: null
  -autoTriageCategoryDiscount: null
  -stockLocationUpdates: Doctrine\ORM\PersistentCollection {#5041 …}
  -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 {#5043 …}
  -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