Move down to only 1 abstract data type with a nully Frequency. Should aid in making the Expense page usable for all 3 data type.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import '/models/tracked_type.dart';
|
||||
// Local
|
||||
import '/models/tracked_item.dart';
|
||||
|
||||
class Asset extends TrackedType {
|
||||
class Asset extends TrackedItem {
|
||||
static String amountText = "Amount";
|
||||
|
||||
Asset({
|
||||
|
||||
Reference in New Issue
Block a user