Frontaccounting Tutorial |
X

Congrats, You are Subscribed to Receive Updates.

Frontaccounting make all Textarea as Rich Text Editor

Frontaccounting make all Textarea as Rich Text Editor
First Method: First one. you can use jQueryte editor. Here you can download the files. And Extract the zip and copy the js and css file to js directory. Than you can open the `header.inc` and change your file path. echo "<link href='$path_to_root/js/jquery-te-1.4.0.css' rel='stylesheet' type='text/css'> \n"; echo "<script src='$path_to_root/js/jquery.js'></script>\n <script src='$path_to_root/js/jquery-te-1.4.0.min.js'></script>\n "; Than you can add a few line of function to make all your ...

How to create Recurrent Invoice from your Frontaccounting

How to create Recurrent Invoice from your Frontaccounting
How to create Recurrent Invoice from your Frontaccounting. Generally the recurrent invoice plays a important role in Invoice placement. So many prople have some trouble to finding the options to set a recurrent invoice. Here i have a simple tutorial which helps you to create your recurrent invoice from Sales Orders.  Just follow the instructions. Just goto Sales Tab . Under that select the “Sales ...

How to include FontAwesome Icons on FrontAccounting

How to include FontAwesome Icons on FrontAccounting
How to include FontAwesome Icons on FrontAccounting. Here i am going to explain you how to use fontawesome icons into your frontaccouting.  Just follow the steps, it will help you to do it.  Just open your Frontaccounting Root directory, than keep read this tutorial. Steps: 1. CDN Inclusion: Now, we need to begin the first step, just open your header.inc file which is under the ...

Frontaccounting connect_db.inc Upgrade

Frontaccounting connect_db.inc Upgrade. The existing function of connect_db using mysql_connect( mysql function()  will be removed soon). So, we must upgrade to mysqli_connect or PDO.   Here i just upgraded to mysqli connect. Frontaccouting with awesome functions are so awesome. why dont you to upgrade the mysql function to mysqli function which will help you to work on latest version of PHP.   Just copy paste ...

How to setup custom page as your start up page in your Frontaccounting

How to setup custom page as your start up page in your Frontaccounting
How to setup custom page as your start up page in your Frontaccounting. Sometimes we need to create custom page with some custom fields. Sometimes we may need to create custom dashboard with some custom functions in a page while Theming. We may create a custom page aa startup page after user logged in. Lets move to implementation, In your header.inc which is there in ...

Frontaccounting Simple HRM

Frontaccounting Simple HRM
Frontaccounting Simple HRM. I have a simple Module for payroll, which is very basic one for the testing purpose,  and also i am collecting feedback from uses to reveal and make it in common  one for all. A Full featured HRM for better operations. You can have a video to know the features of it. You can read more about the Featured HRM here. Here is ...

Send Invoice to Multiple Recipient in Frontaccounting

Send Invoice to Multiple Recipient in Frontaccounting
Send Invoice to Multiple Recipient in Frontaccounting. This article Specially for the customers, who have to send their invoice to multiple peoples. This not a issue or a problem,  actually a way to send multiple emails simultaneously.  Before getting into the operation make sure your host allow you to send more emails. Because many hosting provider have their own SMTP to block sending unwanted Spam ...

Create options while creating Custom Extension for Frontaccounting

Create options while creating Custom Extension for Frontaccounting
Create options while creating custom extension for frontaccounting. Yes it one of a most important thing while you develop a custom module. Because definitely you need to play with several options.if its stored in database its easy to reuse it. So just follow this tutorial. You will get ideas to play with it. Let’s begin from the Hooking class. Here is an example code for ...

Styling Frontaccounting Built-in date picker

Styling Frontaccounting Built-in date picker
Styling Frontaccounting Built-in date picker. Yes, the default date picker is good to set year and month options simultaneously. But the ugly thing is, it looks outdated and feel it like an older web software. so i thought to customize it with Font-awesome and Bootstrap. So i tried with my own way of styling, Anyhow, the looks is not much better. But feels better for ...

How to Create Page navigation Tables in Frontaccounting

How to Create Page navigation Tables in Frontaccounting
How to Create Page navigation Tables in Frontaccounting. Frontaccounting itself, we need to create page navigated tables. Here we are going to use existing functions and create page navigational tables, Let’s start with coding. function display_rows(){ $sql = kv_hrm_uploads_list(); $cols = array( _("Employee Id") => array('fun'=>'employee_id', 'ord'=>''), _("Employee Id") => array('name'=>'employee_id'), _("Employee Name") => array('name'=>'employee_name'), _("CV Title") => array('name'=>'title'), array('insert'=>true, 'fun'=>'edit_link'), array('insert'=>true, 'fun'=>'view_link'), array('insert'=>true, 'fun'=>'download_link'), ...
1234

Menu

Sidebar