Nabeel Shahzad
|
bff80c2dc7
|
Change user bid to POST
|
2018-03-13 01:26:27 -05:00 |
|
Nabeel Shahzad
|
a3264c1cd1
|
re-enable csrf token for forms
|
2018-03-12 10:33:46 -05:00 |
|
Nabeel Shahzad
|
98ebd5e358
|
Remove the skin_view() call from base Controller class
|
2018-03-11 18:03:15 -05:00 |
|
Nabeel Shahzad
|
f05e37767f
|
Update skinning with more flexible theme module
|
2018-03-11 18:00:42 -05:00 |
|
Nabeel Shahzad
|
03c15473b9
|
remove with()
|
2018-03-11 17:22:25 -05:00 |
|
Nabeel Shahzad
|
4f8f82f69f
|
find proper rank when assigning subfleet
|
2018-03-09 13:03:43 -06:00 |
|
Nabeel Shahzad
|
dc2570a408
|
Rename the PirepService class
|
2018-03-06 17:36:06 -06:00 |
|
Nabeel Shahzad
|
a325470b8f
|
Aircraft can have its own expenses #130
|
2018-03-06 17:32:56 -06:00 |
|
Nabeel Shahzad
|
453ca5b180
|
Cleanup the transaction memos
|
2018-03-06 06:17:45 -06:00 |
|
Nabeel Shahzad
|
9d3953f3ac
|
Refactor expenses; move finance service classes; add daily/monthly skeletons #130 #136
|
2018-03-05 22:49:42 -06:00 |
|
Nabeel Shahzad
|
db10ebf807
|
Add expenses on airports as well #130 #136
|
2018-03-05 22:10:00 -06:00 |
|
Nabeel Shahzad
|
88a8fd2bbd
|
Remove subfleet_expenses and combine into main expenses table; select expense type on subfleet #130 #136
|
2018-03-05 21:24:49 -06:00 |
|
Nabeel Shahzad
|
505931736c
|
Finance overview page added to admin with monthly breakdown #130
|
2018-03-05 19:55:48 -06:00 |
|
Nabeel Shahzad
|
8b163348a2
|
Cleanup comments
|
2018-03-05 14:19:14 -06:00 |
|
Nabeel Shahzad
|
53e4bf533f
|
Add finance controller; morphable expense type so they can be applied to any model #130
|
2018-03-05 14:18:54 -06:00 |
|
Nabeel Shahzad
|
a7a70ce423
|
Added refresh finances button to transactions list #130
|
2018-03-05 13:07:10 -06:00 |
|
Nabeel Shahzad
|
96e8fbfa78
|
Add subfleet specific expenses, fixed bug for pirep fares #130 #136
|
2018-03-05 12:21:38 -06:00 |
|
Nabeel Shahzad
|
2df09c533b
|
show transactions in pirep
|
2018-03-02 16:09:48 -06:00 |
|
Nabeel Shahzad
|
2c52a2f7e6
|
Post fares/expenses on PIREP to Airline journal #130
|
2018-03-01 16:20:13 -06:00 |
|
Nabeel Shahzad
|
448a9846c9
|
Implement airport hub restriction closes #104
|
2018-02-28 15:37:24 -06:00 |
|
Nabeel Shahzad
|
208b6e73dc
|
Don't overwrite pagination counts, let it default to the config #162
|
2018-02-28 15:06:57 -06:00 |
|
Nabeel Shahzad
|
3aa4b8a410
|
Cleanup and move subfleet/rank settings to FleetService class
|
2018-02-27 14:12:03 -06:00 |
|
Nabeel Shahzad
|
f0977b48e5
|
alt_airports missing in flight create
|
2018-02-27 13:38:11 -06:00 |
|
Nabeel Shahzad
|
97764866f2
|
Rename user_bids table to bids
|
2018-02-27 13:25:32 -06:00 |
|
Nabeel Shahzad
|
c89926399b
|
Delete a bid by either the bid_id or the flight_id
|
2018-02-27 13:14:58 -06:00 |
|
Nabeel Shahzad
|
a38b4e063b
|
Return the flight object with the bid
|
2018-02-27 13:11:48 -06:00 |
|
Nabeel Shahzad
|
cdd5fc749c
|
Add the acars and manual payrates in the rank/subfleet forms
|
2018-02-26 19:14:10 -06:00 |
|
Nabeel Shahzad
|
4a73a5a6b3
|
Add table/models and admin for expenses #136
|
2018-02-26 15:16:12 -06:00 |
|
Nabeel Shahzad
|
d0b3b27975
|
Remove the flight_id column from the pireps table
|
2018-02-24 15:51:04 -06:00 |
|
Nabeel Shahzad
|
58e0f50c48
|
specify fares, js to dynamically change fare form; get applicable fares for the flight/pirep #125
|
2018-02-24 15:38:25 -06:00 |
|
Nabeel Shahzad
|
910c0e0eab
|
Convert aircraft active to more detailed status #134
|
2018-02-23 16:37:10 -06:00 |
|
Nabeel Shahzad
|
b8b4fe7a8a
|
Add percentages as part of sample data #125
|
2018-02-23 15:34:14 -06:00 |
|
Nabeel Shahzad
|
53b0bbd936
|
Convert errors into HttpException calls
|
2018-02-22 15:15:00 -06:00 |
|
Nabeel Shahzad
|
3748ab77d2
|
Fix aircraft active/inactive states
|
2018-02-22 14:59:09 -06:00 |
|
Nabeel Shahzad
|
ad5f36f85e
|
Cleanup frontend user bid add/remove to use the API, script and html cleanup #172
|
2018-02-22 11:34:57 -06:00 |
|
Nabeel Shahzad
|
6dfab75f08
|
Add api routes to get/add/remove bids for a user #172
|
2018-02-22 10:44:15 -06:00 |
|
Nabeel Shahzad
|
5d2ef3a9d3
|
Fix wrong Exception being thrown
|
2018-02-22 09:41:23 -06:00 |
|
Nabeel Shahzad
|
9dfdc8195d
|
Add flight log to both frontend and admin pirep edit view
|
2018-02-21 15:24:46 -06:00 |
|
Nabeel Shahzad
|
ea09a18956
|
Fixed formatting of almost every file
|
2018-02-20 22:33:09 -06:00 |
|
Nabeel Shahzad
|
c5b6ca53fa
|
Redirect subfleet create to edit page
|
2018-02-20 21:55:01 -06:00 |
|
Nabeel Shahzad
|
14d04604cb
|
Add ranks from the subfleet edit page closes #160
|
2018-02-20 21:53:50 -06:00 |
|
Nabeel Shahzad
|
aeacd80bcb
|
Check aircraft permissions in PIREP update/file
|
2018-02-20 14:14:20 -06:00 |
|
Nabeel Shahzad
|
653711fa96
|
Change volume units to be in lbs/kg closes #193
|
2018-02-20 14:07:33 -06:00 |
|
Nabeel Shahzad
|
4e43223f3a
|
Refuse pirep prefile is user not allowed to use aircraft #170
|
2018-02-20 12:59:49 -06:00 |
|
Nabeel Shahzad
|
8393ae2851
|
Add /flight/:id/route resource, returns all route info that's in the navaid database closes #183
|
2018-02-20 12:06:52 -06:00 |
|
Nabeel Shahzad
|
5ee8c1e779
|
level not required in prefile; distance required in file
|
2018-02-20 11:12:50 -06:00 |
|
Nabeel Shahzad
|
ad4259625c
|
Add flight time to flight create/edit form
|
2018-02-19 13:33:26 -06:00 |
|
Nabeel Shahzad
|
3d9d17d9b9
|
Add call to get user's PIREPs #192
|
2018-02-19 10:35:49 -06:00 |
|
Nabeel Shahzad
|
2678514077
|
API: Only show active airlines
|
2018-02-12 12:05:10 -06:00 |
|
Nabeel Shahzad
|
62506a26a1
|
set country on the airline, in admin and installer #191
|
2018-02-12 10:51:04 -06:00 |
|