
Search In
Laravel makes to the list of most famous, free, open source PHP frameworks. Developers world over uses Laravel framework to develop web applications based on MVC approach. Artisan, the name of the Laravel Command Line Interface (CLI), helps developer
SDLC Models: The full form of SDLC is Software Development Life Cycle.
SDLC process is used by Programmer or Developers the most but Tester also follow the rule for testing the applications.
In IT company there are many SDLC model, but we can separ
Hello Reasders
Here, we protect the directory using .htaccess file
Before doing this, we will first need to create a .htaccess file(.htaccess file is the configuration file for the Apache HTTP server) which can be used to affect the directory and s
CTE
CTE stands for Common Table expressions. It was introduced with SQL Server 2005. It is a temporary result set and typically it may be a result of complex sub-query.CTE improves readability and ease in maintenance of complex queries and sub-que
CTE:Common Table Expressions
1)CTE's replace subqueries i.e they are result of complex queries so can be defined as temporary resultset.
2)CTE's are mainly used for recursive programming.
3)The lifetime of CTE's is the individual query it live in
If you want transfer stock in Product module you have to follow the following code in your .py file.
class stock_immediate_transfer(models.TransientModel):
_inherit = 'stock.immediate.transfer'
@api.multi
def process(self):
self.ensure_one()
Compliance Testing:
It is a type of an audit which has to be done on the system to verify if all the standards are met or not. To make sure that the compliances should meet. In some organization, compliance expert people will be establish. This team
Business Process is basically plethora of activities related to structural analysis which produces pioneering services for end users.
It generally represented by Flow Chart which showcase sequence of activities which focus on process matri
IBM has estimated that businesses in the United States lose $3.1 trillion a year simply because of bad data. This cost represents the amount of time and resources that are wasted when professionals and decision-makers have to work around errors or du
The life cycle of the Information system showcases a number of stages through which the development of project and use of information systems passes. Traditionally, the life cycle of Information system revolves around system study, project definition
