Jump to content

Recommended Posts

Posted (edited)

Hello I am a first time user of AutoIT with little coding experience and I would REALLY really appreciate your help.

I work in a warehouse where I am responsible for data entry along with a slew of other different tasks such as auditing and managing paperwork. Most of my time is tied up entering info to close receipts of product orders (8-12+ hours for thousands of products). The quantity actually produced by the warehouse is sometimes different from the quantity listed on the reciept (in this case 20). I need to change all the build qty for sublocation "1-WIP" from 20 to the actual quantity 22 and set all other numbers as 0. The form is an iframe coded with jQuery and freezes for 1-2 seconds after every entry and refreshes. As such, it doesn't allow me to use tab and I need to click and type every incorrect field.

I have attached an image as an example from the webapp, FinaleInventory.

  • I'm thinking that I probably need a macro that has a message box entry where I can type the corrected number entry I want.
  • Then it uses image/character recognition (Tesseract?) to find "WIP" sublocation =,  
  • Move the mouse over to the right to "Quantity" relative to location of WIP
  • If quantity number = entry, then move to next "WIP" image (Not quite sure how to make Tesseract "find next")
  • Elseif quantity number  entry then click quantity number of "WIP" and type corrected entry
  • Scroll down
  • Loop until bottom of page

I would greatly appreciate any help, ideas or pointers for this project. Thank you!

-A newbie scripter

Inventory.jpg

Edited by autotin
Correction
Posted

Hi, for web app, maybe UIAutomation could work best.

Or the IE functions, you mention webapp, what does it mean? do you use an internet browser? Im sorry, not familliar with that.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

Hi Careca thank you for helping me. The forms are on a JQuery website called finaleinventory.  I use Google Chrome to enter the data. Is there a place where I can learn how to do what I need to do? Especially for Autoit to recognize what values correspond to what text in a table?

Sorry I'm new and trying to learn
Thanks

Posted

https://www.autoitscript.com/forum/topic/153520-iuiautomation-ms-framework-automate-chrome-ff-ie/

This is what i was talking about, because you want to do it in chrome.

There are examples.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...