-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Batch order developments have introduced the object Quote
. Quote definition allows admin user to configure the quote.
For contracts, we prepare the template through a ContractDefinition
. The same goes for quotes, admin users will need to prepare them with a QuoteDefinition
.
I'd suggest to create the same detail view that we have for Contract Definition, because the quote_definition
has a body where all the Legal terms are prepared in markdown (the same way as a contract definition)