Bronze 1
Since ‎03-12-2023
Saturday

My Stats

  • 22 Posts
  • 0 Solutions
  • 0 Likes given
  • 7 Likes received

mva_name's Bio

Badges blaineiler Earned

View all badges

Recent Activity

I have two tables -- Truck Loads, and Truck Load Stops. Truck Load Stops is a ref to Truck Loads. Truck Load Stop records have a location, and a datetime field for the stop. I am trying to calculate the mileage for the entire route of the truck load,...
I have a bot that generates PDFs with QR codes through the Google URL that I believe I found on this forum. I have virtual columns with type of image, using a concatenation of the url and the data I want to pass through as the QR code. Some time yest...
Hello,I am trying to develop a batch manufacturing app. We produce various juices and beverages. For each product, we have a bill of materials which might include simple raw materials (e.g. bottles, sugar, water, etc.), but could also include WIP ite...
I have a production scheduling app where I am trying to schedule and execute production. This involves copying rows from a Formulation table for a specified Item to be produced. Here is the basic flow I am trying to achieve:Table: Schedule--> User se...
Hello,I am setting up an app to manage production scheduling and management for a food manufacturing company. For simplicity, we have a few main tables for the app, as follows:Item Master: complete listing of all the inventory items, including both f...