Jump to content

CRolfe

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by CRolfe

  1. I'm trying to figure out how I can modify the app controllers code to following fuel "tankering" logic.

     

    What I have done so far was create another field on the PIREP submit labeled block_in_fuel.

    That seems to be working fine.

     

    But now I want the PirepFinanceService to look for the previous pirep for that aircraft.

    Is there a function like that already built I could use to accomplish finding that record?

     

    From there I assume I would so something like ...$fuel_used = $pirep->block_fuel - $prevpirep->block_in_fuel

     

    I'm a huge noob to Laravel. So any pointers would be appreciated.

×
×
  • Create New...