Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Total values of commands and invoices in list mode #336

Open
IP-V15 opened this issue Oct 4, 2022 · 2 comments
Open

Add Total values of commands and invoices in list mode #336

IP-V15 opened this issue Oct 4, 2022 · 2 comments

Comments

@IP-V15
Copy link

IP-V15 commented Oct 4, 2022

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.

@IP-V15
Copy link
Author

IP-V15 commented Mar 23, 2023

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

@IP-V15
Copy link
Author

IP-V15 commented Jul 29, 2024

Hello
does anyone know a solution to display the values ​​of purchase orders in list mode?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant