7 Commits

Author SHA1 Message Date
max-baranikov
3150dfa282
Added table of the exported orders on the settings page 2021-12-06 14:37:43 +03:00
Apcenuu
f9a730208a
Add CS Fixer 2021-11-03 12:19:39 +03:00
max-baranikov
66e678f50c
Clearing CURRENT_TASK on JobManager shutdown, remove CONTEXT_ALL and use global values instead 2020-12-31 12:00:22 +03:00
06fcce2dec
Minor fixes
* take into account the gift wrapping price
* ignore gift products in history
* change order gift status if gift item was deleted
* improvements for controllers
* improvements for history logging
* only use shutdown handler when critical error appears
2020-05-07 13:04:44 +03:00
9b2a8e1585
Better cli interface
* [Feature] --reset-all command can be used to reset entire job subsystem.
* [Feature] Add export event to cli jobs.
* [Improvement] CLI component can handle more types of errors now.
* [Improvement] Shutdown handler for resetting execution locks.
* [UX] Added warning notice to the CLI help.
* [Fix] Suppress undefined index notice.
* [Fix] Added export job into CLI jobs list.
2020-04-30 14:41:09 +03:00
257b4a0c0f
fixes for validator 2020-04-24 13:49:14 +03:00
1be638a970
proper cron & cli support, separated logs for different execution contexts (#65)
* proper cron & cli support, separated logs for separate execution contexts
* different job-scope locks for cli and manager
* proper signal handling pass
* add proper cli path
* trick prestashop into thinking that we're calling getProducts from back office
* create order on edit if it's not present in retailCRM
* prevent discount to be higher than total
* fix for striped logging
2020-04-23 15:49:29 +03:00