BrightSide Workbench Full Report + Source Code
org.turro.financials.treasury.m303.ModelType Enum Reference

Public Member Functions

String getOpAccount ()
 
long getBookId ()
 
int getOrder ()
 
String getVatAccount ()
 

Static Public Member Functions

static String getModel ()
 

Public Attributes

 INPUT_VAT_NORMAL =(10000, "47200%", "6___0%", 1L)
 
 INPUT_VAT_INTRACOMMUNITY =(11000, "47210%", "6___1%", 1L)
 
 INPUT_VAT_EXTRACOMMUNITY =(12000, "47220%", "6___2%", 1L)
 
 INPUT_VAT_EXEMPT =(13000, "47230%", "6___3%", 1L)
 
 INPUT_VAT_INVEST_NORMAL =(20000, "47201%", "2___0%", 3L)
 
 INPUT_VAT_INVEST_INTRACOMMUNITY =(21000, "47211%", "2___1%", 3L)
 
 INPUT_VAT_INVEST_EXTRACOMMUNITY =(22000, "47221%", "2___2%", 3L)
 
 INPUT_VAT_INVEST_EXEMPT =(23000, "47231%", "2___3%", 3L)
 
 OUTPUT_VAT_NORMAL =(30000, "47700%", "7___0%", 2L)
 
 OUTPUT_VAT_INTRACOMMUNITY =(31000, "47710%", "7___1%", 2L)
 
 OUTPUT_VAT_EXTRACOMMUNITY =(32000, "47720%", "7___2%", 2L)
 
 OUTPUT_VAT_EXEMPT =(33000, "47730%", "7___3%", 2L)
 
final String opAccount
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file m303/ModelType.java.

Member Function Documentation

◆ getBookId()

long org.turro.financials.treasury.m303.ModelType.getBookId ( )

Definition at line 54 of file m303/ModelType.java.

54  {
55  return bookId;
56  }

◆ getModel()

static String org.turro.financials.treasury.m303.ModelType.getModel ( )
static

Definition at line 66 of file m303/ModelType.java.

66  {
67  return "303";
68  }

◆ getOpAccount()

String org.turro.financials.treasury.m303.ModelType.getOpAccount ( )

Definition at line 50 of file m303/ModelType.java.

50  {
51  return opAccount;
52  }

◆ getOrder()

int org.turro.financials.treasury.m303.ModelType.getOrder ( )

Definition at line 58 of file m303/ModelType.java.

58  {
59  return order;
60  }
Here is the caller graph for this function:

◆ getVatAccount()

String org.turro.financials.treasury.m303.ModelType.getVatAccount ( )

Definition at line 62 of file m303/ModelType.java.

62  {
63  return vatAccount;
64  }
Here is the caller graph for this function:

Member Data Documentation

◆ INPUT_VAT_EXEMPT

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_EXEMPT =(13000, "47230%", "6___3%", 1L)

Definition at line 29 of file m303/ModelType.java.

◆ INPUT_VAT_EXTRACOMMUNITY

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_EXTRACOMMUNITY =(12000, "47220%", "6___2%", 1L)

Definition at line 28 of file m303/ModelType.java.

◆ INPUT_VAT_INTRACOMMUNITY

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_INTRACOMMUNITY =(11000, "47210%", "6___1%", 1L)

Definition at line 27 of file m303/ModelType.java.

◆ INPUT_VAT_INVEST_EXEMPT

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_INVEST_EXEMPT =(23000, "47231%", "2___3%", 3L)

Definition at line 33 of file m303/ModelType.java.

◆ INPUT_VAT_INVEST_EXTRACOMMUNITY

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_INVEST_EXTRACOMMUNITY =(22000, "47221%", "2___2%", 3L)

Definition at line 32 of file m303/ModelType.java.

◆ INPUT_VAT_INVEST_INTRACOMMUNITY

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_INVEST_INTRACOMMUNITY =(21000, "47211%", "2___1%", 3L)

Definition at line 31 of file m303/ModelType.java.

◆ INPUT_VAT_INVEST_NORMAL

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_INVEST_NORMAL =(20000, "47201%", "2___0%", 3L)

Definition at line 30 of file m303/ModelType.java.

◆ INPUT_VAT_NORMAL

org.turro.financials.treasury.m303.ModelType.INPUT_VAT_NORMAL =(10000, "47200%", "6___0%", 1L)

Definition at line 26 of file m303/ModelType.java.

◆ opAccount

final String org.turro.financials.treasury.m303.ModelType.opAccount

Definition at line 40 of file m303/ModelType.java.

◆ OUTPUT_VAT_EXEMPT

org.turro.financials.treasury.m303.ModelType.OUTPUT_VAT_EXEMPT =(33000, "47730%", "7___3%", 2L)

Definition at line 37 of file m303/ModelType.java.

◆ OUTPUT_VAT_EXTRACOMMUNITY

org.turro.financials.treasury.m303.ModelType.OUTPUT_VAT_EXTRACOMMUNITY =(32000, "47720%", "7___2%", 2L)

Definition at line 36 of file m303/ModelType.java.

◆ OUTPUT_VAT_INTRACOMMUNITY

org.turro.financials.treasury.m303.ModelType.OUTPUT_VAT_INTRACOMMUNITY =(31000, "47710%", "7___1%", 2L)

Definition at line 35 of file m303/ModelType.java.

◆ OUTPUT_VAT_NORMAL

org.turro.financials.treasury.m303.ModelType.OUTPUT_VAT_NORMAL =(30000, "47700%", "7___0%", 2L)

Definition at line 34 of file m303/ModelType.java.


The documentation for this enum was generated from the following file: