Commit 204ec14
committed
- **Added new configuration option for transaction matching:**
- Introduced `DJANGO_LEDGER_MATCH_DAYS_WINDOW` with a default value of 7 days for matching logic.
- **Version bump:**
- Updated version in `pyproject.toml` and `__init__.py` from `0.8.2.3` to `0.8.3`.
### **Summary**
Added configurable `DJANGO_LEDGER_MATCH_DAYS_WINDOW` setting to enhance transaction matching flexibility. Incremented version to `0.8.3` to reflect these changes.
### **Backwards Compatibility**
These changes are backwards compatible. Default value ensures current behavior is maintained unless explicitly overridden.1 parent 20a4334 commit 204ec14
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments