feat: Implement Allegro Order Sync and Status Management

- Added AllegroOrderSyncStateRepository for managing sync state with Allegro orders.
- Introduced AllegroOrdersSyncService to handle the synchronization of orders from Allegro.
- Created AllegroStatusDiscoveryService to discover and store order statuses from Allegro.
- Developed AllegroStatusMappingRepository for managing status mappings between Allegro and OrderPro.
- Implemented AllegroStatusSyncService to facilitate status synchronization.
- Added CronSettingsController for managing cron job settings related to Allegro integration.
This commit is contained in:
2026-03-04 23:21:35 +01:00
parent 9ca79ca8d8
commit 7ac4293df4
40 changed files with 5758 additions and 31 deletions

View File

@@ -263,6 +263,19 @@ a {
overflow: auto;
}
.settings-allegro-callback {
display: block;
width: 100%;
padding: 8px 10px;
border: 1px solid var(--c-border);
border-radius: 8px;
background: #f8fafc;
color: var(--c-text-strong);
font-size: 12px;
line-height: 1.45;
word-break: break-all;
}
.page-head {
display: flex;
align-items: center;