Would you like to be notified for every new articles? Please click HERE to subscribe for newsletter.

Blog

PHP Ajax Progress Bar

  • Posted on: 10 April 2016
  • By: admin

After my previous article about creating PHP Progress Bar using flush() function and Javascript, I try to create another PHP progress bar using different approach. This time, I will not use flush() function. Instead, I will use Ajax method and jQuery to accomplish the task. Basically, in this new progress bar we will use jQuery Ajax library to trigger the long running process in the web server and then use jQuery Ajax library again to read the progress status and display it in the browser.

Manage Your Source Code Locally With Git

  • Posted on: 20 March 2016
  • By: admin

What is Git? And why should we use it? Git is a source code management software, that able to track the revisions in our source code. We usually call that kind of software as the revision control. Most people use revision control like Git or Subversion (SVN) when they are working as a team to develop one software together. That's good because they can always get the updates from everyone in the team and see what others have modified. But, the revision control is not only needed when we are working in team.

The Benefit Of Making Your Program Open Source

  • Posted on: 13 March 2016
  • By: admin

After many years involvement as the user of Open Source programs, I try to find out what makes people want to release the program they made as Open Source. Long time ago, I thought that was crazy because they gave their best product, which made with huge effort, for totally free. Not only that, even the source code itself is also opened so the other people can grab it, learn it, and modify it. In short thinking, I guess they are doing that purely just for fun, nothing else.

Different Item Sales Price For Each Customer In FrontAccounting

  • Posted on: 21 February 2016
  • By: admin

This is a simple tutorial based on my experience when customizing FrontAccounting. In some cases we may need to have different sales price for the same item but different customer. For the example, we want to sell Item 1 to Customer A with price 500, but for the same item we want to sell to Customer B with price 550. It's true we can edit that price manually when creating the Sales Order. But, it will be more efficient if we can do that automatically based to the data we had.

Using Popup Window To Search Item In FrontAccounting

  • Posted on: 13 December 2015
  • By: admin

Recently, I work on a project for developing Enterprise Resource Planning (ERP) software for a company which selling vegetables. It's not the company that I will talk about here, but the ERP that I develop. Actually I didn't develop it from scratch but using an Open Source ERP software. After researching some software, I choose FrontAccounting because it's very suitable to my needs, easy to setup, and designed for small and medium enterprise just like my client company.

Pages