跳至主要内容

穷凶极恶之税务局两三事之二

    又到了一年汇算清缴时间,躲开了申报高峰,挑在4月1号晚上去申报。以为今年大概需要补税,没想到在个人所得税APP填写申报信息后,发现因为去年下半年收入减少,居然有9千多块钱的退税,真是意外惊喜啊,于是在系统里提交了退税申请,开始了新的一年恶心人的退税之旅。

    4月2号一上班,就收到个人所得税系统推送的信息,说退税需要在3天内提交个税专项抵扣证明信息,包括房屋贷款合同及赡养老人的证明信息,包括但不限于出生证、能证明父母关系的居口簿等信息,也就是说证明你妈是你妈才行。这要求房屋贷款合同能理解,但在这个大数据时代,要求证明你妈是你妈就有点鬼扯了吧。在APP上提交了房屋贷款合同的复印件,同时注明跟父母不在同一个户口本,要怎么样才能证明赡养老人关系。

    转头致电12366税务热线反映情况,接线员根本不管不听你陈述,只问是要咨询还是投诉,答复要投诉,于是登记下联系信息。过了1个小时,有电话进来问投诉是啥情况,再一次确认信息后说会有属地税务局人来联系。到了下午,有自称税务局人员电话过来,又问所为何事,再把事情复述一遍,答复说有具体经办人员来跟进。当天差不多下班时分,具体经办人电话进来,问怎么才能证明你妈是你妈,回复如果没有出生证或者不在同一户口本,需要去居委会或村委会开关系证明才行。问为什么每年都提交同样信息,答曰他们也是办事,如果系统自动申批通不过就要人工介入,他们也查不到历史信息。不到30分钟,又接到税务局回访电话,问对于处理是否满意,答复说不太满意,对方回复说那就是满意了,并立即挂断电话。

    没有办法,只好拟了一份赡养关系证明,请家里老父亲去村委会盖了个章并拍照于4月3日上传至个税系统。4月12日收到系统信息,说退税申请已经通过,请留意银行账户变动云云。

    到了4月15日,银行信息通知收到了退税款。对比起之前要补税税务局的态度,退税要回自己交的钱简直是千难万难。经济不好,大概税务局是有意设置门槛让大家不去退税罢了。结果自己的经验,有可能是超过一定金额系统就会自动告警让人工介入,人为地设置各种障碍让纳税人放弃退税。

评论

此博客中的热门博文

Installing RHEL EPEL Repo on Centos 5.x or 6.x

习惯了用yum来安装东西,试了下这篇文章提到的做法workable,再做一次搬运工。 原文出处: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x Authored by: Rackspace Support How to install RHEL EPEL repository on Centos 5.x or 6.x The following article will describe how to configure a CentOS 5.x-based or Centos 6.x-based system to use Fedora Epel repos and third party remi package repos. These package repositories are not officially supported by CentOS, but they provide much more current versions of popular applications like PHP or MYSQL. Install the extra repositories The first step requires downloading some RPM files that contain the additional YUM repository definitions. The instructions below point to the 64-bit versions that work with our Cloud Server instances. Centos 5.x wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm sudo rpm -Uvh remi-release-5*.rpm epel...

64位OEL 6安装Oracle RCU报“libXext.so.6: cannot open shared object file: No such file or directory”的解决方法

在64位的Oracle Enterprise Linux 6上时报“ libXext.so.6: cannot open shared object file: No such file or directory ”的错误,已经装了64位x11相关的包,可见是缺少32位的包引起的。 1.libXext.so.6错误信息如下: 无法使用位置 /home/ecm/oinstall/rcuHome/rcu/log/logdir.2011-12-26_09-54/rcu.log 初始化日志记录程序 使用以下位置初始化日志记录程序: /tmp/logdir.2011-12-26_09-54/rcu.log Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ecm/oinstall/rcuHome/jdk/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory     at java.lang.ClassLoader$NativeLibrary.load(Native Method)     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)     at java.lang.Runtime.load0(Runtime.java:770)     at java.lang.System.load(System.java:1003)     at java.lang.ClassLoader$NativeLibrary.load(Native Method)     at java.lang.ClassLoader.loadLibrar...

How to Convert a VMware Pre-allocated Virtual Disk to a Growable Virtual Disk

受不了动辄几百G的虚机,记给自己看,只是在网络上搬运,来源在这里: http://www.virtuatopia.com/index.php/How_to_Convert_a_VMware_Pre-allocated_Virtual_Disk_to_a_Growable_Virtual_Disk 。 he vmware-vdiskmanager tool The VMware Disk Management Tool is a command line tool which is installed by default with VMware Server. The executable file is named   vmware-vdiskmanager   and is located in   \Program Files\VMware\VMware Server   on Windows hosts, and   /usr/bin   on Linux systems. The tool accepts a number of command-line arguments, a full listing of which can be obtained by running vmware-vdiskmanager with no options. vmware-vdiskmanager Virtual Disk Types The type to which a virtual disk is to be converted is specified using the -t flag, together with the target disk type. This is represented by a number as outlined in the following table: Type Identifier Description 0 Growable (single .vmdk file) 1 Growable (multiple 2GB files) 2 Pre-allocated (single file) 3 Pre...