Exemplo n.º 1
0
 internal static DataTable GetFiscalMaster()
 {
     return(ProjReceivableDL.GetFiscalMaster());
 }
Exemplo n.º 2
0
 internal static void InsertFiscalYear(DataTable argdt)
 {
     ProjReceivableDL.InsertFiscalYear(argdt);
 }
Exemplo n.º 3
0
 internal static DataTable Get_Flat_ActStmt(int argBlockId, DateTime argStart, DateTime argEnd)
 {
     return(ProjReceivableDL.Get_Flat_ActStmt(argBlockId, argStart, argEnd));
 }
Exemplo n.º 4
0
 internal static DataTable Get_Flat_RecStmtReport(int argCCId, DateTime argStart, DateTime argEnd)
 {
     return(ProjReceivableDL.Get_Flat_RecStmtReport(argCCId, argStart, argEnd));
 }
Exemplo n.º 5
0
 internal static DataTable Get_CC_ActStmt(DateTime argStart, DateTime argEnd)
 {
     return(ProjReceivableDL.Get_CC_ActStmt(argStart, argEnd));
 }
Exemplo n.º 6
0
 internal static DataTable Get_Flat_ReceivableReport(int argCCId, DateTime arg_dtAsOn)
 {
     return(ProjReceivableDL.Get_Flat_ReceivableReport(argCCId, arg_dtAsOn));
 }
Exemplo n.º 7
0
 internal static DataTable Get_Flat_Receivable(int arg_CCId, int arg_iBlockId, DateTime arg_dtAsOn)
 {
     return(ProjReceivableDL.Get_Flat_Receivable(arg_CCId, arg_iBlockId, arg_dtAsOn));
 }
Exemplo n.º 8
0
 internal static DataTable Get_Block_Receivable(int arg_iProjectId, DateTime arg_dtAsOn)
 {
     return(ProjReceivableDL.Get_Block_Receivable(arg_iProjectId, arg_dtAsOn));
 }
Exemplo n.º 9
0
 internal static DataTable Get_Project_Receivable(DateTime arg_dAsOn)
 {
     return(ProjReceivableDL.Get_Project_Receivable(arg_dAsOn));
 }