Adempiere – How to Enter Salary Payment using Cash Journal

Monthly employee salary payment can be done by Cash Journal. In order to do that, we need to create a new Charge, which is then associated with Wages expense account. This video tutorial show you how to do that, which are the steps of:

  1. Creating a new Charge associated with Wages expense
  2. Using the Charge in Cash Journal and entering the salary payment

Video Tutorial: Entering Salary Payment using Cash Journal

 

  • Share/Bookmark

BASH Redirection

Quick reference

In BASH terminology, there are 3 file descriptors, stdin, stdout and stderr (std means standard).

Basically you can:

  1. redirect stdout to a file
  2. redirect stderr to a file
  3. redirect stdout to a stderr
  4. redirect stderr to a stdout
  5. redirect stderr and stdout to a file
  6. redirect stderr and stdout to stdout
  7. redirect stderr and stdout to stderr

Next, 1 represents stdout and 2 means stderr.

A little note for seeing this things: with the less command you can view both stdout (which will remain on the buffer) and the stderr that will be printed on the screen, but erased as you try to ‘browse’ the buffer.

Read more…

  • Share/Bookmark
Categories: Linux Tags: , , , ,

Adempiere – How to Import Report Line Set for Balance Sheet

Adempiere financial reports (balance sheet and profit loss) must be correctly setup before you can see and generate the reports. You must setup the Report Line Set and Report Column Set.

These video shows you how to import the Report Line Set for Balance report, adjust the value and calculation for each report line, and how to create the reports.

The Flash plugin is required to view this object.

-

 

  • Share/Bookmark

Adempiere – How to Import Report Line Set for Profit and Loss

Adempiere financial reports (balance sheet and profit loss) must be correctly setup before you can see and generate the reports. You must setup the Report Line Set and Report Column Set.

These video shows you how to import the Report Line Set for Profit and Loss report, adjust the value and calculation for each report line, and how to create the reports.

The Flash plugin is required to view this object.

-

 

  • Share/Bookmark

Driving Traffic Into A Brand New Website Within 24 hours

No traffic means you will not get sales. This is the very most important equation when it comes to internet marketing. Whether you are new to internet marketing or an experienced marketer still no one will ever get to see your site and be amazed with it when it doesn’t have any traffic at all. Specially for those who have just built a website having all the money making affiliate links that are all plugged in, or just a simple website wherein it promotes your own business services and products.

If you have just started to be an affiliate I supposed you have already tried many means of advertising for your affiliate programs. Maybe you have already tried using safelists, submitting them manually and then moved on to millions of automated submission tools or perhaps you have also bought leads for your business.

It’s possible you did make some sales and got a couple of leads, but still the results remain far from fantastic plus all of these methods are very time consuming. All this effort can be very expensive and at some point of times it can also be demoralizing. You just imagine, you are going to send powerful email advertisements to thousands of quality leads and then just hear from a few them and also before I forget, there are also those cheap traffic sites that just sell you pop overs that are useless.

If you have experienced these things that I have told you well this is the only way out.

 

Read more…

  • Share/Bookmark

5 Strategies To Use To Get Free Targeted Website Traffic

The floor of the New York Stock Exchange.

Image via Wikipedia

Having an online business means that you need to get free targeted website traffic or you will never make money and never succeed. There are many different strategies that can be used for getting free targeted traffic. You just need to know the more effective strategies to use.

Here are the most effective strategies that anyone can use for free targeted traffic to any business online.

One: Article marketing – This is one of the most effective strategies you can use for building targeted traffic to your site now and far into the future. There are many ways online that articles can be used to get your site out there. You can distribute them to forums, article directories, social marketing sites or even your blog.

Two: Social marketing – This is a method that you definitely need to be using because it is becoming one of the best and most effective ways to market any business online. There are many social sites you should use. Find these sites and educate yourself on using it effectively and before you know it, your business will be receiving a lot of targeted traffic.

 



Three: Forums – Find forums that are related to your niche and get involved in them. Set up a signature file with your business information. Each time you post a question, make a comment, answer a question, or do any type of post it is displayed giving you free marketing.

Four: SEO – Make sure your website is optimized for the search engines. Pay close attention to what keywords are being used and then use as many targeted ones as possible. Search engines will pick up these keywords and then you will start to see your site placed in their free results.

Five: Videos – There are many free sites online that help you make a video. You just need to have a webcam and then find these sites. Video is an effective and popular advertising tool to get targeted traffic.

