Sales Order, Work Order, and Shipping planning & scheduling

Requirement: Some customers are highly important, and they frequently buy, the system, should remind the sales team to communicate with the customer regularly based on his buying pattern. Assumption: Send the email to the sales rep on the customer record using search. And now we have considered the buying pattern as if customers haven’t generated… Continue reading Sales Order, Work Order, and Shipping planning & scheduling

TimeSheet is not updating for a particular employee

Scenario One of the users is trying to input the weekly timesheets but the system is not saving and giving the error message. For the rest of the employees, there is no issue and the timesheet is able to save successfully. Solution Checked the employee record. Under the Human Resouce subtab, there is a field… Continue reading TimeSheet is not updating for a particular employee

Trigger Proceed to checkout button in Magento 2

Here you need to build a module in which you need to use event ‘controller_action_predispatch_checkout_index_index’. Create registration.php Create events.xml under etc/frontend directory Create CheckShoppingCartObserver.php file under Observer directory. namespace Module\Customize\Observer; use Magento\Framework\Event\ObserverInterface; class CheckShoppingCartObserver implements ObserverInterface{protected $_request;

Published
Categorized as Magento