Deductions and Expenses can be imported via CSV.
Prepare the CSV file formatted with columns in the exact order mentioned below:
Variable name | Description | Required | Accepted Formats | Example |
NRID | The ID of the existing rule if updating | FALSE | Numerical | 123 |
negtype | The type of rule:
| TRUE | "deduction" or "expense" | expense |
name | The name of the rule that will appear on payslips | TRUE | Alphanumerical Maximum 40 Characters | Sal Sac John Smith |
eusername | Who the rule applies to:
| TRUE | "ALL", username, or @groupID | john_smith |
value | The dollar amount ($10 or percentage value (3.75 for 3.75%) | TRUE | Decimal | 200 |
overtime | The classification of the rule:
| TRUE | "", "SUPER", "FEES", "GIVE", "FRINGE", "FRING2", "CS1", "CS2" | SUPER |
fixed | Whether the value is fixed or percentage:
| TRUE | "0", "1", "2", "3", "4" | 0 |
BDID | The bank account ID for automatic payments:
| FALSE | "0" or bank account ID | 0 |
NRID | negtype | name | eusername | value | overtime | fixed | BDID |
expense | Sal Sac John Smith | john_smith | 200.000 | SUPER | 0 | 0 | |
deduction | Union Fees | @1223 | 20.000 | FEES | 0 | 0 | |
deduction | Child Support | ALL | 3.750 | CS1 | 1 | 2602 |