Class Tax
- java.lang.Object
-
- org.openbravo.erpCommon.businessUtility.Tax
-
public class Tax extends Object
-
-
Constructor Summary
Constructors Constructor Description Tax()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
checkNumeric(String data)
static String
get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx)
static String
get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx, boolean forcedCashVAT)
static String
get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx, String account_id)
static String
get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx, String account_id, boolean forcedCashVAT)
static String
get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, String IsSOTrx, String glItemId)
static String
validateCreditCardNumber(String creditCardNumber, String creditCardType)
static String
validateRoutingNo(String routingNo)
-
-
-
Method Detail
-
get
public static String get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
get
public static String get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx, boolean forcedCashVAT) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
get
public static String get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx, String account_id) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
get
public static String get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, boolean IsSOTrx, String account_id, boolean forcedCashVAT) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
get
public static String get(ConnectionProvider conn, String M_Product_ID, String shipDate, String AD_Org_ID, String M_Warehouse_ID, String billC_BPartner_Location_ID, String shipC_BPartner_Location_ID, String C_Project_ID, String IsSOTrx, String glItemId) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
-