I am trying to see how much labor is required for producing Items but I keep running into issues with how qty to produce for each operation ID is calculated.From what I have seen it is setting it to be always equal to the qty of the Inventory ID you...
09/05/2025
public class ProjTaskAttribute : ProjectTaskAttribute { public const string Labor = "LABOR"; public ProjTaskAttribute(Type projectID) : base(projectID) { Type Labor = typeof(CONTAINS_LABOUR); Type SearchT...
09/05/2025
I tried to change the database connection that was pointing to my Orange Pi Zero portable Linux server to my AWS MySQL Linux DB. It wanted to create the DB rather than just connecting to it. Is this normal or is there another method beyond the Acumat...
09/05/2025
I need assistance in making the Financial Period based on the date is it possible?
09/05/2025