books.binaccount.com Open in urlscan Pro
172.67.131.201  Public Scan

URL: https://books.binaccount.com/
Submission: On November 05 via automatic, source certstream-suspicious — Scanned from US

Form analysis 4 forms found in the DOM

<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
  <table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
    <tbody>
      <tr>
        <td class="gsc-input">
          <div class="gsc-input-box" id="gsc-iw-id1">
            <table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
              <tbody>
                <tr>
                  <td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
                      style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; background: url(&quot;https://www.google.com/cse/static/images/1x/en/branding.png&quot;) left center no-repeat rgb(255, 255, 255); outline: none;"></td>
                  <td class="gsib_b">
                    <div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
        <td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
              <title>search</title>
              <path
                d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
              </path>
            </svg></button></td>
        <td class="gsc-clear-button">
          <div class="gsc-clear-button" title="clear results">&nbsp;</div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

GET https://binaccount.com/blog/

<form role="search" method="get" class="search-form" action="https://binaccount.com/blog/">
  <label>
    <span class="screen-reader-text">搜尋關鍵字:</span>
    <input type="search" class="search-field" placeholder="搜尋..." value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="搜尋">
</form>

POST https://binaccount.com/blog/wp-comments-post.php

<form action="https://binaccount.com/blog/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate="">
  <script>
    jQuery(".mo_btn-mo").prop("disabled", false);
  </script>
  <script type="text/javascript">
    jQuery(document).ready(function() {
      jQuery(".login-button").css("cursor", "pointer");
    });

    function mo_openid_on_consent_change(checkbox) {
      if (!checkbox.checked) {
        jQuery('#mo_openid_consent_checkbox').val(1);
        jQuery(".mo_btn-mo").attr("disabled", true);
        jQuery(".login-button").addClass("dis");
      } else {
        jQuery('#mo_openid_consent_checkbox').val(0);
        jQuery(".mo_btn-mo").attr("disabled", false);
        jQuery(".login-button").removeClass("dis");
      }
    }
    var perfEntries = performance.getEntriesByType("navigation");
    if (perfEntries[0].type === "back_forward") {
      location.reload(true);
    }

    function HandlePopupResult(result) {
      window.location = "https://binaccount.com/blog";
    }

    function moOpenIdLogin(app_name, is_custom_app) {
      var current_url = window.location.href;
      var cookie_name = "redirect_current_url";
      var d = new Date();
      d.setTime(d.getTime() + (2 * 24 * 60 * 60 * 1000));
      var expires = "expires=" + d.toUTCString();
      document.cookie = cookie_name + "=" + current_url + ";" + expires + ";path=/";
      var base_url = 'https://binaccount.com/blog';
      var request_uri = '/blog/113%e5%b9%b4-5-%e6%9c%88%e4%bb%bd%e7%a8%85%e5%8b%99%e8%a1%8c%e4%ba%8b%e6%9b%86/';
      var http = 'https://';
      var http_host = 'binaccount.com';
      var default_nonce = 'e336c89b6c';
      var custom_nonce = '679887591b';
      if (is_custom_app == 'false') {
        if (request_uri.indexOf('wp-login.php') != -1) {
          var redirect_url = base_url + '/?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
        } else {
          var redirect_url = http + http_host + request_uri;
          if (redirect_url.indexOf('?') != -1) {
            redirect_url = redirect_url + '&option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
          } else {
            redirect_url = redirect_url + '?option=getmosociallogin&wp_nonce=' + default_nonce + '&app_name=';
          }
        }
      } else {
        if (request_uri.indexOf('wp-login.php') != -1) {
          var redirect_url = base_url + '/?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
        } else {
          var redirect_url = http + http_host + request_uri;
          if (redirect_url.indexOf('?') != -1) redirect_url = redirect_url + '&option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
          else redirect_url = redirect_url + '?option=oauthredirect&wp_nonce=' + custom_nonce + '&app_name=';
        }
      }
      if (0) {
        var myWindow = window.open(redirect_url + app_name, "", "width=700,height=620");
      } else {
        window.location.href = redirect_url + app_name;
      }
    }
  </script>
  <div class="mo-openid-app-icons">
    <p style="color:#000000; width: fit-content;"> Connect with</p>
    <a rel="nofollow" style="margin-left: 4px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: -1px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-facebook mo_btn-custom-dec login-button" onclick="moOpenIdLogin('facebook','true');"> <img class="fa" style="padding-top:0px !important; margin-top: 0" src="https://binaccount.com/blog/wp-content/plugins/miniorange-login-openid/includes/images/icons/fb.png">Login with Facebook</a><a rel="nofollow" style="border-color: rgb(79, 113, 232); border-bottom-width: thin; margin-left: 4px !important; background: linear-gradient(90deg, rgb(255, 255, 255) 40px, rgb(79, 113, 232) 5%) !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: -1px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-google mo_btn-custom-dec login-button" onclick="moOpenIdLogin('google','false');"> <img class="fa" style="padding-top:0px !important; margin-top: 0" src="https://binaccount.com/blog/wp-content/plugins/miniorange-login-openid/includes/images/icons/g.png">Login with Google</a><a rel="nofollow" style="margin-left: 4px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: -1px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-linkedin mo_btn-custom-dec login-button" onclick="moOpenIdLogin('linkedin','false');"> <i style="padding-top:0px !important" class="fa fa-linkedin"></i>Login with LinkedIn</a><a rel="nofollow" style="margin-left: 4px !important; width: 200px !important; padding-top: 6px !important; padding-bottom: 6px !important; margin-bottom: -1px !important; border-radius: 4px !important; cursor: pointer;" class="mo_btn mo_btn-mo mo_btn-block mo_btn-social mo_btn-soundcloud mo_btn-custom-dec login-button" onclick="moOpenIdLogin('amazon','false');"> <i style="padding-top:0px !important" class="fa fa-amazon"></i>Login with Amazon</a>
  </div> <br><br>
  <p class="comment-notes"><span id="email-notes">發佈留言必須填寫的電子郵件地址不會公開。</span> 必填欄位標示為 <span class="required">*</span></p>
  <p class="comment-form-comment"><label for="comment">留言</label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea></p>
  <p class="comment-form-author"><label for="author">顯示名稱 <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" required="required"></p>
  <p class="comment-form-email"><label for="email">電子郵件地址 <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required="required"></p>
  <p class="comment-form-url"><label for="url">個人網站網址</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200"></p>
  <p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"> <label for="wp-comment-cookies-consent">在<strong>瀏覽器</strong>中儲存顯示名稱、電子郵件地址及個人網站網址,以供下次發佈留言時使用。</label>
  </p>
  <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="發佈留言"> <input type="hidden" name="comment_post_ID" value="2646" id="comment_post_ID">
    <input type="hidden" name="comment_parent" id="comment_parent" value="0">
  </p><input type="hidden" id="ak_js" name="ak_js" value="181"><textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100" style="display: none !important;"></textarea>
</form>

GET https://binaccount.com/blog/

<form role="search" method="get" class="search-form" action="https://binaccount.com/blog/">
  <label>
    <span class="screen-reader-text">搜尋關鍵字:</span>
    <input type="search" class="search-field" placeholder="搜尋..." value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="搜尋">
</form>

Text Content

Skip to content
2024-06-21


稅美人

簡單快速的生活財稅情報讓稅美人告訴你


×

search
 

Custom Search





Primary Menu
 * 勿忘萬稅
   * 報稅時程
 * 財經新聞
 * 記帳幫手
 * 財稅知識
 * 財位風水
 * 兌獎情報
 * 省錢好康
 * 相關連結

搜尋關鍵字:
Watch Online
   
   
 * Home
 * 記帳幫手
 * 

 * 記帳幫手


113年 10 月份稅務行事曆

binaccount 2024-04-22 1 min read
Video Player is loading.
Play Video
Pause
Mute

Current Time 0:04
/
Duration 0:40
Loaded: 95.56%


0:04
Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -0:36
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Subtitles
 * subtitles settings, opens subtitles settings dialog
 * subtitles off, selected

Audio Track
 * default, selected

Picture-in-PictureFullscreen

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.

Advertisement







0
SHARES
ShareTweet



以下為 國稅及地方稅稅務定性期工作查詢,列出每二各類稅別申報、上繳稅額、及申請事項之時程查詢,協助大家在 113 年稅務工作不遺漏。


113年 10月份稅務行事曆查詢:稅務工作查詢

日期(起) 日期(訖) 工作提要 稅別 113年10月1日 星期二 113年10月5日 星期四 證券商及期貨商應申報上月份每二成交資料



◎小規模營業人向主管稽徵機關申報以第三季(7-9月)之進項憑證於進項稅額百分之十扣減查定稅額。

證交稅期交稅 113年10月1日 星期二 113年10月10日 星期四 ◎自動報繳娛樂稅代徵人申報繳納9月娛樂稅



◎查定課徵者繳納9月娛樂稅

娛樂稅



 

113年10月1日 星期二 113年10月15日星期二 ◎核准每月為一期之自動報繳營業人,申報上期〈9月〉營業稅之銷售額,應納或溢付稅額



◎貨物稅產製廠商繳納申報9月份出廠貨物之應納稅款

◎菸酒稅產製廠商繳納申報9月份出廠菸酒之應納稅款

◎特種貨物及勞務稅產製廠商申報繳納9月份出廠特種貨物之應納稅款

◎營業人申報繳納上月份銷售特種勞務之應納稅款。

營業稅



 

貨物稅

 

菸酒稅

特種貨物及勞務稅

113年10月1日 星期二 113年10月31日 星期四 ◎營業用下期汽車使用牌照稅開徵繳納 牌照稅


113年10月稅務重點工作

十月份稅務工作均為定期性工作,依照時程完成申報。報繳期限截止日如遇例假日順延至翌日截止。

0
SHARES
ShareTweet



以下為 國稅及地方稅稅務定性期工作查詢,列出每日各類稅別申報、上繳稅額、及申請事項之時程查詢,協助大家在 113 年稅務工作不遺漏。


113年 5 月份稅務行事曆查詢:稅務定期性工作查詢

日期(起) 日期(訖) 工作提要 稅別 113年5月1日  星期三 113年5月5日   星期日 證券商及期貨商應申報4月份每日成交資料 證交稅期交稅
113年5月1日  星期三 113年5月10日 星期五 1.自動報繳娛樂稅代徵人申報繳納4月娛樂稅



2.查定課徵者繳納4月娛樂稅

3.各類所得扣繳稅款之繳納

娛樂稅



 

所得稅

 

113年5月1日  星期三 113年5月15日 星期三 ◎核准彙總繳納印花稅之申報繳納



◎核准每月為一期之自動報繳營業人,申報上期〈4月〉營業稅之銷售額,應納或溢付稅額

◎自動報繳營業人,申報上期〈3-4月〉營業稅之銷售額,應納或溢付稅額

◎貨物稅產製廠商繳納申報上月份出廠貨物之應納稅款

◎菸酒稅產製廠商繳納申報上月份出廠菸酒之應納稅款

◎特種貨物及勞務稅產製廠商申報繳納上月份出廠特種貨物之應納稅款

◎營業人申報繳納上月份銷售特種勞務之應納稅款。

印花稅



營業稅

 

營業稅

 

貨物稅

菸酒稅

 

特種貨物及勞務稅

113年5月1日  星期三



 

2022年5月31日 星期五



 

◎112年度所得稅結算申報及111年度未分配盈餘申報。



◎適用「綜合所得稅結算申報稅額試算服務措施」對象,依規定回復確認或繳稅。

◎房屋稅開徵繳納

所得稅



 

 

房屋稅


113年5月稅務重點工作

五月份稅務工作,房屋稅5月1日開徵,至5月31日繳納完成,逾期未繳納將裁罰滯納金。滯納金計算基準為自繳納期限屆滿之次日起按滯納日數加徵每逾2日加徵1%最高15%,也可利用線上繳費以免逾期。五月份另一重大事項為所得稅申報與繳納。薪水族的綜合所得稅申報及營業人申報營利事業所得結算申報。報繳期限截止日如遇例假日順延至翌日截止。

Tags: 稅務行事曆


CONTINUE READING

Previous: 產創條例租稅減免核准之三大項目不得隨意變更布署地點及使用目的


發佈留言 取消回覆

Connect with

Login with Facebook Login with Google Login with LinkedIn Login with Amazon



發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

留言

顯示名稱 *

電子郵件地址 *

個人網站網址

在瀏覽器中儲存顯示名稱、電子郵件地址及個人網站網址,以供下次發佈留言時使用。



RELATED STORIES

產創條例租稅減免核准之三大項目不得隨意變更布署地點及使用目的
1 min read
 * 記帳幫手
 * 財稅知識

產創條例租稅減免核准之三大項目不得隨意變更布署地點及使用目的

2024-03-29
申請產創條租稅減免檢附文件說明
1 min read
 * 記帳幫手
 * 財稅知識

申請產創條租稅減免檢附文件說明

2024-03-28
113年 4 月份稅務行事曆
1 min read
 * 記帳幫手

113年 4 月份稅務行事曆

2024-03-26
搜尋關鍵字:


近期文章

 * 113年 5 月份稅務行事曆
 * 產創條例租稅減免核准之三大項目不得隨意變更布署地點及使用目的
 * 申請產創條租稅減免檢附文件說明
 * 113年 4 月份稅務行事曆
 * 產業創新條例租稅減免申請要件




彙整

 * 2024 年 4 月
 * 2024 年 3 月
 * 2024 年 2 月
 * 2024 年 1 月
 * 2023 年 12 月
 * 2023 年 11 月
 * 2023 年 10 月
 * 2023 年 9 月
 * 2023 年 8 月
 * 2023 年 7 月
 * 2023 年 6 月
 * 2023 年 5 月
 * 2023 年 4 月
 * 2023 年 3 月
 * 2023 年 2 月
 * 2023 年 1 月
 * 2022 年 12 月
 * 2022 年 11 月
 * 2022 年 10 月
 * 2022 年 9 月
 * 2022 年 8 月
 * 2022 年 6 月
 * 2022 年 4 月
 * 2022 年 3 月
 * 2022 年 1 月
 * 2021 年 12 月
 * 2021 年 11 月
 * 2021 年 10 月


分類

 * 兌獎情報
 * 勿忘萬稅
 * 學學投資
 * 實戰手冊
 * 未分類
 * 省錢好康
 * 記帳幫手
 * 財位風水
 * 財稅知識
 * 財經新聞


其他操作

 * 登入
 * 訂閱網站內容的資訊提供
 * 訂閱留言的資訊提供
 * WordPress.org 台灣繁體中文



YOU MAY HAVE MISSED

113年 5 月份稅務行事曆
1 min read
 * 記帳幫手

113年 5 月份稅務行事曆

2024-04-22
產創條例租稅減免核准之三大項目不得隨意變更布署地點及使用目的
1 min read
 * 記帳幫手
 * 財稅知識

產創條例租稅減免核准之三大項目不得隨意變更布署地點及使用目的

2024-03-29
申請產創條租稅減免檢附文件說明
1 min read
 * 記帳幫手
 * 財稅知識

申請產創條租稅減免檢附文件說明

2024-03-28
113年 4 月份稅務行事曆
1 min read
 * 記帳幫手

113年 4 月份稅務行事曆

2024-03-26
Copyright © All rights reserved. | DarkNews by AF themes.


關於我們 | 隱私權政策