This commit is contained in:
@@ -17,10 +17,13 @@ TODO: Report confirmation checklist
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
old jsreport ref: https://playground.jsreport.net/w/admin/dI2_fUqZ (for example this sample report shows <div style="page-break-before: always;"></div> which is interesting)
|
old jsreport ref: https://playground.jsreport.net/w/admin/dI2_fUqZ (for example this sample report shows <div style="page-break-before: always;"></div> which is interesting)
|
||||||
|
- print properties in css ref: https://www.tutorialspoint.com/css/css_print_references.htm
|
||||||
|
@page https://developer.mozilla.org/en-US/docs/Web/CSS/@page
|
||||||
|
|
||||||
- custom extra javascript functions EXAMPLE NEEDED
|
- custom extra javascript functions EXAMPLE NEEDED
|
||||||
- Mailing labels
|
- Mailing labels
|
||||||
- Alternate paper sizes A4, Letter etc
|
- Alternate paper sizes A4, Letter etc
|
||||||
|
https://developer.mozilla.org/en-US/docs/Web/CSS/@page/size
|
||||||
- Reports on each type of data anticipated
|
- Reports on each type of data anticipated
|
||||||
- Graphs / KP / METRICS needs to print likely
|
- Graphs / KP / METRICS needs to print likely
|
||||||
- Security of scripts / scrubbing or sandboxing
|
- Security of scripts / scrubbing or sandboxing
|
||||||
|
|||||||
@@ -613,7 +613,6 @@ Handlebars.registerHelper('loud', function (aString) {
|
|||||||
if (dialogResult != true) {
|
if (dialogResult != true) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//do the delete
|
//do the delete
|
||||||
window.$gz.form.setFormState({
|
window.$gz.form.setFormState({
|
||||||
vm: vm,
|
vm: vm,
|
||||||
|
|||||||
Reference in New Issue
Block a user