Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

深夜割増の修正 #10

Merged
merged 1 commit into from
Sep 14, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 002_賃金規程.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
* `深夜労働時間 = 22時から5時までに労働した時間`
* 深夜労働と法定外労働の労働時間帯が重複する場合、この時間帯は深夜労働時間も含む(休日労働に係る手当と重複支給となる)。
2. 手当額の算出
* `手当額 = 時間単価 × 125% × 深夜労働時間`
* `手当額 = 時間単価 × 25% × 深夜労働時間`
5. 休日労働に係る手当額
1. 休日労働時間の算出
* `休日労働時間 = 就業規則第30条で定められた法定休日に労働した時間`
Expand Down