Tampilkan postingan dengan label Informatika. Tampilkan semua postingan
Tampilkan postingan dengan label Informatika. Tampilkan semua postingan

Rabu, 04 Juli 2012

Step by step to Send Gmail from OpenERP

The main steps to send email from openERP throught gmail:
  1. You have had gmail account 
  2. Install email_template module in your openERP
  3. Create and configure email account
  4. Try to send email to your friend :)

STEP 1
You have had gmail account. You can register in mail.google.com

STEP 2
Install email_template module throught Administration --> Modules --> Update Module List.
After you installed it, you would find Tools menu.

STEP 3
Create and configure email account. Go to Tools --> Configuration --> Email Template --> Email Account  then create new account.

Configure Server Information,
Server : smtp.googlemail.com
SMPT port : 587 or 25
TLS : checked
After that try to test outgoing connection. In my experience, my testing got the result "WARNING" but without messages. It is indication that you are success even you get result "WARNING". But if you got result "WARNING" and some message there, you just try to make sure your configuration like above and don't forget to try combination between port 587 and 25.




Then configure user Information,
from email : fill with your gmail
password : your gmail password
user name : your username that you want
related user : choose your user login.
Don't forget to approve your account then.

STEP 4
Try to send email to your friend :)

Go to Tools --> Email Template --> Emails and the create new email to sent.



Fill the form like you send an email just like usual. The important things you have to do is choose user account. Go to tab advanced d then choose user account that you have configured before. See the picture below.


After that, go to tab Standard body again and click Send Mail button.

Tell to your friend that you've sent an email and see what the miracle! :D
Good Luck

How to Connect openERP to Gmail?

I've try to connect openERP with my gmail account. This is the way I've done.

Step 1
You have to install CRM module and fetchmail module.
Fetchmail module is the main module to configure email server.

Step 2

Go to Sales --> Configure --> Emails --> Email Server

Create new email server and configure it just like what I've done here

Name : Google
Server Type : IMAP Server
Server : imap.googlemai.com
Port : 993
username : your gmail account.
password : your gmail password.

You also have to check : Add attachment, active, SSL



Dont forget to confirm your configuration

Step 3
Refresh your browser and look at
Go to Sales --> Configure --> Emails --> Email Server
 You will see some message over there from your gmail. Good Luck :)


How to Remove OpenERP from Linux? [SOLVED]


Make sure all OpenERP program is not running.

Code:
sudo kill -9 $(ps ax | grep openerp-server | grep -v grep | awk '{print $1}')

Code above will kill all processes containing "openerp-server"

Now, if you used the deb packages (by means of apt-get install, used synaptic, or any other easy-to-do instance). You should probably try uninstalling doing the following:
Code:
sudo deluser --remove-home --force openerp
sudo apt-get purge openerp-server openerp-client
Maybe it have had some trouble with the second command alone. The suggested way is you have to remove the openerp user first by this code.
 
Code:
sudo updatedb
sudo rm -fr /usr/local/lib/python2.6/dist-packages/openerp-*
sudo rm -fr $(locate openerp | grep -v ".deb" | grep -v ".tar")
The first command updates some data regarding the location of your system files. The second one removes (as a super-user) the path of openerp-server and openerp-client in a recursive (including sub-directories) manner. The third one does two things: first, it locates any file containing the string "openerp" in its path (including directories), except for the ones with .deb and .tar extensions.

Then, it removes them. It is also possible that you have to run this following prior to the second command:

Code:
sudo update-rc.d -f openerp-server remove
which will remove your init-scripts

That is the way. I found this way from http://www.openerp.com/forum/topic20579.html by Good Luck :)


SMANGAD!


Senin, 18 Juni 2012

The Simple Way Install OpenERP 6.1 in Linux Ubuntu 12.04

Here is the simple way to install openERP on Ubuntu! :D
I used openERP 6.1 and Ubuntu 12.04.

1. Upadate and Upgrade your Ubuntu
sudo apt-get update
sudo apt-get upgrade

2. Install Ubuntu Server with tasksel

sudo apt-get install tasksel

3. Install postgresql and some required phyton dependencies 
sudo apt-get install postgresql postgresql-client python-dateutil python-feedparser python-gdata python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi

4. Download Latest Openerp all file

wget http://nightly.openerp.com/6.1/releases/openerp_6.1-1-1_all.deb
or you can download throught the browser  here.
 http://nightly.openerp.com/6.1/releases/openerp_6.1-latest-1_all.deb

5. Extract it, and nstall openErp server.


extract it
sudo dpkg -i openerp_6.1-1-1_all.deb


install it
sudo apt-get install openerp -f
if you download manually throught browser, that debian file was saved ini Download folder.
go to Donwload folder
cd Downloads

extract it
sudo dpkg -i openerp_6.1-1-1_all.deb


install it
sudo apt-get install openerp -f

6. Reboot

7. Access it ini web browser http://localhost:8069

Cheer... ~

source : http://myexperimentswithcomputer.blogspot.com/2012/05/installing-openerp-on-ubuntu-1204.html







SMANGAD!

Rabu, 01 Februari 2012

Cara Hotspot-an Menggunakan Laptop

Pengen hotspotan di rumah tanpa router, tapi pakai wifi di laptop sendiri?
Banyak yang bilang gampang.. tinggal bikin jaringan ad-hoc saja di laptop.

Eits, masalah muncul ternyata jaringan ad-hoc ini gak bisa dipakai di android..
Nah, gimana caranya biar bisa nyambung?


Selasa, 22 November 2011

KONVOLUSI


Tugas TPR Grafika Citra ku


Ada soal seperti berikut ini :
Diketahui sebuah citra dengan ukuran 5x5 pixel dalam color space CMYK dengan komposisi dan warna sebagi berikut :
 



























 

Selasa, 15 November 2011