added bundle quantity and material type columns and import and export functionality
This commit is contained in:
@@ -33,6 +33,8 @@ class StickerMaster extends Model
|
||||
'part_validation4',
|
||||
'part_validation5',
|
||||
'load_rate',
|
||||
'bundle_quantity',
|
||||
'material_type',
|
||||
];
|
||||
|
||||
public function item()
|
||||
@@ -49,4 +51,9 @@ class StickerMaster extends Model
|
||||
{
|
||||
return $this->hasMany(QualityValidation::class, 'sticker_master_id');
|
||||
}
|
||||
|
||||
public function invoiceValidations()
|
||||
{
|
||||
return $this->hasMany(InvoiceValidation::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user