678 questions
Advice
0
votes
2
replies
82
views
How to implement barcode scanning in a JavaScript inventory management system?
I’m building a web-based inventory audit management application and want to enable barcode scanning to speed up stock counting. Most scanners act like keyboard input devices, but I want to capture the ...
0
votes
1
answer
101
views
Automatically enable sold individually product settings
In WooCommerce, I'm selling only simple downloadable/ virtual products which can only be sold once per client.
I found a snippet on stackoverflow (Automatically enable virtual and downloadable product ...
0
votes
1
answer
79
views
My inventory is malfunctioning (in Godot)
I've been programming an inventory system. When I created the function to drag objects from one slot to another, I've been stuck even after some research. At first, objects are dragged, but the ...
0
votes
1
answer
68
views
Why is The script that I used to add the Torch to player inventory, not working for my other item?
I followed a tutorial to learn how to create a trigger event that adds a Torch to your inventory via a click detector that was attached to the chest. I tried using the same system to a sand pile for ...
0
votes
2
answers
65
views
How to read from filds in stock picking and stock move line when the report is in stock move?
I'm having a hard time getting the info from the filds. mrp_product_id and batch are in stock picking and expiration_date is in stock move line.
<!-- Report Template -->
<template id=&...
0
votes
2
answers
72
views
Odoo quantity duplication after returning an inventory IN move
Hello everybody I have installed Odoo 18 on my machine then I created a purchase order which accordingly created an inventory IN move But when I tries to return the IN move the recieved quantity in PO ...
-2
votes
2
answers
114
views
Disable out of stock attribute terms
I'm working on an art website that sells printed artworks with a specific print number attribute and various frame options. Each print number has only one unit in stock, and once it's sold, that ...
0
votes
3
answers
397
views
Run ansible playbook on specific EC2
I would like to run a playbook on a specific ec2 instance by providing the instance id in command line. Something like: ansible-playbook playbook.yml -e "instance-id=i-123456".
I tried to ...
0
votes
1
answer
82
views
Helping for the code of Inventory routing problem in the CPLEX OPL
I'm final year student doing my project which I need to create a multi product multi period Inventory Routing Problem model in CPLEX and I got stuck on the "Constraint 5" which it annouced ...
0
votes
1
answer
412
views
How do I use the set_drag_forwarding() function correctly?
I am trying to make a drag and drop inventory in godot using the set_drag_forwarding() method. However I am getting an error Method expected 2 arguments but called 1 when I try to use this function. I ...
0
votes
1
answer
711
views
Google sheet inventory with check out
I have a very small stock where I want to make a checkout system.
I tried to figure it out if it's possible to make 2 different spreadsheets to work with each other in a complicated way.
I have a ...
-1
votes
1
answer
54
views
Connecting inventory from SquareSpace to WordPress website
I currently need advice on how to link the inventory from a SquareSpace website to show up on a WordPress website. The SquareSpace website has inventory but low traffic to the website, and the ...
0
votes
1
answer
504
views
Netsuite Suitescript 2.0 Inventory Transfer on Lot items
i am having diffculty gettig my fucntion in suitescript 2.0 to work to transfer lot items on netsuite. I keep getting an error "Error: You cannot create an inventory detail for this item.". ...
1
vote
1
answer
221
views
Using `lineinfile` to add a host variable in Ansible YAML inventory?
Hello everybody and thank you in advance for your help.
I have to add a variable stat: ON for some hosts in my YAML inventory that looks like:
all:
hosts:
host_1: {db: true, bckp: false}
...
-1
votes
2
answers
286
views
Object destroyed but still trying to access
I followed a tutorial (https://youtube.com/playlist?list=PLcRSafycjWFegXSGBBf4fqIKWkHDw_G8D&si=DVRPU6bpo64DfPlN) and this error appeared.
'MissingReferenceException: The object of type '...