Actions
dev #791
openModify Quote Schema and Add QuotesLink Entity in Quote Model
Description
Description
Modified the Quote schema to include a new entity, quotesLink, in the Quote model. This update allows us to display additional details in the Quotes table.
Changes
Schema Update:
Added quotesLink entity to the Quote model.
This entity stores pdf link with each quote.
Database Modifications:
Updated the database to include a quotesLink table to store link-related data.
API Modifications:
Adjusted the GET & POST /api/wcc/quote endpoint to fetch and return quotesLink data along with existing quote details.
UI Updates:
Updated the Quote List data table to include a new column:
Quotes Link: Displays link related to each quote.
Actions