-
Notifications
You must be signed in to change notification settings - Fork 50
Revenue & Productivity Report Bug #60
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
Comments
I've narrowed the problem in 'Revenue & Productivity Report' down When cycling through the report periods the Lines 752 to 756 in f72b113
int ReportPeriodValue[] = {
SP_NONE, SP_DAY, SP_WEEK, SP_2WEEKS, SP_MONTH, SP_QUARTER, SP_YTD, -1 }; When
The overlap between start and end should be calculated. But the member variable Lines 366 to 372 in f72b113
FigureLabor checks the end time for validity, but not the start time Lines 1290 to 1313 in f72b113
The issue was silent before my changes, but is now hitting the new asserts. I don't know where |
report bug probably fixed, but new image still available -> reopen |
title changed, therefore closing this bugreport as fixed |
One of the few remaining bugs is in the "Reports" area when selecting "Accounting: Receipts Balance & Cash Deposit" report. Selecting this causes the program to crash.
The text was updated successfully, but these errors were encountered: