Our knowledge-base contains content and resources to help you make the most out of your software. You need to be logged in to view this content.
Not registered, yet? Register for access.
Knowledge base
list/nobanner/title = “Codes Setup Salespeople”/dup al_csini:al_csinits al_cs_person al_cs_plan sorted by al_csini:al_csinits end of page “”/newline =3 “Found in Codes Setup>System Codes-Global Misc>Salespeople Tab.”
May 21, 2020
list/nobanner/title = “Codes Setup Purchase Order Ship To Address”/duplicates/nototal sl_poadr:sl_po_address_key sl_po_address_1 sl_po_address_2 sl_po_address_3 sl_po_address_4 sl_po_address_code sorted by sl_poadr:sl_po_address_key end of page “”/newline =3 “Found in Codes Setup>Purchase Order Setup>PO Ship To/Bill To Addresses Tab.”
list/nobanner/title = “Asset Maintenance Forms List”/dup fa_frmcd:form_no/heading = “Maintenance Form-Code” form_description/heading = “Description” sorted by fa_frmcd:form_no end of page “”/newline =3 “Found in Assets>Edit>Maintenance Forms.”
Report Output Example: *************************************************************************************************** where ( fa_main:fa_status <> “SO” ) list/domain=”fa_main”/nobanner/Title=”Equipment Setup for EC1/EC2″ fa_main:fr_group/noduplicates fr_group:fr_group_desc fa_main:fa_key fa_main:fa_name fa_main:fa_type fa_main:fa_status fa_main:al_location fa_main:fa_serial_no fa_main:fa_ec1 fa_main:fa_ec2 sorted by fa_main:fr_group
where ( fa_main:fa_ec2 = “Y” ) and ( fa_status <> “SO” ) list/domain=”fa_main”/nobanner/Title=”Items Which Do Charge Env2″ fa_main:fr_group/noduplicates fr_group:fr_group_desc fa_main:fa_key fa_main:fa_name fa_main:fa_type fa_main:fa_status fa_main:al_location fa_main:fa_serial_no fa_main:fa_ec2
where ( fa_main:fa_ec1 = “N” ) and ( fa_status <> “SO” ) list/domain=”fa_main”/nobanner/Title=”Items Which Do NOT Charge Env1 “ fa_main:fr_group/noduplicates fr_group:fr_group_desc fa_main:fa_key fa_main:fa_name fa_main:fa_type fa_main:fa_status fa_main:al_location fa_main:fa_serial_no fa_main:fa_ec1 sorted by fa_main:fr_group
Report Output Example: ********************************************************************************************************* /* bulkutillist28d Trial List report to show bulk utilization historical by out date by Tim M 2/3/05, 2/25/05- fixed auditing lines and added selection for group selection, 4/2/05- changed 14 day to 28 day and added a remark line to show how to change to run future vs past reports. 4/16/2006- […]
–This report gives a list of the items that have a status of “down for maintenace” define file womain = access wo_main,set cr_transaction=fa_main:fa_work_order_transaction, generic where fa_main:fa_status= “DM” list/domain=”FA_MAIN” /nobanner/title = “Equipment Down for Maintenance” fa_main:al_location/heading=”Loc”/noduplicates rc_inv_no/heading = “Rental-Class” fa_ref_no/heading = “Fixed-Asset” fa_name/heading = “Name” womain:cr_contract/heading=”Work-Order#” sorted by fa_main:al_location/newlines=2 fa_key
*/This report will show individual Fixed Assets and if they should be on yard, or are on a WO, or are currently on a contract (not a reservation or bid)/* where ( fa_main:fa_status <> “SO” and fa_main:fa_type= “I”) list/domain=”fa_main”/nobanner/title = “On Yard Report – Individual Items On Contract, On Work Order or On Yard” fa_main:fr_group […]
Report that shows all fixed assets that have been purchased or sold within a specific date range by location, rental class, and equipment group. /*============================= DOCUMENTATION ====================================*\ Name: fa_purch_sold.eq Overview: Fixed Asset Purchase Report — Selects equipment based on these selection criteria: equipment name, equipment type, status CHANGE HISTORY Author Date Comment —————————– ——– ————————————- […]
Page 65 of 85