[SOLVED] Add totals in different inline add records |
8/19/2019 02:38:35 | |
| PHPRunner General questions | ||
|
A
AndrewMark author
Existing: 1.An inline add of a details table 2. Relevant fieldnames of the details table are a) TotalSuppliers b ) Select c) SupplierAmount
|
||
|
|
Sergey Kornilov admin 8/19/2019 |
|
This can be done but a reasonable amount of coding will be required. You will need to write a function that would calculate totals based on your rules and trigger re-calculation after every single field change or new record added or deleted. |
|
|
A
|
AndrewMark author 8/19/2019 |
|
This can be done but a reasonable amount of coding will be required. You will need to write a function that would calculate totals based on your rules and trigger re-calculation after every single field change or new record added or deleted. Invoice template does something similar: https://xlinesoft.com/invoice
|
|