Quotations
Generated schema file.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| CompanyId | Integer | ||
| QuotationNumber | String | ||
| Subject | String | ||
| TemplateId | Integer | ||
| QuotationDate | Date | ||
| ExpirationDate | Date | ||
| Memo | String | ||
| SendingStatus | String | ||
| CancelStatus | String | ||
| TotalAmount | Decimal | ||
| AmountWithholdingTax | Decimal | ||
| AmountIncludingTax | Decimal | ||
| AmountExcludingTax | Decimal | ||
| AmountTax | Decimal | ||
| PartnerId | Integer | ||
| PartnerName | String | ||
| PartnerDisplayName | String |