-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expenses-reports: Expenses cannot be listed by payment-date #646
Comments
Hi, Have you tried adding the expense's payment date column to the report to filter the data? |
Hi, Hillel, that would be the second step before the first, because if one has expenses which were set up months earlier one had to take the whole bunch of expenses just to filter 3 months or less out. And then, as in my case, if one need a seperation between the tax-rates, there is no further filter-option. |
I'm not sure I follow, the app supports filtering the reports by more than one column. Are you using the reports or the export option on Settings > Import/Export? |
Reports in the Flutter-app to check the values. |
Can you please help me understand your request? |
I set up a report with following settings: The problem is: expenses which were invoiced already one month (or maybe more) before the payment-date are not shown, because there's a bug (or maybe a not intuitive behavior) within the date-option/-filter. |
The demo.invoiceninja.com is not working (get only a blanc page on both Firefox and Chromium); otherwise I had taken some screenshots |
Ok, so the request is to be able to filter by multiple dates? |
No, only (or in first instance) by payment-date (not by expense-date) |
In the Flutter-web-app there are two possibilities to chose: expense-date or payment-date. But payment-date still filters (first) by the expense-date, so expenses which have a earlier expense-date are from the start on not involved even if their payment-date fits into the chosen period. |
Each column should only filter it's respective value, if you filter by the payment date it shouldn't consider the expense date. We'll work on fixing the demo, I suggest posting a screenshot when it's back online. |
It sounds like you're trying to filter by two dates but above you said that wasn't the case. |
Nope, I just want an output of all my expenses that I have paid in the defined period – whether or not the expense-date is within the same period. But IN only shows those paid expenses, which expense-date (NOT the payment-date) is within the chosen period. |
It sounds like you're saying when you set a filter for the payment date it references the expense date? I think I'll need a screenshot where the interface is in English with data to understand. |
I think that's it. I'll do the screenshot after the demo is ready again. :-) |
Setup
Interface
Checklist
Describe the bug
Payments are only sorted or displayed by date, not by payment-date (!) even when this option is shown.
Steps To Reproduce
Create an expense by date 28th Jan. 2024. Set it to paid by payment-date of 2nd March 2024. Try to create a report for all expenses paid in March 24. The expense won't be shown.
Expected Behavior
Expenses should be listed by the right payment-date, not only by the (expense-) date.
The text was updated successfully, but these errors were encountered: