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

Credit Limit: Prioritize by date and then seq No from Credit Limit type #3859

Closed
cristinamghita opened this issue Apr 16, 2018 · 1 comment
Closed

Comments

@cristinamghita
Copy link
Member

Is this a bug or feature request?

Bug

What is the current behavior?

Which are the steps to reproduce?

What is the expected or desired behavior?

@cristinamghita cristinamghita self-assigned this Apr 16, 2018
cristinamghita added a commit that referenced this issue Apr 16, 2018
#3859 Credit Limit: Prioritize by date and then seq No from Credit Limit
type
cristinamghita added a commit that referenced this issue Apr 16, 2018
#3859 Credit Limit: Prioritize by date and then seq No from Credit Limit
type
@metas-lc metas-lc self-assigned this Apr 16, 2018
@metas-lc
Copy link
Contributor

IT
there are 2 types: management and insurance
let's say you create 1 of each, same date:
insurance 10.03.2018 (seqno 1)
management 10.03.2018 (seqno 2)
=> in this particular case, seqNo is ignored, because management always has the priority. So management is taken OK

now you create another 2:
insurance 15.03.2018 (seqno 1)
management 13.03.2018 (seqno 2)
=> in this case, insurance is taken, because it has a more recent date and seq no smaller OK

metas-ts added a commit that referenced this issue Apr 23, 2018
[#3892](#3892) Contracts: Allow possibility to copy the prices when extending
[#3478](#3478) Window design: product Pharma
[#3883](#3883) Cannot import products
[#3895](#3895) extend M_HU_Process
[#3897](#3897) Add Translations for Pharma Business Partner Window
[#3890](#3890) Role Permission for Pharma Permission and Authorization changes
[#3887](#3887) Automatic Setting of Pharma Authorisation for Shipment/ Receipt
[#3885](#3885) Process C_Flatrate_Term_Extend does not work if ContractStatus is null
[#3768](#3768) Excel Report for vendor assessment
[#3864](#3864) C_FlatrateTerm.C_Currency is not forwarded when a flatrateTerm is extended
[#3876](#3876) Different issues around invoice candidate updating
[#3834](#3834) Check if Product is banned in Batch entry/ Document Lines creation
[#3763](#3763) Contracts: Create a function that provides a hierarchy of contracts
[#3863](#3863) Missing migration of C_BPartner_Stats.SOCreditStatus on some systems
[#3827](#3827) Support SSL / TLS when sending mails via SMTP making it SMTPS
[#3777](#3777) Show available to promise in Procurement Dispo modal in Sales Order
[#34](metasfresh/metasfresh-docker#34) add msv3server to metasfresh-docker as "extras"
[#3861](#3861) StockChangedEvent can't be serialized
[#3859](#3859) Credit Limit: Prioritize by date and then seq No from Credit Limit type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants