Embracing Nature’s Blueprint: UI/UX Design Inspired by the Wonders of Nature

Introduction: In the fast-paced digital world, where screens dominate our daily interactions, there is a growing appreciation for reconnecting with nature. As designers strive to create intuitive and engaging user experiences, they are increasingly turning to the wonders of nature for inspiration. This article explores the concept of UI/UX design inspired by nature, highlighting how… Continue reading Embracing Nature’s Blueprint: UI/UX Design Inspired by the Wonders of Nature

Published
Categorized as Design Tagged

How to modify the URL without reloading the page

We can modify the URL of any site without but as soon as we modify it relods and navigates to the given URL page but there is a way to change the URL without reloading the page. By the below example we can understand how we can modify the URL without without reloading the page.

Proposal for Payment Approval Workflow

Jira Code : MAMS-102 Requirement  Mohd Ali Mohideen Supermarket wants to have a process for Vendor Payment based on the following flow.  Process and Roles needed as follows:  Prepare payment Pending Clerk Accountant Payable  Prepare payment Approve Accountant Payable  Prepare payment Authorize General Manager  Receive payment for signature Managing Director  Prerequisites  We will enable Vendor… Continue reading Proposal for Payment Approval Workflow

Extracting a pattern from a string using javascript

Need to get the Prospect ID from the email body. But the usual split() method doesn’t work all the time. So switched to match() method, which returns the first occurrence of this pattern in the string. Example: This is the pattern , [Prospect:CUS234563]. Want to extract the “CUS234563” only. we first define a regular expression… Continue reading Extracting a pattern from a string using javascript

Assembly Item Cost did not Update after Performing Bulk Cost Revaluation with the Revalue Assemblies Based on Components= True.

Scenario Navigate to Lists > Accounting >  Items > pull up the Item Record of Component Items. In the Purchasing/Inventory tab > Locations subtab > Location > Enter/Change the Standard Cost. Hit Save.   Navigate to Lists > Accounting > Planned Standard Standard Cost Rollup. Select the appropriate Standard Cost Version > enter Effective Date > check the box of the Component Items associated to the Assembly.… Continue reading Assembly Item Cost did not Update after Performing Bulk Cost Revaluation with the Revalue Assemblies Based on Components= True.

Published
Categorized as Financials

Display the category on the basis of the user’s role

We want to display the categories according to the role of the customer.Categories is to be displayed in a website according to the logged in customer based on the customer’s role.Performing the PCV functionality and customer segment and group concept to introduce this new feature.In that we can group the customers to different segments and… Continue reading Display the category on the basis of the user’s role

Keyboard shortcuts for GitHub Desktop

You can use keyboard shortcuts in GitHub Desktop GitHub Desktop keyboard shortcuts on Windows Site wide shortcuts Keyboard shortcut Description Ctrl+, Go to Options F11 Toggle full screen view Ctrl+0 Reset zoom to default text size Ctrl+= Zoom in for larger text and graphics Ctrl+- Zoom out for smaller text and graphics Ctrl+Shift+I Toggle Developer… Continue reading Keyboard shortcuts for GitHub Desktop