Skip to content

Commit

Permalink
Salery category
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Feb 17, 2024
1 parent a3e1e46 commit d7ed41f
Show file tree
Hide file tree
Showing 5 changed files with 1,029 additions and 1,007 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/src/components/category.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const categories = {
rent: "rent",
income: "income",
equipment: "equipment",
salery: "salery",
transfer: "transfer",
internet_and_telephone: "internet_and_telephone",
facilities_expenses: "facilities_expenses",
Expand All @@ -30,6 +31,7 @@ export const mapCategoryColor = (name: string) => {
[categories.rent]: "#A843CB",
[categories.income]: "#00C969",
[categories.equipment]: "#E9BE26",
[categories.salery]: "#D3E500",
[categories.transfer]: "#FF902B",
[categories.internet_and_telephone]: "#FF8976",
[categories.facilities_expenses]: "#A8AABC",
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
internet_and_telephone: "Internet & Telephone",
rent: "Rent",
equipment: "Equipment",
salery: "Salery",
income: "Income",
transfer: "Transfer",
activity: "Activity",
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/src/locales/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
internet_and_telephone: "Internet och telefon",
rent: "Hyra",
equipment: "Utrustning",
salery: "Lön",
income: "Inkomst",
transfer: "Överföring",
activity: "Aktivitet",
Expand Down
Loading

0 comments on commit d7ed41f

Please sign in to comment.