The following scripts can be run according to the screen and field that you require to be editable again.
Time Entry Screen - Resources
Run this script to make the Price After Discount, Unit Price and Discount % editable, for resources, in the Time Entry Screen:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='Eralis_DirectTime' AND ITEMID='GridRes' AND COLID IN ('SELLPR','ORIGSELLPR','LINEDISCOUNT')
Time Entry Screen - Staff Time
Run this script to make the Price After Discount, Unit Price and Discount % editable, for staff time, in the Time Entry Screen:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='Eralis_DirectTime' AND ITEMID='GridStaff' AND COLID IN ('SELLPR','ORIGSELLPR','LINEDISCOUNT')
Invoicing Tab - FX Sell Price
Run this script to make the FX Sell Price field editable in the Invoicing tab:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='ENPRISE_JCMaster' AND ITEMID='GridInv' AND COLID= 'FXSELLPR'
Subjob Quote Tab - Unit Price
Run this script to make the Unit Price field editable in the Quote tab of the subjob:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='ENPRISE_JCSubjob' AND ITEMID='GridQuote' AND COLID= 'ORIGSELLPR'
Subjob Quote Tab - Price After Discount
Run this script to make the Price After Discount field editable in the Quote tab of the subjob:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='ENPRISE_JCSubjob' AND ITEMID='GridQuote' AND COLID = 'FXSELLPR'
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='Eralis_DirectTime' AND ITEMID='GridRes' AND COLID IN ('SELLPR','ORIGSELLPR','LINEDISCOUNT')
Time Entry Screen - Staff Time
Run this script to make the Price After Discount, Unit Price and Discount % editable, for staff time, in the Time Entry Screen:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='Eralis_DirectTime' AND ITEMID='GridStaff' AND COLID IN ('SELLPR','ORIGSELLPR','LINEDISCOUNT')
Invoicing Tab - FX Sell Price
Run this script to make the FX Sell Price field editable in the Invoicing tab:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='ENPRISE_JCMaster' AND ITEMID='GridInv' AND COLID= 'FXSELLPR'
Subjob Quote Tab - Unit Price
Run this script to make the Unit Price field editable in the Quote tab of the subjob:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='ENPRISE_JCSubjob' AND ITEMID='GridQuote' AND COLID= 'ORIGSELLPR'
Subjob Quote Tab - Price After Discount
Run this script to make the Price After Discount field editable in the Quote tab of the subjob:
UPDATE ENPRISE_SETUP_FORM
SET EDITINFORM='Y',ENABLED='Y',VISINFORM='Y'
WHERE FORMID='ENPRISE_JCSubjob' AND ITEMID='GridQuote' AND COLID = 'FXSELLPR'
Comments
0 comments
Please sign in to leave a comment.