Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a "fare type" for cargo #621

Closed
4 tasks
nabeelio opened this issue Mar 6, 2020 · 0 comments · Fixed by #623
Closed
4 tasks

Create a "fare type" for cargo #621

nabeelio opened this issue Mar 6, 2020 · 0 comments · Fixed by #623
Milestone

Comments

@nabeelio
Copy link
Owner

nabeelio commented Mar 6, 2020

Allow changing a fare type to passenger or cargo. Cargo flights would be language change mainly; price being the amount charged per pound, and capacity being a max amount in lbs, since it's assigned to a subfleet.

Keeping it this way will allow for mixed cargo/pax flights, since fares can be assigned to subfleets accordingly. Upon selecting a subfleet/aircraft, the fares dropdown will still show applicable fares, just that cargo is now an option without hacks.

  • Create a new FareType enum - cargo or pax
  • Change the language in adding fares
  • Indicate in fare tables whether its cargo or pax
  • Language in finances and separate ledger rows for pax and cargo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant