1,101

(2 replies, posted in Report Bugs here)

for me its working correctly,  its showing the date on either format,  which version of FA are you using now. ?

try clear your browser cache and try again,

1,102

(3 replies, posted in FA Modifications)

you can create it, but you need to use jQuery datatable or some other table plugin.  Because the core supports to check each page due the change / update with other worker.

1,103

(4 replies, posted in Wish List)

yes, i am also working to show it like what you have give above, hope i can get a positive results from the work.

1,104

(3 replies, posted in Items and Inventory)

Now , i have created functions to support sub category modules.

www.youtube.com/watch?v=0SoqE71Y8PU

1,105

(4 replies, posted in Setup)

just goto Banking and general Ledgers-> Currencies,   

Here you can add your currencies here. the major currencies are update automatically as per the daily currency conversion rates.

if  you set your country currency as home currency in the Setup-> company Setup .

so it will be updated, when you process any other currencies, I mean the conversion rates added automatically.

no, dont create it yourself.

the error occurs, when you change table prefix.

check  the sql returns  0_asset_types   ,  but your table is xxx0_asste_types ,  so there is a  problem in table prefix.  check it.

1,108

(2 replies, posted in Wish List)

So you can create a new Access role for both Production and Stock managers,  by selecting the necessary things with it.

if you think Fa becomes slow,  just Optimize your database, if you  have more than one company datas in a single database it will take much time to load.  so  go with separate database for each company.

What yuo are aksing is to arrange the links and also the credit and invoice part needs to edit the core...

1,110

(8 replies, posted in Translations)

I am really glad to see FA in Tamil Translation .

1,111

(6 replies, posted in Setup)

if you installed any custom functions and modules with your FA. check it for Javascript errors. May be its avoid loading the AJAX.

So just open your browser console by pressing F12 on your keyboard and find if any javascript errors.

1,112

(12 replies, posted in Installation)

Session is not working . Check the sessions.inc and current_user.inc for more details,  especially the login functions and Session create functions.

1,113

(2 replies, posted in Wish List)

So far FA i snot optimized to view in mobiles.   its not good to fit on the mobile screens, it needs atleast  1024X768. to view properly.

Here i have an article for you to understand it well. Also the image explains you the way to setup the multiple recipients.

http://www.kvcodes.com/2014/10/send-invoice-multiple-recipient-frontaccounting/

1,115

(5 replies, posted in FA Modifications)

its  great ot see such a great work.

yes, needs to create two tables, but those are all created automatically, while running these functions

1,117

(2 replies, posted in Setup)

You have to do it manually, because, the pdf generation option is random one, it just displays the files, once you make chnages and try to reprint again, it will be generated new one by replacing the previous pdf file. 

So, you need to get it separate work or you need to customize the reporting functions to take effect.

1,118

(5 replies, posted in Setup)

you can install modules manually,  which is based on the place, you require to use

There is directory permission problem  i guess  and there is one missing php extension.

so check your php additional packages.

hi,

I am really happy to inform that, i have done a custom security for the login phase, which will help peoples to prevent anonymous logins  from unknown times, you can configure it as per your shifts and based on employee and their shift assignments.

more details,

kvcodes.com/

1,120

(4 replies, posted in Setup)

yes you can stop loading on the UI. but without its functions, you can't process, finance part .

and by the way , if you go with removing the functional components, which will help you definitely.

the query worked, and it created a column. but it immediately executed the " ROLLBACK" query, than it will be reveresed.

Thanks both of you.
Barbarian, i tried the code with PHPmyadmin. it works fine there.

Cambell,  Actually the user is default user in phpmyadmin.

the query is not working with the TR_PREF and $Cust_id. while using the above code.  And my query failed to work.

And i tried to show the sql queries by enabling the option on config.php.  but it showed " ROLLBACK"

What is the issue in it.

Hi,

I need to add a column using alter table query. here is the query string i used. but it dooesnot work for me.

$kv_sql = "ALTER TABLE ".TB_PREF."table_name ADD ".db_escape($cust_id)." INT(10) NOT NULL" ; 

    db_query($kv_sql, "The employee attendance could not be added");

But t doesnot work in it. 
i dont know the bug.

Actually the change will do some additional lines in the  access/login.php and applications/setup.php.  Except that rest of the codes and table is new. so it wont affect the rest of operations.

Also this will be an included file and i have disabling options. so, you can disable it whenever you think to disable.
And the things are loaded with a primary company and also its common one for all the companies,which you are creating with it. This is one of a limitation now.

I am still working on it to make the things working better and more featured.

Here i have a functionality to restrict the login access. The thing is simple.

I have admin options to set the office working hours.  Than your employees can login into the particular time. and you can have separate string to login any time.

Just share with it to give access to any other peoples.

Soon i will give a youtube video to know more about it...