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
