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:-Bug: Company Name and Phone fields accept misleading input #1047 #1050

Open
wants to merge 28 commits into
base: dev
Choose a base branch
from

Commits on Feb 28, 2024

  1. some code changes

    some code changes
    shaikweb27 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    44f3547 View commit details
    Browse the repository at this point in the history
  2. code commit

    code commit
    shaikweb27 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1823402 View commit details
    Browse the repository at this point in the history
  3. Merge pull request idurar#982 from idurar/dev

    Update to 4.0.0-beta.3
    salahlalami committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5affc1f View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update create.js

    removed wrong code
    shaikweb27 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a5610b7 View commit details
    Browse the repository at this point in the history
  2. Updated invoice title

    Updated invoice title
    MasoomAliPeer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a760893 View commit details
    Browse the repository at this point in the history
  3. Updated space

    Updated space
    MasoomAliPeer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    33d4608 View commit details
    Browse the repository at this point in the history
  4. Update index.jsx

    shaikweb27 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6bb813e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3b2e81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4f0961 View commit details
    Browse the repository at this point in the history
  7. Updated content

    Updated content
    MasoomAliPeer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4827d83 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. discount code added

    Added discount option in code
    MasoomAliPeer committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    541e7cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request idurar#990 from idurar/dev

    Fix Adding new admin bug
    salahlalami committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f10d5a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. added address

    added address in customer
    MasoomAliPeer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c070636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa87d9 View commit details
    Browse the repository at this point in the history
  3. Revert "Branch discount"

    salahlalami committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    340a124 View commit details
    Browse the repository at this point in the history
  4. Merge pull request idurar#994 from idurar/revert-992-branchDiscount

    Revert "Branch discount"
    salahlalami committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    091956f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    5b5bc9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request idurar#995 from Exclusivefrog28/master

    Fixed typo in readme.md
    salahlalami committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4d1f2e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Fix incorrect npm script in Dockerfile for frontend

    This commit addresses an issue in the frontend Dockerfile where the `CMD` directive attempted to execute `npm run local`, a script that doesn't exist in `package.json`. This discrepancy caused the Docker container for the frontend to fail to start, hindering the setup process for developers and contributors working with Docker.
    
    Changes made:
    - Updated the `CMD` in the Dockerfile to use `npm run dev -- --host 0.0.0.0`, aligning it with the available scripts defined in `package.json` and ensuring the development server listens on all network interfaces within the Docker container. This adjustment facilitates access to the frontend service from the host machine or other Docker containers.
    
    Verification:
    - Rebuilt the Docker image for the frontend and verified that the container starts successfully and is accessible on `http://localhost:3000`.
    - Ensured that the frontend application functions as expected when accessed through the browser.
    
    This fix streamlines the developer experience by ensuring the Docker setup process is smooth and aligns with the project's current frontend tooling configuration.
    JeetpalSSE committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    681f175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b18080 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect npm script in Dockerfile for frontend

    This commit addresses an issue in the frontend Dockerfile where the `CMD` directive attempted to execute `npm run local`, a script that doesn't exist in `package.json`. This discrepancy caused the Docker container for the frontend to fail to start, hindering the setup process for developers and contributors working with Docker.
    
    Changes made:
    - Updated the `CMD` in the Dockerfile to use `npm run dev -- --host 0.0.0.0`, aligning it with the available scripts defined in `package.json` and ensuring the development server listens on all network interfaces within the Docker container. This adjustment facilitates access to the frontend service from the host machine or other Docker containers.
    
    Verification:
    - Rebuilt the Docker image for the frontend and verified that the container starts successfully and is accessible on `http://localhost:3000`.
    - Ensured that the frontend application functions as expected when accessed through the browser.
    
    This fix streamlines the developer experience by ensuring the Docker setup process is smooth and aligns with the project's current frontend tooling configuration.
    JeetpalSSE committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0c21329 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request idurar#1020 from Jeetpal1/fix-dockerfile-cmd-frontend

    Fix: Update Dockerfile to use correct npm script for frontend service
    salahlalami committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    db5dcc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    6eae94b View commit details
    Browse the repository at this point in the history
  2. Merge pull request idurar#1042 from TheZlodziej/patch-1

    fix 'req is undefined' error in payment controller
    salahlalami committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    47e598b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. fix:idurar#1047-bug

    vr1Ravi committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    90bea51 View commit details
    Browse the repository at this point in the history
  2. fix-bug:idurar#1047

    vr1Ravi committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    dd37bec View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

  1. fix phone field

    vr1Ravi committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4aaefe9 View commit details
    Browse the repository at this point in the history