Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.218.135.221
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
src /
Entity /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
0
B
-rw-rw-r--
2022-08-25 15:00
Catalog.php
6.21
KB
-rw-rw-r--
2023-08-11 07:51
CatalogLog.php
6.12
KB
-rw-rw-r--
2023-08-11 07:51
CatalogUpdates.php
1.31
KB
-rw-rw-r--
2023-03-15 13:04
Incomes.php
6.55
KB
-rw-rw-r--
2023-04-27 08:04
Orders.php
9.43
KB
-rw-rw-r--
2023-07-23 16:00
OrdersLog.php
9.77
KB
-rw-rw-r--
2023-07-23 16:00
Reports.php
24.52
KB
-rw-rw-r--
2023-07-23 16:34
Sales.php
12.44
KB
-rw-rw-r--
2023-04-27 08:04
SalesLog.php
12.79
KB
-rw-rw-r--
2023-06-10 20:27
Stocks.php
8.73
KB
-rw-rw-r--
2023-05-24 07:20
StocksLog.php
9.08
KB
-rw-rw-r--
2023-07-03 06:46
User.php
11.22
KB
-rw-rw-r--
2023-08-29 09:18
Warehouses.php
2.45
KB
-rw-rw-r--
2023-04-27 08:04
Save
Rename
<?php namespace App\Entity; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\Collection; use Doctrine\ORM\Mapping as ORM; /** * Kes * @ORM\Entity * @ORM\Table(name="reports") */ class Reports { /** * @ORM\Id * @ORM\GeneratedValue * @ORM\Column(type="integer") */ private $id; /** * @var integer * @ORM\Column(type="integer", nullable="true") */ private $accountId; /** * @var string * @ORM\Column(type="integer",nullable="true") */ private $realizationreportId; /** * @var string * @ORM\Column(type="datetime",nullable="true") */ private $dateFrom; /** * @var string * @ORM\Column(type="datetime",nullable="true") */ private $dateTo; /** * @var string * @ORM\Column(type="datetime",nullable="true") */ private $createDt; /** * @var string * @ORM\Column(type="string", length=255, nullable="true") */ private $suppliercontractCode; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $rrdId; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $giId; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $subjectName; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $nmId; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $brandName; /** * @var string * @ORM\Column(type="string", length=255, nullable="true") */ private $saName; /** * @var string * @ORM\Column(type="string", length=255, nullable="true") */ private $tsName; /** * @var string * @ORM\Column(type="string", length=255, nullable="true") */ private $barcode; /** * @var string * @ORM\Column(type="string", length=255, nullable="true") */ private $docTypeName; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $quantity; /** * @var string * @ORM\Column(type="integer", nullable="true") */ private $retailPrice; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $retailAmount; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $salePercent; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $commissionPercent; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $officeName; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $supplierOperName; /** * @var int * @ORM\Column(type="datetime", nullable="true") */ private $orderDt; /** * @var string * @ORM\Column(type="datetime", nullable="true") */ private $saleDt; /** * @var datetime * @ORM\Column(type="datetime", nullable="true") */ private $rrDt; /** * @var string * @ORM\Column(type="integer", nullable="true") */ private $shkId; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $retailPriceWithdiscRub; /** * @var string * @ORM\Column(type="integer", nullable="true") */ private $deliveryAmount; /** * @var string * @ORM\Column(type="integer", nullable="true") */ private $returnAmount; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $deliveryRub; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $giBoxTypeName; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $productDiscountForReport; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $supplierPromo; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $rid; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzSppPrc; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzKvwPrcBase; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzKvwPrc; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzSalesCommission; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzForPay; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzReward; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $acquiringFee; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $acquiringBank; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzVw; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $ppvzVwNds; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $supRatingPrcUp; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $isKgvpV2; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $ppvzOfficeId; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $ppvzOfficeName; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $ppvzSupplierId; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $ppvzSupplierName; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $ppvzInn; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $declarationNumber; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $bonusTypeName; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $stickerId; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $siteCountry; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $penalty; /** * @var int * @ORM\Column(type="integer", nullable="true") */ private $additionalPayment; /** * @var int * @ORM\Column(type="float", nullable="true") */ private $rebillLogisticCost; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $rebillLogisticOrg; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $kiz; /** * @var int * @ORM\Column(type="string", length=255, nullable="true") */ private $srid; /** * @var \DateTime * @ORM\Column(type="datetime") */ private $createdAt; /** * @var \DateTime * @ORM\Column(type="datetime") */ private $updatedAt; public function __construct() { } /** * Get id. * * @return int */ public function getId() { return $this->id; } /** * @return integer */ public function getAccountId() { return $this->accountId; } /** * @param integer $accountId */ public function setAccountId($accountId) { $this->accountId = $accountId; } /** * @return string */ public function getRealizationreportId() { return $this->realizationreportId; } /** * @param string $realizationreportId */ public function setRealizationreportId($realizationreportId) { $this->realizationreportId = $realizationreportId; } /** * @return string */ public function getDateFrom() { return $this->dateFrom; } /** * @param string $dateFrom */ public function setDateFrom($dateFrom) { $this->dateFrom = $dateFrom; } /** * @return string */ public function getDateTo() { return $this->dateTo; } /** * @param string $dateTo */ public function setDateTo($dateTo) { $this->dateTo = $dateTo; } /** * @return string */ public function getCreateDt() { return $this->createDt; } /** * @param string $createDt */ public function setCreateDt($createDt) { $this->createDt = $createDt; } /** * @return string */ public function getSuppliercontractCode() { return $this->suppliercontractCode; } /** * @param string $suppliercontractCode */ public function setSuppliercontractCode($suppliercontractCode) { $this->suppliercontractCode = $suppliercontractCode; } /** * @return int */ public function getRrdId() { return $this->rrdId; } /** * @param int $rrdId */ public function setRrdId($rrdId) { $this->rrdId = $rrdId; } /** * @return int */ public function getGiId() { return $this->giId; } /** * @param int $giId */ public function setGiId($giId) { $this->giId = $giId; } /** * @return int */ public function getSubjectName() { return $this->subjectName; } /** * @param int $subjectName */ public function setSubjectName($subjectName) { $this->subjectName = $subjectName; } /** * @return int */ public function getNmId() { return $this->nmId; } /** * @param int $nmId */ public function setNmId($nmId) { $this->nmId = $nmId; } /** * @return int */ public function getBrandName() { return $this->brandName; } /** * @param int $brandName */ public function setBrandName($brandName) { $this->brandName = $brandName; } /** * @return string */ public function getSaName() { return $this->saName; } /** * @param string $saName */ public function setSaName($saName) { $this->saName = $saName; } /** * @return string */ public function getTsName() { return $this->tsName; } /** * @param string $tsName */ public function setTsName($tsName) { $this->tsName = $tsName; } /** * @return string */ public function getBarcode() { return $this->barcode; } /** * @param string $barcode */ public function setBarcode($barcode) { $this->barcode = $barcode; } /** * @return string */ public function getDocTypeName() { return $this->docTypeName; } /** * @param string $docTypeName */ public function setDocTypeName($docTypeName) { $this->docTypeName = $docTypeName; } /** * @return int */ public function getQuantity() { return $this->quantity; } /** * @param int $quantity */ public function setQuantity($quantity) { $this->quantity = $quantity; } /** * @return string */ public function getRetailPrice() { return $this->retailPrice; } /** * @param string $retailPrice */ public function setRetailPrice($retailPrice) { $this->retailPrice = $retailPrice; } /** * @return int */ public function getRetailAmount() { return $this->retailAmount; } /** * @param int $retailAmount */ public function setRetailAmount($retailAmount) { $this->retailAmount = $retailAmount; } /** * @return int */ public function getSalePercent() { return $this->salePercent; } /** * @param int $salePercent */ public function setSalePercent($salePercent) { $this->salePercent = $salePercent; } /** * @return int */ public function getCommissionPercent() { return $this->commissionPercent; } /** * @param int $commissionPercent */ public function setCommissionPercent($commissionPercent) { $this->commissionPercent = $commissionPercent; } /** * @return int */ public function getOfficeName() { return $this->officeName; } /** * @param int $officeName */ public function setOfficeName($officeName) { $this->officeName = $officeName; } /** * @return int */ public function getSupplierOperName() { return $this->supplierOperName; } /** * @param int $supplierOperName */ public function setSupplierOperName($supplierOperName) { $this->supplierOperName = $supplierOperName; } /** * @return int */ public function getOrderDt() { return $this->orderDt; } /** * @param int $orderDt */ public function setOrderDt($orderDt) { $this->orderDt = $orderDt; } /** * @return string */ public function getSaleDt() { return $this->saleDt; } /** * @param string $saleDt */ public function setSaleDt($saleDt) { $this->saleDt = $saleDt; } /** * @return string */ public function getRrDt() { return $this->rrDt; } /** * @param string $rrDt */ public function setRrDt($rrDt) { $this->rrDt = $rrDt; } /** * @return string */ public function getShkId() { return $this->shkId; } /** * @param string $shkId */ public function setShkId($shkId) { $this->shkId = $shkId; } /** * @return int */ public function getRetailPriceWithdiscRub() { return $this->retailPriceWithdiscRub; } /** * @param int $retailPriceWithdiscRub */ public function setRetailPriceWithdiscRub($retailPriceWithdiscRub) { $this->retailPriceWithdiscRub = $retailPriceWithdiscRub; } /** * @return string */ public function getDeliveryAmount() { return $this->deliveryAmount; } /** * @param string $deliveryAmount */ public function setDeliveryAmount($deliveryAmount) { $this->deliveryAmount = $deliveryAmount; } /** * @return string */ public function getReturnAmount() { return $this->returnAmount; } /** * @param string $returnAmount */ public function setReturnAmount($returnAmount) { $this->returnAmount = $returnAmount; } /** * @return int */ public function getDeliveryRub() { return $this->deliveryRub; } /** * @param int $deliveryRub */ public function setDeliveryRub($deliveryRub) { $this->deliveryRub = $deliveryRub; } /** * @return int */ public function getGiBoxTypeName() { return $this->giBoxTypeName; } /** * @param int $giBoxTypeName */ public function setGiBoxTypeName($giBoxTypeName) { $this->giBoxTypeName = $giBoxTypeName; } /** * @return int */ public function getProductDiscountForReport() { return $this->productDiscountForReport; } /** * @param int $productDiscountForReport */ public function setProductDiscountForReport($productDiscountForReport) { $this->productDiscountForReport = $productDiscountForReport; } /** * @return int */ public function getSupplierPromo() { return $this->supplierPromo; } /** * @param int $supplierPromo */ public function setSupplierPromo($supplierPromo) { $this->supplierPromo = $supplierPromo; } /** * @return int */ public function getRid() { return $this->rid; } /** * @param int $rid */ public function setRid($rid) { $this->rid = $rid; } /** * @return int */ public function getPpvzSppPrc() { return $this->ppvzSppPrc; } /** * @param int $ppvzSppPrc */ public function setPpvzSppPrc($ppvzSppPrc) { $this->ppvzSppPrc = $ppvzSppPrc; } /** * @return int */ public function getPpvzKvwPrcBase() { return $this->ppvzKvwPrcBase; } /** * @param int $ppvzKvwPrcBase */ public function setPpvzKvwPrcBase($ppvzKvwPrcBase) { $this->ppvzKvwPrcBase = $ppvzKvwPrcBase; } /** * @return int */ public function getPpvzKvwPrc() { return $this->ppvzKvwPrc; } /** * @param int $ppvzKvwPrc */ public function setPpvzKvwPrc($ppvzKvwPrc) { $this->ppvzKvwPrc = $ppvzKvwPrc; } /** * @return int */ public function getPpvzSalesCommission() { return $this->ppvzSalesCommission; } /** * @param int $ppvzSalesCommission */ public function setPpvzSalesCommission($ppvzSalesCommission) { $this->ppvzSalesCommission = $ppvzSalesCommission; } /** * @return int */ public function getPpvzForPay() { return $this->ppvzForPay; } /** * @param int $ppvzForPay */ public function setPpvzForPay($ppvzForPay) { $this->ppvzForPay = $ppvzForPay; } /** * @return int */ public function getPpvzReward() { return $this->ppvzReward; } /** * @param int $ppvzReward */ public function setPpvzReward($ppvzReward) { $this->ppvzReward = $ppvzReward; } /** * @return int */ public function getAcquiringFee() { return $this->acquiringFee; } /** * @param int $acquiringFee */ public function setAcquiringFee($acquiringFee) { $this->acquiringFee = $acquiringFee; } /** * @return int */ public function getAcquiringBank() { return $this->acquiringBank; } /** * @param int $acquiringBank */ public function setAcquiringBank($acquiringBank) { $this->acquiringBank = $acquiringBank; } /** * @return int */ public function getPpvzVw() { return $this->ppvzVw; } /** * @param int $ppvzVw */ public function setPpvzVw($ppvzVw) { $this->ppvzVw = $ppvzVw; } /** * @return int */ public function getPpvzVwNds() { return $this->ppvzVwNds; } /** * @param int $ppvzVwNds */ public function setPpvzVwNds($ppvzVwNds) { $this->ppvzVwNds = $ppvzVwNds; } /** * @return int */ public function getPpvzOfficeId() { return $this->ppvzOfficeId; } /** * @param int $ppvzOfficeId */ public function setPpvzOfficeId($ppvzOfficeId) { $this->ppvzOfficeId = $ppvzOfficeId; } /** * @return int */ public function getPpvzOfficeName() { return $this->ppvzOfficeName; } /** * @param int $ppvzOfficeName */ public function setPpvzOfficeName($ppvzOfficeName) { $this->ppvzOfficeName = $ppvzOfficeName; } /** * @return int */ public function getPpvzSupplierId() { return $this->ppvzSupplierId; } /** * @param int $ppvzSupplierId */ public function setPpvzSupplierId($ppvzSupplierId) { $this->ppvzSupplierId = $ppvzSupplierId; } /** * @return int */ public function getPpvzSupplierName() { return $this->ppvzSupplierName; } /** * @param int $ppvzSupplierName */ public function setPpvzSupplierName($ppvzSupplierName) { $this->ppvzSupplierName = $ppvzSupplierName; } /** * @return int */ public function getPpvzInn() { return $this->ppvzInn; } /** * @param int $ppvzInn */ public function setPpvzInn($ppvzInn) { $this->ppvzInn = $ppvzInn; } /** * @return int */ public function getDeclarationNumber() { return $this->declarationNumber; } /** * @param int $declarationNumber */ public function setDeclarationNumber($declarationNumber) { $this->declarationNumber = $declarationNumber; } /** * @return int */ public function getBonusTypeName() { return $this->bonusTypeName; } /** * @param int $bonusTypeName */ public function setBonusTypeName($bonusTypeName) { $this->bonusTypeName = $bonusTypeName; } /** * @return int */ public function getStickerId() { return $this->stickerId; } /** * @param int $stickerId */ public function setStickerId($stickerId) { $this->stickerId = $stickerId; } /** * @return int */ public function getSiteCountry() { return $this->siteCountry; } /** * @param int $siteCountry */ public function setSiteCountry($siteCountry) { $this->siteCountry = $siteCountry; } /** * @return int */ public function getPenalty() { return $this->penalty; } /** * @param int $penalty */ public function setPenalty($penalty) { $this->penalty = $penalty; } /** * @return int */ public function getAdditionalPayment() { return $this->additionalPayment; } /** * @param int $additionalPayment */ public function setAdditionalPayment($additionalPayment) { $this->additionalPayment = $additionalPayment; } /** * @return int */ public function getKiz() { return $this->kiz; } /** * @param int $kiz */ public function setKiz($kiz) { $this->kiz = $kiz; } /** * @return int */ public function getSrid() { return $this->srid; } /** * @param int $srid */ public function setSrid($srid) { $this->srid = $srid; } /** * @return int */ public function getSupRatingPrcUp() { return $this->supRatingPrcUp; } /** * @param int $supRatingPrcUp */ public function setSupRatingPrcUp($supRatingPrcUp) { $this->supRatingPrcUp = $supRatingPrcUp; } /** * @return int */ public function getIsKgvpV2() { return $this->isKgvpV2; } /** * @param int $isKgvpV2 */ public function setIsKgvpV2($isKgvpV2) { $this->isKgvpV2 = $isKgvpV2; } /** * @return int */ public function getRebillLogisticCost() { return $this->rebillLogisticCost; } /** * @param int $rebillLogisticCost */ public function setRebillLogisticCost($rebillLogisticCost) { $this->rebillLogisticCost = $rebillLogisticCost; } /** * @return int */ public function getRebillLogisticOrg() { return $this->rebillLogisticOrg; } /** * @param int $rebillLogisticOrg */ public function setRebillLogisticOrg($rebillLogisticOrg) { $this->rebillLogisticOrg = $rebillLogisticOrg; } /** * Set createdAt * * @param \DateTime $createdAt * */ public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; return $this; } /** * Get createdAt * * @return \DateTime */ public function getCreatedAt() { return $this->createdAt; } /** * Set updatedAt * * @param \DateTime $updatedAt * */ public function setUpdatedAt($updatedAt) { $this->updatedAt = $updatedAt; return $this; } /** * Get updatedAt * * @return \DateTime */ public function getUpdatedAt() { return $this->updatedAt; } }