Creato funzione di filtraggio e assegnazione categoria in importazione in base alle regole di assegnazione
This commit is contained in:
@@ -8,7 +8,13 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class ImportRule extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'category_id',
|
||||
'pattern',
|
||||
'description',
|
||||
'is_active',
|
||||
'created_by',
|
||||
];
|
||||
|
||||
// In MovimentiController o direttamente nel model Movimenti
|
||||
|
||||
|
||||
Reference in New Issue
Block a user