githubbob42 / mingle2github2

0 stars 1 forks source link

Generate and Save PDF Reports after the preview is complete #4437

Closed githubbob42 closed 7 years ago

githubbob42 commented 7 years ago

Mingle Card: 4776 Narrative

As a field engineer, I can attach a pdf report to my tickes, jobs and quotes.

Acceptance Criteria

A pdf should be generated and added to the attachments of the relevant object.  A user should be able to view the document via an external app in both iPad and Chrome.

Analysis

The POC laid a lot of the ground work for how this can be done.  It needs adequate tests.  The idea is not to concern ourselves with viewing pdfs.  We can always rely on external apps (‘hopefully’) for displaying the contents of a finished report.

Related Stories

Tasks

{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}

Defects

{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}

Test Plan

Test scrolling, resizing, zooming, etc. on the iPad

reports limited to 400 inches ~ 34 pages

githubbob42 commented 7 years ago

Feature: #4394 Support PDF Reports (Mingle)

githubbob42 commented 7 years ago

Pull Request #2245