From 55d67a59d6b293663798307671c74b4618a1f28f Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Mon, 24 Apr 2023 11:07:49 -0700 Subject: [PATCH] Add a note about which fields are required to process salary information (#308) --- docs/bulk_upload.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/bulk_upload.rst b/docs/bulk_upload.rst index af3244660..e3b84b5c1 100644 --- a/docs/bulk_upload.rst +++ b/docs/bulk_upload.rst @@ -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