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-1305 | Confirm an Inventory #2063

Commits on Sep 26, 2024

  1. Chore(deps): Bump license.maven.plugin.version from 4.5 to 4.6

    Bumps `license.maven.plugin.version` from 4.5 to 4.6.
    
    Updates `com.mycila:license-maven-plugin-git` from 4.5 to 4.6
    - [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
    - [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.5...license-maven-plugin-4.6)
    
    Updates `com.mycila:license-maven-plugin` from 4.5 to 4.6
    - [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
    - [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.5...license-maven-plugin-4.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.mycila:license-maven-plugin-git
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.mycila:license-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f74ea92 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    8876f0f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    440c2bd View commit details
    Browse the repository at this point in the history
  2. add confirm inventory feature

    ArnaudFonzam committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    89be0c2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into OP-1305

    ArnaudFonzam committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9570761 View commit details
    Browse the repository at this point in the history
  4. update bundle/language_en.properties

    ArnaudFonzam committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eebcf0f View commit details
    Browse the repository at this point in the history
  5. revert changes

    ArnaudFonzam committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5ae5e23 View commit details
    Browse the repository at this point in the history
  6. format the code

    ArnaudFonzam committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d5e35eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04fe0d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59cacce View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Chore(deps-dev): Bump org.junit.jupiter:junit-jupiter-engine

    Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.11.1...r5.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0afa567 View commit details
    Browse the repository at this point in the history
  2. update button order

    ArnaudFonzam committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    02e33fa View commit details
    Browse the repository at this point in the history
  3. OP-1351 | Update operation opeFor field (informatici#2062)

    * update(OP-1351): Update operation opeFor field
    
    * fix: Update operation target enum
    
    ---------
    
    Co-authored-by: SteveGT96 <steve.tsala@intesys.it>
    SteveGT96 and SteveGT96 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3dab79e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into OP-1305

    ArnaudFonzam committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f048a1a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. apply suggestion

    ArnaudFonzam committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    262c4b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update src/main/java/org/isf/medicalinventory/gui/InventoryEdit.java

    Co-authored-by: Alessandro Domanico <alessandro.domanico@yahoo.it>
    ArnaudFonzam and mwithi authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8336a92 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/org/isf/medicalinventory/gui/InventoryEdit.java

    Co-authored-by: Alessandro Domanico <alessandro.domanico@yahoo.it>
    ArnaudFonzam and mwithi authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    740ac90 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Update Eclipse code style

    mwithi committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d5cee70 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Merge pull request informatici#2055 from informatici/dependabot/maven…

    …/license.maven.plugin.version-4.6
    
    Chore(deps): Bump license.maven.plugin.version from 4.5 to 4.6
    dbmalkovsky authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    ae5bfc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request informatici#2064 from informatici/dependabot/maven…

    …/org.junit.jupiter-junit-jupiter-engine-5.11.2
    
    Chore(deps-dev): Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2
    dbmalkovsky authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5308829 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    1f87504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7766c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. remove unused imports

    ArnaudFonzam committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0c7106a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into OP-1305

    ArnaudFonzam committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4816e80 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. add possibilty to update prise of existing lot

    ArnaudFonzam committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    422ca3c View commit details
    Browse the repository at this point in the history