Skip to content

Bid Proposal Manual

Introduction

Welcome to the Bid Proposal team!

We are the sharp blade of an axe. We amplify the efforts put in and crack open hard deals. We are always at the front line, taking initiatives, sharp, alert, focused and quick to respond.

axe

Bid Proposal Process

  • ITB: Invitation To Bid (From Customer)
  • RFQ: Request For Quotation
  • RFI: Request For Information
  • BP: Bid Proposal
  • SS: Sales Support
  • VQ: Vendor Qualification (Require when the supplier is new and the value is substantial.)

(A) Bid Initiating Phase

---
title:
---
flowchart TB
    a(["(A) Start"])
    itb([ITB])
    evaluate{"Evaluate<br/>ITB"}
    itb-registered{"ITB<br/>Registered"}
    register-itb("Request to Register/<br/>Register ITB")

    a --> itb
    itb --> evaluate
    evaluate --> |Go| itb-registered
    itb-registered -->|No| register-itb
    register-itb --> itb-registered

    sales-checklist{"Received<br/>Sales Checklist"}
    request-sc("Request<br/>Sales Checklist")
    initiate("Initalize Project<br/><tt>bid init</tt>")
    organize("Organize<br/>ITB Documents")

    itb-registered -->|Yes| sales-checklist
    sales-checklist -->|No| request-sc
    request-sc --> sales-checklist
    inform("Inform<br/>Sales/Customer")

    itb-registered -->|Yes| initiate

    evaluate -->|No-go| inform
    inform --> End([End])

    b2((B))
    b((B))
    study(Study Deatiled<br/>Project Requirements)
    enough-partial-info{"Enough Partial Info to<br/>Liaise with Suppliers"}
    required-clarification{"`Require<br/> **Initial** Clarification<br/>or Additional Info`"}
    send-rfi("Send RFI/Clarification<br/>to Customer")

    sales-checklist --> |Yes| organize
    initiate --> organize
    organize --> study
    study --> required-clarification
    required-clarification --> |Yes| enough-partial-info
    enough-partial-info --> |Yes| b
    enough-partial-info --> |Yes/No| send-rfi
    send-rfi --> required-clarification
    required-clarification ---> |No| b2

    click sales-checklist "https://egg.posonekyu.com/bid-proposal/sample-sales-checklist-r0.pdf"

(B) Supplier RFQ Phase

---
title:
---
flowchart TB
    b(("B"))
    b2((B))
    b3((B))
    drop([Drop])
    send-rfq("Send RFQ/RFI to Suppliers<br/>or Price Negotiation with Suppliers")
    require-clarification-s{"Require<br/>Clarification<br/>or Additional<br/>Info"}
    received-rfq{"Received<br/>Quotation or<br/>Information"}
    meet-specs{"Meet<br/>Requirement<br/>Specs"}
    try{"Tries <= 3"}
    is-critical-supplier{"Is Critical<br/>Supplier"}
    inform("Inform<br/>Sales/Customer")
    inform2("Inform<br/>Sales/Customer")
    chase("Chase<br/>Supplier")
    End([End])
    End2([End])
    drop2([Drop])
    negotiate{"Right Time to<br/>Negotiate Price"}
    new-supplier{Is New Supplier}
    require-vq{Require VQ}
    vq(Engage Purchasing<br/>for Vendor Qualification)
    price-negotiated{Price<br/>Negotiated}
    make-request("Make Request<br/> & Negotiate")
    c((C))
    has-alternate-s{"Has Alternative<br/>Supplier"}
    is-critical-requirement{"Is Critical<br/>System<br/>Requirement"}

    b --> send-rfq
    send-rfq --> received-rfq
    received-rfq --> |Yes| require-clarification-s
    require-clarification-s --> |Yes| send-rfq
    received-rfq --> |"No<br/>Not In-Time"| is-critical-supplier
    is-critical-supplier --> |Yes| try
    is-critical-supplier --> |No| drop
    try --> |Yes| chase
    try --> |No| inform
    inform --> End
    chase --> received-rfq
    require-clarification-s --> |No| meet-specs
    meet-specs --> |No| is-critical-requirement
    meet-specs --> |Yes| new-supplier
    new-supplier --> |No| price-negotiated
    new-supplier --> |Yes| require-vq
    require-vq --> |Yes| vq
    require-vq --> |No| price-negotiated
    vq --> price-negotiated
    negotiate --> |No| c
    price-negotiated --> |Yes| c
    price-negotiated --> |No| negotiate
    negotiate --> |Yes| make-request
    make-request --> b2
    is-critical-requirement --> |No| drop2
    is-critical-requirement --> |Yes| has-alternate-s
    has-alternate-s --> |Yes| b3
    has-alternate-s --> |No| inform2
    inform2 --> End2

    click vq "https://egg.posonekyu.com/bid-proposal/jason-vendor-qualification-form-r4-2023-07-14.docx"

(C) Bid Compilation Phase

---
title:
---
flowchart TB
    c((C))
    compile-proposal("Compile Into Main Proposal")
    proposal-completed{"Proposal Completed"}
    has-enough-time{"Has Enough Time"}
    has-historical-data{"Has Historical Data"}
    request-extension("Request ITB Extension")
    allow-partial-submission{"Partial<br/>Submission<br/>Allowed"}
    seek-consensus("Seek Internal Consensus<br/>to Drop ITB")
    send-review("`Internal Review`")
    approved{"Approved"}
    revise-proposal("Revise Proposal")
    extension-granted{"Extension<br/>Granted"}
    prepare-docs("Generate & Prepare<br/>Necessary Docs")
    inform("Inform<br/>Sales/Customer")
    c1((C1))
    c11((C1))
    d((D))
    b2((B))
    End([End])
    b((B))
    project-phase{"Porject Phase"}
    e1((E1))

    c --> compile-proposal
    compile-proposal --> proposal-completed
    proposal-completed --> |Yes| c1
    c1 --> send-review
    send-review --> approved
    approved --> |Yes| prepare-docs
    prepare-docs --> project-phase
    project-phase --> |Submission| d
    project-phase --> |Clarification| e1
    approved --> |No| revise-proposal
    revise-proposal --> send-review
    has-enough-time --> |Yes| b
    proposal-completed --> |No| has-enough-time
    request-extension --> extension-granted
    has-historical-data --> |Yes| compile-proposal
    has-enough-time --> |No| has-historical-data
    has-historical-data --> |No| request-extension
    extension-granted --> |No| allow-partial-submission
    allow-partial-submission --> |Yes| c11
    allow-partial-submission --> |No| seek-consensus
    extension-granted --> |Yes| b2
    seek-consensus --> inform
    inform --> End

(D) Bid Submission Phase

---
title:
---
flowchart TB
    d((D))
    send-for-commercial("Send for<br/>Commercial Review")
    %% Sales, BP, SS
    submission-by{"Submission By"}
    %% Direct, Portal
    submission-mode{"Submission Mode"}
    submit-via-email("Submit Via Email")
    submit-via-portal("Submit Via Portal")
    inform("Inform Customer")
    include-pdf("Include Required Files<br/>in Commercial Review Itself<br/>or Give These Separately<br/>to Submit")
    e((E))

    d --> send-for-commercial
    send-for-commercial --> submission-by
    submission-by --> |BP| submission-mode
    submission-mode --> |Direct| submit-via-email
    submit-via-email --> e
    submission-mode --> |Portal| submit-via-portal
    submit-via-portal --> inform
    inform --> e
    submission-by --> |SS| include-pdf
    submission-by --> |Sales| e
    include-pdf --> e

(E) Bid Clarification Phase

