Exemplo n.º 1
0
 public static DataSet GetACC_DailyAssetOpeningNClosingBalance(DateTime fromDate, DateTime toDate,string userID)
 {
     DataSet aCC_Accounts = new DataSet();
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     aCC_Accounts = sqlACC_AccountingCommonProvider.GetACC_DailyAssetOpeningNClosingBalance(fromDate,toDate,userID);
     return aCC_Accounts;
 }
Exemplo n.º 2
0
 public static DataSet ExecSQL(string sql)
 {
     DataSet aCC_Accounts = new DataSet();
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     aCC_Accounts = sqlACC_AccountingCommonProvider.COMN_ExecSQL(sql);
     return aCC_Accounts;
 }
Exemplo n.º 3
0
 public static string ProcessDataBackup()
 {
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     return sqlACC_AccountingCommonProvider.ProcessDataBackup();
 }
Exemplo n.º 4
0
 public static bool ProcessACC_SecurityAmount(string userID, ACC_Journal aCC_Jounal)
 {
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     return sqlACC_AccountingCommonProvider.ProcessACC_SecurityAmount(userID, aCC_Jounal);
 }
Exemplo n.º 5
0
 public static bool ProcessACC_RefundCPF(string userID, ACC_Journal aCC_Jounal)
 {
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     return sqlACC_AccountingCommonProvider.ProcessACC_RefundCPF(userID, aCC_Jounal);
 }
Exemplo n.º 6
0
 public static bool ProcessACC_FullTimeSalary(string userID, ACC_Journal aCC_Jounal)
 {
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     return sqlACC_AccountingCommonProvider.ProcessACC_FullTimeSalary(userID, aCC_Jounal);
 }
Exemplo n.º 7
0
 public static void ProcessDataBackupAuto()
 {
     SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();
     sqlACC_AccountingCommonProvider.ProcessDataBackupAuto();
        return;
 }
Exemplo n.º 8
0
    public static string ProcessDataBackup()
    {
        SqlACC_AccountingCommonProvider sqlACC_AccountingCommonProvider = new SqlACC_AccountingCommonProvider();

        return(sqlACC_AccountingCommonProvider.ProcessDataBackup());
    }