These are the most effective strategies that you want to use for free targeted website traffic. Educate yourself on how to use each strategy effectively and then put into action what you learn. You want to have numerous marketing methods working for you to get more traffic. This is the only way to find success online and make money.


Suzanne Morrison is the owner of an internet business ideas website that helps people achieve a high search engine ranking website. Visit it today for a free search engine optimization tutorial.

Source: http://www.submityourarticle.com

Permalink: http://www.submityourarticle.com/a.php?a=78908

Reblog this post [with Zemanta]

  • Share/Bookmark

How to Apply for a Merchant Account When Residing in the Middle East

Go MasterCard! Congrats to Fellow Shareholders!

Image by Taekwonweirdo via Flickr

When applying for an offshore merchant account in the Middle East, the requirements and the procedures may vary according to the processing company namely: Panama Legal and Thetabiz Offshore.

IT is applicable for those who have international businesses away from the place of residency. However, not all are qualified to apply since there are some countries that are not currently catered by the service processors. Here are two companies that offer offshore merchant account services and the steps on how to apply one namely:

 

 

Read more…

  • Share/Bookmark

NetBeans IDE 6.8 Released

December 15th, 2009 akhmad daniel sembiring No comments

NetBeans™ IDE 6.8 offers best-in-class support for the entire Java™ Platform Enterprise Edition 6 specification and the Sun GlassFish™ Enterprise Server v3 platform. Simplify Java application development with Java EE 6 language features: less XML configuration and more POJO-like development; easily target and deploy to GlassFish v3.

NetBeans IDE continues to be the tool of choice for top development languages, and this release includes new features and improved support for PHP 5.3 and the Symfony framework, the latest JavaFX™ SDK 1.2.1, C/C++, Ruby, Maven and more. Integration with Project Kenai, a collaborative environment for hosting open-source projects, now offers full support for JIRA, as well as improved issue tracker integration. As always, the NetBeans Platform provides a rock-solid application framework that can save years of development time.

Supporting Java EE 6 improvements first, NetBeans IDE 6.8 boosts developer productivity and lets developers take advantage of today’s latest languages and platform features.

NetBeans IDE 6.8 is available in English, Brazilian-Portuguese, Japanese and Simplified Chinese.

Get Tomorrow Today with NetBeans IDE 6.8!

Read more…

  • Share/Bookmark

How to Sign a MIDlet

December 14th, 2009 akhmad daniel sembiring No comments

These are the required steps in summary to sign MIDlets with a certificate.

  1. Generate public/private key pairs.
  2. Generate Certificate Signing Request (CSR) and submit it to CA .
  3. Sign the MIDLet with the certificate.

Here are the list of software required to accomplish the steps:

  1. Sun Java 2 SDK or JRE
  2. Sun Wireless Tool Kit (WTK)

Generate public/private key pairs

Create a Keystore

From the command line navigate to Java 2 SDK bin directory (if it is not in the PATH yet) and type the below command :

keytool -genkey -keyalg rsa -keystore <keystore_filename> -alias <alias_name>

It prompts you to enter a password for your keystore, your name, organization, and address. For example:

Read more…

  • Share/Bookmark

Newspaper Articles : Increase Traffic Drastically! Turn Your News Article to Video Details Here!

Online videos have emerged in the last few years to become one of the preferred methods to present your message to the on line community. Every major and even small newspapers have a online presence these days. There are thousands of newspaper articles that are published online on any given day. And there is a considerable amount of traffic that is driven from

Image representing Veoh as depicted in CrunchBase

Image via CrunchBase

these posted articles. Now with the emergence of Video directories such as Youtube you are able to increase the online traffic of your newspaper articles drastically by combining your article marketing and video marketing together. There are statistics that show there are 50,000 viewings of videos on Youtube daily. There are also statics that show Youtube has over 150,000 videos submitted to their website on a daily basis.

This amount of traffic is to big to ignore if you have a import message you want to convey in your online newspaper articles. In my article today I want to present to you 3 simple steps to boost the chances of your news articles on video being watched on Youtube and other video directories. Google seems to love video streams so if you learn what google looks for when and the methods google uses to list your video articles is very similar to other standard directory listings. With some basic submission tips you can tap into both article and video marketing medias with even a stronger voice to the online community.
Read more…

  • Share/Bookmark
This site uses a Hackadelic PlugIn, Hackadelic SEO Table Of Contents 1.6.0.