Skip to content

Commit 49f8069

Browse files
committed
Updated documentation
1 parent a568918 commit 49f8069

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,14 @@ ADMIN_USER=admin
7575

7676
Feel free to contribute 😉.
7777

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.
7980
* Support JS closures in Chart objects (by using a placeholder to remove quotes maybe?).
80-
* Add a lot of fixtures to play with.
8181
* Add translations for tags (maybe using an extension like gedmo or knp?).
8282
* 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.
8383
* 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).
8684
* 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).
8886
* Operation currency (a single header, maybe a default value in the importer and the command too).
8987
* Add tests (this is a continuous task anyway ☺ ).
9088
* 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 😉.
10098
* Added tons of other commands to the Makefile.
10199
* Made a first PoC for the analytics dashboard.
102100
* 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.
105106

106107
# License
107108

0 commit comments

Comments
 (0)