litzvi / avc-beta

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

Cashew clean material stock - not showing #592

Closed litzvi closed 2 years ago

litzvi commented 2 years ago

pay attention. it won't work.

for now use getFinishedProductInventoryRows and display accordingly.

litzvi commented 2 years ago

maybe it won't display well either.. need to see what makes sense.

mei309 commented 2 years ago

why this one isnt working? inventoryReports.getReceiptInventoryRows(ItemGroup.PRODUCT, new ProductionUse[] {ProductionUse.CLEAN}, date);

litzvi commented 2 years ago

why this one isnt working? inventoryReports.getReceiptInventoryRows(ItemGroup.PRODUCT, new ProductionUse[] {ProductionUse.CLEAN}, date);

I know. it only searches for receipt item.

litzvi commented 2 years ago

pay attention. it won't work.

for now use getFinishedProductInventoryRows and display accordingly.

read this

mei309 commented 2 years ago

i did it but i cannot do the summaries in the bottom with that info

litzvi commented 2 years ago

Just do like finished for now. let's see what they say

litzvi commented 2 years ago

I will try fixing it to be like receipt later. That's probably what they want.

litzvi commented 2 years ago
  1. David asked to add defects to the Cashew clean material stock (like in receipt). So I added it in the FinishedProductInventoryRow for clean(the one you are using).
  2. Status is only applicable in Cashew raw material stock (ReceiptInventoryRow), all the rest are only final, so you can remove the status column from them. I'll make it @JsonIgnore too.
mei309 commented 2 years ago

done done

mei309 commented 2 years ago

i think i should not show Box quantity and Box weight in cleaned what you think?

litzvi commented 2 years ago

i think i should not show Box quantity and Box weight in cleaned what you think?

yes they are all null.

mei309 commented 2 years ago

done

mei309 commented 2 years ago

you know what sums they want on this report?

litzvi commented 2 years ago

They will ask..