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

fix(vehicle): Make VIN number generation more accurate #2765

Merged
merged 7 commits into from
Apr 26, 2024
Merged

fix(vehicle): Make VIN number generation more accurate #2765

merged 7 commits into from
Apr 26, 2024

Commits on Mar 23, 2024

  1. Make VIN number generation more accurate

    The last six digits of VIN (vehicle identification number) is the number and the 13th digit (last five digits) can start with number 0 (zero).
    lulunac27a authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a7a6c83 View commit details
    Browse the repository at this point in the history
  2. Fix error

    Fix code mistake
    lulunac27a authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3ecf4ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7b5e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    88128dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f692c0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a7d80 View commit details
    Browse the repository at this point in the history