You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
242 B

  1. export const expenseTypeCombo = [
  2. "Petty Cash",
  3. "Expense"
  4. ]
  5. export const claimStatusCombo = [
  6. "Not Submitted",
  7. "Waiting for Approval",
  8. "Approved",
  9. "Rejected"
  10. ]
  11. export const dateTypeCombo = [
  12. "Month",
  13. "Date"
  14. ]