Commit graph

9 commits

Author SHA1 Message Date
Sagi Dayan d6c1e7e5d6 Added exams to the export - if user chooses to
Tested on linux - works well! 😉
2014-10-13 18:22:31 +03:00
liranbg 6d623b7800 added #27. changed directories (overloaded), added some checkings. 2014-10-08 07:14:50 +03:00
Sagi Dayan 2a4b245234 Added some more documentation
DocBlocks to all major functions.
hope it helps...
2014-09-26 23:00:40 +03:00
Sagi Dayan 623baafce3 Added a new algorithm to fix #15
Added a few if statmenst to fix that issue.

in addition , added a privat function to convert the returnd dayOfWeek
(QDate returns sunday=7 monday=2...) to JCE Manager format (AKA:
sunday=1, monday=2 ....).

checked on linux. working great!

Issue #15.
2014-09-22 21:54:38 +03:00
Sagi Dayan 835ab042ea Fixing Compiler errors from lirans merge 2014-09-22 18:39:16 +03:00
liranbg f7a468fb31 csv exporting messages fix. 2014-09-17 05:55:28 +03:00
Sagi Dayan 5c92a3f112 Export to CSV with Semester begin & end
all bugs that i found fixed.
now when user selects "export to csv" he will be prompt
to input the begining and the end of the semester.

the csv file will populate the whole semester!
just one click and you are done.

@liranbg (Liran) please check on Windows and OSX.
linux is rocking!

let me know if you need anything else.
sagi
2014-09-09 23:31:48 +03:00
Liran Ben gida 235354210b Added CSV on linux, mac, windows 2014-09-08 18:54:52 +03:00
Sagi Dayan 11b4101c58 Added Featcher: Export calendar to CSV format for
GoogleCalendar/iCal/Outlook

at the gui - calendar tab - there is now an export to csv button.
clicking it will prompt thr user to save the file on his system hard
drive. the app will add the .csv extention.

the csv file, will export only one week, starting from the begining of
the first semester of 2015 (the one that is coming).

in the future i will add a Held doc for exporting and importimg to the
users calendar.

cheers!
2014-09-07 22:57:01 +03:00