- new corp-wide setting to go along with # 62 - script the new po_type in the po_types table - same in every server or system - tie to the normal po permission id=56 (not sure about this) - invoices use permissions id=93 and id=96 to control access - we may want some new permissions that do similar... just an idea - update the help file for the new po type sample: https://www.adilas.biz/top_secret/help.cfm?id=131&pwd=main - look at the transition_invoices table... we may need a similar table for po's. the goal is being able to go back in time and see when it was in transition. as a note, qti was quote transition invoice initials. - we may want to check some of the code for the items that used the transition_invoices to limit records (especially true when going back in time) - especially on inventory reports and balance sheets - search top_secret/cfc for "FORM transition_invoices" - check to see if we need to do something similar - eventually, we really want it to become a live po or a special live po. - see this page for how we flip it... - sample url: https://www.adilas.biz/top_secret/secure/view_transition_dates.cfm?id=305 change the id as needed - we normally got to this page on the add/edit main invoice page and then looking for permissions and the invoice type. sample url: https://www.adilas.biz/top_secret/secure/add_edit_invoice.cfm?mode=edit&id=305 - there is a link to the trasition pieces via the invoice homepage, more options. It may say something like WIP (work in progress) or other name look back. The URL is: https://www.adilas.biz/top_secret/secure/balance_sheet_qti_invoices.cfm?useDate=11%2F6%2F18&storeId= - we might need something similar for transitional PO's. - make sure and allow searching from the search pages: https://www.adilas.biz/top_secret/secure/po_home.cfm https://www.adilas.biz/top_secret/secure/advanced_po_search.cfm