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

實作 pays.feature 中的「時薪制的薪資計算」場景 #27

Open
yurenju opened this issue Aug 2, 2017 · 2 comments
Open

實作 pays.feature 中的「時薪制的薪資計算」場景 #27

yurenju opened this issue Aug 2, 2017 · 2 comments

Comments

@yurenju
Copy link
Collaborator

yurenju commented Aug 2, 2017

目前 pays.feature 裡面有一個尚未實作的場景需要實作如下。

若要協助實作,請先在這個 issue 下面討論你想如何實作,或是可以先推一個 work in progress 的 pull request,然後我們可以基於 pull request 討論,討論後再開始實作比較不會浪費時間。

  @ignore
  場景: 時薪制的薪資計算
    假設 一個時薪制的勞工,基本時薪為 120 元
     在平常日
    而且 工作 8 小時
    而且 計算他的當日薪資時
    那麼 薪資為 960 元
@yaodehaung
Copy link

yaodehaung commented Aug 6, 2017

這個場景的函數真的有點難取名, 當天時薪計算的英文所寫來命名吧 ??

@yurenju
Copy link
Collaborator Author

yurenju commented Aug 8, 2017

@yaodehaung 沒錯,而且要計算時薪時,會使用到 WorkTime class 計算工時有幾個小時。我覺得可以是 WorkTime 底下的 getWages(),你覺得如何呢?

因為 WorkTime 可以接受單天、單週、或單月的時間驗證,同樣我們在計算時薪制薪水時也可以這樣做。不管是哪種時間長度都是用 getWages(),以後就可以新增計算時薪制的週薪跟月薪。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants