Menu

#140 resource page

open
nobody
None
5
2006-06-06
2006-06-06
No

added these coded values to type list :
1. install GAL water pipe.
2. install steal water pipe.
3. meter record
4. clump
5. moffah (its not an english word).

Discussion

  • abdulqader jaradat

    Logged In: YES
    user_id=697097

    moffah stand for coupling

     
  • Steffen Macke

    Steffen Macke - 2006-06-06

    Logged In: YES
    user_id=30248

    Ref 1. I read this as Galvanized pipe. Included already:
    insert into MaterialSubype (17, 'Galvanized Iron Pipe',
    'meter');

    Ref 2. I read this as Steel pipe; This is included already:
    insert into MaterialSubtype(Subtype, Description, Unit) values
    (19, 'Steel Pipe', 'meter');

    Ref 3. I read this as meter; this is included already:
    insert into MaterialSubtype(Subtype, Description, Unit) values
    (16, 'Flow Meter', 'piece');

    Ref 4: Is this maybe a "Repair Clamp"?

    Ref 5: This might be a socket (Which is e.g. part of a
    ductile iron pipe. Or it might be a collar. Providing a
    detailed description, sketch or picture might help.

    Please take the time to go through the latest
    create_dcmms_ddl.sql before filing such comments.

    Please provide Khaled's comments on these replys. I suggest
    that you also take the time and check the available Arabic
    translations for these terms (accessible through the
    subversion repository). I will ask Jamil to cross-check again.