Form |
X

Congrats, You are Subscribed to Receive Updates.

Frontaccounting Working with Forms

Frontaccounting Working with forms. This is one of a basic tutorial to work with forms. Lets create form to edit your customers list.The following code helps you to create a custom form page. include_once($path_to_root . "/includes/session.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); if ($use_date_picker) $js .= get_js_date_picker(); page(_($help_context = "Customer Edit -Kvcodes"), @$_REQUEST['popup'], false, "", $js); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); ...

How to Create Form Components in Frontaccounting

How to Create Form Components in Frontaccounting
How to Create Form Components in Frontaccounting is the question comes, when you started creating modules for Frontaccounting. Here I am going to discuss with some of the form components and how to create it inside Frontaccounting. Lets begin with a sample file. Here is an empty file for HRM employee profile <?php /********************************************************************** AuthoR : Kvvaradha Module : HRM Developed to 1Stop WebSolution.com ***********************************************************************/ ...

Menu

Sidebar