タイムカード計算機
1つ以上の作業シフトと休憩を有給時間と給与に変換する。
結果はタイプすると更新されます。
この計算機の情報
time card calculator takes clock-in and clock-out times and an unpaid break, works out the paid hours for each shift, and multiplies by your hourly rate to estimate the gross pay. Enter up to seven days under advanced options for a full week — each day appears as its own row and the paid hours and pay are totalled. Times use 24-hour HH:MM or AM/PM, and a clock-out before the clock-in is treated as an overnight shift. The table can show times in 24-hour or 12-hour AM/PM format, and the toolFor exampleFor each week of five 9:00–17:00 days it measures clock-out minus clock-in, rolls past midnight for night shifts, subtracts the unpaid break, and records the paid hours for that day. Every day that has both an in and an out time becomes a row in the tool. For example, it calculates the total of paid hours for each shift. For example, for a week of five 9:00–17:00 days, it calculates the total of paid hours for each shift. For each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 days, it calculates the total of paid hours for each shift.For each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 days, it calculates the total of paid hours for each shift.For each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 days, it calculates the total of paid hours for each shift.For each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 daysFor each week of five 9:00–17:00 daysFor each week of five 9:00–1
よくある質問
1週間のシフトを加えてもいい?
はい。第 1 日は常に表示されます。第 2 日から第 7 日までの日数を入力するには、 詳細オプションを開きます。入出勤時間を持つ日は、日別の分解で行になり、支払いされた時間と給与はすべての日に合計されます。
この数字は税金を含んでいますか。
いや、支払われた時間を時間給で乗算して、税金や控除の前の総給与を得る。所得税計算機を使って、家賃を見積もってみて。
時間計算器とは違うの?
時間カードは、休憩と時間料金を含む、1 つ以上のシフトとその給与を合計します。時間計算機は、一日を通常と超過時間に分割します。
時間表から週給をどうやって計算しますか。
各日のクロックイン,クロックアウト,休憩を入力し,時間給を設定すると,週間の給与時間を合計し,給与率で乗算して減算前の総給与を表示する。
真夜中に夜勤を 取るか?
はい 同じ日のクロックアウト時間がクロックイン時間より早い場合は翌朝までの間に24時間を加算して支払い時間を正に保つ。
24時間ではなく AM/PM で時間を表示できますか?
はい。高度なオプションで表のフォーマットを 12 時間表示に設定すると、日の分割は 24 時間ではなく AM/PM でクロックインとクロックアウトを表示します。
休憩時間は毎日から引かれるのですか。
ああ 入力した無給休暇は 入出勤時間のある日から 引き算される 週中のシフトごとに 1回削除される
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/time-card/
curl
curl "https://calculator.free/api/v1/time-card/?clock_in=09:00&clock_out=17:00&break_min=30"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/time-card/?" + new URLSearchParams({
"clock_in": "09:00",
"clock_out": "17:00",
"break_min": "30"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。