2018年5月1日,正航软件税改调整语法
2019年4月1日,再次税改。16改13,10改9
update comproduct set BusiTaxRate=0.13 where BusiTaxRate>=0.16
update comCustomer set FactTaxRate=0.13 where flag=2 and FactTaxRate>=0.16
update comCustomer set FactTaxRate=0.13 where flag=2 and FactTaxRate>=0.16
5月1日税改,
17%改16%,11%改10%。
正航相关的配置需要调整,其中工作量较大的是产品资料和供应商资料中的税率,举例提供以下语法批量处理:
update comproduct set BusiTaxRate=0.16 where BusiTaxRate>0.16
update comCustomer set FactTaxRate=0.16 where flag=2 and FactTaxRate>0.16