Changes
5 changed files (+45/-0)
-
-
@@ -21,6 +21,7 @@ nav:- index.md - about.md - file-types.md - getting-started.md - 仕様: - spec/provision-table.md - spec/workers.md
-
-
-
-
@@ -0,0 +1,13 @@SPDX-License-Identifier: AGPL-3.0-only Copyright 2025 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-
-
@@ -0,0 +1,30 @@# スタートガイド <!-- SPDX-License-Identifier: AGPL-3.0-only Copyright 2025 Shota FUJI This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> このページでは Yamori をインストールしたあとのステップをチュートリアル形式で紹介します。 ## マスタファイルの作成 まずはじめに労働者情報を入力しましょう。 以下からテンプレート用ファイルをダウンロードして適当なフォルダに配置します。 - <a href="../assets/勤怠マスタ.xlsx" download="勤怠マスタ.xlsx">勤怠マスタ.xlsx</a> ワークブック内の「労働者一覧」シートに労働者の ID、名前、初回付与日(入社日の六ヶ月後が多いです)を入力してください。 初回付与日を入力したら次列にて年次有給休暇の日数を計算する際の付与テーブルを選んでください。
-
-
-
@@ -20,5 +20,6 @@ このドキュメントは年次有給休暇計算ソフトウェア "Yamori" の取り扱い説明書です。- [Yamori について](./about.md) - [ファイル形式](./file-types.md) - [スタートガイド](./getting-started.md) - [仕様](./spec/work-record.md) - [ソースコード](https://git.pocka.jp/yamori.git/tree/master/)
-