Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconistencies with concepts related to taxes, allowances and charges #722

Open
idolum opened this issue Nov 28, 2024 · 0 comments
Open
Assignees
Labels
module: eCatalogue eCatalogue module: eOrdering eOrdering type: bug something implemented incorrectly in a release
Milestone

Comments

@idolum
Copy link

idolum commented Nov 28, 2024

Several concepts were added to descripe taxes, allowances and charges imposed on an item which have an impact on the price of the item:

(1a) There are two concepts describing taxes as part of the price: epo-ord:TaxInformation and epo-ord:ChargeInformation

  • epo-ord:TaxInformation defined as "Information about the imposition of mandatory levies required by law."
  • epo-ord:ChargeInformation defined as "Information about tax, fee or duty imposed.", the additional information explicitely mentions VAT

Proposed change: Either consolidate classes or exclude taxes from epo-ord:ChargeInformation information.

(1b) Similar to this: epo:isCalculatedOn is defined "The monetary amount to which the multiplier factor is applied in calculating the amount of this allowance or charge.", but only used at epo-ord:TaxInformation

(2) The additional information for epo-cat:ChargeInformation says: "The charge can be fixed or relative to the price." But there is only an attribute epo-cat:hasPercentage allowing only expression relative charges, not fixed amounts.

Proposed change: Add a association to MonetaryValue like epo-cat:hasAmount as it is at epo-ord:TaxInformation.

@andreea-pasare andreea-pasare self-assigned this Dec 13, 2024
@andreea-pasare andreea-pasare added type: bug something implemented incorrectly in a release module: eCatalogue eCatalogue labels Dec 13, 2024
@andreea-pasare andreea-pasare added this to the 5.0.0 milestone Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: eCatalogue eCatalogue module: eOrdering eOrdering type: bug something implemented incorrectly in a release
Projects
None yet
Development

No branches or pull requests

2 participants