litzvi / avc-beta

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

qc packing in new => qc raw #611

Closed mei309 closed 2 years ago

mei309 commented 2 years ago

the way we doing it now is packing qc as normal. we need to change it

litzvi commented 2 years ago

dont understand

mei309 commented 2 years ago

Screenshot (5)_LI

litzvi commented 2 years ago

You mean it will show in inventory? If so, can be solved with production functionality. let me know

litzvi commented 2 years ago

same as relocation - added behind the scene

mei309 commented 2 years ago

same as relocation - added behind the scene

you added? i add in relocation and did the same in qc. if you do it so let me know otherwise just close the issue

litzvi commented 2 years ago

So do here the same

On Fri, Oct 8, 2021, 03:34 mei309 @.***> wrote:

Assigned #611 https://github.com/litzvi/avc-beta/issues/611 to @litzvi https://github.com/litzvi.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/litzvi/avc-beta/issues/611#event-5430929972, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMZHF3GNJDDTPVGQQSRP273UFX76ZANCNFSM5FN3MCQA . 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.

litzvi commented 2 years ago

BTW. It won't work because need to add in the db

INSERT INTO ebdb.production_lines (name, production_functionality) VALUES ('Quality Control Check', 'QUALITY_CONTROL_CHECK');

mei309 commented 2 years ago

BTW. It won't work because need to add in the db INSERT INTO ebdb.production_lines (name, production_functionality) VALUES ('Quality Control Check', 'QUALITY_CONTROL_CHECK');

done

mei309 commented 2 years ago

if later you want to do save it automatically so its a new issue

litzvi commented 2 years ago

I will open a new issue for myself