Table "Parafiscal Tax SLCAP"
Properties
| Name | Value |
|---|---|
| Caption | Parafiscal Tax |
| DataClassification | CustomerContent |
| LookupPageId | Page CapVision.Finance.ParafiscalTaxes."Parafiscal Taxes List SLCAP" |
Fields
| Name | Type | Description |
|---|---|---|
| Code | Code[20] | |
| Description | Text[100] | |
| "Integration Method" | Enum "Integration Method SLCAP" | Specifies the integration method for the parafiscal tax. If you choose Inline, the tax is posted on the same line (like VAT) as the document line. If you choose Attached Line, the tax is posted on a separate line and is visible in the document. |
| "Default Business Posting Group" | Code[20] | |
| "Line Discount Allowed" | Boolean | Specifies if the line discount % on a document is applied includes the amount of this tax or not. If line discount is not allowed, discounting a line by 100% might result in a positive line amount: the tax remains due. |
| "Sales Debit Documents" | Boolean | |
| "Sales Credit Documents" | Boolean | |
| "Purchase Debit Documents" | Boolean | |
| "Purchase Credit Documents" | Boolean | |
| "Print on Sales Order" | Boolean | |
| "Print on Sales Proforma" | Boolean | |
| "Print on Sales Invoice" | Boolean | |
| "Print on Sales Cr.Memo" | Boolean | |
| "Print on Sales Quote" | Boolean | |
| "Attached Line Quantity" | Enum CapVision.Finance.ParafiscalTaxes."Attached Line Qty. Type SLCAP" | Specifies the quantity assigned to the parafiscal tax attached line. By default, the quantity is 1. You can also choose the item quantity or the base value of the tax. |
| "Free Item Exemption" | Boolean | Specifies if the tax is exempted for free item. If you enable this value, the tax is not calculated for items with a unit price equals to zero or a 100% discounted line. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Events
OnBeforePrintable
[IntegrationEvent(False,False)]
local procedure OnBeforePrintable(ParafiscalTax: Record "Parafiscal Tax SLCAP", ReportId: Integer, var Printable: Boolean, var Handled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ParafiscalTax | Table CapVision.Finance.ParafiscalTaxes."Parafiscal Tax SLCAP" | |
| ReportId | Integer | |
| Printable | Boolean | |
| Handled | Boolean |