nico39 wrote:1- i noticed a lot of error warnings in the online demo, specialy the task.php, is this program 100% working?
Can you be more specific on the warnings / errors? Some of the areas are disabled (like in the file uploading). When you say task.php, what were you trying to test when you noticed the errors? The program works, but as I said, certain functions are disabled for the demo area.
nico39 wrote:2- is there an option in the nav and sub bar to import and export data.(export database or sql files)
whit this i mean, example: if i want to export all mail addresses or addresses to a cvs or xls file to import it after in my msacces program on my computer.
or export from msacces all clients and import it in the admin section of this script.
is this possible?
There is currently no export / import function built into Client Axis. You could do so into the database directly if you are familiar with mySQL, but the script does not have that functionality built in yet.
nico39 wrote:3- or can i directly connect to the database from my computer, when i changed clients in my msacces it wil changed it also in the database of this script?
As I said, if you are familiar with mySQL (which is the database backend used) you can connect to it and adjust anything you wish within the database directly.
nico39 wrote:another question, is it possible to create categorys in the donwload section? i dont see this in the demo here.
Yes, you can create categories in the Download section. This is called File Types within the script. You can create as many Types as you wish and then assign files to each one.
nico39 wrote:also i noticed in the task part, that you can not assigned to a user. Only admin
it should be great when the option is there to assigned to a user.
In my buissenis if have excuters who most do the task daily for buildings. in this case i see in the demo, i need to give my employees admin rights for a task assigned to them. is that correct?
You can assign a Task to any of the Admin users set up in the system. The only reason you see admin as the only option is because there is only the main admin user created with Admin privileges. Client users cannot be assigned to Tasks.