Skip to content

18.0 pos second uo m ajka #718

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

Open
wants to merge 5 commits into
base: 18.0
Choose a base branch
from

Conversation

ajka-odoo
Copy link

No description provided.

try for Add Quantity button action
try for Add Quantity button action
Add Quantity button action
Add Quantity button action
…port

- Display 'Add Quantity' button in POS only if the selected product has a
   secondary UoM configured.
- Allow user to input quantity in secondary UoM.
- Automatically convert entered quantity to primary UoM and update order line
   accordingly.
@robodoo
Copy link

robodoo commented Apr 21, 2025

Pull request status dashboard

Copy link

@dhrs-odoo dhrs-odoo left a comment

Choose a reason for hiding this comment

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

Hello @ajka-odoo
Given changes
and same comment in every PR regarding commit message , PR message title

Choose a reason for hiding this comment

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

Again give proper name of module

<div class="modal-dialog" role="document">
<div class="modal-content p-4">
<div class="modal-header">
<h5 class="modal-title">Enter Quantity in Drozen</h5>

Choose a reason for hiding this comment

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

typo mistake

this.state = useState({ quantity: 1 });

this.orderline = this.props.orderline;
console.log(this.orderline);

Choose a reason for hiding this comment

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

👀

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