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
Month: November 2021
Delivery Docket Creation
Packing Slip PDF Customization
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
Remove some depreciation from report instead of deleting from asset summary report
depreciation_fixed asset_summary report
PDF Templates
PDF Templates
Update Values on Loading Record
In User Event beforeLoad, fields in the record will not get updated. So on loading a record in View or edit context, we can create a new field in the form via script and update it dynamically.
System logic behind the listing of bills in asset proposal page
fixed asset_asset proposal
The multi language management on the store front-end in magento2
Solution: Step 1: Create a i18n folder in app/design. In that create csv files for the languages we need in the website as shown below. Step :2 In order to create a multi-language Magento 2 store: 1. Add a New Store View. Go to Admin Panel > Stores > All Stores and press the Create… Continue reading The multi language management on the store front-end in magento2
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;
Multiple Deployments of a Scheduled or Map/Reduce Script
Check whether a scheduled script has multiple deployments which are under process.