|------------------------------------------------------------------------ | ALF03 Telmax21 Directory | | NCR0957 - CSV Format Output | - Remove replace function from dircust.4 (now in lib) | - Change Centre to Department on screen and output, and csv | - Fix sitename2 display after performing ADD | - Disable query DEBUG in dircust.4 | - Fix custpick.4 (in lib), 4GL err dtc_qid2 err =-324 | when picklist fieldname directcustom.fieldname conflicts | with the directtemplate table (ie. department), also fix to | to init sql_stmnt. | - Fix to init telephone for consecutive ADD's | |------------------------------------------------------------------------ # Direc.ALF /u/catcom/Directory/ALF/Direc /u/catcom/bin Direc 555 catcom catcom # DnLd2MPC.ALF /u/catcom/Directory/ALF/Direc /u/catcom/bin DnLd2MPC 555 catcom catcom # template.frm /u/catcom/Directory/ALF/Direc /u/catcom/forms - 444 catcom catcom # template_W.frm /u/catcom/Directory/ALF/Direc /u/catcom/forms - 444 catcom catcom # template.ALF /u/catcom/Directory/ALF /u/catcom/scripts template.templ 444 catcom catcom # dircust.frm /u/catcom/Directory/ALF/Direc /u/catcom/forms/standard - 444 catcom catcom # directcustom /u/catcom/Directory/ALF/Direc /u/catcom/database - 555 catcom catcom | manual script to install special template_W form for particular users # doteform /u/catcom/Directory/ALF/Direc /u/catcom/scripts - 555 catcom catcom :------------------------------------------------------------------ : Standard Directory lib Forms # custpick.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # wbdc_maint.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # wbdl_maint.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # extrng_s.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # grname_s.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # grname_s1.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # grname_s2.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # grname_s3.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # site_sel.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # dirmsgf.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # extr_code1.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # code1_sel.frm /u/catcom/Directory/forms /u/catcom/forms - 444 catcom catcom # report.frm /u/catcom/Directory/Reports /u/catcom/forms - 444 catcom catcom # d_stats.frm /u/catcom/Directory/Stats /u/catcom/forms - 444 catcom catcom :------------------------------------------------------------------ : DirUpdate queue # DirUpdate /u/catcom/Directory/scripts /usr/spool/lp/model - 555 lp lp x echo "Copying DirUpdate model to interface directory" x cp /usr/spool/lp/model/DirUpdate /usr/spool/lp/admins/lp/interfaces/DirUpdate :------------------------------------------------------------------ : Directory queue # Directory /u/catcom/Directory/scripts /usr/spool/lp/model - 555 lp lp x echo "Copying Directory model to interface directory" x cp /usr/spool/lp/model/Directory /usr/spool/lp/admins/lp/interfaces/Directory :------------------------------------------------------------------ : Directory History... : standard form and build, batch # dirhist.frm /u/catcom/forms/standard - - 444 catcom catcom # builddirhist /u/catcom/scripts - - 555 catcom catcom # dirhist.t21batch /u/catcom/scripts - - 555 catcom catcom : standard load will run custom script if exists else does standard load # lddirhist /u/catcom/scripts - - 555 catcom catcom x echo -n "Build Standard Directory Update History table Y/N ?"; read x; echo "answer was $x"; if [ $x = "y" -o $x = "Y" ]; then echo "Building dirhist table"; /u/catcom/scripts/builddirhist; fi :------------------------------------------------------------------ : Web Billing Distribution config tables standard forms & build... # wbdconf.frm /u/catcom/forms/standard - - 444 catcom catcom # wbdlist.frm /u/catcom/forms/standard - - 444 catcom catcom # buildwbdmaint /u/catcom/Directory/lib /u/catcom/scripts - 555 catcom catcom x echo -n "Build Standard Web Billing Distribution Configuration Maintenance tables Y/N ?"; read x; echo "answer was $x"; if [ $x = "y" -o $x = "Y" ]; then echo "Building Web Billing Distribution Configuration Maintenance tables..."; /u/catcom/scripts/buildwbdmaint; fi :------------------------------------------------------------------ :------------------------------------------------------------------ : run directory custom setup scripts x dcsetup x rm -f /u/catcom/forms/direnq.frm /u/catcom/bin/Direnq :------------------------------------------------------------------ :------------------------------------------------------------------ : run script to install user specific D4GL template_W form x doteform :------------------------------------------------------------------