This commit is contained in:
2020-10-27 14:53:59 +00:00
parent b6e60f5e26
commit f2a1e610e2
2 changed files with 2 additions and 25 deletions

View File

@@ -3,32 +3,9 @@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: export from grid to xls, csv etc.
PLAN:
Export via extensions menu system
Export as either json or csv supported
todo: SERVER - make a biz and route for export that mirrors report objects
Export file is downloadable for a few minutes once prepared at server just like report and client triggers download once it gets the file name back
Export as JSON or as CSV https://github.com/JoshClose/CsvHelper
todo: Test export widgets and Users
todo: Profit$
NEXT: SERVER csv format support, then add extensions to Users
todo: Extensions, add code to easily check supported / non supported ayatypes in extensions from array
some may only not work on a few types or vice versa like accounting won't work with widgets but export will etc
todo: Test import with missing fields that are not required in source json
todo: deploy, test on linux and update this issue to approve it working or not https://github.com/Cinchoo/ChoETL/issues/112
todo: check this issue for simplification: https://github.com/Cinchoo/ChoETL/issues/113
todo: import
This is important because it's how a lot of people will start with AyaNova from some other sources of data
Also, I don't like the idea of external application, everything should be in AyaNova already, not need to go to other app and create balkanization
I think it's ok to only support JSON import, there are a LOT of tools to do the conversion from csv to json or whatever
todo: export / import: deploy, test on linux and update this issue to approve it working or not https://github.com/Cinchoo/ChoETL/issues/112
todo: Lagging typing in name field on customize form for data grid filter

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.86",
version: "8.0.0-alpha.87",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};