---
title:
---
flowchart TB
    e((E))
    receive-response{"Receive Customer Response"}
    proposal-type{"Proposal Type"}
    pass-time{"Sufficient Time<br/>Has Elapsed"}
    wait("Wait")
    response-type{"Response Type"}
    work-with-sales("Work Together<br/>with Sales")
    require-clarification-s{"Required<br/>Clarification<br/>with Suppliers"}
    prepare-docs("Prepare<br/>Necessary Docs")
    b((B))
    d((D))
    mark-lost("Mark Project Lost")
    End1([End])
    tries{"Tries <= 3"}
    End2([End])
    chase("Chase<br/>Sales/Customer")
    f((F))
    e1((E1))
    e2((E))


    e --> receive-response
    tries --> |Yes| chase
    receive-response --> |No| pass-time
    wait --> pass-time
    pass-time --> |Yes| proposal-type
    pass-time --> |No| wait
    proposal-type --> |Budgetary| End1
    proposal-type --> |Firmed| tries
    tries --> |No| mark-lost
    mark-lost --> End2
    chase --> e2
    receive-response --> |Yes| response-type
    response-type --> |Lost| mark-lost
    response-type --> |Commercial<br/>Clarification| work-with-sales
    response-type --> |Tecnical<br/>Clarification| e1
    e1 --> require-clarification-s
    require-clarification-s --> |No| prepare-docs
    require-clarification-s --> |Yes| b
    work-with-sales --> prepare-docs
    prepare-docs --> d
    response-type --> |PO<br/>Contract| f

(F) Bid Handover Phase

---
title:
---
flowchart TB
    f((F))
    check-po(Check PO or Contract)
    po-correct{PO Correct}
    highlight-discrepancies(Highlight Discrepancies in<br/>PO or Contract Document)
    inform(Inform Sales, SS or Customer)
    mark-won(Mark Project Won)
    handover("Handover Project by Following Handover Checklist")
    attend-internal(Attend Internal KOM)
    attend-external(Attend External KOM)
    End([End])

    f --> check-po
    check-po --> po-correct
    po-correct --> |No| highlight-discrepancies
    highlight-discrepancies --> inform
    inform --> check-po
    po-correct --> |Yes| mark-won
    mark-won --> handover
    handover --> attend-internal
    attend-internal --> attend-external
    attend-external --> End

    click handover "https://egg.posonekyu.com/bid-proposal/sample-handover-checklist-r1.pdf"

Proposal File Versioning

  • Budgetary: As long as the client we are quoting to does not have the project in hand themselves, it will be treated as budgetary.
  • Firmed: The client has the project in hand and is looking for actual purchase.
  • VO: Variation Order for the project we have already won.
  • Major Revision: It means there is any kind of change in selling price. If in doubt, use major revision. Major revision requires updating changes in color that correspondances to the revision number.
  • Minor Revision: It means there is no change in price and that the change is only technical or re-arrangement of items. The color for the changes remains as per the current revision number.
---
title:
---
flowchart TB
    s([Start])
    proposal-type{Proposal Type}
    budgetary("`Code **B** Suffix<br/>File Name with B0, B1, B2...
    **B** code starts count from **0**`")
    revision-type{Revision Type}
    first-submission("`Code **R** Suffix<br/>Very First Submission<br/>**R0**. if VO, **V1-R0**`")
    major-revision("`Update **R** number<br/>e.g. **R1, R2**...,<br/>if VO, **V1-R1, V3-R1**, ...
    Revision Color Update Required`")
    minor-revision("`Append '.' & sub-number after major-revision e.g. **R0.1, R2.2** ...,
    if VO, **V1-R0.1, V2-R1.2**,...
    Revision Color Update **Not** Required`")
    vo("`Code **V** Suffix<br/>File Name with V1, V2, V3... followed by hyphen**(-)**
    e.g. **V1-, V2-**
    **V** code starts count from **1**<br/>`")
    End([End])

    s --> proposal-type
    proposal-type --> |Budgetary| budgetary
    proposal-type --> |Firmed| revision-type
    proposal-type --> |VO| vo
    revision-type --> |First| first-submission
    revision-type --> |"Major<br/>(Selling Price Change)"| major-revision
    revision-type --> |"Minor<br/>(No Selling Price Change)"| minor-revision
    vo --> revision-type
    budgetary & first-submission & major-revision & minor-revision --> End

The revision without the minor revision number, e.g. R0, V2-R1, etc., is implicitly considered to be of minor revision "0". This means R0=R0.0, V1-R0=V1-R0.0, etc. Therefore, when a minor revision is carried out, the count starts from 1.

For MODEC/OFS Budgetary Proposals

They do not accept if we put in as Budgetary Proposal in the cover page. In this case, in the cover page we can put in Commercial Proposal. However, file version to remain Code B.