Dear Benjamin,
Thank for your work. New version looks good!
I was trying to upgrade, however I'm running into some problems, think database related....
Below the error messages:
On cancel request:
Er is een database fout opgetreden.
Error Number: 1054
Unknown column 'change_date' in 'field list'
SELECT leaves.*, status.name as status_name, types.name as type_name, lastchange.date as change_date, requested.date as request_date FROM `leaves` inner join status ON leaves.status = status.id inner join types ON leaves.type = types.id left outer join ( SELECT id, MAX(change_date) as date FROM leaves_history GROUP BY id ) lastchange ON leaves.id = lastchange.id left outer join ( SELECT id, MIN(change_date) as date FROM leaves_history WHERE leaves_history.status = 2 GROUP BY id ) requested ON leaves.id = requested.id WHERE leaves.employee = 1
Filename: models/Leaves_model.php
Line Number: 85
On Approval - Leaves:
Er is een database fout opgetreden.
Error Number: 1054
Unknown column 'change_date' in 'field list'
SELECT leaves.id as leave_id, users.*, leaves.*, types.name as type_label, status.name as status_name, types.name as type_name, lastchange.date as change_date, requested.date as request_date FROM `leaves` inner join status ON leaves.status = status.id inner join types ON leaves.type = types.id inner join users ON users.id = leaves.employee left outer join ( SELECT id, MAX(change_date) as date FROM leaves_history GROUP BY id ) lastchange ON leaves.id = lastchange.id left outer join ( SELECT id, MIN(change_date) as date FROM leaves_history WHERE leaves_history.status = 2 GROUP BY id ) requested ON leaves.id = requested.id WHERE users.manager = 1 AND (leaves.status = 2 OR leaves.status = 5) order by leaves.startdate DESC;
Filename: models/Leaves_model.php
Line Number: 1264
On Requests - List of leave requests:
Er is een database fout opgetreden.
Error Number: 1054
Unknown column 'change_date' in 'field list'
SELECT leaves.*, status.name as status_name, types.name as type_name, lastchange.date as change_date, requested.date as request_date FROM `leaves` inner join status ON leaves.status = status.id inner join types ON leaves.type = types.id left outer join ( SELECT id, MAX(change_date) as date FROM leaves_history GROUP BY id ) lastchange ON leaves.id = lastchange.id left outer join ( SELECT id, MIN(change_date) as date FROM leaves_history WHERE leaves_history.status = 2 GROUP BY id ) requested ON leaves.id = requested.id WHERE leaves.employee = 1
Filename: models/Leaves_model.php
Line Number: 85
These error-messages are not present when I use the empty demo-database included on GitHub, only when I use my own database (previous version, patched to 0.60).
My own database also consist of 10 more tables (*_history, all empty).
I'm not enough into SQL to find a clue myself.... please your help!!
Kind regards,
Roger
The changed layout with leave-request (planned versus requested) is confusing in my opinion.....
Think that this button-layout will lead to many unintentional planned leaves instead of real requests (unless you could add a message that the request was planned and not submitted to the supervisor after clicking the planned button??).
I think (personal opinion) that the previous layout was more clear.
This release adds the following new features:
Op maandag 17 juli 2017 17:31:09 UTC+2 schreef Benjamin BALET:
This release adds the following new features:
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/6fdb7923-d943-4cbb-9887-7309577cbfa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBORVgur4wCV-YLe8%2BauHhUrrn%2BZUZ%3Dm6qt5VKuTAw5pqdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/EB0615413A307D4BB33D144307935E5DDC4D114C%40EXCH-HE03.erasmusmc.nl.
To unsubscribe from this group and all its topics, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/CAPFJBOSQumDQNnkxmko4LqBUJmPjWSn6rDpeNfmfMngO1GdK8Q%40mail.gmail.com.
Severity: Warning
Message: Creating default object from empty value
Filename: controllers/Leaves.php
Line Number: 189
object(stdClass)#26 (1) { ["comments"]=> array(1) { [0]=> object(stdClass)#20 (4) { ["type"]=> string(7) "comment" ["author"]=> string(1) "1" ["value"]=> string(12) "test comment" ["date"]=> string(9) "2017-7-26" } } }
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/jorani-0.6.2/system/core/Exceptions.php:271)
Filename: helpers/url_helper.php
Line Number: 564
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/2127d69a-1fd2-4a68-89ee-f2ef2b05f0f5%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/b4adf60e-1c79-400e-aaa5-e62edf068018%40googlegroups.com.
Nope. Below a tip if you want to work with lists.Please export the list into Excel, add a column (for example C) after lastname. If you have :- Column A : Firstname.- Column B : LastnameInto C (the new column you have inserted), enter the formula (it is an example) = A2 & " " & B2then make it slide to the end of list and you get what you want in a minute.
2017-08-10 9:49 GMT+02:00 kotak lama <kotak...@gmail.com>:
hi Binjamin,,,good day to you,,can we change first name and last name to only one column full name?thank you
On Monday, July 17, 2017 at 11:31:09 PM UTC+8, Benjamin BALET wrote:This release adds the following new features:* Workflow of leave is extended to cancellation and canceled statuses.* Employees and their managers can comment on a leave request.* Users can create custom lists of employees (used as an alternative for oraginzation/entity in tabular calendar).* An employee can send a reminder for a requested/cancled leave to his line manager.* Leave requests are now clickable into calendar/tabular and global.* Filter on status to dynamically filter lists displayed on pages.
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+un...@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/7400429a-922f-47e2-8585-e022b0724e01%40googlegroups.com.
hi Bbalet,
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/a0a14fad-975b-4685-bc9d-2725a95392e6%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/8fa18f94-f8cb-4132-9cad-ac03944ae809%40googlegroups.com.
I drop database and create a databasethen I restore database from mysqldump frile.mysql -uroot -p jorani < jorani.sqlI reboot myJorani server. and open browser.I login as admin user.I click HR>list of employeesDataTables warning: table id=users - Ajax error. For more information about this error, please see http://datatables.net/tn/7Unexpected Ajax ErrorI click Calendars > GlobalUnexpected Ajax ErrorI click Calendars > TabularA Database Error OccurredError Number: 42000/1305FUNCTION jorani_prod.GetFamilyTree does not existSELECT GetFamilyTree(id) as id FROM organization WHERE id =0Filename: models/Organization_model.phpLine Number: 81cat /var/www/html/jorani/application/logs/log-2018-01-21.phpQuery error: FUNCTION jorani_prod.GetFamilyTree does not exist - Invalid query: SELECT GetFamilyTree(id) as id FROM organization WHERE id =0What is problem?Need help.Thanks
--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/6b776ea7-b804-4c08-a503-3e0a7e45bb0b%40googlegroups.com.
Its was a week since Im exploring Jorani. Leave system was great.
But using the Over Time management, can you help me how to see the reports where in I can view all employees Over Time filed? Or maybe how to see a report of all overtime in one page.
Thank you so much.