Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.service;public interface AgendaAutoRuleService {/*** Nightly sync: evaluate the 5 AUTO rules for every active external* franchise store and open/close AUTO agenda instances accordingly.* Runs at 23:45, after the 23:30 activation-type cron, so the REVIVAL* mirror sees today's state. One store failing must not stop the rest.*/AgendaSyncResult syncAllPartners();}