
Search In
I am trying to print this sample report in pdf
so far this is what I have
1st Problem: the report should have another 2 cell (Ave and %) below the criteria which are (Exam, Progress Report, Quiz, Project)
2nd Problem: The records under the crit
Swagger an open-source specification and a framework for describing, producing, consuming, and visualizing RESTful web services. Swagger was developed for Wordnik for their developer use in development.
Swagger framework simultaneously sol
DECODE function:
DECODE function works similar to if-else statement or case statement. DECODE compares expression to each search value one by one and returns the result of that search which is equal to the expression. If there is no match than defau
SELECT *
FROM jobs
WHERE published = 1
AND (created_at between '2017-05-12 00:00:00' and '2017-05-13 00:00:00'
OR created_at between '2017-05-10 00:00:00' and '2017-05-12 00:00:00'
OR created_at between '2017-05-05 00:00:00' and '
In OpenERP first, install the sale and account module so that users can transfer one bill to another bill.
Follow these step given below:
Step1- First create own module and then create file like as merge.py file and pass this file in your __init__.
Some Useful PostgreSQL Command in below example->
Backup database-
pg_dump -U geekstuff erp -f mydb.sql
Restore database-
psql -U erp -d erp_devel -f mydb.sql
Change owner of database-
ALTER DATABASE erp_v1 OWNER TO openerp;
Describing table
Hello Readers! this is a small blog on Mysql injection, hope you like it.
Mysql Injection:
MySQL injection is a code injection technique, used to attack data-driven applications, in which harmful SQL statements are inserted into an entry fi
I have wrote code for sqlite to select specific columns and display rows ..
id condition lat long
1 Good 0.0 0.0
2 Poor 0.0 0.0
3 Good 0.0 0.0
When I select Good, It should display my lat & long of id 1,
There are various methods used in Joomla to display query results according to the requirement. They are as follows:
Single Value Result :
loadResult():
loadResult() method is used when a database query returns a single value. It is basically us
This blog will help you to send Push Notifications to iPhone devices from server side where server side code is written in Java.
Follow the below code in order to send Push Notification:
Define the below dependency in you pom.xml, if you are usin
