-
Notifications
You must be signed in to change notification settings - Fork 20
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
月額変更届のデータレコードを作成 #53
月額変更届のデータレコードを作成 #53
Conversation
b95ef50
to
95e0d3b
Compare
@@ -186,7 +186,7 @@ end | |||
| 資格喪失届データレコード | Kirico::DataRecord22017041 | △ | | |||
| 住所変更届データレコード | Kirico::DataRecord22187041 | ◯ | | |||
| 算定基礎届データレコード | Kirico::DataRecord2225700 | ◯ | | |||
| 月額変更届データレコード | Kirico::DataRecord22217041 | △ | | |||
| 月額変更届データレコード | Kirico::DataRecord2221700 | ◯ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
area_code_of_basic_pension_number: 基礎年金番号 課所符号 | ||
serial_number_of_basic_pension_number: 基礎年金番号 一連番号 | ||
seventy_years_and_over: 70歳以上被用者 | ||
work_in_multiple_company: 二以上勤務 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ用語として「二以上事業所勤務」だったりしませんかね・・・?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
仕様書上はこれに名前が付いてなかったので、他の算定基礎や賞与支払届の命名にあわせています。まとめて変えた方が良いですかねー
kirico/lib/kirico/config/locales/ja.yml
Line 114 in 3daec10
work_in_multiple_company: 二以上勤務 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なるほど〜了解しました!
一旦このプルリクでは OK です 🙆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
attribute :retroacted_payment_at, Date | ||
attribute :retroacted_payment, Integer | ||
[3, 2, 1].each do |month| | ||
attribute "before_#{month}_month_days" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
クラスを指定していなさそうですけど、この場合はStringになりますかね?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
算定基礎の実装スタイルに合わせているのですが、未指定の場合は実際の値から推論されるようですね
一応明確に書いておきましょう
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
良さそうです!!
お疲れ様です!
70歳以上被用者届のみ提出時には省略できる
参照 https://www.nenkin.go.jp/denshibenri/setsumei/20180305.files/01.pdf
P169にある仕様に沿って、月額変更届のデータレコードを作成しました。