Skip to content

Commit

Permalink
Add a note about which fields are required to process salary informat…
Browse files Browse the repository at this point in the history
…ion (#308)
  • Loading branch information
AetherUnbound committed Apr 24, 2023
1 parent 326a61e commit 55d67a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/bulk_upload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,13 @@ Current Employment information:
Salary information:
~~~~~~~~~~~~~~~~~~~

- ``salary_year`` year of which the salary information is provided
- ``salary_is_fiscal_year`` 'true' or 'false', salary information is on
If adding salary data, the following fields are required: ``salary_year``,
``salary_is_fiscal_year``, and ``salary``.

- ``salary_year`` *(required)* - year of which the salary information is provided
- ``salary_is_fiscal_year`` *(required)* - 'true' or 'false', salary information is on
fiscal year basis vs. calendar year
- ``salary`` salary in given year
- ``salary`` *(required)* - salary in given year
- ``overtime_pay`` overtime received in given year

Required fields
Expand Down

0 comments on commit 55d67a5

Please sign in to comment.