Ecommerce
| 5
min read
Inventory management software is an application software for businesses to track sales, orders, product inventory levels, deliveries, etc. It is a tool used for organizing inventory data that decades back was stored as hard copies and endless spreadsheets that was time consuming to analyze. E-commerce businesses use inventory management software to avoid product outages and overstock.
Components of an Inventory Management System
The major components of an inventory management system are:
Public Services
| 3
min read
Discover how a digital strategy powered by GovCMS can revolutionize e-governance. Explore the benefits, features, and success stories of leveraging GovCMS for efficient and secure digital governance solutions
Application Development
| 9
min read
As we fast approach May 25th 2018, organizations all across the European Union (and organizations that deal with European citizens and their data) are working to ensure that their business processes are compliant with the General Data Protection Regulation (GDPR) that comes into effect on that date.
Drupal Technical
| 5
min read
In Drupal there are by default two roles, Administrator and Authenticated user. If the requirement comes of creating additional roles then we can create and add as many roles in the default list of roles of Drupal as per our requirement.
Drupal Technical
| 2
min read
This article explains how to programmatically, save custom additions to the user object when a new user account is created in Drupal. We can understand this with an example. Say, we want to create a default album with every newly created user, then we can use the following to save the custom additions. Similarly any of your additions can be done after referring the following.
Drupal Technical
| 4
min read
In Drupal I have faced a problem while using . Some jQuery functions are available only in some versions. For example thejQuery pluginsre is jQuery function on It is added in the version 1.7 of jQuery only. So while adding this function to my site I have faced the problem with the plugin because the version of jQuery available in my site was 1.5.
Technical Solution
| 2
min read
CSV (Comma Seperated Value) a type of file format generally used in some popular websites like google to save the contacts in a comma seperated values. CSV is also called as a character seperated values. Its a normal file type as like doc, pdf etc. In this file format the values are stored by seperating every sentences with some characters. The most used character to seperate the values is comma so it is used to called as comma seperated values rather than the character seperated values. So lets have a quick look on how to read the csv format files.
Drupal Technical
| 1
min read
Recently I ran into a problem of counting the words, sentences and characters in every articles and to display it on the bottom of all the articles pages in Drupal site. So I have checked and found out the way of doing this task.