Topic: Manufacturing dashboard issue
I'm not sure this is a bug, Top 10 Manufactured Items in fiscal year just confuses me on it's presents.
Once I create a work order then manufacturing dashboard shows:
_________________________________________________
| Items | Amount | Quantity |
|-------------------------------------------------------------------|
|AP Surf Set | 366.00 | 1.00 |
|-------------------------------------------------------------------|
After item is sold the table shows
_________________________________________________
| Items | Amount | Quantity |
|-------------------------------------------------------------------|
|AP Surf Set | 0.00 | 0.00 |
|-------------------------------------------------------------------|
1. Does this widget just present on hand manufactured items ?
2. Should it be changed to all manufactured items includes sold item?
If 1 : this does not make sense much
If 2 : Line 275 of dashboard.inc need to change to $sql .= "AND s.mb_flag='M' AND m.qty > 0 ";