@fuzzle/opencode-accountant 0.0.7-next.1 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ your-project/
|
|
|
142
142
|
│ └── import/
|
|
143
143
|
│ └── providers.yaml
|
|
144
144
|
├── statements/
|
|
145
|
-
│ └──
|
|
145
|
+
│ └── imports/ # Drop CSV files here
|
|
146
146
|
│ └── unrecognized/ # Unclassified files moved here
|
|
147
147
|
└── doc/
|
|
148
148
|
└── agent/
|
|
@@ -158,10 +158,10 @@ your-project/
|
|
|
158
158
|
|
|
159
159
|
#### Workflow
|
|
160
160
|
|
|
161
|
-
1. Drop CSV files into `statements/
|
|
161
|
+
1. Drop CSV files into `statements/imports/`
|
|
162
162
|
2. Run `classify-statements` tool
|
|
163
163
|
3. Files are moved to `doc/agent/todo/import/<provider>/<currency>/`
|
|
164
|
-
4. Unrecognized files are moved to `statements/
|
|
164
|
+
4. Unrecognized files are moved to `statements/imports/unrecognized/`
|
|
165
165
|
5. After successful import, files should be moved to `doc/agent/done/import/`
|
|
166
166
|
|
|
167
167
|
## Development
|