feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -14,7 +14,9 @@ class QrCodeBatch extends Model
|
||||
use HasFactory, HasTenant, SoftDeletes;
|
||||
|
||||
public const PURPOSE_FREE = 'free_allocation';
|
||||
|
||||
public const PURPOSE_STORE = 'store_inventory';
|
||||
|
||||
public const PURPOSE_PROMO = 'promotional';
|
||||
|
||||
protected $table = 'qr_code_batches';
|
||||
|
||||
Reference in New Issue
Block a user