Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Changed Files: m changelog.htm m core/app.config.php + core/common/ActivityData.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/common/RanksData.class.php m core/common/RegistrationData.class.php m core/lang/en.lang.php + core/modules/Activity/Activity.php + core/templates/activity_list.tpl m core/templates/frontpage_main.tpl m core/version m install/sql/structure.xml + unittest/utils/bootstrap.inc.php m unittest/utils/paycheck.php #25 activity stream for VA View complete changes Download from here
  2. Changed Files: m core/version m install/hashlist m install/includes/Installer.class.php m install/sql/install.sql m install/sql/structure.xml + unittest/utils/installer.php installer fix View complete changes Download from here
  3. That makes no sense... I'm not seeing it. Are you still seeing it? I'll contact cPanel if you are, that's strange. Next time if you can file a support ticket...
  4. Changed Files: m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml used mysqldump to generate install.sql file View complete changes Download from here
  5. Changed Files: m admin/modules/PIREPAdmin/PIREPAdmin.php m core/app.config.php m core/common/FinanceData.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/lib/mysqldiff/MySQLDiff.class.php m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml m install/update.php m unittest/Tests/SchedulePIREPTest.php m unittest/utils/diffcheck.php + unittest/utils/paycheck.php fixed #23 with addition of a pay ledger View complete changes Download from here
  6. Do you mean on the admin side? There is a pilot search form already - when you click to the pilot's list, there's a magnifiying glass in the lower left corner, click that, and a filter form will show up
  7. There is an admin log, so doing something similar for that may not be out of the question. Add a bug for it in the tracker. As for pilot pay, I've coded about half of a more comprehensive solution - a ledger table. This way it can be more easily tracked (incl subtractions), and expenses can also tie this data in. It might take the weekend to complete, and tie into financials. I made some fixes on the API side which receives the news and other vacentral data... hopefully that's all sorted out now.
  8. Woops... thanks Jeff. I shouldn't code late at night... Jeff, here's the pay query: $sql = "SELECT (SUM((TIME_TO_SEC(`flighttime_stamp`)/60) * (`pilotpay`/60))) AS `totalpay` FROM `".TABLE_PREFIX."pireps` WHERE `paytype`=".PILOT_PAY_HOURLY." AND `pilotid`={$pilotid} AND `accepted`=".PIREP_ACCEPTED; That's correct for the pay summation? I believe that's the query you sent.
  9. You can't add them manually. There are several tables which are populated. Use the registration form.
  10. Changed Files: m core/classes/Util.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/common/StatsData.class.php m core/lib/mysqldiff/MySQLDiff.class.php m core/version m install/hashlist m install/sql/structure.xml m unittest/Tests/StatsTest.php m unittest/utils/time.php stats fixes View complete changes Download from here
  11. Try using a different email address
  12. Requirement of flights will have to be via VA policy, but I can look into restricting schedules to ranks for the next version
  13. Changed Files: m core/common/PilotData.class.php pilot pay SQL update View complete changes Download from here
  14. Try the next revision, we've run into a few issues which will need resolving. But good news is there are a few performance updates, thanks Jeff! But there will be a few issues, keep reporting them
  15. Changed Files: m core/lib/mysqldiff/MySQLDiff.class.php m core/version m install/hashlist m install/sql/structure.xml + unittest/utils/diffcheck.php pilot stats data bug fix View complete changes Download from here
  16. Changed Files: m action.php m admin/action.php m admin/index.php m core/classes/TemplateSet.class.php m core/codon.config.php m index.php fixed #21, allow admin template override View complete changes Download from here
  17. Changed Files: m core/common/PilotData.class.php pilot stats update View complete changes Download from here
  18. Not correctly meaning........... ?
  19. Changed Files: m core/common/PilotData.class.php optimized pilot stats View complete changes Download from here
  20. I haven't changed anything with that - what do you mean by "doesn't work", need some more specifics... thanks
  21. Please keep beta issues in the thread for that beta, not in support here
  22. Changed Files: m admin/modules/Dashboard/Dashboard.php m core/version m install/hashlist m install/sql/structure.xml dashboard news fix (x2 =) View complete changes Download from here
×
×
  • Create New...