Project

General

Profile

Actions

dev #791

open

Modify Quote Schema and Add QuotesLink Entity in Quote Model

Added by Najmul Hasan over 1 year ago. Updated over 1 year ago.

Status:
Complete
Priority:
High
Assignee:
Start date:
11/04/2024
Due date:
% Done:

100%

Estimated time:
2:00 h
Spent time:

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

Also available in: Atom PDF