V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
www
/
pos
/
app
/
Models
/
Viewing: QuotationDetail.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class QuotationDetail extends Model { protected $fillable = [ 'id', 'product_id', 'quotation_id','sale_unit_id', 'total', 'quantity', 'product_variant_id', 'price', 'TaxNet', 'discount', 'discount_method', 'tax_method', ]; protected $casts = [ 'total' => 'double', 'quantity' => 'double', 'price' => 'double', 'TaxNet' => 'double', 'discount' => 'double', 'quotation_id' => 'integer', 'sale_unit_id' => 'integer', 'product_id' => 'integer', 'product_variant_id' => 'integer', ]; public function quotation() { return $this->belongsTo('App\Models\Quotation'); } public function product() { return $this->belongsTo('App\Models\Product'); } }
Coded With 💗 by
HanzOFC