continue optimizing todos

This commit is contained in:
Dennis Eichhorn 2020-01-05 21:38:42 +01:00
parent 607c1fbffb
commit d4c62e390e
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ class Arrival
*/ */
private int $status = 0; private int $status = 0;
/* TODO: count, packaging, product count etc.... for every single position + where do you put it */ private bool $goodPackaging = false;
/** /**
* Constructor. * Constructor.

View File

@ -11,7 +11,7 @@
* @link https://orange-management.org * @link https://orange-management.org
*/ */
declare(strict_types=1); declare(strict_types=1);
/* TODO: maybe make this a framework object? and let warehousing, sales, purchase extend this */
namespace Modules\WarehouseManagement\Models; namespace Modules\WarehouseManagement\Models;
/** /**