ServiceTaxRevChargePostingController_IN Class [AX 2012]
The ServiceTaxRevChargePostingController_IN class handles the service tax reverse charge posting.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Do all necessary initialization. |
| isAdvancePayment_IN | Indicates if is advance payment or not. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmIsForeignVendor | Gets or sets the IsForeignVendor parameter. |
| parmIsGTAVendor | Gets or sets the IsGTAVendor parameter. |
| parmLedgerJournalTrans | Gets or sets the LedgerJournalTrans parameter. |
| parmLedgerPostingType | Gets or sets the LedgerPostingType parameter. |
| parmLedgerVoucher | Gets or sets the LedgerVoucher parameter. |
| parmSalesPurchJournalLine | Sets the sales purch journal line. |
| parmTax | Gets or sets the Tax parameter. |
| parmTaxSettlementIN | Gets or sets the TaxSettlementIN parameter. |
| postReverseChargeServiceTaxAdvPay | Posts reverse charge service tax advanced payment. |
| postReverseChargeServiceTaxInvoice | Posts reverse charge service tax invoice. |
| serviceTaxReversePostingController | Desides service tax reverse posting way. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateTaxTransSiblings | Can be used only for service tax Reverse charge mechanism for updating TaxTrans with important information.Set TaxTrans sibling relations.Siblings are created by splitting the Tax generated by the tax code after applying reverse percentage defined on item sales tax group.IP is the only sibbling that is guarenteed to be present in all Reverse Charge entries.there can be a maxof 3 siblings IP,IR, R during invoice and a minimum of one (IP alone). Eg, 100 LOI on Invoice.This method also sets the TaxDirection and TaxOrigin, which are the key to succesful settlement and Authority Payment. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs an instance of ServiceTaxRevChargePostingController_IN and initializes it. |
| ::isInvoiceFirstThenPayment_IN | Indicates if is invoice first then payment or not. |
Community Additions
ADD
Show: