if you remove JsHttpRequest and its features, you might loose the core work of sales cart and ajax update when you change a field data.  Its Pretty much thing to recreate FA  once again through  Angular. My suggestion to keep the FA on its stable version,you better recreate the UI with features on your own.

927

(2 replies, posted in FA Modifications)

FA supports you to install self host and you can provide service to many clients.

Some donations can help the core developers to bring you more features.

If you looking for further customization. You can hire someone from the community.

928

(4 replies, posted in Modules Add-on's)

If you want to implement simple api.  You can try my tutorial.

http://www.kvcodes.com/2014/08/frontaccounting-simpleapi-module-guide/

@AjayPrajapti,  can you tell us which version of  FA and your php version. also enable debugging mode and tells what is the error you see on the screen.

if your php is 5.6 than it will solve all your problems automatically.

If Possible, we can move this option to config.db. which also good to configure once in setup.  we can style use that. Also we need an option to add js from our custom themes

It's not an overhead, specially the UI has some kind of older look and feel. Especially the users who came to ask me first is good theme, and he needs future updates of FA. But theming with touch login page and other ui files, which doesnot take effect. Also there is not much support for theming of FA. That's the reason i suggested  vQmod for theming of login logout pages.

if you guys feel it as overhead, than the login files should be moved to themes folder to work based on theme.  Or the login file has an option to choose,

 $def_theme='default'; 

. Without touching the file, we cant change this theme.

This is a post for  @Joe,  @Janusz, @Apmuthu and Senior Community Developers.

I have a suggestion for the theming. There are lot of peoples started asking custom theme to make it responsive without touching the core.  But theme development on Fa is very limited at this moment.  Why do we allow them to create features with help of vQmod , which OpenCart uses to create themes and custom features in it.

I feel, the theme developers dont need to work on `ui_inputs.inc` and `other ui files`.  Also the login files. Which can be modified with it.  Also the vQmod integration doesnot occupy more space in it.  Also its doesnot affect the speed of the FA Performance. 

we can require the necessary file with it.

934

(45 replies, posted in Modules Add-on's)

thats nice.

i have few extended version of hrm. you can take a look at my home page.

Kvcodes

935

(16 replies, posted in Wish List)

I have Some extended Versions of  HRM. i have different packs and also available to work in different requirements.


Kvcodes HRM

936

(2 replies, posted in Announcements)

This is really nice to see an informative tutorials from IIT Bombay.

937

(4 replies, posted in FA Modifications)

The transaction  types are a type of transactions we are recording in our FA database.  Just remember.  We are saving general ledgers in a same table.  And we can differentiate  the transaction and can be viewed similar transactions from it.  Say for example for journal entries are type 0.  This can be defined as ST_JOURNAL. It's easy understanding while you coding.  You always need to check the type no.  If you use the 0 instead of the transaction type constant.

Sure. Thank you. I will revert the access of that user role.

939

(1 replies, posted in FA Modifications)

You might need to edit the following files.

    ** themes directory and ur theme folder files. 
    ** renderer.php
    ** includes/page/header.inc
    ** includes/page/footer.inc

    ** includes/ui
Here you have the ui_input.inc,  list.inc view.inc

And some files you need to work on.

Also if required,  you need to edit some inc files inside each module.

When I change password of the user.  It happens.  I think it's connected with database upgrade.  So it's holding it for further maintainance. 

So what I did is to changed the role by giving permission to upgrade the software to the user. And it's working now.

I have just updated my password on FA2.3.25. but it failed to work for other users.  I need to know, what i am upgrading and how to allow other users to see and access the applications.

942

(5 replies, posted in Setup)

It's better connect your system with proxy and access it from anywhere across the web and your local system.

Thanks @Joe  And @Apmuthu,  I have solved the problem by referring the js file.  It's solved now.

I am working with a custom module. When i have used the code

 if (user_use_date_picker ()){
 $js .= get_js_date_picker (); 
} 

And i used date_row () function for the date picker.

But it's not working.  I have seen this error on the console.

`date_picker is not defined`

945

(19 replies, posted in Report Bugs here)

Can you take a zip of your files and upload somewhere and provide us the download link.

Thats not configured in thd core of FA.  Usually it would calculated with the price.

947

(16 replies, posted in Wish List)

I have developed payroll with employee profile and attendance management and loan.  You can contact me for pricing.  Also you watch it here.  Video


Demo credential

Payroll and HRM

Username : demouser
Password : password

You can modify the exchange rates with your custom rates by using cron job.  But You need to fill up the datewaise things every day. That can be used in other parts. But if you want to use today exchange rate as yours.  You must enter the date and exchange rate before you start using the sales order or purchase orders.

949

(19 replies, posted in Report Bugs here)

@Mohammed  Nour - I have read your email as well. 

This is because of the file which has the  `add_gl_items`.  You need that file to fix it.

Can you check your gl folder with fresh copy from server.  Find the file than your problem might be solved.

950

(2 replies, posted in Accounts Receivable)

It's a security break if you do it like this. But if you are doing it by your own pc or local system.  That's no problem.  If you want to do the cron job in it.  Each file has a security parameter.  Just make one like this.

 $page_security ="SA_OPEN"; 

// Here your code can go on. 

?>

You can use this file for corn job.  It will grant you the access.