- Mar 24, 2023
-
-
Harry Linrui XU authored
-
Adele Iren Westrum Kjølstad authored
-
Anders Emil Bergan authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
"Added else statement for preventing edit popup if no item is selected. Moved refresh method. Moved brackets of else if which prevented screen switching"
-
Harry Linrui XU authored
"Binded category and date for edit button. Set category and datepicker values to the values of the chosen item"
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
"Removed everything that has to do with income, and moved showAndWait into if else, to prevent edit popup to appear even if nothing is selected in tableview"
-
Harry Linrui XU authored
"Removed itemMode enums and incomes in AddExpenseController. Changed controller of AddIncome to AddIncomeController"
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Attempted to make expense and income the same class. Made new dialog box for income. Made new enum to distinguish between incoem and expense
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Refactored edit method, such that expenses are not edited if cancel button is hit. Delete button will now not do anything unless expense is selected
-
Andreas Kluge Svendsrud authored
-
Harry Linrui XU authored
Refactored handleDeleteBtn to remove the selected from the register first, before removing from the observable list
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Converted parameters in alertbox to local variables. Changed the confirmation message to accoutn for both expense and income
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Made recurringBox contain a boolean instead of a yes/no string, in order to bind it together with the recurring attribute
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Set the comboboxes to default values. Added comment to setExpenses, because amount textfield is stored with comma, which is not a double
-
Harry Linrui XU authored
-
Andreas authored
-
Harry Linrui XU authored
Added comments to explain expense attributes. Added todo for setExpense - changes are still saved even if the cancel button is clicked when editing an expense
-
Harry Linrui XU authored
Instantiate observable list in initialize(). Made method baseline for filehandling method to save changes in expenses
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Made amount attribute to DoubleProperty. Binded amount textfield in AddExpenseController to the expense amount property
-
Harry Linrui XU authored
-
Harry Linrui XU authored
Made handelAddBtn and handleEditBtn essentially be the same method, and differentitated them with enums
-