Page 1
Page 1
Started By
Message

Best Code Language for a Basic Software

Posted on 9/14/20 at 4:20 pm
Posted by cherrycoke
Member since Jul 2020
18 posts
Posted on 9/14/20 at 4:20 pm
My company sells product that we assign lot numbers to. This product is cut off of throughout the day based upon orders so we need to keep track of quantity on each roll using lot numbers. The lot numbers are basically to tell which roll is which and nothing to do with date stamps or manufacturing lots.

Currently my receiving guys make up lot numbers on the fly because the numbers themselves don’t matter (I plan on changing this). I want to code a piece of software that can spit out lot numbers, random or with a meaning. This would be hooked up to thermo label printer so each roll of product can have its own lot code.

I know nothing about coding. Literally nothing. I think it might be fun to try to take this project on myself. What coding language should I look in to for a task as this? This will be Windows based and shouldn’t need to be integrated with any other software, other than the printer driver.

Or better yet, is there something already out there that can do this?

I’ll share by performance bonus and royalty checks with you.
Posted by efrad
Member since Nov 2007
18644 posts
Posted on 9/14/20 at 5:21 pm to
(no message)
This post was edited on 1/11/21 at 12:05 am
Posted by SG_Geaux
1 Post
Member since Aug 2004
77929 posts
Posted on 9/14/20 at 6:19 pm to
I would be shocked if this doesn't exist already.
Posted by Korkstand
Member since Nov 2003
28703 posts
Posted on 9/14/20 at 6:47 pm to
I will second Python for the same reasons as mentioned.

Generating lot numbers is dead simple. Do you need to store and use the numbers in a particular way, or do you simply need labels?

Do you already have a printer or have one in mind? If not, I would suggest browsing around for python libraries that work with one before choosing. I honestly have never worked with a thermal label printer, but I can't imagine it would be too difficult given a good library.

Posted by lsu02150
BR
Member since May 2009
195 posts
Posted on 9/14/20 at 7:06 pm to
Yep Python def the right choice if you want try to code something yourself.

Although without knowing much detail about the environment, this sounds to me like something I would solve by just pre-printing rolls of labels ahead of time from excel or most label printers have a basic software offered to do this. Assuming you are fine with keeping the numbers meaningless, preprinting them is the safest way to keep your program from breaking or the receiving guys just deciding they don't like using it, etc.
Posted by cherrycoke
Member since Jul 2020
18 posts
Posted on 9/14/20 at 7:34 pm to
For this exercise, I only need labels. We have warehouse logistics software with RF scan guns. Everything we do, sans lots, is barcoded. This software is to fill that void. It will create lot numbers and print corresponding label with barcode. The lots are simply an input into the greater system.

Thermal labels can be wicked fast. Much faster than inkjet label printers. We use a variety of Zebra brand printers, which is a pretty common manufacturer. Sounds like they might be in the Python libraries.
Posted by cherrycoke
Member since Jul 2020
18 posts
Posted on 9/14/20 at 7:38 pm to
To this point the lots are all random. I would like to correct that. I want the software to include logic so each roll of product will have a different lot number. The lot number can be deciphered to determine the day, month, year it was checked in, the warehouse it was check in to, what number roll it was that day, etc.
Posted by Brisketeer
Texas
Member since Aug 2013
1432 posts
Posted on 9/14/20 at 10:12 pm to
Microsoft Access would be fine for something that small. It contains the database, reporting engine, and interface in one complete package. You would have to write some VBA, but most of the work would be dropping fields on a form.
Posted by Korkstand
Member since Nov 2003
28703 posts
Posted on 9/14/20 at 10:56 pm to
Eh, that's a huge dependency to add for something so simple.
first pageprev pagePage 1 of 1Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on Twitter, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookTwitterInstagram