Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PDF MAKER
#26
(10-27-2021, 07:54 AM)inspectorflint Wrote: This is the php version error
A PHP version from 5.4.x (5.6.x minimum recommended) to 7.3.0 is required. Your current PHP version is 7.4.25

In corebos 8, in a shared hosting, I cant access to apache error log.


The corebos log seems too log for paste here. 

it can ve donwloaded here

https://drive.google.com/file/d/1DeOK-lhMActAAwgYD8ozKoOD28kiF5wc/view?usp=sharing

Thanks

PD: What is the gen doc label  for the tax percentage, in order to add in a invoice template? Thanks again...

Hello Smile 

If you want to show every individual tax rate(percentage) configured for each order line, you can find the fields in the Inventory Details module, on the Taxes block and add them in gendoc template inside {foreach} directives. E.g.
Code:
{foreach InventoryDetails}
{InventoryDetails.id_tax1_perc}
{foreach}

To get the tax values for each individual tax rate of each product line, you can:
  • Add as many fields as tax rates configured.
  • Update them by using a workflow that will do the calculations.(reach out for help)
  • Add the fields in gendoc using the standard format: {InventoryDetails.fieldname}

P.S You can find the gendoc labels in EtiquetasOO module.


OR


If you don't want to add fields, you can put the calculation directly in gendoc template by using expression e.g:

Code:
{expression(fieldname1/fieldname2)*100}
inside {foreach} directives.

Reference Link:
https://corebos.com/documentation/doku.php?id=en:gendoc:templatestore:gendocdoctemplate


Let us know for any issues.

(10-28-2021, 09:36 AM)inspectorflint Wrote: 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


We tested the update of discount amount for every product line and it seems to work correctly. As a result, they are shown up in gendoc template. Can you please provide us with more information or send us the template you're using?
Reply


Messages In This Thread
PDF MAKER - jmery24 - 02-26-2021, 02:35 PM
RE: PDF MAKER - joebordes - 02-26-2021, 03:03 PM
RE: PDF MAKER - jmery24 - 02-26-2021, 03:16 PM
RE: PDF MAKER - joebordes - 02-26-2021, 07:01 PM
RE: PDF MAKER - inspectorflint - 09-01-2021, 04:26 PM
RE: PDF MAKER - joebordes - 09-01-2021, 06:28 PM
RE: PDF MAKER - inspectorflint - 10-01-2021, 07:52 AM
RE: PDF MAKER - joebordes - 10-01-2021, 09:15 AM
RE: PDF MAKER - inspectorflint - 10-01-2021, 10:12 AM
RE: PDF MAKER - joebordes - 10-01-2021, 10:14 AM
RE: PDF MAKER - inspectorflint - 10-01-2021, 11:08 AM
RE: PDF MAKER - joebordes - 10-06-2021, 07:28 AM
RE: PDF MAKER - inspectorflint - 10-06-2021, 11:04 AM
RE: PDF MAKER - inspectorflint - 10-18-2021, 08:22 AM
RE: PDF MAKER - joebordes - 10-18-2021, 09:56 AM
RE: PDF MAKER - inspectorflint - 10-20-2021, 09:47 AM
RE: PDF MAKER - joebordes - 10-20-2021, 10:03 AM
RE: PDF MAKER - inspectorflint - 10-20-2021, 10:30 AM
RE: PDF MAKER - joebordes - 10-22-2021, 02:05 PM
RE: PDF MAKER - inspectorflint - 10-26-2021, 06:50 AM
RE: PDF MAKER - inspectorflint - 10-26-2021, 02:33 PM
RE: PDF MAKER - joebordes - 10-26-2021, 07:41 PM
RE: PDF MAKER - inspectorflint - 10-27-2021, 07:54 AM
RE: PDF MAKER - xh.shazivari - 11-02-2021, 04:51 PM
RE: PDF MAKER - joebordes - 10-27-2021, 09:26 AM
RE: PDF MAKER - inspectorflint - 10-28-2021, 09:36 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)