Posts: 96
Threads: 13
Joined: Jan 2017
Reputation:
22
One question:Is it possible to fool corebos with the php version?
in the hosting where it works I have php 8 (with this version, GenDoc does not work), php 7.4 and 7.3, but php 7.3 support ends at the end of this year. I try to run it with 7.4 but appears prp error
Thanks
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
php 7.4 is the current recommended version. I have done some extensive test with 8 and, in general, it works but we still have some libraries that have not been updated.
I remember having tried GenDoc with 8 but I would have to look again. What error are you getting?
Joe
TSolucio
Posts: 96
Threads: 13
Joined: Jan 2017
Reputation:
22
10-28-2021, 09:36 AM
(This post was last modified: 10-28-2021, 10:28 AM by inspectorflint.)
I am creating a template for Quotes with gendoc, and I need show the añount of the discount of each product per line. In the template, I have added the label {InventoryDetails.discount_amount}, but when I create de document, it appears to 0, when the discount exists.
Looking for the order line in InventoryDetails module, I see that it is not updated with that amount, then the label is right, but the field is not updated with that amount. Is it a bug or is this how the program works?. Thanks