You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,16 +75,14 @@ ADMIN_USER=admin
75
75
76
76
Feel free to contribute 😉.
77
77
78
-
* Make many analytics dashboards (that's what this app is for in the first place, with Highcharts).
78
+
* (Easy pick!) Make many analytics dashboards (that's what this app is for in the first place, with Highcharts).
79
+
* Use the "triage" feature in the "import file" command.
79
80
* Support JS closures in Chart objects (by using a placeholder to remove quotes maybe?).
80
-
* Add a lot of fixtures to play with.
81
81
* Add translations for tags (maybe using an extension like gedmo or knp?).
82
82
* Implement more source file types like xls, ods, etc., that could be transformed to CSV before importing them. [PHPSpreadsheet](https://phpspreadsheet.readthedocs.io/) is already installed, though not used yet.
83
83
* Custom source file format (only CSV for now, and that's perfectly fine for me).
84
-
* Change CSV headers at runtime (in the command-line integration).
85
-
* Change CSV delimiter/enclosure at runtime (in the command-line integration).
86
84
* Change input operation date format (for now it's `d/m/Y H:i:s O` as of French date format).
87
-
* Multiple bank accounts (needs to migrate all existing data to a "default" account create via migration).
85
+
* Multiple bank accounts (needs to migrate all existing data to a "default" account created via migration).
88
86
* Operation currency (a single header, maybe a default value in the importer and the command too).
89
87
* Add tests (this is a continuous task anyway ☺ ).
90
88
* Support for Bills (a Bill object and a BillItem one, and maybe associate a Bill with one or more Operation objects with a OneToMany relationship so multiple operations can associate with one bill).
@@ -100,8 +98,11 @@ Feel free to contribute 😉.
100
98
* Added tons of other commands to the Makefile.
101
99
* Made a first PoC for the analytics dashboard.
102
100
* Allow to upload Operations files directly from the backoffice. It even has a nice drag&drop integration to customize line column fields!
103
-
* Change CSV headers at runtime (done only for the backoffice integration).
104
-
* Change CSV delimiter/enclosure at runtime (done only for the backoffice integration).
101
+
* Change CSV headers at runtime.
102
+
* Change CSV delimiter/enclosure at runtime.
103
+
* Add a lot of fixtures to play with.
104
+
* Removed the "import from command line" feature. Using EasyAdmin allows more customization.
105
+
* Added a big "triage" system to avoid having duplicates.
0 commit comments