Invoices
Generated schema file.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| CompanyId | Integer | ||
| InvoiceNumber | String | ||
| Subject | String | ||
| TemplateId | Integer | ||
| BillingDate | Date | ||
| PaymentDate | Date | ||
| PaymentType | String | ||
| Memo | String | ||
| SendingStatus | String | ||
| PaymentStatus | String | ||
| CancelStatus | String | ||
| DealStatus | String | ||
| DealId | Integer | ||
| TotalAmount | Decimal | ||
| AmountWithholdingTax | Decimal | ||
| AmountIncludingTax | Decimal | ||
| AmountExcludingTax | Decimal | ||
| AmountTax | Decimal | ||
| PartnerId | Integer | ||
| PartnerName | String | ||
| PartnerDisplayName | String |