Skip to content

Commit

Permalink
Add variant creation and deprecate quantity dataproperty (#163)
Browse files Browse the repository at this point in the history
* #141 #37 #131 #136 #132

* Add Price on OrderLine

* Add variant and deprecate quantity dataproperty
  • Loading branch information
Alcoz authored Dec 4, 2024
1 parent 55a5738 commit 4e0ac3d
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 478 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

#### Property
- hasVariant, domain: DefinedProduct, inverseOf: isVariantOf
- isVariantOf, domain: DefinedProduct, inverseOf : hasVariant

### Deleted

#### Property
- quantity

### Changed
- Domain : hasQuantity, (DefinedProduct | Ingredient | OrderLine) -> (ConsumptionFlow | DefinedProduct | Ingredient | LocalizedProduct | OrderLine | PhysicalProduct | ProductionFlow | SaleSession | ShippingOption | Stock | Transaction)

## [1.14.0] - 2024-11-13
### Added

Expand Down
Loading

0 comments on commit 4e0ac3d

Please sign in to comment.