
Search In
Hello
Today we would discuss about Structure Systems in PIM desktop.
Structure systems
Standard structure systems and user-defined structure systems are powerful and flexible tools for organization, navigation and display in PIM
In this blog you will see some code samples that you might find useful while accomplishing simple user management tasks like creating a user, assigning a role and so on. Following code samples assume that you have created an ASP.NET MVC application w
Believe it or not, project management is actually quite easy. All you need to set a deadline, decide a budget limit and assign tasks to the right people. And the project gets completed. But, if truth be told, a majority of projects goes towards failu
Hi Readers,
Before Moving ahead with the Topic,Lets us Briefly have a overlook what actually a Tuple is:
* In very simple language:
A tuple is a group of zero or more values represented as one value.
For example ("Pen", "50") holds the P
Uploading a file in your application can be used to upload an image or documents.
With the help of the cakephp html we can create a form with the input field of type file which allows to browse and select the file from your systems.
lets create a c
Linux is a particular field in itself, however, in the event as a developer you know how to handle some regular assignments. You can get great turn around and also can upgrade your application for execution. Simple and effective organization procedur
What’s an attribute in Magento?
An attribute in Magento is defined as any property of a product. This includes product id, product title, sku, images, description… everything! and you can add as many attributes as you need.
How to create an attribu
To create workflow in openerp use these below step
In academy.py file
import academy.py
In __openerp__.py file
data:["academy.xml", "academy_workflow.xml"],
In academy.py file
class session(osv.osv):
_name="session"
_colum
MySQL provides a storage engine called InnoDB. It is a default storage engine for MySQL 5.5 and later. InnoDB supports ACID-compliant transaction features, along with foreign key support. InnoDB is a general-purpose storage engine that is used for hi
Hello Readers...
By this blog i am trying to explain the difference between the ‘Verification’ and ‘Validation’. I hope this way of presenting is very easy to understand for all the test engineers.
S.N
