feat: Add supplier exports functionality with scheduling and admin management

This commit is contained in:
2026-01-10 15:19:24 +00:00
parent d8146457ea
commit ee43e18b25
5 changed files with 818 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ class Siti_Stock_Settings {
'default_status' => 'instock',
'enable_auto_sync' => false,
'sync_interval' => 'hourly',
'supplier_exports' => array(),
)
);
}