manabb commited on
Commit
a3e9aea
·
verified ·
1 Parent(s): fa21687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -33,17 +33,14 @@ PQC_rules="""
33
  2. PQC should be unrestrictive enough to not exclude any capable vendor/contractor.
34
  3. PQC should be restrictive enough to exclude incapable vendors/contractors.
35
  4. Framing of PQC requires due consideration to adequacy of competition.
36
- 5. PQC should be carefully decided for each procurement with approval of Competent Authority (CA).
37
- 6. Bidders must submit authenticated documents in support of eligibility criteria.
38
- 7. For MSEs and past successful bidders, PQC can be proportional to quantity quoted.
39
  8. Sudden multiple times increase in requirement should not blindly adopt past PQCs.
40
  9. PQC misjudgement in either direction (too restrictive or unrestrictive) is detrimental.
41
  10. PQC should be clarified in tender documents that authenticated documents are required.
42
- 11. Encourage MSEs by considering proportional PQC application.
43
- 12. Past successful bidders should not be disqualified due to sudden requirement increase.
44
- 13. Functional head approval is mandatory for PQC acceptance.
45
- 14. Adequacy of competition must be evaluated while framing PQC.
46
- 15. PQC should balance inclusion of capable vendors and exclusion of incapable ones."""
47
 
48
  #============starting extract_docx_text
49
 
 
33
  2. PQC should be unrestrictive enough to not exclude any capable vendor/contractor.
34
  3. PQC should be restrictive enough to exclude incapable vendors/contractors.
35
  4. Framing of PQC requires due consideration to adequacy of competition.
36
+ 5. Functional head approval is mandatory if there is PQC is written in a proposal.
37
+ 6. PQC should be carefully decided for each procurement with approval of Competent Authority (CA).
38
+ 7. Bidders must submit authenticated documents in support of eligibility criteria.
39
  8. Sudden multiple times increase in requirement should not blindly adopt past PQCs.
40
  9. PQC misjudgement in either direction (too restrictive or unrestrictive) is detrimental.
41
  10. PQC should be clarified in tender documents that authenticated documents are required.
42
+ 11. Adequacy of competition must be evaluated while framing PQC.
43
+ 12. PQC should balance inclusion of capable vendors and exclusion of incapable ones."""
 
 
 
44
 
45
  #============starting extract_docx_text
46