This commit is contained in:
2020-09-14 22:58:39 +00:00
parent 14d575f280
commit 751c9025f7

View File

@@ -16,7 +16,7 @@ TODO: Report confirmation checklist
https://github.com/metafloor/bwip-js#browser-usage https://github.com/metafloor/bwip-js#browser-usage
https://www.scandit.com/blog/types-barcodes-choosing-right-barcode/ https://www.scandit.com/blog/types-barcodes-choosing-right-barcode/
https://github.com/metafloor/bwip-js/wiki/BWIPP-Barcode-Types https://github.com/metafloor/bwip-js/wiki/BWIPP-Barcode-Types
let opt = { let opt = {
bcid: "code128", // Barcode type bcid: "code128", // Barcode type
text: "0123456789", // Text to encode text: "0123456789", // Text to encode
@@ -38,7 +38,9 @@ TODO: Report confirmation checklist
-------- NON REPORTING RELATED STUFF --------------- -------- NON REPORTING RELATED STUFF ---------------
todo: Open source credit area in UI
acknowledgements etc
todo: export from grid to xls, csv etc. todo: export from grid to xls, csv etc.
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature
but the easiest thing for people would be a straight export of grid data from grid, perhaps using the reportdata system since it pulls in all the bits needed for full data rather than just id links but the easiest thing for people would be a straight export of grid data from grid, perhaps using the reportdata system since it pulls in all the bits needed for full data rather than just id links