1 (edited by Kalido 10/02/2009 09:24:24 pm)

Topic: What is the " Access Levels Extensions "

Hello,

What is the : " Access Levels Extensions "

and what is its job and how can we use it.

================================================
I tried to install : WIKI, REPGEN via the Install/Update Extensions.

WIKI, ok it works.

REPGEN :

in the Folder repgen, and in all of it (where ever it exists )
I changed all the : $page_security  = 9 (or 15) ;
to                      :  $page_security = 'SA_OPEN';

also, I changed :     page("Report Generator REPGEN",true);
in the file :  repgen_test_sel.php
to
page("Report Generator REPGEN);

the generation of the reports works fine.

///////////////////////////////////////////////////////////////////////////////////////
A single error I could not resolve is and I don't know if it affects some how:

the main web page of RepGen :

http://localhost/FA220Beta2-AR/modules/REPGEN/repgen_select.php?

is Open with the following error ( I use IE ver 8) :
=================================================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; OfficeLiveConnector.1.3; .NET CLR 3.0.30618; .NET CLR 3.5.30729; OfficeLivePatch.1.3)
Timestamp: Fri, 2 Oct 2009 21:19:35 UTC

Message: Invalid argument.
Line: 68
Char: 1
Code: 0
URI: http://localhost/FA220Beta2-AR/company/0/js_cache/utils.js

===================================================

When I checked with : " Google Chrome ver 3.0.195.24 "

I did not notice any error when openig the page.




Regards,


khaled

Re: What is the " Access Levels Extensions "

Kalido wrote:

Hello,

What is the : " Access Levels Extensions "
and what is its job and how can we use it.

Every extension for FA (beginning from versions 2.2) can define its own access constraints. 'Access level extensions' is a file in which those additional data for access control is defined. All this will be described in documentation file under doc folder in  final 2.2 release. Until final version is released  you can use any security area defined in access_levels.inc.

Message: Invalid argument.
Line: 68
Char: 1
Code: 0
URI: http://localhost/FA220Beta2-AR/company/0/js_cache/utils.js

===================================================

When I checked with : " Google Chrome ver 3.0.195.24 "

I did not notice any error when openig the page.

I have no exercise regarding IE bugs neverending story, so I cannot help here.

Janusz

Re: What is the " Access Levels Extensions "

ok, thanks.

I check it and it is simple to immitate it.

From other side and talking about extensions/modules :

is there any Payroll System you may advise to let me Try integrate it in FA.

I will be thankfull.


Regards,



Khaled

Re: What is the " Access Levels Extensions "

Some years ago, there was a Free Swedish simple PHP payroll system. It seems to have disappeared. I can't find it again. You will have to google around. Tell us if you find something simple and small that would fit as a module. Maybe we can help with the development.

/Joe

Re: What is the " Access Levels Extensions "

Thanks a lot

I will update you.


regards,


khaled

Re: What is the " Access Levels Extensions "

Some time ago I was considering this payrol system to be integrated with FA. It has simple and good designed database, but I'm not sure if integration of the code would be simplier than coding it using FA framework from scratch.
Janusz