Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TaxJournalSpec class is used by invoice reports to hold and return several variables. This class is derived from the TaxSpec class.
Syntax
class TaxJournalSpec extends TaxSpec
Run On
Server
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
currencyCode | Returns the variable currencyCode. (Inherited from TaxSpec.) |
![]() |
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.) |
![]() |
initTaxSpecCodeSet | |
![]() |
new | Initializes some of the TaxJournalSpec variables. |
![]() |
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.) |
![]() |
parmExcludeFromInvoice | Gets or sets the ExcludeFromInvoice parameter. (Inherited from TaxSpec.) |
![]() |
parmLanguageId | Gets or sets the LanguageId parameter. (Inherited from TaxSpec.) |
![]() |
parmTaxSpec | Gets or sets the TaxSpec parameter. (Overrides the parmTaxSpec Method.) |
![]() |
serviceTaxReverseChargeOriginAmount_IN | Returns the variable serviceTaxReverseChargeOriginAmount. (Inherited from TaxSpec.) |
![]() |
setIntracomVATInvoice | (Inherited from TaxSpec.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
setTmpTaxWorkTrans | Sets the instance of the TmpTaxWorkTrans table. (Overrides the setTmpTaxWorkTrans Method.) |
![]() |
taxAmount | Retrieves the value of the taxAmountCur variable. (Inherited from TaxSpec.) |
![]() |
taxAmountMST | Returns the variable taxAmountMST. (Inherited from TaxSpec.) |
![]() |
taxBaseAmount | Returns the variable taxBaseAmountCur. (Inherited from TaxSpec.) |
![]() |
taxBaseAmountMST | Returns the variable taxBaseAmountMST. (Inherited from TaxSpec.) |
![]() |
taxBaseQty | Returns the variable taxBaseQty (Inherited from TaxSpec.) |
![]() |
taxCode | Returns the variable taxCode. (Inherited from TaxSpec.) |
![]() |
taxExemptDescription | (Inherited from TaxSpec.) |
![]() |
taxInvoiceAmount | (Inherited from TaxSpec.) |
![]() |
taxValue2str | Formats a tax value into a string with the proper number of decimal places. (Inherited from TaxSpec.) |
![]() |
taxWriteCode | Returns the variable taxWriteCode. (Inherited from TaxSpec.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
totalTaxAmount | (Inherited from TaxSpec.) |
![]() |
totalTaxAmountMST | (Inherited from TaxSpec.) |
![]() |
totalTaxBaseAmount | (Inherited from TaxSpec.) |
![]() |
totalTaxBaseAmountMST | (Inherited from TaxSpec.) |
![]() |
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.) |
Top
Inheritance Hierarchy
Object Class
TaxSpec Class
TaxJournalSpec Class