本文解答了关于《会计凭证传递》相关内容,同时关于1、会计凭证传递的基本要求是什么,2、会计凭证传递是指从原始凭证的填制或取得起,3、会计凭证传递包括,4、会计凭证传递应当满足,5、会计凭证传递的作用,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
会计凭证传递
//设置时间参数
controller.fas.DataSource = fasDS;
controller.FashionDs = fashionDS;
controller.VoucherViewType = (int)VoucherViewTypeEnum.VoucherViewPara;
controller.FetchVoucherPara(action, args);
}
else
{
//设置日期参数
controller.fas.DataSource = fasDS;
controller.FashionDs = fashionDS;
controller.LULayer.OrgListByUser = args;
//获取
controller.FetchVoucher(action, args);
}
}
}
}
§§ FILE Program.cs
§§ 1000
?namespace FASCtrl
{
class Program
{
static void Main(string[] args)
{
//第一步参数验证
string captialroute = args[0];
string dataSource = args[1];
string orglistbyuser = args[2];
string action = args[3];
string accountId = args[4];
string viewtype = args[5];
string isdatasource = args[6];
string userId = args[7];
long fashionds = long.Parse(args[8]);
new Invoker().Run(captialroute, dataSource, orglistbyuser, action,accountId,viewtype,isdatasource,userId,fashionds);
}
}
§§ 1020
}
§§ COM
added comment
§§ --- Invoker.cs
§§ 1021
+ //设置传递帐套ID参数
§§ --- Invoker.cs
- //设置传递帐套ID参数
§§ 1022
§§ --- Program.cs
§§ 1017
+ //调用Run方法
总结:以上是编辑:【幸福恋人┋?】整理及AI智能原创关于《会计凭证传递
》优质内容解答希望能帮助到您。