use Lc\CaracoleBundle\Model\Credit\CreditHistoryInterface; | use Lc\CaracoleBundle\Model\Credit\CreditHistoryInterface; | ||||
use Lc\SovBundle\Controller\AbstractAdminController; | use Lc\SovBundle\Controller\AbstractAdminController; | ||||
use Lc\SovBundle\Field\BooleanField; | use Lc\SovBundle\Field\BooleanField; | ||||
use Lc\SovBundle\Field\ToggleField; | |||||
use Lc\SovBundle\Model\User\UserInterface; | use Lc\SovBundle\Model\User\UserInterface; | ||||
use Lc\SovBundle\Translation\TranslatorAdmin; | use Lc\SovBundle\Translation\TranslatorAdmin; | ||||
use Symfony\Component\HttpFoundation\Response; | use Symfony\Component\HttpFoundation\Response; |
<?php | <?php | ||||
namespace Lc\CaracoleBundle\Doctrine\Extension ; | |||||
namespace Lc\CaracoleBundle\Doctrine\Extension; | |||||
interface FilterSectionInterface | interface FilterSectionInterface | ||||
{ | { |
use Doctrine\ORM\Mapping as ORM; | use Doctrine\ORM\Mapping as ORM; | ||||
use Doctrine\Common\Collections\ArrayCollection; | use Doctrine\Common\Collections\ArrayCollection; | ||||
use Doctrine\Common\Collections\Collection; | use Doctrine\Common\Collections\Collection; | ||||
use Lc\SovBundle\Doctrine\EntityInterface; | |||||
/** | /** | ||||
* @ORM\MappedSuperclass() | * @ORM\MappedSuperclass() | ||||
*/ | */ | ||||
abstract class OrderStatusModel | |||||
abstract class OrderStatusModel implements EntityInterface | |||||
{ | { | ||||
const ALIAS_CART = 'cart'; | const ALIAS_CART = 'cart'; | ||||
const ALIAS_CART_CANCELED = 'cart-canceled'; | const ALIAS_CART_CANCELED = 'cart-canceled'; |
.fa { | .fa { | ||||
position: relative; | position: relative; | ||||
top: -4px; | |||||
top: 3px; | |||||
right: 7px; | right: 7px; | ||||
} | } | ||||
pointsale: Points de vente | pointsale: Points de vente | ||||
product_category: Catégories | product_category: Catégories | ||||
setting: Paramètres | setting: Paramètres | ||||
setting_merchant: Marchand | |||||
setting_section: Section | |||||
setting_merchant: Marchands | |||||
setting_section: Sections | |||||
section_openings: Ouvertures | section_openings: Ouvertures | ||||
admin: Administration | admin: Administration | ||||
admin_merchant: Marchands | admin_merchant: Marchands |