浏览代码

Correctif pages produits

feature/export_comptable
Fab 4 年前
父节点
当前提交
61c2c25e7f
共有 3 个文件被更改,包括 16 次插入4 次删除
  1. +2
    -0
      ShopBundle/Repository/OrderProductRepository.php
  2. +4
    -0
      ShopBundle/Repository/OrderShopRepository.php
  3. +10
    -4
      ShopBundle/Resources/translations/lcshop.fr.yaml

+ 2
- 0
ShopBundle/Repository/OrderProductRepository.php 查看文件

@@ -17,4 +17,6 @@ class OrderProductRepository extends BaseRepository implements DefaultRepository
{
return OrderProductInterface::class;
}


}

+ 4
- 0
ShopBundle/Repository/OrderShopRepository.php 查看文件

@@ -199,4 +199,8 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt
return $query->getQuery()->getOneOrNullResult();

}

public function countValidOrderProductsOfWeekByProduct(){

}
}

+ 10
- 4
ShopBundle/Resources/translations/lcshop.fr.yaml 查看文件

@@ -25,7 +25,7 @@ group:
categories: Catégories
unit: Unité & quantité
tax: TVA
storage: Ordganisation dépot
storage: Organisation dépot
stock: Stock
property: Caractéristiques
propertyMain: Caractéristiques principales
@@ -238,9 +238,15 @@ field:
byPiece: À la pièce
byRefUnit: Par unité de référence
behaviorCountStockOptions:
byQuantity: Gérer le stock par quantité
byProductFamily: Gérer le stock par produit (à l'unité)
byProduct: Gérer le stock par déclainaison
by-measure: Gérer le stock par unité de référence
by-product-family: Gérer le stock par produit (à l'unité)
by-product: Gérer le stock par déclainaison
unlimited: Illimité
behaviorStockWeek: Renouvelement du stock chaque semaine
behaviorStockWeekOptions:
renewable: Renouvelable
renewable-with-validation: Renouvelable avec validation
non-renewable: Non renouvelable
organicLabelOptions:
ab: Agriculture biologique
hVE: Haute valeur environnementale

正在加载...
取消
保存