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

Print (to PDF) function #93

Open
fiffty-50 opened this issue Nov 2, 2022 · 7 comments
Open

Print (to PDF) function #93

fiffty-50 opened this issue Nov 2, 2022 · 7 comments
Labels
roadmap features to be implemented

Comments

@fiffty-50
Copy link
Owner

Required functionality for v 1.0

The database needs to be printable.

The solution should be built with customization in mind:

  • what columns of the table are to be printed
  • layouts and paper sizes
  • print to different file types

However, the first implementation should follow the EASA specifications for logbooks and print to PDF.

@fiffty-50 fiffty-50 added the roadmap features to be implemented label Nov 2, 2022
@roema
Copy link

roema commented Oct 11, 2023

Hi @fiffty-50 !

I will have a look at the PDF export. https://capzlog.aero/ has a pdf export which is exactly the same as the flight log (printed form). This way you can compare the entries in the digital logbook with the handwritten logbook.

Kind regards, Manu

@fiffty-50
Copy link
Owner Author

Fantastic, that's a great idea!

@roema
Copy link

roema commented Oct 12, 2023

Hi @fiffty-50!

I have created an pdf export example of my logbook. Its an exact copy from my hardcopy Flightlog book

FlightlogExport

@fiffty-50
Copy link
Owner Author

Hi @roema Looks great!

The only thing missing is the columns for logging FSTD (Simulator) Time, see p, 21 of the specification.

How did you implement this?

@roema
Copy link

roema commented Oct 16, 2023

Hi @fiffty-50 !

Thanks!
Its an exact copy from my Logbook in Switzerland and column 11 (FSTD) is missing...

I will insert this column the next days.

I use this very simple pdf generation lib written in c: https://github.com/AndreRenaud/PDFGen

@fiffty-50
Copy link
Owner Author

I like it, looks like it wouldn't bee too complex to integrate!

@roema
Copy link

roema commented Oct 17, 2023

Yes! I think on weekend i am ready to create a pull request for the pdf export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap features to be implemented
Projects
None yet
Development

No branches or pull requests

2 participants