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

OP-1302 | Make JTable sortable in edit inventory #2041

Merged
merged 14 commits into from
Sep 23, 2024

Conversation

ArnaudFonzam
Copy link
Contributor

@ArnaudFonzam ArnaudFonzam commented Aug 20, 2024

See OP-1302.

dbmalkovsky and others added 10 commits July 31, 2024 08:48
* OP-1315 add MessageType to sms.properties.dist

* OP-1315 fix spelling of LENGTH

* Update rsc/sms.properties.dist

---------

Co-authored-by: Alessandro Domanico <[email protected]>
* Add prices update and check upon pricelist change

* Update src/main/java/org/isf/accounting/gui/PatientBillEdit.java

Co-authored-by: David B Malkovsky <[email protected]>

---------

Co-authored-by: David B Malkovsky <[email protected]>
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.16.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…/org.slf4j-slf4j-api-2.0.16

Chore(deps): Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16
* OP-1322: add message for valid validation of user id

* OP-1322: improve message for invalid user name user id

* OP-1322: improve message for invalid user name
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/org.apache.maven.plugins-maven-surefire-plugin-3.4.0

Chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0
@mwithi
Copy link
Member

mwithi commented Sep 4, 2024

Looks like that when sorting by UNIT PRICE it shows Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.math.BigDecimal (java.lang.Integer and java.math.BigDecimal are in module java.base of loader 'bootstrap')

when sorting by TOTAL PRICE it shows Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Double (java.lang.Integer and java.lang.Double are in module java.base of loader 'bootstrap')

Copy link
Member

@mwithi mwithi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks a lot!

@mwithi mwithi merged commit aeb3a59 into informatici:OP-1199-Main-Store-Inventory Sep 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants