• DevPilot's avatar
    feat(procurement): government tender cycle — committees, technical/financial... · 1d760560
    DevPilot authored
    feat(procurement): government tender cycle — committees, technical/financial gate, multi-vendor award
    
    Adds the documented, auditable purchase cycle on top of the existing
    PR/quote infrastructure: a tender booklet (كراسة شروط) per PR, vendor
    invitations that open a quote record per vendor (rejected quotes stay
    on file with their reason, never deleted), technical committee
    evaluation with the 3-accepted-offer minimum before financial review
    (otherwise the tender is flagged for re-tender with a reason), a
    financial committee comparison scoped to technically-accepted quotes
    only, and item-level award that can split one PR across several
    vendors and therefore several purchase orders — replacing the old
    strict PR:PO 1:1 assumption. Every PO produced carries its tender and
    evaluation id back to the original PR.
    1d760560
Name
Last commit
Last update
..
CommitteeService.php Loading commit data...
GoodsReceivingService.php Loading commit data...
ItemPriceTrackingService.php Loading commit data...
ProcurementNumberGenerator.php Loading commit data...
QuoteService.php Loading commit data...
RequisitionService.php Loading commit data...
ReturnToVendorService.php Loading commit data...
SupplierPaymentScheduleService.php Loading commit data...
TenderService.php Loading commit data...
ThreeWayMatchService.php Loading commit data...
VendorInvoiceService.php Loading commit data...
VendorPaymentService.php Loading commit data...