You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
It is currently not possible to add the total value of commands and invoices in list mode.
This would be very useful, especially for doing extractions because there are no other tools to retrieve the information.
The text was updated successfully, but these errors were encountered:
Good morning.
I found how to add the value of the invoices in the general list.
Can someone integrate the code in the next version?
I don't know github at all.
Add the following lines to this file: \order\inc\bill.class.php
After the line 211, add :
$tab[] = [
'id' => 10,
'table' => self::getTable(),
'field' => 'value',
'name' => __('Value'),
'datatype' => 'decimal',
];
Thanks
Hello,
It is currently not possible to add the total value of commands and invoices in list mode.
This would be very useful, especially for doing extractions because there are no other tools to retrieve the information.
The text was updated successfully, but these errors were encountered: