Skip to content

Commit

Permalink
Merge pull request LiteFarmOrg#2928 from LiteFarmOrg/LF-3745/Implemen…
Browse files Browse the repository at this point in the history
…t_dashboard_transaction_list

LF-3745: Implement dashboard transaction list
  • Loading branch information
antsgar authored Oct 31, 2023
2 parents 1c891d2 + 2b229b0 commit d0f3891
Show file tree
Hide file tree
Showing 37 changed files with 889 additions and 57 deletions.
5 changes: 5 additions & 0 deletions packages/webapp/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,11 @@
},
"MANAGE_CUSTOM_TYPE": "Manage custom type",
"REVENUE": "Revenue",
"TRANSACTION": {
"LABOUR_EXPENSE": "Labour expense",
"VIEW_AND_EDIT": "View & edit",
"VIEW_DETAILS": "View details"
},
"VIEW_WITHIN_DATE_RANGE": "View revenue within this date range",
"WHOLE_FARM_REVENUE": "Whole farm revenue"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/webapp/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,11 @@
},
"MANAGE_CUSTOM_TYPE": "Administrar tipos personalizados",
"REVENUE": "Ingresos",
"TRANSACTION": {
"LABOUR_EXPENSE": "MISSING",
"VIEW_AND_EDIT": "MISSING",
"VIEW_DETAILS": "MISSING"
},
"VIEW_WITHIN_DATE_RANGE": "Ver ingresos dentro de este intervalo de fechas",
"WHOLE_FARM_REVENUE": "Ingresos de toda la granja"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/webapp/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,11 @@
},
"MANAGE_CUSTOM_TYPE": "MISSING",
"REVENUE": "Revenu",
"TRANSACTION": {
"LABOUR_EXPENSE": "MISSING",
"VIEW_AND_EDIT": "MISSING",
"VIEW_DETAILS": "MISSING"
},
"VIEW_WITHIN_DATE_RANGE": "Voir les revenus dans cette plage de dates",
"WHOLE_FARM_REVENUE": "Revenu total de la ferme"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/webapp/public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,11 @@
},
"MANAGE_CUSTOM_TYPE": "MISSING",
"REVENUE": "Receita",
"TRANSACTION": {
"LABOUR_EXPENSE": "MISSING",
"VIEW_AND_EDIT": "MISSING",
"VIEW_DETAILS": "MISSING"
},
"VIEW_WITHIN_DATE_RANGE": "Veja a receita neste intervalo de datas",
"WHOLE_FARM_REVENUE": "Receita de toda a propriedade"
},
Expand Down
1 change: 1 addition & 0 deletions packages/webapp/src/assets/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--overlay: rgba(36, 39, 48, 0.5);
--red700: #d02620;
--red400: #f58282;
--red200: #FFE8E8;
--orange700: #ffa73f;
--orange400: #ffc888;
--purple700: #8f26f0;
Expand Down
11 changes: 9 additions & 2 deletions packages/webapp/src/assets/images/finance/Crop-sale-icn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d0f3891

Please sign in to comment.