
Search In
Step-1 Install the account_voucher module and base module is also.
Step-2 After that customize account_voucher module and sales module:
In below example, I have customized account_voucher module. You can directly use the below account_voucher modul
If you want make sure the invoice due date should contain due date ,entered by user when there is no payment term defined in Odoo you have to customized .py file in account.invoice module.For example you can see below code .
import itertools
from l
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use strlen() function in PHP?
If you want to get the length of your string word then you should use the strlen() function.
This function is used for getting the length of a s
Hi Reader's,
Welcome to FindNerd, today we are going to discuss what is the use of fgets in PHP ?
If you want a function that returns a line from an open file and after a specific length(the length that is specified by yo
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__.
First include the sqlite file in your project. Then copy that file from bundle to documents directory as below and create Database method.
-(void)createDatabase{
NSString *pathForDocumentDirectory =[self databasePath]; //define new path and put
Hi,
I was using jquery autocomplete functionality in angularJs using directive. Whenever I tried to load static data it was working fine, but when I loaded data from server side the first click was not working.
I was using code something like
It is used to set the current value of a particular element in the set of matched elements.
it sets the value of every matched element.
The default value of input field is empty string so it is blank.If user types something in input field,
Hi Readers,
If you are using Alamofire framework to implement API service classes and you need to cancel all the request which are fetching data from server. You can use following Swift code snippet:
if #available(iOS 9.0, *) {
Alamofi
PassportJS is a flexible Authentication middleware that allows users to login. PassportJS library is fully customizable and works well with ExpressJS.
It is flexible in the sense that it allows the user for different login strategies such as LocalSt
