BrightSide Workbench Full Report + Source Code
DocumentColumn.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2011 Lluis TurrĂ³ Cutiller <http://www.turro.org/>
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU Affero General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Affero General Public License for more details.
14
*
15
* You should have received a copy of the GNU Affero General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
package
org.turro.financials.entity;
19
24
public
enum
DocumentColumn
{
25
26
DCOL_PRODUCT
(2),
27
DCOL_CONCEPT
(3),
28
DCOL_QUANTITY
(1),
29
DCOL_PRICE
(4),
30
DCOL_TAX
(5),
31
DCOL_PERCENT_DISCOUNT
(8),
32
DCOL_MONEY_DISCOUNT
(9),
33
DCOL_AMOUNT
(10),
34
DCOL_LINE_TYPE
(11),
35
DCOL_RETENTION
(7),
36
DCOL_REQ
(6);
37
38
private
int
order;
39
40
private
DocumentColumn
(
int
order) {
41
this.order = order;
42
}
43
44
public
int
getOrder
() {
45
return
order;
46
}
47
48
}
org.turro.financials.entity.DocumentColumn
Definition:
DocumentColumn.java:24
org.turro.financials.entity.DocumentColumn.getOrder
int getOrder()
Definition:
DocumentColumn.java:44
org.turro.financials.entity.DocumentColumn.DCOL_PRICE
DCOL_PRICE
Definition:
DocumentColumn.java:29
org.turro.financials.entity.DocumentColumn.DCOL_PRODUCT
DCOL_PRODUCT
Definition:
DocumentColumn.java:26
org.turro.financials.entity.DocumentColumn.DCOL_MONEY_DISCOUNT
DCOL_MONEY_DISCOUNT
Definition:
DocumentColumn.java:32
org.turro.financials.entity.DocumentColumn.DCOL_CONCEPT
DCOL_CONCEPT
Definition:
DocumentColumn.java:27
org.turro.financials.entity.DocumentColumn.DCOL_RETENTION
DCOL_RETENTION
Definition:
DocumentColumn.java:35
org.turro.financials.entity.DocumentColumn.DCOL_AMOUNT
DCOL_AMOUNT
Definition:
DocumentColumn.java:33
org.turro.financials.entity.DocumentColumn.DCOL_PERCENT_DISCOUNT
DCOL_PERCENT_DISCOUNT
Definition:
DocumentColumn.java:31
org.turro.financials.entity.DocumentColumn.DCOL_REQ
DCOL_REQ
Definition:
DocumentColumn.java:36
org.turro.financials.entity.DocumentColumn.DCOL_LINE_TYPE
DCOL_LINE_TYPE
Definition:
DocumentColumn.java:34
org.turro.financials.entity.DocumentColumn.DCOL_TAX
DCOL_TAX
Definition:
DocumentColumn.java:30
org.turro.financials.entity.DocumentColumn.DCOL_QUANTITY
DCOL_QUANTITY
Definition:
DocumentColumn.java:28
TurroProjects
Public
BrightSide
bsfinancials-core
src
main
java
org
turro
financials
entity
DocumentColumn.java
Generated on Tue Mar 12 2024 07:01:18 for BrightSide by
1.9.1