litzvi / avc-beta

trying to build first demo for avc
0 stars 0 forks source link

add "packed QC" to finished product report #608

Closed litzvi closed 2 years ago

litzvi commented 2 years ago

David request

litzvi commented 2 years ago

I changed com.avc.mis.beta.service.report.InventoryReports.getFinishedProductInventoryRows(ItemGroup[], ProductionUse[], LocalDateTime) to get an array of item groups. So you need to change com.avc.mis.beta.controllers.ReportsController.getCashewInventoryFinished(LocalDateTime) to have new ItemGroup[] {ItemGroup.PRODUCT, ItemGroup.QC}

mei309 commented 2 years ago

is it true in clean inventory too?

litzvi commented 2 years ago

No only finished. And we don't have clean packed QC anyway.

On Thu, Oct 7, 2021, 13:20 mei309 @.***> wrote:

is it true in clean inventory too?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/litzvi/avc-beta/issues/608#issuecomment-937485734, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMZHF3AAZ75CBZ7QPXKJB4TUFU34RANCNFSM5FLNPTJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mei309 commented 2 years ago

ok done