DEPRACATED
Please use SyliusOrderBundle.
Copyright (c) 2011-2013 Paweł Jędrzejewski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
sylius_sales:
driver: ~ # Required
classes:
order:
model: Sylius\Bundle\SalesBundle\Model\Order
controller: Sylius\Bundle\SalesBundle\Controller\OrderController
repository: ~
form: Sylius\Bundle\SalesBundle\Form\Type\OrderType
order_item:
model: Sylius\Bundle\SalesBundle\Model\OrderItem
controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
repository: ~
form: Sylius\Bundle\SalesBundle\Form\Type\OrderItemType
adjustment:
model: Sylius\Bundle\SalesBundle\Model\Adjustment
controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
repository: ~
form: Sylius\Bundle\SalesBundle\Form\Type\AdjustmentType
validation_groups:
order:
# Default:
- sylius
order_item:
# Default:
- sylius
adjustment:
# Default:
- sylius
-
Add DEPRACATION note
By pjedrzejewski, 7 years ago
-
Reduce code duplication in DI extensions.
By stloyd, 7 years ago
-
Merge pull request #436 from stloyd/bugfix/cs
By pjedrzejewski, 7 years ago
-
Reduce code duplication in DI extensions
By stloyd, 7 years ago
-
Sync `composer.json` files content
By stloyd, 7 years ago
-
Fix line-endings in PayumBundle and other random CS issues
By stloyd, 7 years ago
-
Reduce code duplication between DI extensions
By stloyd, 7 years ago
-
Merge pull request #303 from winzou/cart-purger
By stloyd, 7 years ago
-
Use real data in statistics table at dashboard
By stloyd, 7 years ago
-
Add spec tests
By Richtermeister, 7 years ago
-
Enhance OrderNumberGenerator
By Richtermeister, 7 years ago
-
Add missing dependency
By Amenophis, 7 years ago
-
Initial new versioning schema
By pjedrzejewski, 7 years ago
-
Move purger service from Sales to Cart bundle
By winzou, 7 years ago
-
Fix for issue with order processing when given value is not array or Doctrine Collection
By stloyd, 7 years ago
-
Increase order number max length
By molchanoviv, 7 years ago
-
Add ExpiredCartsPurger service
By winzou, 7 years ago
-
Unify Order/Cart repositories
By winzou, 7 years ago
-
space cs
By cordoval, 7 years ago
-
Fix order number generation
By pjedrzejewski, 7 years ago
-
Generate order number only if it does not exist
By pjedrzejewski, 7 years ago
-
Handle default entities via listener
By pjedrzejewski, 7 years ago
-
Merge pull request #47 from Sylius/symfony-2-3
By pjedrzejewski, 7 years ago
-
Add validation groups, tweak number generator
By pjedrzejewski, 7 years ago
-
Merge pull request #46 from jjanvier/fix/state
By pjedrzejewski, 7 years ago
-
Introduce order completion
By pjedrzejewski, 7 years ago
-
Update configuration and mappings
By pjedrzejewski, 7 years ago
-
Remove SellableInterface
By pjedrzejewski, 7 years ago
-
Update specs
By pjedrzejewski, 7 years ago
-
Remove entities and dynamically load mapping
By pjedrzejewski, 7 years ago