-
Notifications
You must be signed in to change notification settings - Fork 23
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
Rfj 22 save to pdf #88
base: master
Are you sure you want to change the base?
Conversation
add pdf fucntions to state
buttons that use controller pdf functions
define html area for screen cap to pdf
pdf modules installed fields in pdf
added next canary because build stalled until deleted .next directory
charges need rework before pdf storage as json makes label the order better to store label in charge object, in charges array in json
Awesome! Thank you so much for this PR. We will be taking a look at it. |
anything you need from me to review this pull request? or my other two PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thanks for the pull request Fran! We'll probably use the jsPDF parts of this branch and omit the htmlPDF parts because jsPDF seems to be working better, but we can trim out the htmlPDF stuff after merging.
This is approved but also has a conflict. |
@blingit is taking this! |
removed extra pdf code saving fields to pdf working on persistence per field edit
but charges are not resetting
@cmazzullo @froi |
Are this and the other three PR still being reviewed? |
Hi @Fran33. Sorry for not keeping up with this. I'll take a look at it between today and tomorrow. |
@froi, any update? |
Request to merge Fran33 branch RFJ-22-Save-to-PDF into codefordc rfj master branch
This may be considered a draft edition of PDF because I added two ways and both depends on some form revision. I think the charges list should be changed from json to an array to help PDF have some absolute sequencing. I also added two way to PDF, one a screen capture and one a field display.
This task also taught me how to add new functions to the state for use in both controller and components. Not sure where I should add that as lesson learned.