I checked what in dev ver. 4.2.699 when you pick any product in item list there are no description hooked automatically to comment field for Logistics modules.
For invoices comments hooks as usual.
After pick comment is empty
After pick up comment is filled with product description data.
Or this feature can be optional. For example can be linked to any another product field.
1.
2.
3.
checked at gitdev 4.3.0. for invoices comment hooked, for GRN not hooked
@mariuszkrzaczkowski today I updated my system to 4.3.0 and checked work ability and found what bug is here. Problem not in product description only. There are no any fields values loaded for Logistics modules (GRN, GDN and etc.)
In my system (ver 4.0) I added column for GRN what hooks qty in stock read-only value for picked product. After that manually I add mapping for this field to u_yf_igrn_invmap table:
"module" "field" "tofield"
"Products" "qtyinstock" "valueXX"
For 4.2.0 this works perfect. After update to 4.3.0 something going wrong and value don't appears after product selection.
I checked database and found what u_yf_igrn_invmap is well.
After that I made visible EAN-13 field (was invisible because not used) for GRN and this this field not updated too.
Next step was repeating all steps for Invoices module with Value advanced field and I noticed what for this module Value field works perfect!
Upd1: Usage unit not hooked too!
Anybody has ideas how to solve this?
actual dev for today. #5963 is here too!

Same problem with sales modules

I created an update package for this patch InventoryFix.zip
https://github.com/YetiForceCompany/YetiForceCRM/releases/tag/4.3.0
@mariuszkrzaczkowski What is the function of giving unit price in GRN? The price is not transferred to product as I can see.


@kpaulaha as I understand advanced module items list tabla can call value from product module. Not transfer to product. I think this is new issue.
@vovpff Well I have something with one of my updated 4.3 +inventoryfix. Sorry, my mistake, explained badly, I meant when adding a new product with GRN using the product quick create, it did not add the price to GRN productline and not to the new product. But with the other installation it works (not the product line on GRN). The one installation is a quite mess, must reinstall.
I understand that the price from advanced module can not transfer to product price M:1, trying to solve out some sense with the whole logistics modules with pricing
@mariuszkrzaczkowski thanks! Problem solved!
Most helpful comment
I created an update package for this patch InventoryFix.zip
https://github.com/YetiForceCompany/YetiForceCRM/releases/tag/4.3.0