|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785 |
- <?php
-
- /**
- * Copyright distrib (2018)
- *
- * contact@opendistrib.net
- *
- * Ce logiciel est un programme informatique servant à aider les producteurs
- * à distribuer leur production en circuits courts.
- *
- * Ce logiciel est régi par la licence CeCILL soumise au droit français et
- * respectant les principes de diffusion des logiciels libres. Vous pouvez
- * utiliser, modifier et/ou redistribuer ce programme sous les conditions
- * de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- * sur le site "http://www.cecill.info".
- *
- * En contrepartie de l'accessibilité au code source et des droits de copie,
- * de modification et de redistribution accordés par cette licence, il n'est
- * offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- * seule une responsabilité restreinte pèse sur l'auteur du programme, le
- * titulaire des droits patrimoniaux et les concédants successifs.
- *
- * A cet égard l'attention de l'utilisateur est attirée sur les risques
- * associés au chargement, à l'utilisation, à la modification et/ou au
- * développement et à la reproduction du logiciel par l'utilisateur étant
- * donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- * manipuler et qui le réserve donc à des développeurs et des professionnels
- * avertis possédant des connaissances informatiques approfondies. Les
- * utilisateurs sont donc invités à charger et tester l'adéquation du
- * logiciel à leurs besoins dans des conditions permettant d'assurer la
- * sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- * à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
- *
- * Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- * pris connaissance de la licence CeCILL, et que vous en avez accepté les
- * termes.
- */
-
- namespace backend\controllers;
-
- use common\helpers\CSV;
- use common\helpers\GlobalParam;
- use common\helpers\MeanPayment;
- use common\helpers\Password;
- use common\helpers\Price;
- use common\helpers\Tiller;
- use common\logic\Distribution\Distribution\Model\Distribution;
- use common\logic\Document\DeliveryNote\Model\DeliveryNote;
- use common\logic\Document\Document\Model\Document;
- use common\logic\Order\Order\Model\Order;
- use common\logic\PointSale\PointSale\Model\PointSale;
- use common\logic\Product\Product\Model\Product;
- use common\logic\User\User\Model\User;
- use common\logic\User\UserProducer\Model\UserProducer;
- use DateTime;
- use kartik\mpdf\Pdf;
- use yii\filters\AccessControl;
-
- class DistributionController extends BackendController
- {
- public function behaviors()
- {
- return [
- 'access' => [
- 'class' => AccessControl::class,
- 'rules' => [
- [
- 'actions' => ['report-cron', 'report-terredepains'],
- 'allow' => true,
- 'roles' => ['?']
- ],
- [
- 'allow' => true,
- 'roles' => ['@'],
- 'matchCallback' => function ($rule, $action) {
- $userManager = $this->getUserManager();
- return $userManager->isCurrentAdmin() || $userManager->isCurrentProducer();
- }
- ]
- ],
- ],
- ];
- }
-
- public function actionIndex($date = '', $idOrderUpdate = 0)
- {
- $this->checkProductsPointsSale();
-
- $orderManager = $this->getOrderManager();
-
- $format = 'Y-m-d';
- $theDate = '';
- $dateObject = DateTime::createFromFormat($format, $date);
-
- if ($dateObject && $dateObject->format($format) === $date) {
- $theDate = $date;
- }
-
- $orderUpdate = null;
- if ($idOrderUpdate) {
- $orderUpdate = $orderManager->findOneOrderById($idOrderUpdate);
- }
-
- return $this->render('index', [
- 'date' => $theDate,
- 'orderUpdate' => $orderUpdate
- ]);
- }
-
- public function actionAjaxInfos($date = '')
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $distributionManager = $this->getDistributionManager();
- $orderManager = $this->getOrderManager();
- $productManager = $this->getProductManager();
- $creditHistoryManager = $this->getCreditHistoryManager();
- $userManager = $this->getUserManager();
- $subscriptionManager = $this->getSubscriptionManager();
-
- $producer = $this->getProducerCurrent();
-
- $json = [
- 'distribution' => [],
- 'products' => []
- ];
-
- $format = 'Y-m-d';
- $dateObject = DateTime::createFromFormat($format, $date);
-
- $numberOfLoadedMonthes = '3 month';
- if (is_object($dateObject)) {
- $dateBegin = strtotime('-' . $numberOfLoadedMonthes, $dateObject->getTimestamp());
- $dateEnd = strtotime('+' . $numberOfLoadedMonthes, $dateObject->getTimestamp());
- } else {
- $dateBegin = strtotime('-' . $numberOfLoadedMonthes);
- $dateEnd = strtotime('+' . $numberOfLoadedMonthes);
- }
-
- $json['producer'] = [
- 'credit' => $producer->credit,
- 'tiller' => $producer->tiller,
- 'option_display_export_grid' => $producer->option_display_export_grid
- ];
-
- $json['means_payment'] = MeanPayment::getAll();
-
- $distributionsArray = Distribution::searchAll([
- 'active' => 1
- ], [
- 'conditions' => [
- 'date > :date_begin',
- 'date < :date_end'
- ],
- 'params' => [
- ':date_begin' => date(
- 'Y-m-d',
- $dateBegin
- ),
- ':date_end' => date(
- 'Y-m-d',
- $dateEnd
- ),
- ],
- ]);
- $json['distributions'] = $distributionsArray;
-
- if ($dateObject && $dateObject->format($format) === $date) {
- $distribution = $distributionManager->createDistributionIfNotExist($date);
-
- $json['distribution'] = [
- 'id' => $distribution->id,
- 'active' => $distribution->active,
- 'url_report' => $this->getUrlManagerBackend()->createUrl(
- ['distribution/report', 'date' => $distribution->date]
- ),
- 'url_report_grid' => $this->getUrlManagerBackend()->createUrl(
- ['distribution/report-grid', 'date' => $distribution->date]
- ),
- ];
-
- $ordersArray = Order::searchAll([
- 'distribution.id' => $distribution->id,
- ], [
- 'orderby' => 'user.lastname ASC, user.name ASC'
- ]);
-
- // montant et poids des commandes
- $revenues = 0;
- $weight = 0;
- if ($ordersArray) {
- foreach ($ordersArray as $order) {
- $orderManager->initOrder($order);
- if (is_null($order->date_delete)) {
- $revenues += $orderManager->getOrderAmountWithTax($order);
- $weight += $order->weight;
- }
- }
- }
- $json['distribution']['revenues'] = Price::format($revenues);
- $json['distribution']['weight'] = number_format($weight, 2);
-
- // products
- $productsQuery = Product::find()
- ->orWhere(['id_producer' => GlobalParam::getCurrentProducerId(),])
- ->joinWith([
- 'taxRate',
- 'productDistribution' => function ($query) use ($distribution) {
- $query->andOnCondition(
- 'product_distribution.id_distribution = ' . $distribution->id
- );
- }
- ])
- ->orderBy('product_distribution.active DESC, order ASC');
-
- $productsArray = $productsQuery->asArray()->all();
- $potentialRevenues = 0;
- $potentialWeight = 0;
-
- foreach ($productsArray as &$theProduct) {
- $productObject = $productManager->findOneProductById($theProduct['id']);
- $quantityOrder = $orderManager->getProductQuantity($productObject, $ordersArray);
- $theProduct['quantity_ordered'] = $quantityOrder;
-
- if (!isset($theProduct['productDistribution'][0])) {
- $theProductObject = (object)$theProduct;
- $theProduct['productDistribution'][0] = $distributionManager->addProduct($distribution, $productObject);
- }
-
- if (!is_numeric($theProduct['productDistribution'][0]['quantity_max'])) {
- $theProduct['quantity_remaining'] = null;
- } else {
- $theProduct['quantity_remaining'] = $theProduct['productDistribution'][0]['quantity_max'] - $quantityOrder;
- }
-
- $theProduct['quantity_form'] = 0;
-
- if ($theProduct['productDistribution'][0]['active'] && $theProduct['productDistribution'][0]['quantity_max']) {
- $potentialRevenues += $theProduct['productDistribution'][0]['quantity_max'] * $theProduct['price'];
- $potentialWeight += $theProduct['productDistribution'][0]['quantity_max'] * $theProduct['weight'] / 1000;
- }
-
- if (!isset($theProduct['taxRate'])) {
- $theProduct['taxRate'] = $producer->taxRate;
- }
- }
-
- $json['distribution']['potential_revenues'] = Price::format($potentialRevenues);
- $json['distribution']['potential_weight'] = number_format($potentialWeight, 2);
-
- $json['products'] = $productsArray;
-
- // orders as array
- $ordersArrayObject = $ordersArray;
- if ($ordersArray) {
- foreach ($ordersArray as &$order) {
-
- $orderManager->initOrder($order);
-
- $productOrderArray = [];
- foreach ($order->productOrder as $productOrder) {
- $productOrderArray[$productOrder->id_product] = [
- 'quantity' => $productOrder->quantity * Product::$unitsArray[$productOrder->unit]['coefficient'],
- 'unit' => $productOrder->unit,
- 'price' => number_format($productOrder->price, 3),
- 'invoice_price' => number_format($productOrder->invoice_price, 3),
- 'price_with_tax' => Price::getPriceWithTax($productOrder->price, $productOrder->taxRate->value),
- ];
- }
-
- foreach ($productsArray as $product) {
- if (!isset($productOrderArray[$product['id']])) {
- $productOrderArray[$product['id']] = [
- 'quantity' => 0,
- 'unit' => $product['unit'],
- 'price' => number_format($product['price'], 3),
- 'price_with_tax' => Price::getPriceWithTax($product['price'], $product['taxRate']['value']),
- ];
- }
- }
-
- $creditHistoryArray = [];
-
- foreach ($order->creditHistory as $creditHistory) {
- $creditHistoryArray[] = [
- 'date' => date('d/m/Y H:i:s', strtotime($creditHistory->date)),
- 'user' => $userManager->getUsername($creditHistory->getUserObject()),
- 'user_action' => $creditHistoryManager->getStrUserAction($creditHistory),
- 'wording' => $creditHistoryManager->getStrWording($creditHistory),
- 'debit' => ($creditHistoryManager->isTypeDebit($creditHistory) ? '- ' . $creditHistoryManager->getAmount(
- $creditHistory,
- Order::AMOUNT_TOTAL,
- true
- ) : ''),
- 'credit' => ($creditHistoryManager->isTypeCredit($creditHistory) ? '+ ' . $creditHistoryManager->getAmount(
- $creditHistory,
- Order::AMOUNT_TOTAL,
- true
- ) : '')
- ];
- }
-
- $arrayCreditUser = [];
- if (isset($order->user) && isset($order->user->userProducer) && isset($order->user->userProducer[0])) {
- $arrayCreditUser['credit'] = $order->user->userProducer[0]->credit;
- }
-
- $oneProductUnactivated = false;
- foreach ($order->productOrder as $productOrder) {
- foreach ($productsArray as $product) {
- if ($productOrder->id_product == $product['id'] && !$product['productDistribution'][0]['active']) {
- $oneProductUnactivated = true;
- }
- }
- }
-
- $order = array_merge($order->getAttributes(), [
- 'selected' => false,
- 'weight' => $order->weight,
- 'amount' => Price::numberTwoDecimals($orderManager->getOrderAmountWithTax($order, Order::AMOUNT_TOTAL)),
- 'amount_paid' => Price::numberTwoDecimals($orderManager->getOrderAmount($order, Order::AMOUNT_PAID)),
- 'amount_remaining' => Price::numberTwoDecimals($orderManager->getOrderAmount($order, Order::AMOUNT_REMAINING)),
- 'amount_surplus' => Price::numberTwoDecimals($orderManager->getOrderAmount($order, Order::AMOUNT_SURPLUS)),
- 'user' => (isset($order->user)) ? array_merge(
- $order->user->getAttributes(),
- $arrayCreditUser
- ) : null,
- 'pointSale' => $order->pointSale ? ['id' => $order->pointSale->id, 'name' => $order->pointSale->name] : null,
- 'productOrder' => $productOrderArray,
- 'creditHistory' => $creditHistoryArray,
- 'oneProductUnactivated' => $oneProductUnactivated,
- 'isLinkedToValidDocument' => $orderManager->isLinkedToValidDocument($order),
- ]);
- }
- }
-
- $json['orders'] = $ordersArray;
-
- $pointsSaleArray = PointSale::find()
- ->joinWith([
- 'pointSaleDistribution' => function ($q) use ($distribution) {
- $q->where(['id_distribution' => $distribution->id]);
- }
- ])
- ->where([
- 'id_producer' => $producer->id,
- ])
- ->asArray()
- ->all();
-
- $idPointSaleDefault = 0;
- foreach ($pointsSaleArray as $pointSale) {
- if ($pointSale['default']) {
- $idPointSaleDefault = $pointSale['id'];
- }
- }
- $json['points_sale'] = $pointsSaleArray;
-
- // bons de livraison
- $deliveryNotesArray = DeliveryNote::searchAll([
- 'distribution.date' => $date,
- ], [
- 'join_with' => ['user AS user_delivery_note', 'orders', 'producer']
- ]);
- $deliveryNotesByPointSaleArray = [];
- foreach ($deliveryNotesArray as $deliveryNote) {
- if (isset($deliveryNote->orders[0])) {
- $deliveryNotesByPointSaleArray[$deliveryNote->orders[0]->id_point_sale] =
- $deliveryNote->getAttributes();
- }
- }
- $json['delivery_notes'] = $deliveryNotesByPointSaleArray;
-
- // order create
- $productOrderArray = [];
- foreach ($productsArray as $product) {
- $productOrderArray[$product['id']] = [
- 'quantity' => 0,
- 'unit' => $product['unit'],
- 'price' => Price::getPriceWithTax($product['price'], $product['taxRate']['value']),
- ];
- }
- $json['order_create'] = [
- 'id_point_sale' => $idPointSaleDefault,
- 'id_user' => 0,
- 'username' => '',
- 'comment' => '',
- 'productOrder' => $productOrderArray
- ];
-
- // utilisateurs
- $usersArray = $userManager->findUsers();
-
- $json['users'] = $usersArray;
-
- // une production de la semaine activée ou non
- $oneDistributionWeekActive = false;
- $week = sprintf('%02d', date('W', strtotime($date)));
- $start = strtotime(date('Y', strtotime($date)) . 'W' . $week);
- $dateMonday = date('Y-m-d', strtotime('Monday', $start));
- $dateTuesday = date('Y-m-d', strtotime('Tuesday', $start));
- $dateWednesday = date('Y-m-d', strtotime('Wednesday', $start));
- $dateThursday = date('Y-m-d', strtotime('Thursday', $start));
- $dateFriday = date('Y-m-d', strtotime('Friday', $start));
- $dateSaturday = date('Y-m-d', strtotime('Saturday', $start));
- $dateSunday = date('Y-m-d', strtotime('Sunday', $start));
-
- $weekDistribution = Distribution::find()
- ->andWhere([
- 'id_producer' => GlobalParam::getCurrentProducerId(),
- 'active' => 1,
- ])
- ->andWhere([
- 'or',
- ['date' => $dateMonday],
- ['date' => $dateTuesday],
- ['date' => $dateWednesday],
- ['date' => $dateThursday],
- ['date' => $dateFriday],
- ['date' => $dateSaturday],
- ['date' => $dateSunday],
- ])
- ->one();
- if ($weekDistribution) {
- $oneDistributionWeekActive = true;
- }
-
- $json['one_distribution_week_active'] = $oneDistributionWeekActive;
-
- // tiller
- if ($producer->tiller) {
- $tiller = new Tiller();
- $json['tiller_is_synchro'] = (int)$tiller->isSynchro($date);
- }
-
- // abonnements manquants
- $arraySubscriptions = $subscriptionManager->findSubscriptionsByDate($date);
- $json['missing_subscriptions'] = [];
- if ($distribution->active) {
- foreach ($arraySubscriptions as $subscription) {
- if (!$subscriptionManager->hasOrderAlreadyExist($subscription, $ordersArrayObject)
- && $subscription->productSubscription && count($subscription->productSubscription)
- && $subscription->id_point_sale && $subscription->id_point_sale > 0) {
- $json['missing_subscriptions'][] = [
- 'username' => $subscriptionManager->getUsername($subscription)
- ];
- }
- }
- }
- }
-
- return $json;
- }
-
- public function actionAjaxPointSaleFavorite($idUser)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
- $userManager = $this->getUserManager();
- $user = $userManager->findOneUserById($idUser);
- $favoritePointSale = $userManager->getUserFavoritePointSale($user);
- $idFavoritePointSale = 0;
- if ($favoritePointSale) {
- $idFavoritePointSale = $favoritePointSale->id;
- }
-
- return [
- 'id_favorite_point_sale' => $idFavoritePointSale
- ];
- }
-
- public function actionAjaxUpdateProductOrder(
- $idDistribution,
- $idUser = false,
- $idPointSale = false,
- $idOrder = false
- )
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $distributionManager = $this->getDistributionManager();
- $orderManager = $this->getOrderManager();
- $userManager = $this->getUserManager();
- $pointSaleManager = $this->getPointSaleManager();
- $productManager = $this->getProductManager();
-
- $order = $orderManager->findOneOrderById($idOrder);
- $distribution = $distributionManager->findOneDistributionById($idDistribution);
- $user = $userManager->findOneUserById($idUser);
- $pointSale = $pointSaleManager->findOnePointSaleById($idPointSale);
-
- $productsArray = Product::find()
- ->where([
- 'id_producer' => GlobalParam::getCurrentProducerId(),
- ])->joinWith([
- 'productPrice',
- 'productDistribution' => function ($q) use ($distribution) {
- $q->where(['id_distribution' => $distribution->id]);
- }
- ])->all();
-
- $productOrderArray = [];
- foreach ($productsArray as $product) {
- $priceArray = $productManager->getPriceArray($product, $user, $pointSale);
-
- $quantity = 0;
- $invoicePrice = null;
-
- if (isset($order->productOrder)) {
- foreach ($order->productOrder as $productOrder) {
- if ($productOrder->id_product == $product['id']) {
- if ($productOrder->invoice_price) {
- $invoicePrice = number_format($productOrder->invoice_price, 3);
- } else {
- $invoicePrice = number_format($productOrder->price, 3);
- }
- $quantity = $productOrder->quantity;
- }
- }
- }
-
- $productOrderArray[$product['id']] = [
- 'quantity' => $quantity,
- 'unit' => $product->unit,
- 'unit_coefficient' => Product::$unitsArray[$product->unit]['coefficient'],
- 'prices' => $priceArray,
- 'active' => $product->productDistribution[0]->active
- && (!$pointSale || $productManager->isAvailableOnPointSale($product, $pointSale)),
- 'invoice_price' => $invoicePrice
- ];
- }
-
- return $productOrderArray;
- }
-
- public function actionAjaxUpdateInvoicePrices($idOrder)
- {
- $orderManager = $this->getOrderManager();
- $userProducerManager = $this->getUserProducerManager();
- $productManager = $this->getProductManager();
-
- $order = $orderManager->findOneOrderById($idOrder);
-
- if ($order && $order->distribution->id_producer == GlobalParam::getCurrentProducerId()) {
- $userProducer = null;
- if ($order->id_user) {
- $userProducer = $userProducerManager->findOneUserProducer($order->user, $this->getProducerCurrent());
- }
- foreach ($order->productOrder as $productOrder) {
- $invoicePrice = $productManager->getPrice($productOrder->product, [
- 'user' => $order->user ?: null,
- 'point_sale' => $order->pointSale,
- 'user_producer' => $userProducer,
- 'quantity' => $productOrder->quantity
- ]);
-
- if ($invoicePrice != $productOrder->price) {
- $productOrder->invoice_price = $invoicePrice;
- } else {
- $productOrder->invoice_price = null;
- }
- $productOrder->save();
- }
- }
- }
-
- /**
- * Génére un PDF récapitulatif des des commandes d'un producteur pour une
- * date donnée (Méthode appelable via CRON)
- *
- * @param string $date
- * @param boolean $save
- * @param integer $idProducer
- * @param string $key
- * @return Pdf|null
- */
- public function actionReportCron($date = '', $save = false, $idProducer = 0, $key = '')
- {
- if ($key == '64ac0bdab7e9f5e48c4d991ec5201d57') {
- $this->actionReport($date, $save, $idProducer);
- }
- }
-
- /**
- * Génére un PDF récapitulatif des commandes d'un producteur pour une
- * date donnée.
- *
- * @param string $date
- * @param boolean $save
- * @param integer $idProducer
- * @return Pdf|null|string
- */
- public function actionReport($date = '', $save = false, $idProducer = 0, $type = "pdf")
- {
- $productDistributionManager = $this->getProductDistributionManager();
- $producerManager = $this->getProducerManager();
- $orderManager = $this->getOrderManager();
- $productManager = $this->getProductManager();
- $pointSaleManager = $this->getPointSaleManager();
-
- if (!\Yii::$app->user->isGuest) {
- $idProducer = GlobalParam::getCurrentProducerId();
- }
-
- $ordersArray = Order::searchAll(
- [
- 'distribution.date' => $date,
- 'distribution.id_producer' => $idProducer
- ],
- [
- 'orderby' => 'user.lastname ASC, user.name ASC, comment_point_sale ASC',
- 'conditions' => 'date_delete IS NULL'
- ]
- );
-
- $distribution = Distribution::searchOne([
- 'id_producer' => $idProducer
- ], [
- 'conditions' => 'date LIKE :date',
- 'params' => [':date' => $date]
- ]);
-
- if ($distribution) {
- $selectedProductsArray = $productDistributionManager->findProductDistributionsByDistribution($distribution);
- $pointsSaleArray = PointSale::searchAll([
- 'point_sale.id_producer' => $idProducer
- ]);
-
- foreach ($pointsSaleArray as $pointSale) {
- $orderManager->initPointSaleOrders($pointSale, $ordersArray);
- }
-
- // produits
- $productsArray = Product::find()
- ->joinWith([
- 'productDistribution' => function ($q) use ($distribution) {
- $q->where(['id_distribution' => $distribution->id]);
- }
- ])
- ->where([
- 'id_producer' => $idProducer,
- ])
- ->orderBy('order ASC')
- ->all();
-
- if ($type == 'pdf') {
- $viewPdf = 'report';
- $orientationPdf = Pdf::ORIENT_PORTRAIT;
- $producer = GlobalParam::getCurrentProducer();
- if ($producer->slug == 'bourlinguepacotille') {
- $viewPdf = 'report-bourlingue';
- $orientationPdf = Pdf::ORIENT_LANDSCAPE;
- }
-
- // get your HTML raw content without any layouts or scripts
- $content = $this->renderPartial($viewPdf, [
- 'date' => $date,
- 'distribution' => $distribution,
- 'selectedProductsArray' => $selectedProductsArray,
- 'pointsSaleArray' => $pointsSaleArray,
- 'productsArray' => $productsArray,
- 'ordersArray' => $ordersArray,
- 'producer' => $producerManager->findOneProducerById($idProducer)
- ]);
-
- $dateStr = date('d/m/Y', strtotime($date));
-
- if ($save) {
- $destination = Pdf::DEST_FILE;
- } else {
- $destination = Pdf::DEST_BROWSER;
- }
-
- $pdf = new Pdf([
- // set to use core fonts only
- 'mode' => Pdf::MODE_UTF8,
- // A4 paper format
- 'format' => Pdf::FORMAT_A4,
- // portrait orientation
- 'orientation' => $orientationPdf,
- // stream to browser inline
- 'destination' => $destination,
- 'filename' => \Yii::getAlias(
- '@app/web/pdf/Commandes-' . $date . '-' . $idProducer . '.pdf'
- ),
- // your html content input
- 'content' => $content,
- // format content from your own css file if needed or use the
- // enhanced bootstrap css built by Krajee for mPDF formatting
- //'cssFile' => Yii::getAlias('@web/css/distribution/report.css'),
- // any css to be embedded if required
- 'cssInline' => '
- table {
- border-spacing : 0px ;
- border-collapse : collapse ;
- width: 100% ;
- }
-
- table tr th,
- table tr td {
- padding: 0px ;
- margin: 0px ;
- border: solid 1px #e0e0e0 ;
- padding: 3px 8px ;
- vertical-align : top;
- page-break-inside: avoid !important;
- color: black;
- }
-
- table tr th {
- font-size: 13px ;
- }
-
- table tr td {
- font-size: 13px ;
- }
- ',
- // set mPDF properties on the fly
- //'options' => ['title' => 'Krajee Report Title'],
- // call mPDF methods on the fly
- 'methods' => [
- 'SetHeader' => ['Commandes du ' . $dateStr],
- 'SetFooter' => ['{PAGENO}'],
- ]
- ]);
-
- // return the pdf output as per the destination setting
- return $pdf->render();
- } elseif ($type == 'csv') {
- $datas = [];
-
- $optionCsvExportAllProducts = $producerManager->getConfig('option_csv_export_all_products');
- $optionCsvExportByPiece = $producerManager->getConfig('option_csv_export_by_piece');
-
- // produits en colonne
- $productsNameArray = ['', 'Commentaire'];
- $productsIndexArray = [];
- $productsHasQuantity = [];
- $cpt = 2;
- foreach ($productsArray as $product) {
- $productsHasQuantity[$product->id] = 0;
- foreach (Product::$unitsArray as $unit => $dataUnit) {
- $quantity = $orderManager->getProductQuantity($product, $ordersArray, true, $unit);
- if ($quantity) {
- $productsHasQuantity[$product->id] += $quantity;
- }
- }
- if ($productsHasQuantity[$product->id] > 0 || $optionCsvExportAllProducts) {
- $productName = $productManager->getNameExport($product);
-
- if ($optionCsvExportByPiece) {
- $productUnit = 'piece';
- } else {
- $productUnit = $product->unit;
- }
-
- $productName .= ' (' . $productManager->strUnit($productUnit, 'wording_short', true) . ')';
-
- $productsNameArray[] = $productName;
- $productsIndexArray[$product->id] = $cpt++;
- }
- }
- $datas[] = $productsNameArray;
-
- // points de vente
- foreach ($pointsSaleArray as $pointSale) {
- if (count($pointSale->orders)) {
- // listing commandes
- $datas[] = ['> ' . $pointSale->name];
- foreach ($pointSale->orders as $order) {
- $orderLine = [$orderManager->getOrderUsername($order), $orderManager->getCommentReport($order)];
-
- if ($optionCsvExportByPiece) {
- foreach ($order->productOrder as $productOrder) {
- $orderLine[$productsIndexArray[$productOrder->id_product]] = $orderManager->getProductQuantityPieces(
- $productOrder->product,
- [$order]
- );
- }
- } else {
- foreach ($productsIndexArray as $idProduct => $indexProduct) {
- $orderLine[$indexProduct] = '';
- }
-
- foreach ($order->productOrder as $productOrder) {
- if (strlen($orderLine[$productsIndexArray[$productOrder->id_product]])) {
- $orderLine[$productsIndexArray[$productOrder->id_product]] .= ' + ';
- }
- $orderLine[$productsIndexArray[$productOrder->id_product]] .= $productOrder->quantity;
- if ($productOrder->product->unit != $productOrder->unit) {
- $orderLine[$productsIndexArray[$productOrder->id_product]] .= $productManager->strUnit(
- $productOrder->unit,
- 'wording_short',
- true
- );
- }
- }
- }
-
- $datas[] = $this->_lineOrderReportCSV($orderLine, $cpt);
- }
-
- // total point de vente
- if ($optionCsvExportByPiece) {
- $totalsPointSaleArray = $this->_totalReportPiecesCSV(
- 'Total',
- $pointSale->orders,
- $productsArray,
- $productsIndexArray
- );
- } else {
- $totalsPointSaleArray = $this->_totalReportCSV(
- 'Total',
- $pointSale->orders,
- $productsArray,
- $productsIndexArray
- );
- }
-
- $datas[] = $this->_lineOrderReportCSV($totalsPointSaleArray, $cpt);
-
- $datas[] = [];
- }
- }
-
- // global
- if ($optionCsvExportByPiece) {
- $totalsGlobalArray = $this->_totalReportPiecesCSV(
- '> Totaux',
- $ordersArray,
- $productsArray,
- $productsIndexArray
- );
- } else {
- $totalsGlobalArray = $this->_totalReportCSV(
- '> Totaux',
- $ordersArray,
- $productsArray,
- $productsIndexArray
- );
- }
-
- $datas[] = $this->_lineOrderReportCSV($totalsGlobalArray, $cpt);
-
- CSV::downloadSendHeaders('Commandes_' . $date . '.csv');
- echo CSV::array2csv($datas);
- die();
- }
- }
-
- return null;
- }
-
- public function actionReportGrid($date = '', $save = false, $idProducer = 0, $type = "pdf")
- {
- $producerManager = $this->getProducerManager();
- $productDistribution = $this->getProductDistributionManager();
- $orderManager = $this->getOrderManager();
- $productCategoryManager = $this->getProductCategoryManager();
-
- if (!\Yii::$app->user->isGuest) {
- $idProducer = GlobalParam::getCurrentProducerId();
- }
-
- $distribution = Distribution::searchOne([
- 'id_producer' => $idProducer
- ], [
- 'conditions' => 'date LIKE :date',
- 'params' => [':date' => $date]
- ]);
-
- if ($distribution) {
- $ordersArray = Order::searchAll(
- [
- 'distribution.date' => $date,
- 'distribution.id_producer' => $idProducer
- ],
- [
- 'orderby' => 'user.lastname ASC, user.name ASC, comment_point_sale ASC',
- 'conditions' => 'date_delete IS NULL'
- ]
- );
-
- $selectedProductsArray = $productDistribution->findProductDistributionsByDistribution($distribution);
- $pointsSaleArray = PointSale::searchAll([
- 'point_sale.id_producer' => $idProducer
- ]);
-
- foreach ($pointsSaleArray as $pointSale) {
- $orderManager->initPointSaleOrders($pointSale, $ordersArray);
- }
-
- $ordersByPage = 22;
- $nbPages = ceil(count($ordersArray) / $ordersByPage);
- $ordersArrayPaged = [];
-
- foreach ($pointsSaleArray as $pointSale) {
- $index = 0;
- $indexPage = 0;
-
- foreach ($pointSale->orders as $order) {
- if (!isset($ordersArrayPaged[$pointSale->id])) {
- $ordersArrayPaged[$pointSale->id] = [];
- }
- if (!isset($ordersArrayPaged[$pointSale->id][$indexPage])) {
- $ordersArrayPaged[$pointSale->id][$indexPage] = [];
- }
- $ordersArrayPaged[$pointSale->id][$indexPage][] = $order;
-
- $index++;
-
- if ($index == $ordersByPage) {
- $index = 0;
- $indexPage++;
- }
- }
- }
-
- // catégories
- $categoriesArray = $productCategoryManager->findProductCategories();
- array_unshift($categoriesArray, null);
-
- // produits
- $productsArray = Product::find()
- ->joinWith([
- 'productDistribution' => function ($q) use ($distribution) {
- $q->where(['id_distribution' => $distribution->id]);
- }
- ])
- ->where([
- 'id_producer' => $idProducer,
- ])
- ->orderBy('order ASC')
- ->all();
-
-
- $viewPdf = 'report-grid';
- $orientationPdf = Pdf::ORIENT_PORTRAIT;
- $producer = GlobalParam::getCurrentProducer();
- if ($producer->slug == 'bourlinguepacotille') {
- $viewPdf = 'report-bourlingue';
- $orientationPdf = Pdf::ORIENT_LANDSCAPE;
- }
-
- // get your HTML raw content without any layouts or scripts
- $content = $this->renderPartial($viewPdf, [
- 'date' => $date,
- 'distribution' => $distribution,
- 'selectedProductsArray' => $selectedProductsArray,
- 'pointsSaleArray' => $pointsSaleArray,
- 'categoriesArray' => $categoriesArray,
- 'productsArray' => $productsArray,
- 'ordersArray' => $ordersArrayPaged,
- 'producer' => $producerManager->findOneProducerById($idProducer)
- ]);
-
- $dateStr = date('d/m/Y', strtotime($date));
-
- if ($save) {
- $destination = Pdf::DEST_FILE;
- } else {
- $destination = Pdf::DEST_BROWSER;
- }
-
- $pdf = new Pdf([
- // set to use core fonts only
- 'mode' => Pdf::MODE_UTF8,
- // A4 paper format
- 'format' => Pdf::FORMAT_A4,
- // portrait orientation
- 'orientation' => $orientationPdf,
- // stream to browser inline
- 'destination' => $destination,
- 'filename' => \Yii::getAlias(
- '@app/web/pdf/Commandes-' . $date . '-' . $idProducer . '.pdf'
- ),
- // your html content input
- 'content' => $content,
- // format content from your own css file if needed or use the
- // enhanced bootstrap css built by Krajee for mPDF formatting
- //'cssFile' => Yii::getAlias('@web/css/distribution/report.css'),
- // any css to be embedded if required
- 'cssInline' => '
- table {
- border-spacing : 0px ;
- border-collapse : collapse ;
- width: 100% ;
- }
-
- table tr th,
- table tr td {
- padding: 0px ;
- margin: 0px ;
- border: solid 1px #e0e0e0 ;
- padding: 3px ;
- vertical-align : top;
- page-break-inside: avoid !important;
- }
-
- table tr th {
- font-size: 10px ;
- }
-
- table tr td {
- font-size: 10px ;
- }
-
- table thead tr {
- line-height: 220px;
- text-align:left;
- }
-
- .th-user,
- .td-nb-products {
- /* width: 35px ; */
- text-align: center ;
- }
-
- .th-user {
- padding: 10px ;
- }
-
- .category-name {
- font-weight: bold ;
- }
-
- ',
- // set mPDF properties on the fly
- //'options' => ['title' => 'Krajee Report Title'],
- // call mPDF methods on the fly
- 'methods' => [
- 'SetHeader' => ['Commandes du ' . $dateStr],
- 'SetFooter' => ['{PAGENO}'],
- ]
- ]);
-
- // return the pdf output as per the destination setting
- return $pdf->render();
- }
- }
-
- /**
- * Génère un export des commandes au format CSV à destination du Google Drive
- * de Terre de pains.
- */
-
- public function actionReportTerredepains($date, $key)
- {
- $producerManager = $this->getProducerManager();
- $orderManager = $this->getOrderManager();
- $productManager = $this->getProductManager();
-
- if ($key == 'ef572cc148c001f0180c4a624189ed30') {
- $producer = $producerManager->findOneProducerBySlug('terredepains');
- $idProducer = $producer->id;
-
- $ordersArray = Order::searchAll(
- [
- 'distribution.date' => $date,
- 'distribution.id_producer' => $idProducer
- ],
- [
- 'orderby' => 'user.lastname ASC, user.name ASC, comment_point_sale ASC',
- 'conditions' => 'date_delete IS NULL'
- ]
- );
-
- $distribution = Distribution::searchOne([
- 'distribution.id_producer' => $idProducer
- ], [
- 'conditions' => 'date LIKE :date',
- 'params' => [
- ':date' => $date,
- ]
- ]);
-
- if ($distribution) {
- $pointsSaleArray = PointSale::searchAll([
- 'point_sale.id_producer' => $idProducer
- ]);
-
- foreach ($pointsSaleArray as $pointSale) {
- $orderManager->initPointSaleOrders($pointSale, $ordersArray);
- }
-
- // produits
- $productsArray = Product::find()
- ->joinWith([
- 'productDistribution' => function ($q) use ($distribution) {
- $q->where(['id_distribution' => $distribution->id]);
- }
- ])
- ->where([
- 'id_producer' => $idProducer,
- ])
- ->orderBy('order ASC')
- ->all();
-
- $datas = [];
-
- // produits en colonne
- $productsNameArray = [''];
- $productsIndexArray = [];
- $productsHasQuantity = [];
- $cpt = 1;
- foreach ($productsArray as $product) {
- $theUnit = $productManager->strUnit($product->unit, 'wording_short', true);
- $theUnit = ($theUnit == 'p.') ? '' : ' (' . $theUnit . ')';
- $productsNameArray[] = $product->name . $theUnit;
- $productsIndexArray[$product->id] = $cpt++;
- }
- $productsNameArray[] = 'Total';
- $datas[] = $productsNameArray;
-
- // global
- $totalsGlobalArray = $this->_totalReportCSV(
- '> Totaux',
- $ordersArray,
- $productsArray,
- $productsIndexArray
- );
- $datas[] = $this->_lineOrderReportCSV($totalsGlobalArray, $cpt - 1, true);
-
- $datas[] = [];
-
- // points de vente
- foreach ($pointsSaleArray as $pointSale) {
- if (count($pointSale->orders)) {
- // total point de vente
- $totalsPointSaleArray = $this->_totalReportCSV(
- '> ' . $pointSale->name,
- $pointSale->orders,
- $productsArray,
- $productsIndexArray
- );
- $datas[] = $this->_lineOrderReportCSV($totalsPointSaleArray, $cpt - 1, true);
- }
- }
-
- CSV::downloadSendHeaders('Commandes_' . $date . '.csv');
- echo CSV::array2csv($datas);
- die();
- }
-
- return null;
- }
- }
-
- public function _totalReportCSV($label, $ordersArray, $productsArray, $productsIndexArray)
- {
- $orderManager = $this->getOrderManager();
- $productManager = $this->getProductManager();
-
- $totalsPointSaleArray = [$label];
- foreach ($productsArray as $product) {
- foreach (Product::$unitsArray as $unit => $dataUnit) {
- $quantity = $orderManager->getProductQuantity($product, $ordersArray, false, $unit);
- if ($quantity) {
- $index = $productsIndexArray[$product->id];
- if (!isset($totalsPointSaleArray[$index])) {
- $totalsPointSaleArray[$index] = '';
- }
-
- if (strlen($totalsPointSaleArray[$index])) {
- $totalsPointSaleArray[$index] .= ' + ';
- }
-
- $totalsPointSaleArray[$index] .= $quantity;
-
- if ($product->unit != $unit) {
- $totalsPointSaleArray[$index] .= '' . $productManager->strUnit($unit, 'wording_short', true);
- }
- }
- }
- }
- return $totalsPointSaleArray;
- }
-
- public function _totalReportPiecesCSV($label, $ordersArray, $productsArray, $productsIndexArray)
- {
- $orderManager = $this->getOrderManager();
-
- $totalsPointSaleArray = [$label];
- foreach ($productsArray as $product) {
- $quantity = 0;
- foreach (Product::$unitsArray as $unit => $dataUnit) {
- $quantityProduct = $orderManager->getProductQuantity($product, $ordersArray, false, $unit);
-
- if ($unit == 'piece') {
- $quantity += $quantityProduct;
- } else {
- if ($product->weight > 0) {
- $quantity += ($quantityProduct * $dataUnit['coefficient']) / $product->weight;
- }
- }
- }
-
- if ($quantity) {
- $index = $productsIndexArray[$product->id];
- $totalsPointSaleArray[$index] = $quantity;
- }
- }
-
- return $totalsPointSaleArray;
- }
-
- public function _lineOrderReportCSV($orderLine, $cptMax, $showTotal = false)
- {
- $line = [];
- $cptTotal = 0;
-
- for ($i = 0; $i <= $cptMax; $i++) {
- if (isset($orderLine[$i]) && $orderLine[$i]) {
- $line[] = $orderLine[$i];
- if (is_numeric($orderLine[$i])) {
- $cptTotal += $orderLine[$i];
- }
- } else {
- $line[] = '';
- }
- }
-
- if ($cptTotal > 0 && $showTotal) {
- $line[] = $cptTotal;
- }
-
- return $line;
- }
-
- public function actionAjaxProcessProductQuantityMax($idDistribution, $idProduct, $quantityMax)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $productDistributionManager = $this->getProductDistributionManager();
- $productDistribution = $this->getProductDistribution($idProduct, $idDistribution);
-
- $productDistribution->quantity_max = (!$quantityMax) ? null : (float)$quantityMax;
- $productDistributionManager->saveUpdate($productDistribution);
-
- return ['success'];
- }
-
- public function actionAjaxProcessActiveProduct($idDistribution, $idProduct, $active)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $productDistributionManager = $this->getProductDistributionManager();
- $productDistribution = $this->getProductDistribution($idProduct, $idDistribution);
-
- $productDistribution->active = $active;
- $productDistributionManager->saveUpdate($productDistribution);
-
- return ['success'];
- }
-
- public function actionAjaxProcessActivePointSale($idDistribution, $idPointSale, $delivery)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $distributionManager = $this->getDistributionManager();
- $pointSaleManager = $this->getPointSaleManager();
- $pointSaleDistributionManager = $this->getPointSaleDistributionManager();
-
- $pointSaleDistribution = $pointSaleDistributionManager->findOnePointSaleDistribution(
- $distributionManager->findOneDistributionById($idDistribution),
- $pointSaleManager->findOnePointSaleById($idPointSale)
- );
- $pointSaleDistribution->delivery = $delivery;
- $pointSaleDistributionManager->saveUpdate($pointSaleDistribution);
-
- return ['success'];
- }
-
- public function getProductDistribution(int $idProduct, int $idDistribution)
- {
- $distributionManager = $this->getDistributionManager();
- $productManager = $this->getProductManager();
- $productDistributionManager = $this->getProductDistributionManager();
-
- return $productDistributionManager->findOneProductDistribution(
- $distributionManager->findOneDistributionById($idDistribution),
- $productManager->findOneProductById($idProduct)
- );
- }
-
- /**
- * Active/désactive un jour de distribution.
- *
- * @param integer $idDistribution
- * @param string $date
- * @param boolean $active
- * @return array
- */
- public function actionAjaxProcessActiveDistribution($idDistribution = 0, $date = '', $active)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $distributionManager = $this->getDistributionManager();
- $producerCurrent = $this->getProducerCurrent();
-
- if ($idDistribution) {
- $distribution = $distributionManager->findOneDistributionById($idDistribution);
- }
-
- $format = 'Y-m-d';
- $dateObject = DateTime::createFromFormat($format, $date);
- if ($dateObject && $dateObject->format($format) === $date) {
- $distribution = $distributionManager->createDistributionIfNotExist($date);
- }
-
- if ($distribution) {
- $distributionManager->activeDistribution($distribution, $active);
- return ['success'];
- }
-
- return ['error'];
- }
-
- /**
- * Change l'état d'une semaine de production (activé, désactivé).
- *
- * @param string $date
- * @param integer $active
- */
- public function actionAjaxProcessActiveWeekDistribution($date, $active)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $week = sprintf('%02d', date('W', strtotime($date)));
- $start = strtotime(date('Y', strtotime($date)) . 'W' . $week);
- $dateMonday = date('Y-m-d', strtotime('Monday', $start));
- $dateTuesday = date('Y-m-d', strtotime('Tuesday', $start));
- $dateWednesday = date('Y-m-d', strtotime('Wednesday', $start));
- $dateThursday = date('Y-m-d', strtotime('Thursday', $start));
- $dateFriday = date('Y-m-d', strtotime('Friday', $start));
- $dateSaturday = date('Y-m-d', strtotime('Saturday', $start));
- $dateSunday = date('Y-m-d', strtotime('Sunday', $start));
-
- $pointsSaleArray = PointSale::searchAll();
-
- $activeMonday = false;
- $activeTuesday = false;
- $activeWednesday = false;
- $activeThursday = false;
- $activeFriday = false;
- $activeSaturday = false;
- $activeSunday = false;
-
- foreach ($pointsSaleArray as $pointSale) {
- if ($pointSale->delivery_monday) {
- $activeMonday = true;
- }
- if ($pointSale->delivery_tuesday) {
- $activeTuesday = true;
- }
- if ($pointSale->delivery_wednesday) {
- $activeWednesday = true;
- }
- if ($pointSale->delivery_thursday) {
- $activeThursday = true;
- }
- if ($pointSale->delivery_friday) {
- $activeFriday = true;
- }
- if ($pointSale->delivery_saturday) {
- $activeSaturday = true;
- }
- if ($pointSale->delivery_sunday) {
- $activeSunday = true;
- }
- }
-
- if ($activeMonday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateMonday, $active);
- }
- if ($activeTuesday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateTuesday, $active);
- }
- if ($activeWednesday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateWednesday, $active);
- }
- if ($activeThursday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateThursday, $active);
- }
- if ($activeFriday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateFriday, $active);
- }
- if ($activeSaturday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateSaturday, $active);
- }
- if ($activeSunday || !$active) {
- $this->actionAjaxProcessActiveDistribution(0, $dateSunday, $active);
- }
-
- return ['success'];
- }
-
- /**
- * Ajoute les commandes récurrentes pour une date donnée.
- *
- * @param string $date
- */
- public function actionAjaxProcessAddSubscriptions($date)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
- $this->getOrderManager()->createAllOrdersFromSubscriptions($date, true);
- return ['success'];
- }
-
- /**
- * Synchronise les commandes avec la plateforme Tiller pour une date donnée.
- *
- * @param string $date
- */
- public function actionAjaxProcessSynchroTiller($date)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $producerManager = $this->getProducerManager();
- $productOrderManager = $this->getProductOrderManager();
- $orderManager = $this->getOrderManager();
-
- $return = [];
- $producerTiller = $producerManager->getConfig('tiller');
-
- if ($producerTiller) {
- $tiller = new Tiller();
- $isSynchro = $tiller->isSynchro($date);
-
- if (!$isSynchro) {
- $orders = Order::searchAll([
- 'distribution.date' => $date,
- 'order.tiller_synchronization' => 1
- ], [
- 'conditions' => 'date_delete IS NULL'
- ]);
-
- $strDate = date('Y-m-d\T12:i:s+0000', strtotime($date) + 1);
-
- if ($orders && count($orders)) {
- foreach ($orders as $order) {
- $orderManager->initOrder($order);
- $lines = [];
- foreach ($order->productOrder as $productOrder) {
- $lines[] = [
- 'name' => $productOrder->product->name,
- 'price' => $productOrderManager->getPriceWithTax($productOrder) * 100 * $productOrder->quantity,
- 'tax' => $productOrder->taxRate->value * 100,
- 'date' => $strDate,
- 'quantity' => $productOrder->quantity
- ];
- }
-
- $typePaymentTiller = '';
- if ($order->mean_payment == MeanPayment::MONEY) {
- $typePaymentTiller = 'CASH';
- }
- if ($order->mean_payment == MeanPayment::CREDIT_CARD
- || $order->mean_payment == MeanPayment::CREDIT
- || $order->mean_payment == MeanPayment::TRANSFER
- || $order->mean_payment == MeanPayment::OTHER) {
- $typePaymentTiller = 'CARD';
- }
- if ($order->mean_payment == MeanPayment::CHEQUE) {
- $typePaymentTiller = 'BANK_CHECK';
- }
- if (!strlen($typePaymentTiller) || !$order->mean_payment) {
- $typePaymentTiller = 'CASH';
- }
-
- $returnTiller = $tiller->postOrder([
- 'externalId' => $order->id,
- 'type' => 1,
- 'status' => 'IN_PROGRESS',
- 'openDate' => $strDate,
- 'closeDate' => $strDate,
- 'lines' => $lines,
- 'payments' => [
- [
- 'type' => $typePaymentTiller,
- 'amount' => $orderManager->getOrderAmountWithTax(
- $order,
- Order::AMOUNT_PAID
- ) * 100,
- 'status' => 'ACCEPTED',
- 'date' => $strDate
- ]
- ]
- ]);
-
- $returnTillerObject = json_decode($returnTiller);
- $order->tiller_external_id = '' . $returnTillerObject->id;
- $order->save();
-
- $return[] = $returnTiller;
- }
- }
- }
- }
-
- return $return;
- }
-
- public function actionAjaxValidateDeliveryNotes($idOrders)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $deliveryNoteManager = $this->getDeliveryNoteManager();
-
- if (strlen($idOrders)) {
- $idOrders = json_decode($idOrders, true);
-
- if (is_array($idOrders) && count($idOrders) > 0) {
- foreach ($idOrders as $idOrder) {
- $order = Order::searchOne([
- 'id' => (int)$idOrder
- ]);
-
- if ($order && $order->distribution->id_producer == GlobalParam::getCurrentProducerId()) {
- $deliveryNote = DeliveryNote::searchOne([
- 'id' => (int)$order->id_delivery_note
- ]);
-
- if ($deliveryNote && $deliveryNoteManager->isStatusDraft($deliveryNote)) {
- $deliveryNoteManager->changeStatus($deliveryNote, Document::STATUS_VALID);
- $deliveryNoteManager->saveUpdate($deliveryNote);
- }
- }
- }
-
- return [
- 'return' => 'success',
- 'alert' => [
- 'type' => 'success',
- 'message' => 'Bon(s) de livraison validé(s)'
- ]
- ];
- }
- }
-
- return [
- 'return' => 'error',
- 'alert' => [
- 'type' => 'danger',
- 'message' => 'Une erreur est survenue lors de la validation des bons de livraison'
- ]
- ];
- }
-
- public function actionAjaxGenerateDeliveryNoteEachUser($idOrders)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $userManager = $this->getUserManager();
- $userProducerManager = $this->getUserProducerManager();
- $orderManager = $this->getOrderManager();
- $deliveryNoteManager = $this->getDeliveryNoteManager();
-
- $producerCurrent = $this->getProducerCurrent();
-
-
- if (strlen($idOrders)) {
- $idOrders = json_decode($idOrders, true);
-
- if (is_array($idOrders) && count($idOrders) > 0) {
- foreach ($idOrders as $idOrder) {
- $order = Order::searchOne([
- 'id' => (int)$idOrder
- ]);
-
- if ($order && $order->distribution->id_producer == GlobalParam::getCurrentProducerId() && $order->id_user) {
-
- $deliveryNote = null;
- $idDeliveryNote = $order->id_delivery_note;
- if ($idDeliveryNote) {
- $deliveryNote = DeliveryNote::searchOne([
- 'id' => (int)$idDeliveryNote
- ]);
- }
-
- // on regénére le document si c'est un brouillon
- if ($deliveryNote && $deliveryNoteManager->isStatusDraft($deliveryNote)) {
- $deliveryNote->delete();
- $deliveryNote = null;
- }
-
- if (!$deliveryNote) {
- $deliveryNote = new DeliveryNote();
- $deliveryNoteManager->initTaxCalculationMethod($deliveryNote);
- $deliveryNote->id_producer = GlobalParam::getCurrentProducerId();
- $deliveryNote->id_user = $order->id_user;
- $deliveryNote->name = 'Bon de livraison ' . $orderManager->getOrderUsername($order) . ' (' . date(
- 'd/m/Y',
- strtotime(
- $order->distribution->date
- )
- ) . ')';
- $deliveryNote->address = $userManager->getFullAddress($order->user);
- $deliveryNote->save();
- }
-
- if ($deliveryNote) {
- $order->id_delivery_note = $deliveryNote->id;
- $order->save();
-
- // init invoice prices
- $user = $userManager->findOneUserById($deliveryNote->id_user);
- $userProducer = $userProducerManager->findOneUserProducer($user, $producerCurrent);
- $orderManager->updateOrderInvoicePrices($order, [
- 'user' => $user,
- 'user_producer' => $userProducer,
- 'point_sale' => $order->pointSale
- ]);
- }
- }
- }
- }
-
- return [
- 'return' => 'success',
- 'alert' => [
- 'type' => 'success',
- 'message' => 'Bon(s) de livraison généré(s)'
- ]
- ];
- }
-
- return [
- 'return' => 'error',
- 'alert' => [
- 'type' => 'danger',
- 'message' => 'Une erreur est survenue lors de la génération du bon de livraison.'
- ]
- ];
- }
-
- public function actionAjaxGenerateDeliveryNote($idOrders)
- {
- \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
-
- $userManager = $this->getUserManager();
- $userProducerManager = $this->getUserProducerManager();
- $orderManager = $this->getOrderManager();
- $deliveryNoteManager = $this->getDeliveryNoteManager();
-
- $producerCurrent = $this->getProducerCurrent();
-
- if (strlen($idOrders)) {
- $idOrders = json_decode($idOrders, true);
-
- if (is_array($idOrders) && count($idOrders) > 0) {
- // récupération première commande pour obtenir des infos
- reset($idOrders);
- $firstOrder = Order::searchOne([
- 'id' => (int)$idOrders[key($idOrders)]
- ]);
-
- // deliveryNote existant
- $deliveryNote = null;
- $isUpdate = false;
- $i = 0;
- $ordersArray = Order::searchAll([
- 'id' => $idOrders,
- ]);
- do {
- $order = $ordersArray[$i];
- if ($order->distribution->id_producer == GlobalParam::getCurrentProducerId() && $order->id_delivery_note > 0) {
- $deliveryNote = DeliveryNote::searchOne([
- 'id' => $order->id_delivery_note
- ]);
- $isUpdate = true;
- }
- $i++;
- } while ($deliveryNote == null && isset($ordersArray[$i]));
-
- if ($deliveryNote && $deliveryNote->status == Document::STATUS_VALID) {
- return [
- 'return' => 'error',
- 'alert' => [
- 'type' => 'danger',
- 'message' => 'Vous ne pouvez pas modifier un bon de livraison déjà validé.'
- ]
- ];
- }
-
- if ($firstOrder) {
- // génération du BL
- if (!$deliveryNote) {
- $deliveryNote = new DeliveryNote;
- $deliveryNoteManager->initTaxCalculationMethod($deliveryNote);
- $deliveryNote->name = 'Bon de livraison ' . $firstOrder->pointSale->name . ' (' . date(
- 'd/m/Y',
- strtotime(
- $firstOrder->distribution->date
- )
- ) . ')';
- $deliveryNote->id_producer = GlobalParam::getCurrentProducerId();
-
- if ($firstOrder->pointSale->id_user) {
- $deliveryNote->id_user = $firstOrder->pointSale->id_user;
- $user = $userManager->findOneUserById($deliveryNote->id_user);
- $userProducer = $userProducerManager->findOneUserProducer($user, $producerCurrent);
- } else {
- $user = new User();
- $user->type = User::TYPE_LEGAL_PERSON;
- $user->name_legal_person = $firstOrder->pointSale->name;
- $user->address = $firstOrder->pointSale->address;
- $user->id_producer = 0;
- $userManager->setPassword($user, Password::generate());
- $userManager->generateAuthKey($user);
- $user->email = '';
- if (!strlen($user->email)) {
- $user->username = 'inconnu@opendistrib.net';
- }
- $user->save();
-
- $userProducer = new UserProducer();
- $userProducer->id_user = $user->id;
- $userProducer->id_producer = GlobalParam::getCurrentProducerId();
- $userProducer->credit = 0;
- $userProducer->active = 1;
- $userProducer->save();
-
- $firstOrder->pointSale->id_user = $user->id;
- $firstOrder->pointSale->save();
-
- $deliveryNote->id_user = $user->id;
- }
-
- $deliveryNote->address = $userManager->getFullAddress($user);
- $deliveryNote->save();
- } else {
- // réinitialisation des order.id_delivery_note
- Order::updateAll([
- 'id_delivery_note' => null
- ], [
- 'id_delivery_note' => $deliveryNote->id
- ]);
- }
-
- if (!isset($user) || !$user) {
- $user = $userManager->findOneUserById($deliveryNote->id_user);
- $userProducer = $userProducerManager->findOneUserProducer($user, $producerCurrent);
- }
-
- // affectation du BL aux commandes
- foreach ($idOrders as $idOrder) {
- $order = $orderManager->findOneOrderById((int)$idOrder);
- if ($order && $order->distribution->id_producer == GlobalParam::getCurrentProducerId()) {
- $order->id_delivery_note = $deliveryNote->id;
- $order->save();
- }
-
- // init invoice price
- $order = $orderManager->findOneOrderById((int)$idOrder);
- if ($order) {
- $orderManager->updateOrderInvoicePrices($order,
- [
- 'user' => $user,
- 'user_producer' => $userProducer,
- 'point_sale' => $firstOrder->pointSale
- ]);
- }
- }
-
- return [
- 'return' => 'success',
- 'alert' => [
- 'type' => 'success',
- 'message' => 'Bon de livraison ' . ($isUpdate ? 'modifié' : 'généré')
- ]
- ];
- }
- }
- }
-
- return [
- 'return' => 'error',
- 'alert' => [
- 'type' => 'danger',
- 'message' => 'Une erreur est survenue lors de la génération du bon de livraison.'
- ]
- ];
- }
-
- }
|