-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql limit of max amount of activities ? #681
Comments
Are these global activities? Edit: |
i tried a lot, tweaking the my,ini variables but no success key_buffer if you got more ideas let me know. thanks, brienen |
You know how to tweak Mysql settings but not how to open your browser console / network tab? How do you know that there are existing and visible activities for this customer? |
No, I dont know how to tweak mysql, i just changed the variables but nothing changed. I know there are existing and visible activities for this customer since i inserted for each customer 15 activities with visible = 1 with the load data sql file. |
Hm, now it would be interesting to execute a manual SQL query |
yes i had only 19486 activities but it had to be 4 times that, because of the 4 projects you can choose for each client. |
Wow, thats a lot. Using global activities is no option? |
yes would be great to have only 15 global activities , but i did not find yet how to do that. |
Simple: set the project field in the activity to null |
wau , you made my day, instead of having 77.760 activities, now i only have 15 global activities ! last question, is there a way when adding a new timesheet , that the last 2 fields (fixed rate and hour rate) wont show ? and so also wont appear in the xlsx file when i do a export to excel ? |
You can control the visibility (for the form) with permissions (check docu for that on the website). |
hi kevin, below the part of the local.yaml file
after changing something i always execute these two commands in Git Bash : |
Looks good to me. |
no, it does not appear after remove local.yaml and clear cache. i am using now kimai-release-0.9_dev since that one comes with all the vendor APT. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Using kimai2 in windows10 with the XAMPP application, i have it all working but when i try to create a new timesheet with customer id 326, i can not choose anymore the activity in the pulldown menu.
All goes well till customer id 325.
I dont understand why it goes wrong when choosing customer id 326.
Is there a limit of max amount of activities ?
I inserted into the customers, activities, projects tables, records with a sql file like this
LOAD DATA LOW_PRIORITY LOCAL INFILE 'D:\xampp\htdocs\kimai2\activities.csv' INTO TABLE
kimai2_activities
FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' IGNORE 1 LINES (id,
project_id,
NAME,
comment,
visible,
fixed_rate,
hourly_rate
);
Here the amount of records i inserted into each table
Below a the timesheet screen with the last id (customer 325) where i can choose the activity without a problem
And here where it goes wrong at customer id 326 where i can not choose anymore an activity in the pulldown menu
OS: Windows10
Browser: chrome
Versión 73.0.3683.86 (Build oficial) (64 bits)
Kimai 2 - 0.8.1
Apache 2.4.38, MariaDB 10.1.38, PHP 7.2.16, , XAMPP Control Panel 3.2.2
Thanks, Brienen
The text was updated successfully, but these errors were encountered: