Added linework export with progress bar

This commit is contained in:
Frank Schubert
2022-06-15 17:34:04 +02:00
parent c105f9926c
commit 1fddf682a1
6 changed files with 671 additions and 13 deletions
@@ -127,6 +127,8 @@ class TerminationModel {
private function getSqlFilter($filter) {
$where = "1=1 ";
//var_dump($filter);exit;
if(array_key_exists("building_id", $filter)) {
$building_id = $filter['building_id'];