Sanjel-Energy-Services / eService_WorkItems

0 stars 0 forks source link

Call Sheets - Additional equipment - Add "Type" to the print out #188

Closed JasonSchneider19 closed 2 months ago

JasonSchneider19 commented 2 months ago

In eService, when creating a call sheet, a plug loading head can be added in the additional equipment. image Once this is selected: additional information can be added about the plug loading head: image The information that is available is as follows: image When the information is added, the type is missing from the print out: image The print out loos as follows: image Desire to have it look as follows: Plug Loading Head: 36 “ Extended Body 139.7 mm TXP BTC Top Drive Adapter: 114 mm XH Plug Loading Head: Type Size Thread Type Top Drive Adapter: (if Yes) Size Thread Type

awangatsanjel commented 2 months ago

Architech Notes:

The call sheet printing was not updated when I added PlugLoadingHeadSpecialty. This only needs to change PlugLoadingHeadSectionPrintHelper.cs to add the the PlugLoadingHeadSpecialty's description to the front.

USA part doesn't need to be updated. We don't have USA anymore.

wistaria623 commented 2 months ago

Eservice callsheet print update: Additional Equipment - Plug Loading Head section,Print content format:

Current situation: Plug Loading Head: 【Size】 【Thread Type】 Top Drive Adapter: (if Yes) 【Size 】【Thread Type】

Update target: Plug Loading Head: 【Type 】【Size】 【Thread Type】 Top Drive Adapter: (if Yes) 【Size 】【Thread Type】

Step:

  1. Create CallSheet
    1. PumpingSection-->Service Line Section Infomation :Additional Equipment list :plug loading head is selected.
    2. Additional Equipment Section: plug loading head information is added.
  2. Save CallSheet
  3. Select the newly created CallSheet
  4. Print CallSheet
  5. View print results
awangatsanjel commented 2 months ago

Code is fixed.