Recent content by RonnyK

  1. R

    Simple Script

    Did you solve it yet. You're item might be having the flag "MRP plan orders" (pt_plan_ord) set to NO in 1.4.17 or 1.4.7. If that is not the case, there might be a stranded record in the qad_wkfl which can be fixed using 23.25.2. After having run the MRP afterwards the flag should be set to mrp...
  2. R

    .i in MFGPRO 9.0

    Basically there are some includes used. I'm not sure if any are documented, but for reporting I use the following. {mfdtitle.i "q1a"} for the header of the report, sometimes {mfdeclre.i} to declare the global variables; the d in mfdtitle stands for declare, so this one is included in de...
  3. R

    .i in MFGPRO 9.0

    What do you want to achieve? Are you generally looking for information about .i's or about the standard MFG .i's? If you change the standard .i's you need to recompile all programs that have the include involved. If you want some reports to use a changed .i you can also copy the standard version...
  4. R

    invoice eff_date

    You can find this date in the ar_mstr where ar_nbr = ih_inv_nbr. The field ar_eff_date is the financial date.
  5. R

    Data Extract

    You can also download the file relationship and/or the database definitions to have the relations between tables and the fields within the tables.
Top