@almadar/std 14.5.0 → 14.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +738 -702
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +738 -702
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-finance-tracker",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Personal finance tracker: transactions, budget summary, and periodic reports.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "TransactionOrbital",
|
|
@@ -51,11 +51,7 @@
|
|
|
51
51
|
"ref": "AppShell.traits.AppLayout",
|
|
52
52
|
"name": "TransactionAppLayout",
|
|
53
53
|
"config": {
|
|
54
|
-
"searchEvent": "TRANSACTION_SEARCH",
|
|
55
|
-
"notifications": [],
|
|
56
54
|
"contentTrait": "@trait.TransactionBrowse",
|
|
57
|
-
"notificationClickEvent": "TRANSACTION_NOTIFICATIONS_OPEN",
|
|
58
|
-
"appName": "Finance Tracker",
|
|
59
55
|
"navItems": [
|
|
60
56
|
{
|
|
61
57
|
"href": "/transactions",
|
|
@@ -64,19 +60,23 @@
|
|
|
64
60
|
},
|
|
65
61
|
{
|
|
66
62
|
"href": "/summary",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
63
|
+
"icon": "layout-list",
|
|
64
|
+
"label": "Summary"
|
|
69
65
|
},
|
|
70
66
|
{
|
|
67
|
+
"label": "Reports",
|
|
71
68
|
"href": "/reports",
|
|
72
|
-
"icon": "bar-chart"
|
|
73
|
-
"label": "Reports"
|
|
69
|
+
"icon": "bar-chart"
|
|
74
70
|
}
|
|
75
|
-
]
|
|
71
|
+
],
|
|
72
|
+
"searchEvent": "TRANSACTION_SEARCH",
|
|
73
|
+
"notifications": [],
|
|
74
|
+
"appName": "Finance Tracker",
|
|
75
|
+
"notificationClickEvent": "TRANSACTION_NOTIFICATIONS_OPEN"
|
|
76
76
|
},
|
|
77
77
|
"events": {
|
|
78
|
-
"
|
|
79
|
-
"
|
|
78
|
+
"SEARCH": "TRANSACTION_SEARCH",
|
|
79
|
+
"NOTIFY_CLICK": "TRANSACTION_NOTIFICATIONS_OPEN"
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -576,8 +576,8 @@
|
|
|
576
576
|
"Transaction",
|
|
577
577
|
{
|
|
578
578
|
"emit": {
|
|
579
|
-
"
|
|
580
|
-
"
|
|
579
|
+
"failure": "TransactionLoadFailed",
|
|
580
|
+
"success": "TransactionLoaded"
|
|
581
581
|
}
|
|
582
582
|
}
|
|
583
583
|
],
|
|
@@ -586,21 +586,21 @@
|
|
|
586
586
|
"main",
|
|
587
587
|
{
|
|
588
588
|
"gap": "md",
|
|
589
|
-
"direction": "vertical",
|
|
590
|
-
"align": "center",
|
|
591
589
|
"children": [
|
|
592
590
|
{
|
|
593
591
|
"type": "spinner"
|
|
594
592
|
},
|
|
595
593
|
{
|
|
594
|
+
"content": "Loading…",
|
|
596
595
|
"type": "typography",
|
|
597
596
|
"variant": "caption",
|
|
598
|
-
"content": "Loading…",
|
|
599
597
|
"color": "muted"
|
|
600
598
|
}
|
|
601
599
|
],
|
|
602
600
|
"type": "stack",
|
|
603
|
-
"
|
|
601
|
+
"align": "center",
|
|
602
|
+
"className": "py-12",
|
|
603
|
+
"direction": "vertical"
|
|
604
604
|
}
|
|
605
605
|
]
|
|
606
606
|
]
|
|
@@ -624,22 +624,22 @@
|
|
|
624
624
|
"render-ui",
|
|
625
625
|
"main",
|
|
626
626
|
{
|
|
627
|
+
"className": "py-12",
|
|
627
628
|
"children": [
|
|
628
629
|
{
|
|
629
630
|
"type": "spinner"
|
|
630
631
|
},
|
|
631
632
|
{
|
|
632
|
-
"
|
|
633
|
+
"color": "muted",
|
|
633
634
|
"type": "typography",
|
|
634
635
|
"variant": "caption",
|
|
635
|
-
"
|
|
636
|
+
"content": "Searching…"
|
|
636
637
|
}
|
|
637
638
|
],
|
|
638
|
-
"direction": "vertical",
|
|
639
639
|
"gap": "md",
|
|
640
640
|
"type": "stack",
|
|
641
|
-
"
|
|
642
|
-
"
|
|
641
|
+
"direction": "vertical",
|
|
642
|
+
"align": "center"
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
]
|
|
@@ -653,34 +653,34 @@
|
|
|
653
653
|
"render-ui",
|
|
654
654
|
"main",
|
|
655
655
|
{
|
|
656
|
-
"align": "center",
|
|
657
|
-
"direction": "vertical",
|
|
658
|
-
"type": "stack",
|
|
659
|
-
"className": "py-8",
|
|
660
|
-
"gap": "md",
|
|
661
656
|
"children": [
|
|
662
657
|
{
|
|
663
658
|
"type": "icon",
|
|
664
659
|
"name": "bell"
|
|
665
660
|
},
|
|
666
661
|
{
|
|
667
|
-
"content": "No notifications",
|
|
668
662
|
"type": "typography",
|
|
663
|
+
"content": "No notifications",
|
|
669
664
|
"variant": "h3"
|
|
670
665
|
},
|
|
671
666
|
{
|
|
672
|
-
"color": "muted",
|
|
673
667
|
"content": "You're all caught up.",
|
|
674
|
-
"
|
|
675
|
-
"type": "typography"
|
|
668
|
+
"color": "muted",
|
|
669
|
+
"type": "typography",
|
|
670
|
+
"variant": "caption"
|
|
676
671
|
},
|
|
677
672
|
{
|
|
678
|
-
"type": "button",
|
|
679
673
|
"action": "INIT",
|
|
674
|
+
"type": "button",
|
|
680
675
|
"variant": "ghost",
|
|
681
676
|
"label": "Back to transactions"
|
|
682
677
|
}
|
|
683
|
-
]
|
|
678
|
+
],
|
|
679
|
+
"gap": "md",
|
|
680
|
+
"className": "py-8",
|
|
681
|
+
"align": "center",
|
|
682
|
+
"direction": "vertical",
|
|
683
|
+
"type": "stack"
|
|
684
684
|
}
|
|
685
685
|
]
|
|
686
686
|
]
|
|
@@ -694,48 +694,47 @@
|
|
|
694
694
|
"render-ui",
|
|
695
695
|
"main",
|
|
696
696
|
{
|
|
697
|
-
"type": "stack",
|
|
698
697
|
"direction": "vertical",
|
|
699
698
|
"children": [
|
|
700
699
|
{
|
|
700
|
+
"justify": "between",
|
|
701
|
+
"gap": "md",
|
|
702
|
+
"type": "stack",
|
|
703
|
+
"align": "center",
|
|
701
704
|
"children": [
|
|
702
705
|
{
|
|
703
|
-
"
|
|
706
|
+
"type": "stack",
|
|
704
707
|
"children": [
|
|
705
708
|
{
|
|
706
709
|
"type": "icon",
|
|
707
710
|
"name": "credit-card"
|
|
708
711
|
},
|
|
709
712
|
{
|
|
710
|
-
"variant": "h2",
|
|
711
713
|
"type": "typography",
|
|
712
|
-
"content": "Transactions"
|
|
714
|
+
"content": "Transactions",
|
|
715
|
+
"variant": "h2"
|
|
713
716
|
}
|
|
714
717
|
],
|
|
715
|
-
"
|
|
718
|
+
"align": "center",
|
|
716
719
|
"direction": "horizontal",
|
|
717
720
|
"gap": "sm"
|
|
718
721
|
},
|
|
719
722
|
{
|
|
723
|
+
"direction": "horizontal",
|
|
724
|
+
"gap": "sm",
|
|
725
|
+
"type": "stack",
|
|
720
726
|
"children": [
|
|
721
727
|
{
|
|
728
|
+
"variant": "primary",
|
|
722
729
|
"icon": "plus",
|
|
723
|
-
"label": "Create Transaction",
|
|
724
730
|
"type": "button",
|
|
725
|
-
"
|
|
726
|
-
"
|
|
731
|
+
"label": "Create Transaction",
|
|
732
|
+
"action": "CREATE"
|
|
727
733
|
}
|
|
728
|
-
]
|
|
729
|
-
"gap": "sm",
|
|
730
|
-
"direction": "horizontal",
|
|
731
|
-
"type": "stack"
|
|
734
|
+
]
|
|
732
735
|
}
|
|
733
736
|
],
|
|
734
|
-
"direction": "horizontal"
|
|
735
|
-
"justify": "between",
|
|
736
|
-
"gap": "md",
|
|
737
|
-
"type": "stack",
|
|
738
|
-
"align": "center"
|
|
737
|
+
"direction": "horizontal"
|
|
739
738
|
},
|
|
740
739
|
{
|
|
741
740
|
"type": "divider"
|
|
@@ -743,49 +742,50 @@
|
|
|
743
742
|
{
|
|
744
743
|
"entity": "@payload.data",
|
|
745
744
|
"variant": "card",
|
|
745
|
+
"type": "data-list",
|
|
746
746
|
"fields": [
|
|
747
747
|
{
|
|
748
|
+
"variant": "h3",
|
|
748
749
|
"icon": "credit-card",
|
|
749
|
-
"name": "description"
|
|
750
|
-
"variant": "h3"
|
|
750
|
+
"name": "description"
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
|
-
"
|
|
754
|
-
"
|
|
753
|
+
"name": "category",
|
|
754
|
+
"variant": "badge"
|
|
755
755
|
},
|
|
756
756
|
{
|
|
757
|
-
"format": "currency",
|
|
758
757
|
"name": "amount",
|
|
758
|
+
"format": "currency",
|
|
759
759
|
"variant": "h4"
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
|
-
"format": "date",
|
|
763
762
|
"variant": "caption",
|
|
764
|
-
"name": "date"
|
|
763
|
+
"name": "date",
|
|
764
|
+
"format": "date"
|
|
765
765
|
}
|
|
766
766
|
],
|
|
767
767
|
"gap": "sm",
|
|
768
768
|
"itemActions": [
|
|
769
769
|
{
|
|
770
|
-
"
|
|
770
|
+
"label": "View",
|
|
771
771
|
"event": "VIEW",
|
|
772
|
-
"
|
|
772
|
+
"variant": "ghost"
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
775
|
"label": "Edit",
|
|
776
|
-
"
|
|
777
|
-
"
|
|
776
|
+
"variant": "ghost",
|
|
777
|
+
"event": "EDIT"
|
|
778
778
|
},
|
|
779
779
|
{
|
|
780
|
+
"label": "Delete",
|
|
780
781
|
"event": "DELETE",
|
|
781
|
-
"variant": "danger"
|
|
782
|
-
"label": "Delete"
|
|
782
|
+
"variant": "danger"
|
|
783
783
|
}
|
|
784
|
-
]
|
|
785
|
-
"type": "data-list"
|
|
784
|
+
]
|
|
786
785
|
}
|
|
787
786
|
],
|
|
788
|
-
"gap": "lg"
|
|
787
|
+
"gap": "lg",
|
|
788
|
+
"type": "stack"
|
|
789
789
|
}
|
|
790
790
|
]
|
|
791
791
|
]
|
|
@@ -799,16 +799,15 @@
|
|
|
799
799
|
"render-ui",
|
|
800
800
|
"main",
|
|
801
801
|
{
|
|
802
|
-
"align": "center",
|
|
803
|
-
"gap": "md",
|
|
804
802
|
"type": "stack",
|
|
805
|
-
"direction": "vertical",
|
|
806
803
|
"className": "py-12",
|
|
804
|
+
"align": "center",
|
|
805
|
+
"gap": "md",
|
|
807
806
|
"children": [
|
|
808
807
|
{
|
|
808
|
+
"type": "icon",
|
|
809
809
|
"name": "alert-triangle",
|
|
810
|
-
"color": "destructive"
|
|
811
|
-
"type": "icon"
|
|
810
|
+
"color": "destructive"
|
|
812
811
|
},
|
|
813
812
|
{
|
|
814
813
|
"type": "typography",
|
|
@@ -816,19 +815,20 @@
|
|
|
816
815
|
"content": "Failed to load transaction"
|
|
817
816
|
},
|
|
818
817
|
{
|
|
818
|
+
"variant": "body",
|
|
819
819
|
"type": "typography",
|
|
820
820
|
"content": "@payload.error",
|
|
821
|
-
"variant": "body",
|
|
822
821
|
"color": "muted"
|
|
823
822
|
},
|
|
824
823
|
{
|
|
825
|
-
"
|
|
824
|
+
"label": "Retry",
|
|
826
825
|
"icon": "rotate-ccw",
|
|
827
826
|
"type": "button",
|
|
828
827
|
"variant": "primary",
|
|
829
|
-
"
|
|
828
|
+
"action": "INIT"
|
|
830
829
|
}
|
|
831
|
-
]
|
|
830
|
+
],
|
|
831
|
+
"direction": "vertical"
|
|
832
832
|
}
|
|
833
833
|
]
|
|
834
834
|
]
|
|
@@ -1028,8 +1028,8 @@
|
|
|
1028
1028
|
"Transaction",
|
|
1029
1029
|
{
|
|
1030
1030
|
"emit": {
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1031
|
+
"failure": "TransactionLoadFailed",
|
|
1032
|
+
"success": "TransactionLoaded"
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
1035
1035
|
],
|
|
@@ -1038,41 +1038,41 @@
|
|
|
1038
1038
|
"modal",
|
|
1039
1039
|
{
|
|
1040
1040
|
"direction": "vertical",
|
|
1041
|
-
"type": "stack",
|
|
1042
1041
|
"children": [
|
|
1043
1042
|
{
|
|
1044
|
-
"direction": "horizontal",
|
|
1045
1043
|
"type": "stack",
|
|
1044
|
+
"direction": "horizontal",
|
|
1045
|
+
"gap": "sm",
|
|
1046
1046
|
"children": [
|
|
1047
1047
|
{
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1048
|
+
"type": "icon",
|
|
1049
|
+
"name": "plus-circle"
|
|
1050
1050
|
},
|
|
1051
1051
|
{
|
|
1052
|
-
"variant": "h3",
|
|
1053
1052
|
"content": "Create Transaction",
|
|
1053
|
+
"variant": "h3",
|
|
1054
1054
|
"type": "typography"
|
|
1055
1055
|
}
|
|
1056
|
-
]
|
|
1057
|
-
"gap": "sm"
|
|
1056
|
+
]
|
|
1058
1057
|
},
|
|
1059
1058
|
{
|
|
1060
1059
|
"type": "divider"
|
|
1061
1060
|
},
|
|
1062
1061
|
{
|
|
1063
|
-
"
|
|
1062
|
+
"submitEvent": "SAVE",
|
|
1063
|
+
"mode": "create",
|
|
1064
|
+
"cancelEvent": "CLOSE",
|
|
1064
1065
|
"fields": [
|
|
1065
1066
|
"description",
|
|
1066
1067
|
"amount",
|
|
1067
1068
|
"category",
|
|
1068
1069
|
"date"
|
|
1069
1070
|
],
|
|
1070
|
-
"
|
|
1071
|
-
"cancelEvent": "CLOSE",
|
|
1072
|
-
"mode": "create"
|
|
1071
|
+
"type": "form-section"
|
|
1073
1072
|
}
|
|
1074
1073
|
],
|
|
1075
|
-
"gap": "md"
|
|
1074
|
+
"gap": "md",
|
|
1075
|
+
"type": "stack"
|
|
1076
1076
|
}
|
|
1077
1077
|
]
|
|
1078
1078
|
]
|
|
@@ -1113,8 +1113,8 @@
|
|
|
1113
1113
|
"@payload.data",
|
|
1114
1114
|
{
|
|
1115
1115
|
"emit": {
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
1116
|
+
"failure": "TransactionSaveFailed",
|
|
1117
|
+
"success": "TransactionSaved"
|
|
1118
1118
|
}
|
|
1119
1119
|
}
|
|
1120
1120
|
],
|
|
@@ -1364,12 +1364,12 @@
|
|
|
1364
1364
|
{
|
|
1365
1365
|
"children": [
|
|
1366
1366
|
{
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1367
|
+
"type": "icon",
|
|
1368
|
+
"name": "edit"
|
|
1369
1369
|
},
|
|
1370
1370
|
{
|
|
1371
|
-
"variant": "h3",
|
|
1372
1371
|
"content": "Edit Transaction",
|
|
1372
|
+
"variant": "h3",
|
|
1373
1373
|
"type": "typography"
|
|
1374
1374
|
}
|
|
1375
1375
|
],
|
|
@@ -1381,22 +1381,22 @@
|
|
|
1381
1381
|
"type": "divider"
|
|
1382
1382
|
},
|
|
1383
1383
|
{
|
|
1384
|
+
"type": "form-section",
|
|
1385
|
+
"submitEvent": "SAVE",
|
|
1386
|
+
"cancelEvent": "CLOSE",
|
|
1387
|
+
"mode": "edit",
|
|
1384
1388
|
"entity": "@payload.row",
|
|
1385
1389
|
"fields": [
|
|
1386
1390
|
"description",
|
|
1387
1391
|
"amount",
|
|
1388
1392
|
"category",
|
|
1389
1393
|
"date"
|
|
1390
|
-
]
|
|
1391
|
-
"mode": "edit",
|
|
1392
|
-
"type": "form-section",
|
|
1393
|
-
"submitEvent": "SAVE",
|
|
1394
|
-
"cancelEvent": "CLOSE"
|
|
1394
|
+
]
|
|
1395
1395
|
}
|
|
1396
1396
|
],
|
|
1397
|
+
"direction": "vertical",
|
|
1397
1398
|
"type": "stack",
|
|
1398
|
-
"gap": "md"
|
|
1399
|
-
"direction": "vertical"
|
|
1399
|
+
"gap": "md"
|
|
1400
1400
|
}
|
|
1401
1401
|
]
|
|
1402
1402
|
]
|
|
@@ -1634,8 +1634,8 @@
|
|
|
1634
1634
|
{
|
|
1635
1635
|
"id": "@payload.id",
|
|
1636
1636
|
"emit": {
|
|
1637
|
-
"
|
|
1638
|
-
"
|
|
1637
|
+
"success": "TransactionLoaded",
|
|
1638
|
+
"failure": "TransactionLoadFailed"
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
1641
|
],
|
|
@@ -1643,51 +1643,53 @@
|
|
|
1643
1643
|
"render-ui",
|
|
1644
1644
|
"modal",
|
|
1645
1645
|
{
|
|
1646
|
-
"
|
|
1647
|
-
"direction": "vertical",
|
|
1646
|
+
"type": "stack",
|
|
1648
1647
|
"children": [
|
|
1649
1648
|
{
|
|
1650
|
-
"type": "stack",
|
|
1651
|
-
"align": "center",
|
|
1652
1649
|
"direction": "horizontal",
|
|
1653
|
-
"gap": "sm",
|
|
1654
1650
|
"children": [
|
|
1655
1651
|
{
|
|
1656
1652
|
"type": "icon",
|
|
1657
1653
|
"name": "eye"
|
|
1658
1654
|
},
|
|
1659
1655
|
{
|
|
1660
|
-
"variant": "h3",
|
|
1661
1656
|
"content": "@entity.description",
|
|
1662
|
-
"type": "typography"
|
|
1657
|
+
"type": "typography",
|
|
1658
|
+
"variant": "h3"
|
|
1663
1659
|
}
|
|
1664
|
-
]
|
|
1660
|
+
],
|
|
1661
|
+
"gap": "sm",
|
|
1662
|
+
"align": "center",
|
|
1663
|
+
"type": "stack"
|
|
1665
1664
|
},
|
|
1666
1665
|
{
|
|
1667
1666
|
"type": "divider"
|
|
1668
1667
|
},
|
|
1669
1668
|
{
|
|
1670
|
-
"direction": "horizontal",
|
|
1671
|
-
"type": "stack",
|
|
1672
1669
|
"gap": "md",
|
|
1673
1670
|
"children": [
|
|
1674
1671
|
{
|
|
1675
|
-
"
|
|
1672
|
+
"variant": "caption",
|
|
1676
1673
|
"content": "Description",
|
|
1677
|
-
"
|
|
1674
|
+
"type": "typography"
|
|
1678
1675
|
},
|
|
1679
1676
|
{
|
|
1677
|
+
"content": "@entity.description",
|
|
1680
1678
|
"type": "typography",
|
|
1681
|
-
"variant": "body"
|
|
1682
|
-
"content": "@entity.description"
|
|
1679
|
+
"variant": "body"
|
|
1683
1680
|
}
|
|
1684
|
-
]
|
|
1681
|
+
],
|
|
1682
|
+
"direction": "horizontal",
|
|
1683
|
+
"type": "stack"
|
|
1685
1684
|
},
|
|
1686
1685
|
{
|
|
1686
|
+
"gap": "md",
|
|
1687
|
+
"type": "stack",
|
|
1688
|
+
"direction": "horizontal",
|
|
1687
1689
|
"children": [
|
|
1688
1690
|
{
|
|
1689
|
-
"content": "Amount",
|
|
1690
1691
|
"variant": "caption",
|
|
1692
|
+
"content": "Amount",
|
|
1691
1693
|
"type": "typography"
|
|
1692
1694
|
},
|
|
1693
1695
|
{
|
|
@@ -1695,30 +1697,28 @@
|
|
|
1695
1697
|
"type": "typography",
|
|
1696
1698
|
"variant": "body"
|
|
1697
1699
|
}
|
|
1698
|
-
]
|
|
1699
|
-
"type": "stack",
|
|
1700
|
-
"gap": "md",
|
|
1701
|
-
"direction": "horizontal"
|
|
1700
|
+
]
|
|
1702
1701
|
},
|
|
1703
1702
|
{
|
|
1704
|
-
"type": "stack",
|
|
1705
1703
|
"direction": "horizontal",
|
|
1704
|
+
"type": "stack",
|
|
1706
1705
|
"children": [
|
|
1707
1706
|
{
|
|
1708
|
-
"variant": "caption",
|
|
1709
1707
|
"content": "Category",
|
|
1710
|
-
"type": "typography"
|
|
1708
|
+
"type": "typography",
|
|
1709
|
+
"variant": "caption"
|
|
1711
1710
|
},
|
|
1712
1711
|
{
|
|
1713
|
-
"type": "typography",
|
|
1714
1712
|
"variant": "body",
|
|
1713
|
+
"type": "typography",
|
|
1715
1714
|
"content": "@entity.category"
|
|
1716
1715
|
}
|
|
1717
1716
|
],
|
|
1718
1717
|
"gap": "md"
|
|
1719
1718
|
},
|
|
1720
1719
|
{
|
|
1721
|
-
"
|
|
1720
|
+
"type": "stack",
|
|
1721
|
+
"direction": "horizontal",
|
|
1722
1722
|
"children": [
|
|
1723
1723
|
{
|
|
1724
1724
|
"content": "Date",
|
|
@@ -1726,40 +1726,40 @@
|
|
|
1726
1726
|
"variant": "caption"
|
|
1727
1727
|
},
|
|
1728
1728
|
{
|
|
1729
|
-
"content": "@entity.date",
|
|
1730
1729
|
"variant": "body",
|
|
1730
|
+
"content": "@entity.date",
|
|
1731
1731
|
"type": "typography"
|
|
1732
1732
|
}
|
|
1733
1733
|
],
|
|
1734
|
-
"
|
|
1735
|
-
"type": "stack"
|
|
1734
|
+
"gap": "md"
|
|
1736
1735
|
},
|
|
1737
1736
|
{
|
|
1738
1737
|
"type": "divider"
|
|
1739
1738
|
},
|
|
1740
1739
|
{
|
|
1741
1740
|
"gap": "sm",
|
|
1742
|
-
"direction": "horizontal",
|
|
1743
|
-
"type": "stack",
|
|
1744
|
-
"justify": "end",
|
|
1745
1741
|
"children": [
|
|
1746
1742
|
{
|
|
1743
|
+
"type": "button",
|
|
1747
1744
|
"action": "EDIT",
|
|
1748
|
-
"variant": "primary",
|
|
1749
1745
|
"label": "Edit",
|
|
1750
|
-
"
|
|
1746
|
+
"variant": "primary",
|
|
1751
1747
|
"icon": "edit"
|
|
1752
1748
|
},
|
|
1753
1749
|
{
|
|
1754
|
-
"variant": "ghost",
|
|
1755
1750
|
"type": "button",
|
|
1751
|
+
"action": "CLOSE",
|
|
1756
1752
|
"label": "Close",
|
|
1757
|
-
"
|
|
1753
|
+
"variant": "ghost"
|
|
1758
1754
|
}
|
|
1759
|
-
]
|
|
1755
|
+
],
|
|
1756
|
+
"direction": "horizontal",
|
|
1757
|
+
"type": "stack",
|
|
1758
|
+
"justify": "end"
|
|
1760
1759
|
}
|
|
1761
1760
|
],
|
|
1762
|
-
"
|
|
1761
|
+
"direction": "vertical",
|
|
1762
|
+
"gap": "md"
|
|
1763
1763
|
}
|
|
1764
1764
|
]
|
|
1765
1765
|
]
|
|
@@ -2021,57 +2021,57 @@
|
|
|
2021
2021
|
"render-ui",
|
|
2022
2022
|
"modal",
|
|
2023
2023
|
{
|
|
2024
|
-
"
|
|
2024
|
+
"direction": "vertical",
|
|
2025
2025
|
"children": [
|
|
2026
2026
|
{
|
|
2027
|
-
"align": "center",
|
|
2028
|
-
"type": "stack",
|
|
2029
|
-
"gap": "sm",
|
|
2030
|
-
"direction": "horizontal",
|
|
2031
2027
|
"children": [
|
|
2032
2028
|
{
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
2029
|
+
"name": "alert-triangle",
|
|
2030
|
+
"type": "icon"
|
|
2035
2031
|
},
|
|
2036
2032
|
{
|
|
2037
|
-
"content": "Delete Transaction",
|
|
2038
2033
|
"type": "typography",
|
|
2034
|
+
"content": "Delete Transaction",
|
|
2039
2035
|
"variant": "h3"
|
|
2040
2036
|
}
|
|
2041
|
-
]
|
|
2037
|
+
],
|
|
2038
|
+
"align": "center",
|
|
2039
|
+
"gap": "sm",
|
|
2040
|
+
"type": "stack",
|
|
2041
|
+
"direction": "horizontal"
|
|
2042
2042
|
},
|
|
2043
2043
|
{
|
|
2044
2044
|
"type": "divider"
|
|
2045
2045
|
},
|
|
2046
2046
|
{
|
|
2047
2047
|
"variant": "error",
|
|
2048
|
-
"
|
|
2049
|
-
"
|
|
2048
|
+
"type": "alert",
|
|
2049
|
+
"message": "This action cannot be undone."
|
|
2050
2050
|
},
|
|
2051
2051
|
{
|
|
2052
|
-
"type": "stack",
|
|
2053
|
-
"direction": "horizontal",
|
|
2054
|
-
"justify": "end",
|
|
2055
|
-
"gap": "sm",
|
|
2056
2052
|
"children": [
|
|
2057
2053
|
{
|
|
2058
|
-
"label": "Cancel",
|
|
2059
|
-
"variant": "ghost",
|
|
2060
2054
|
"type": "button",
|
|
2061
|
-
"
|
|
2055
|
+
"label": "Cancel",
|
|
2056
|
+
"action": "CANCEL",
|
|
2057
|
+
"variant": "ghost"
|
|
2062
2058
|
},
|
|
2063
2059
|
{
|
|
2060
|
+
"action": "CONFIRM_DELETE",
|
|
2064
2061
|
"variant": "danger",
|
|
2065
|
-
"label": "Delete",
|
|
2066
2062
|
"icon": "check",
|
|
2067
|
-
"
|
|
2068
|
-
"
|
|
2063
|
+
"label": "Delete",
|
|
2064
|
+
"type": "button"
|
|
2069
2065
|
}
|
|
2070
|
-
]
|
|
2066
|
+
],
|
|
2067
|
+
"direction": "horizontal",
|
|
2068
|
+
"justify": "end",
|
|
2069
|
+
"type": "stack",
|
|
2070
|
+
"gap": "sm"
|
|
2071
2071
|
}
|
|
2072
2072
|
],
|
|
2073
|
-
"
|
|
2074
|
-
"
|
|
2073
|
+
"type": "stack",
|
|
2074
|
+
"gap": "md"
|
|
2075
2075
|
}
|
|
2076
2076
|
]
|
|
2077
2077
|
]
|
|
@@ -2088,8 +2088,8 @@
|
|
|
2088
2088
|
"@entity.pendingId",
|
|
2089
2089
|
{
|
|
2090
2090
|
"emit": {
|
|
2091
|
-
"
|
|
2092
|
-
"
|
|
2091
|
+
"success": "TransactionDeleted",
|
|
2092
|
+
"failure": "TransactionDeleteFailed"
|
|
2093
2093
|
}
|
|
2094
2094
|
}
|
|
2095
2095
|
],
|
|
@@ -2368,17 +2368,30 @@
|
|
|
2368
2368
|
"render-ui",
|
|
2369
2369
|
"main",
|
|
2370
2370
|
{
|
|
2371
|
-
"
|
|
2372
|
-
"children": [
|
|
2371
|
+
"navItems": [
|
|
2373
2372
|
{
|
|
2374
|
-
"
|
|
2373
|
+
"label": "Transactions",
|
|
2374
|
+
"icon": "dollar-sign",
|
|
2375
|
+
"href": "/transactions"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"href": "/summary",
|
|
2379
|
+
"icon": "layout-list",
|
|
2380
|
+
"label": "Summary"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"href": "/reports",
|
|
2384
|
+
"icon": "bar-chart",
|
|
2385
|
+
"label": "Reports"
|
|
2386
|
+
}
|
|
2387
|
+
],
|
|
2388
|
+
"children": [
|
|
2389
|
+
{
|
|
2390
|
+
"type": "scaled-diagram",
|
|
2375
2391
|
"children": [
|
|
2376
2392
|
{
|
|
2377
|
-
"direction": "vertical",
|
|
2378
|
-
"gap": "lg",
|
|
2379
2393
|
"children": [
|
|
2380
2394
|
{
|
|
2381
|
-
"type": "breadcrumb",
|
|
2382
2395
|
"items": [
|
|
2383
2396
|
{
|
|
2384
2397
|
"label": "Home",
|
|
@@ -2387,57 +2400,60 @@
|
|
|
2387
2400
|
{
|
|
2388
2401
|
"label": "Financial Summary"
|
|
2389
2402
|
}
|
|
2390
|
-
]
|
|
2403
|
+
],
|
|
2404
|
+
"type": "breadcrumb"
|
|
2391
2405
|
},
|
|
2392
2406
|
{
|
|
2407
|
+
"direction": "horizontal",
|
|
2408
|
+
"gap": "md",
|
|
2409
|
+
"type": "stack",
|
|
2410
|
+
"justify": "between",
|
|
2393
2411
|
"children": [
|
|
2394
2412
|
{
|
|
2413
|
+
"gap": "md",
|
|
2414
|
+
"type": "stack",
|
|
2395
2415
|
"children": [
|
|
2396
2416
|
{
|
|
2397
|
-
"
|
|
2398
|
-
"
|
|
2417
|
+
"name": "pie-chart",
|
|
2418
|
+
"type": "icon"
|
|
2399
2419
|
},
|
|
2400
2420
|
{
|
|
2421
|
+
"content": "Financial Summary",
|
|
2401
2422
|
"type": "typography",
|
|
2402
|
-
"variant": "h2"
|
|
2403
|
-
"content": "Financial Summary"
|
|
2423
|
+
"variant": "h2"
|
|
2404
2424
|
}
|
|
2405
2425
|
],
|
|
2406
|
-
"
|
|
2407
|
-
"direction": "horizontal",
|
|
2408
|
-
"type": "stack"
|
|
2426
|
+
"direction": "horizontal"
|
|
2409
2427
|
},
|
|
2410
2428
|
{
|
|
2411
2429
|
"label": "Refresh",
|
|
2412
|
-
"
|
|
2430
|
+
"type": "button",
|
|
2413
2431
|
"action": "REFRESH",
|
|
2414
2432
|
"variant": "secondary",
|
|
2415
|
-
"
|
|
2433
|
+
"icon": "refresh-cw"
|
|
2416
2434
|
}
|
|
2417
|
-
]
|
|
2418
|
-
"type": "stack",
|
|
2419
|
-
"direction": "horizontal",
|
|
2420
|
-
"gap": "md",
|
|
2421
|
-
"justify": "between"
|
|
2435
|
+
]
|
|
2422
2436
|
},
|
|
2423
2437
|
{
|
|
2424
2438
|
"type": "divider"
|
|
2425
2439
|
},
|
|
2426
2440
|
{
|
|
2427
2441
|
"type": "box",
|
|
2442
|
+
"padding": "md",
|
|
2428
2443
|
"children": [
|
|
2429
2444
|
{
|
|
2445
|
+
"type": "simple-grid",
|
|
2430
2446
|
"cols": 3.0,
|
|
2431
2447
|
"children": [
|
|
2432
2448
|
{
|
|
2433
2449
|
"value": "@entity.totalIncome",
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
2450
|
+
"label": "TotalIncome",
|
|
2451
|
+
"type": "stat-display"
|
|
2436
2452
|
},
|
|
2437
2453
|
{
|
|
2454
|
+
"value": "@entity.totalExpenses",
|
|
2438
2455
|
"type": "stat-display",
|
|
2439
|
-
"label": "TotalExpenses"
|
|
2440
|
-
"value": "@entity.totalExpenses"
|
|
2456
|
+
"label": "TotalExpenses"
|
|
2441
2457
|
},
|
|
2442
2458
|
{
|
|
2443
2459
|
"value": "@entity.balance",
|
|
@@ -2445,44 +2461,42 @@
|
|
|
2445
2461
|
"label": "Balance"
|
|
2446
2462
|
},
|
|
2447
2463
|
{
|
|
2448
|
-
"type": "stat-display",
|
|
2449
2464
|
"value": "@entity.savingsRate",
|
|
2450
|
-
"label": "SavingsRate"
|
|
2465
|
+
"label": "SavingsRate",
|
|
2466
|
+
"type": "stat-display"
|
|
2451
2467
|
}
|
|
2452
|
-
]
|
|
2453
|
-
"type": "simple-grid"
|
|
2468
|
+
]
|
|
2454
2469
|
}
|
|
2455
|
-
]
|
|
2456
|
-
"padding": "md"
|
|
2470
|
+
]
|
|
2457
2471
|
},
|
|
2458
2472
|
{
|
|
2459
2473
|
"type": "divider"
|
|
2460
2474
|
},
|
|
2461
2475
|
{
|
|
2462
2476
|
"cols": 2.0,
|
|
2477
|
+
"gap": "md",
|
|
2463
2478
|
"children": [
|
|
2464
2479
|
{
|
|
2465
2480
|
"type": "card",
|
|
2466
2481
|
"children": [
|
|
2467
2482
|
{
|
|
2468
|
-
"type": "typography",
|
|
2469
2483
|
"content": "Chart View",
|
|
2470
|
-
"variant": "caption"
|
|
2484
|
+
"variant": "caption",
|
|
2485
|
+
"type": "typography"
|
|
2471
2486
|
}
|
|
2472
2487
|
]
|
|
2473
2488
|
},
|
|
2474
2489
|
{
|
|
2475
2490
|
"children": [
|
|
2476
2491
|
{
|
|
2477
|
-
"content": "Graph View",
|
|
2478
2492
|
"type": "typography",
|
|
2479
|
-
"variant": "caption"
|
|
2493
|
+
"variant": "caption",
|
|
2494
|
+
"content": "Graph View"
|
|
2480
2495
|
}
|
|
2481
2496
|
],
|
|
2482
2497
|
"type": "card"
|
|
2483
2498
|
}
|
|
2484
2499
|
],
|
|
2485
|
-
"gap": "md",
|
|
2486
2500
|
"type": "grid"
|
|
2487
2501
|
},
|
|
2488
2502
|
{
|
|
@@ -2493,16 +2507,16 @@
|
|
|
2493
2507
|
"value": 12.0
|
|
2494
2508
|
},
|
|
2495
2509
|
{
|
|
2496
|
-
"
|
|
2497
|
-
"
|
|
2510
|
+
"value": 19.0,
|
|
2511
|
+
"date": "Feb"
|
|
2498
2512
|
},
|
|
2499
2513
|
{
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2514
|
+
"date": "Mar",
|
|
2515
|
+
"value": 15.0
|
|
2502
2516
|
},
|
|
2503
2517
|
{
|
|
2504
|
-
"
|
|
2505
|
-
"
|
|
2518
|
+
"value": 25.0,
|
|
2519
|
+
"date": "Apr"
|
|
2506
2520
|
},
|
|
2507
2521
|
{
|
|
2508
2522
|
"value": 22.0,
|
|
@@ -2515,32 +2529,19 @@
|
|
|
2515
2529
|
]
|
|
2516
2530
|
},
|
|
2517
2531
|
{
|
|
2518
|
-
"type": "chart-legend",
|
|
2519
2532
|
"items": [
|
|
2520
2533
|
{
|
|
2521
|
-
"
|
|
2522
|
-
"
|
|
2534
|
+
"color": "primary",
|
|
2535
|
+
"label": "Current"
|
|
2523
2536
|
},
|
|
2524
2537
|
{
|
|
2525
2538
|
"color": "muted",
|
|
2526
2539
|
"label": "Previous"
|
|
2527
2540
|
}
|
|
2528
|
-
]
|
|
2541
|
+
],
|
|
2542
|
+
"type": "chart-legend"
|
|
2529
2543
|
},
|
|
2530
2544
|
{
|
|
2531
|
-
"height": 200.0,
|
|
2532
|
-
"edges": [
|
|
2533
|
-
{
|
|
2534
|
-
"source": "a",
|
|
2535
|
-
"target": "b"
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"target": "c",
|
|
2539
|
-
"source": "b"
|
|
2540
|
-
}
|
|
2541
|
-
],
|
|
2542
|
-
"width": 400.0,
|
|
2543
|
-
"type": "graph-view",
|
|
2544
2545
|
"nodes": [
|
|
2545
2546
|
{
|
|
2546
2547
|
"id": "a",
|
|
@@ -2551,34 +2552,33 @@
|
|
|
2551
2552
|
"id": "b"
|
|
2552
2553
|
},
|
|
2553
2554
|
{
|
|
2554
|
-
"
|
|
2555
|
-
"
|
|
2555
|
+
"label": "End",
|
|
2556
|
+
"id": "c"
|
|
2556
2557
|
}
|
|
2557
|
-
]
|
|
2558
|
+
],
|
|
2559
|
+
"height": 200.0,
|
|
2560
|
+
"edges": [
|
|
2561
|
+
{
|
|
2562
|
+
"source": "a",
|
|
2563
|
+
"target": "b"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"source": "b",
|
|
2567
|
+
"target": "c"
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"width": 400.0,
|
|
2571
|
+
"type": "graph-view"
|
|
2558
2572
|
}
|
|
2559
2573
|
],
|
|
2560
|
-
"type": "stack"
|
|
2574
|
+
"type": "stack",
|
|
2575
|
+
"direction": "vertical",
|
|
2576
|
+
"gap": "lg"
|
|
2561
2577
|
}
|
|
2562
2578
|
]
|
|
2563
2579
|
}
|
|
2564
2580
|
],
|
|
2565
|
-
"
|
|
2566
|
-
{
|
|
2567
|
-
"label": "Transactions",
|
|
2568
|
-
"href": "/transactions",
|
|
2569
|
-
"icon": "dollar-sign"
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"href": "/summary",
|
|
2573
|
-
"label": "Summary",
|
|
2574
|
-
"icon": "layout-list"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"label": "Reports",
|
|
2578
|
-
"href": "/reports",
|
|
2579
|
-
"icon": "bar-chart"
|
|
2580
|
-
}
|
|
2581
|
-
],
|
|
2581
|
+
"type": "dashboard-layout",
|
|
2582
2582
|
"appName": "Finance Tracker"
|
|
2583
2583
|
}
|
|
2584
2584
|
]
|
|
@@ -2603,34 +2603,35 @@
|
|
|
2603
2603
|
"render-ui",
|
|
2604
2604
|
"main",
|
|
2605
2605
|
{
|
|
2606
|
-
"type": "dashboard-layout",
|
|
2607
|
-
"appName": "Finance Tracker",
|
|
2608
2606
|
"navItems": [
|
|
2609
2607
|
{
|
|
2610
|
-
"
|
|
2608
|
+
"label": "Transactions",
|
|
2611
2609
|
"href": "/transactions",
|
|
2612
|
-
"
|
|
2610
|
+
"icon": "dollar-sign"
|
|
2613
2611
|
},
|
|
2614
2612
|
{
|
|
2615
|
-
"icon": "layout-list",
|
|
2616
2613
|
"href": "/summary",
|
|
2614
|
+
"icon": "layout-list",
|
|
2617
2615
|
"label": "Summary"
|
|
2618
2616
|
},
|
|
2619
2617
|
{
|
|
2620
2618
|
"icon": "bar-chart",
|
|
2621
|
-
"
|
|
2622
|
-
"
|
|
2619
|
+
"href": "/reports",
|
|
2620
|
+
"label": "Reports"
|
|
2623
2621
|
}
|
|
2624
2622
|
],
|
|
2623
|
+
"appName": "Finance Tracker",
|
|
2624
|
+
"type": "dashboard-layout",
|
|
2625
2625
|
"children": [
|
|
2626
2626
|
{
|
|
2627
|
+
"type": "scaled-diagram",
|
|
2627
2628
|
"children": [
|
|
2628
2629
|
{
|
|
2629
2630
|
"gap": "lg",
|
|
2630
2631
|
"direction": "vertical",
|
|
2632
|
+
"type": "stack",
|
|
2631
2633
|
"children": [
|
|
2632
2634
|
{
|
|
2633
|
-
"type": "breadcrumb",
|
|
2634
2635
|
"items": [
|
|
2635
2636
|
{
|
|
2636
2637
|
"label": "Home",
|
|
@@ -2639,16 +2640,16 @@
|
|
|
2639
2640
|
{
|
|
2640
2641
|
"label": "Financial Summary"
|
|
2641
2642
|
}
|
|
2642
|
-
]
|
|
2643
|
+
],
|
|
2644
|
+
"type": "breadcrumb"
|
|
2643
2645
|
},
|
|
2644
2646
|
{
|
|
2645
|
-
"direction": "horizontal",
|
|
2646
2647
|
"type": "stack",
|
|
2647
2648
|
"justify": "between",
|
|
2649
|
+
"direction": "horizontal",
|
|
2650
|
+
"gap": "md",
|
|
2648
2651
|
"children": [
|
|
2649
2652
|
{
|
|
2650
|
-
"type": "stack",
|
|
2651
|
-
"gap": "md",
|
|
2652
2653
|
"direction": "horizontal",
|
|
2653
2654
|
"children": [
|
|
2654
2655
|
{
|
|
@@ -2656,86 +2657,87 @@
|
|
|
2656
2657
|
"name": "pie-chart"
|
|
2657
2658
|
},
|
|
2658
2659
|
{
|
|
2659
|
-
"content": "Financial Summary",
|
|
2660
2660
|
"variant": "h2",
|
|
2661
|
+
"content": "Financial Summary",
|
|
2661
2662
|
"type": "typography"
|
|
2662
2663
|
}
|
|
2663
|
-
]
|
|
2664
|
+
],
|
|
2665
|
+
"type": "stack",
|
|
2666
|
+
"gap": "md"
|
|
2664
2667
|
},
|
|
2665
2668
|
{
|
|
2666
|
-
"type": "button",
|
|
2667
2669
|
"action": "REFRESH",
|
|
2668
|
-
"
|
|
2670
|
+
"variant": "secondary",
|
|
2671
|
+
"type": "button",
|
|
2669
2672
|
"label": "Refresh",
|
|
2670
|
-
"
|
|
2673
|
+
"icon": "refresh-cw"
|
|
2671
2674
|
}
|
|
2672
|
-
]
|
|
2673
|
-
"gap": "md"
|
|
2675
|
+
]
|
|
2674
2676
|
},
|
|
2675
2677
|
{
|
|
2676
2678
|
"type": "divider"
|
|
2677
2679
|
},
|
|
2678
2680
|
{
|
|
2679
2681
|
"padding": "md",
|
|
2682
|
+
"type": "box",
|
|
2680
2683
|
"children": [
|
|
2681
2684
|
{
|
|
2682
|
-
"type": "simple-grid",
|
|
2683
2685
|
"cols": 3.0,
|
|
2686
|
+
"type": "simple-grid",
|
|
2684
2687
|
"children": [
|
|
2685
2688
|
{
|
|
2686
|
-
"value": "@entity.totalIncome",
|
|
2687
2689
|
"type": "stat-display",
|
|
2690
|
+
"value": "@entity.totalIncome",
|
|
2688
2691
|
"label": "TotalIncome"
|
|
2689
2692
|
},
|
|
2690
2693
|
{
|
|
2691
2694
|
"value": "@entity.totalExpenses",
|
|
2692
|
-
"
|
|
2693
|
-
"
|
|
2695
|
+
"label": "TotalExpenses",
|
|
2696
|
+
"type": "stat-display"
|
|
2694
2697
|
},
|
|
2695
2698
|
{
|
|
2696
|
-
"label": "Balance",
|
|
2697
2699
|
"type": "stat-display",
|
|
2700
|
+
"label": "Balance",
|
|
2698
2701
|
"value": "@entity.balance"
|
|
2699
2702
|
},
|
|
2700
2703
|
{
|
|
2701
|
-
"
|
|
2704
|
+
"label": "SavingsRate",
|
|
2702
2705
|
"value": "@entity.savingsRate",
|
|
2703
|
-
"
|
|
2706
|
+
"type": "stat-display"
|
|
2704
2707
|
}
|
|
2705
2708
|
]
|
|
2706
2709
|
}
|
|
2707
|
-
]
|
|
2708
|
-
"type": "box"
|
|
2710
|
+
]
|
|
2709
2711
|
},
|
|
2710
2712
|
{
|
|
2711
2713
|
"type": "divider"
|
|
2712
2714
|
},
|
|
2713
2715
|
{
|
|
2714
2716
|
"gap": "md",
|
|
2717
|
+
"cols": 2.0,
|
|
2718
|
+
"type": "grid",
|
|
2715
2719
|
"children": [
|
|
2716
2720
|
{
|
|
2721
|
+
"type": "card",
|
|
2717
2722
|
"children": [
|
|
2718
2723
|
{
|
|
2724
|
+
"content": "Chart View",
|
|
2719
2725
|
"variant": "caption",
|
|
2720
|
-
"type": "typography"
|
|
2721
|
-
"content": "Chart View"
|
|
2726
|
+
"type": "typography"
|
|
2722
2727
|
}
|
|
2723
|
-
]
|
|
2724
|
-
"type": "card"
|
|
2728
|
+
]
|
|
2725
2729
|
},
|
|
2726
2730
|
{
|
|
2727
2731
|
"children": [
|
|
2728
2732
|
{
|
|
2733
|
+
"type": "typography",
|
|
2729
2734
|
"variant": "caption",
|
|
2730
|
-
"content": "Graph View"
|
|
2731
|
-
"type": "typography"
|
|
2735
|
+
"content": "Graph View"
|
|
2732
2736
|
}
|
|
2733
2737
|
],
|
|
2734
2738
|
"type": "card"
|
|
2735
2739
|
}
|
|
2736
|
-
]
|
|
2737
|
-
"type": "grid",
|
|
2738
|
-
"cols": 2.0
|
|
2740
|
+
]
|
|
2739
2741
|
},
|
|
2740
2742
|
{
|
|
2741
2743
|
"type": "line-chart",
|
|
@@ -2749,16 +2751,16 @@
|
|
|
2749
2751
|
"value": 19.0
|
|
2750
2752
|
},
|
|
2751
2753
|
{
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
+
"value": 15.0,
|
|
2755
|
+
"date": "Mar"
|
|
2754
2756
|
},
|
|
2755
2757
|
{
|
|
2756
2758
|
"value": 25.0,
|
|
2757
2759
|
"date": "Apr"
|
|
2758
2760
|
},
|
|
2759
2761
|
{
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2762
|
+
"date": "May",
|
|
2763
|
+
"value": 22.0
|
|
2762
2764
|
},
|
|
2763
2765
|
{
|
|
2764
2766
|
"value": 30.0,
|
|
@@ -2770,8 +2772,8 @@
|
|
|
2770
2772
|
"type": "chart-legend",
|
|
2771
2773
|
"items": [
|
|
2772
2774
|
{
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2775
|
+
"label": "Current",
|
|
2776
|
+
"color": "primary"
|
|
2775
2777
|
},
|
|
2776
2778
|
{
|
|
2777
2779
|
"color": "muted",
|
|
@@ -2780,7 +2782,18 @@
|
|
|
2780
2782
|
]
|
|
2781
2783
|
},
|
|
2782
2784
|
{
|
|
2785
|
+
"width": 400.0,
|
|
2783
2786
|
"type": "graph-view",
|
|
2787
|
+
"edges": [
|
|
2788
|
+
{
|
|
2789
|
+
"source": "a",
|
|
2790
|
+
"target": "b"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"source": "b",
|
|
2794
|
+
"target": "c"
|
|
2795
|
+
}
|
|
2796
|
+
],
|
|
2784
2797
|
"nodes": [
|
|
2785
2798
|
{
|
|
2786
2799
|
"label": "Start",
|
|
@@ -2791,28 +2804,15 @@
|
|
|
2791
2804
|
"label": "Process"
|
|
2792
2805
|
},
|
|
2793
2806
|
{
|
|
2794
|
-
"
|
|
2795
|
-
"
|
|
2796
|
-
}
|
|
2797
|
-
],
|
|
2798
|
-
"edges": [
|
|
2799
|
-
{
|
|
2800
|
-
"target": "b",
|
|
2801
|
-
"source": "a"
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"source": "b",
|
|
2805
|
-
"target": "c"
|
|
2807
|
+
"id": "c",
|
|
2808
|
+
"label": "End"
|
|
2806
2809
|
}
|
|
2807
2810
|
],
|
|
2808
|
-
"height": 200.0
|
|
2809
|
-
"width": 400.0
|
|
2811
|
+
"height": 200.0
|
|
2810
2812
|
}
|
|
2811
|
-
]
|
|
2812
|
-
"type": "stack"
|
|
2813
|
+
]
|
|
2813
2814
|
}
|
|
2814
|
-
]
|
|
2815
|
-
"type": "scaled-diagram"
|
|
2815
|
+
]
|
|
2816
2816
|
}
|
|
2817
2817
|
]
|
|
2818
2818
|
}
|
|
@@ -2838,32 +2838,31 @@
|
|
|
2838
2838
|
"render-ui",
|
|
2839
2839
|
"main",
|
|
2840
2840
|
{
|
|
2841
|
-
"type": "dashboard-layout",
|
|
2842
2841
|
"children": [
|
|
2843
2842
|
{
|
|
2844
|
-
"type": "scaled-diagram",
|
|
2845
2843
|
"children": [
|
|
2846
2844
|
{
|
|
2847
|
-
"
|
|
2845
|
+
"type": "stack",
|
|
2848
2846
|
"direction": "vertical",
|
|
2849
2847
|
"children": [
|
|
2850
2848
|
{
|
|
2851
|
-
"type": "breadcrumb",
|
|
2852
2849
|
"items": [
|
|
2853
2850
|
{
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
2851
|
+
"label": "Home",
|
|
2852
|
+
"href": "/"
|
|
2856
2853
|
},
|
|
2857
2854
|
{
|
|
2858
2855
|
"label": "Financial Summary"
|
|
2859
2856
|
}
|
|
2860
|
-
]
|
|
2857
|
+
],
|
|
2858
|
+
"type": "breadcrumb"
|
|
2861
2859
|
},
|
|
2862
2860
|
{
|
|
2861
|
+
"type": "stack",
|
|
2863
2862
|
"direction": "horizontal",
|
|
2863
|
+
"gap": "md",
|
|
2864
2864
|
"children": [
|
|
2865
2865
|
{
|
|
2866
|
-
"gap": "md",
|
|
2867
2866
|
"type": "stack",
|
|
2868
2867
|
"children": [
|
|
2869
2868
|
{
|
|
@@ -2871,24 +2870,23 @@
|
|
|
2871
2870
|
"type": "icon"
|
|
2872
2871
|
},
|
|
2873
2872
|
{
|
|
2874
|
-
"variant": "h2",
|
|
2875
2873
|
"type": "typography",
|
|
2874
|
+
"variant": "h2",
|
|
2876
2875
|
"content": "Financial Summary"
|
|
2877
2876
|
}
|
|
2878
2877
|
],
|
|
2878
|
+
"gap": "md",
|
|
2879
2879
|
"direction": "horizontal"
|
|
2880
2880
|
},
|
|
2881
2881
|
{
|
|
2882
|
-
"icon": "refresh-cw",
|
|
2883
|
-
"type": "button",
|
|
2884
|
-
"label": "Refresh",
|
|
2885
2882
|
"action": "REFRESH",
|
|
2886
|
-
"
|
|
2883
|
+
"label": "Refresh",
|
|
2884
|
+
"icon": "refresh-cw",
|
|
2885
|
+
"variant": "secondary",
|
|
2886
|
+
"type": "button"
|
|
2887
2887
|
}
|
|
2888
2888
|
],
|
|
2889
|
-
"
|
|
2890
|
-
"justify": "between",
|
|
2891
|
-
"gap": "md"
|
|
2889
|
+
"justify": "between"
|
|
2892
2890
|
},
|
|
2893
2891
|
{
|
|
2894
2892
|
"type": "divider"
|
|
@@ -2898,30 +2896,30 @@
|
|
|
2898
2896
|
"type": "box",
|
|
2899
2897
|
"children": [
|
|
2900
2898
|
{
|
|
2901
|
-
"cols": 3.0,
|
|
2902
2899
|
"children": [
|
|
2903
2900
|
{
|
|
2904
|
-
"value": "@entity.totalIncome",
|
|
2905
2901
|
"label": "TotalIncome",
|
|
2906
|
-
"type": "stat-display"
|
|
2902
|
+
"type": "stat-display",
|
|
2903
|
+
"value": "@entity.totalIncome"
|
|
2907
2904
|
},
|
|
2908
2905
|
{
|
|
2909
2906
|
"label": "TotalExpenses",
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2907
|
+
"value": "@entity.totalExpenses",
|
|
2908
|
+
"type": "stat-display"
|
|
2912
2909
|
},
|
|
2913
2910
|
{
|
|
2914
|
-
"
|
|
2911
|
+
"type": "stat-display",
|
|
2915
2912
|
"label": "Balance",
|
|
2916
|
-
"
|
|
2913
|
+
"value": "@entity.balance"
|
|
2917
2914
|
},
|
|
2918
2915
|
{
|
|
2919
|
-
"value": "@entity.savingsRate",
|
|
2920
2916
|
"type": "stat-display",
|
|
2921
|
-
"label": "SavingsRate"
|
|
2917
|
+
"label": "SavingsRate",
|
|
2918
|
+
"value": "@entity.savingsRate"
|
|
2922
2919
|
}
|
|
2923
2920
|
],
|
|
2924
|
-
"type": "simple-grid"
|
|
2921
|
+
"type": "simple-grid",
|
|
2922
|
+
"cols": 3.0
|
|
2925
2923
|
}
|
|
2926
2924
|
]
|
|
2927
2925
|
},
|
|
@@ -2930,30 +2928,30 @@
|
|
|
2930
2928
|
},
|
|
2931
2929
|
{
|
|
2932
2930
|
"cols": 2.0,
|
|
2933
|
-
"gap": "md",
|
|
2934
|
-
"type": "grid",
|
|
2935
2931
|
"children": [
|
|
2936
2932
|
{
|
|
2933
|
+
"type": "card",
|
|
2937
2934
|
"children": [
|
|
2938
2935
|
{
|
|
2939
|
-
"type": "typography",
|
|
2940
2936
|
"content": "Chart View",
|
|
2941
|
-
"variant": "caption"
|
|
2937
|
+
"variant": "caption",
|
|
2938
|
+
"type": "typography"
|
|
2942
2939
|
}
|
|
2943
|
-
]
|
|
2944
|
-
"type": "card"
|
|
2940
|
+
]
|
|
2945
2941
|
},
|
|
2946
2942
|
{
|
|
2947
2943
|
"children": [
|
|
2948
2944
|
{
|
|
2949
|
-
"type": "typography",
|
|
2950
2945
|
"variant": "caption",
|
|
2951
|
-
"content": "Graph View"
|
|
2946
|
+
"content": "Graph View",
|
|
2947
|
+
"type": "typography"
|
|
2952
2948
|
}
|
|
2953
2949
|
],
|
|
2954
2950
|
"type": "card"
|
|
2955
2951
|
}
|
|
2956
|
-
]
|
|
2952
|
+
],
|
|
2953
|
+
"type": "grid",
|
|
2954
|
+
"gap": "md"
|
|
2957
2955
|
},
|
|
2958
2956
|
{
|
|
2959
2957
|
"type": "line-chart",
|
|
@@ -2967,16 +2965,16 @@
|
|
|
2967
2965
|
"value": 19.0
|
|
2968
2966
|
},
|
|
2969
2967
|
{
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2968
|
+
"date": "Mar",
|
|
2969
|
+
"value": 15.0
|
|
2972
2970
|
},
|
|
2973
2971
|
{
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
2972
|
+
"value": 25.0,
|
|
2973
|
+
"date": "Apr"
|
|
2976
2974
|
},
|
|
2977
2975
|
{
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2976
|
+
"date": "May",
|
|
2977
|
+
"value": 22.0
|
|
2980
2978
|
},
|
|
2981
2979
|
{
|
|
2982
2980
|
"date": "Jun",
|
|
@@ -2992,26 +2990,14 @@
|
|
|
2992
2990
|
"label": "Current"
|
|
2993
2991
|
},
|
|
2994
2992
|
{
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2993
|
+
"label": "Previous",
|
|
2994
|
+
"color": "muted"
|
|
2997
2995
|
}
|
|
2998
2996
|
]
|
|
2999
2997
|
},
|
|
3000
2998
|
{
|
|
3001
|
-
"
|
|
3002
|
-
|
|
3003
|
-
"id": "a",
|
|
3004
|
-
"label": "Start"
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
"id": "b",
|
|
3008
|
-
"label": "Process"
|
|
3009
|
-
},
|
|
3010
|
-
{
|
|
3011
|
-
"id": "c",
|
|
3012
|
-
"label": "End"
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
2999
|
+
"width": 400.0,
|
|
3000
|
+
"height": 200.0,
|
|
3015
3001
|
"edges": [
|
|
3016
3002
|
{
|
|
3017
3003
|
"source": "a",
|
|
@@ -3022,32 +3008,46 @@
|
|
|
3022
3008
|
"source": "b"
|
|
3023
3009
|
}
|
|
3024
3010
|
],
|
|
3025
|
-
"height": 200.0,
|
|
3026
3011
|
"type": "graph-view",
|
|
3027
|
-
"
|
|
3012
|
+
"nodes": [
|
|
3013
|
+
{
|
|
3014
|
+
"id": "a",
|
|
3015
|
+
"label": "Start"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"label": "Process",
|
|
3019
|
+
"id": "b"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"label": "End",
|
|
3023
|
+
"id": "c"
|
|
3024
|
+
}
|
|
3025
|
+
]
|
|
3028
3026
|
}
|
|
3029
3027
|
],
|
|
3030
|
-
"
|
|
3028
|
+
"gap": "lg"
|
|
3031
3029
|
}
|
|
3032
|
-
]
|
|
3030
|
+
],
|
|
3031
|
+
"type": "scaled-diagram"
|
|
3033
3032
|
}
|
|
3034
3033
|
],
|
|
3035
3034
|
"appName": "Finance Tracker",
|
|
3035
|
+
"type": "dashboard-layout",
|
|
3036
3036
|
"navItems": [
|
|
3037
3037
|
{
|
|
3038
3038
|
"icon": "dollar-sign",
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3039
|
+
"href": "/transactions",
|
|
3040
|
+
"label": "Transactions"
|
|
3041
3041
|
},
|
|
3042
3042
|
{
|
|
3043
3043
|
"href": "/summary",
|
|
3044
|
-
"
|
|
3045
|
-
"
|
|
3044
|
+
"label": "Summary",
|
|
3045
|
+
"icon": "layout-list"
|
|
3046
3046
|
},
|
|
3047
3047
|
{
|
|
3048
|
+
"href": "/reports",
|
|
3048
3049
|
"label": "Reports",
|
|
3049
|
-
"icon": "bar-chart"
|
|
3050
|
-
"href": "/reports"
|
|
3050
|
+
"icon": "bar-chart"
|
|
3051
3051
|
}
|
|
3052
3052
|
]
|
|
3053
3053
|
}
|
|
@@ -3073,38 +3073,19 @@
|
|
|
3073
3073
|
"render-ui",
|
|
3074
3074
|
"main",
|
|
3075
3075
|
{
|
|
3076
|
-
"type": "dashboard-layout",
|
|
3077
|
-
"navItems": [
|
|
3078
|
-
{
|
|
3079
|
-
"label": "Transactions",
|
|
3080
|
-
"href": "/transactions",
|
|
3081
|
-
"icon": "dollar-sign"
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"href": "/summary",
|
|
3085
|
-
"label": "Summary",
|
|
3086
|
-
"icon": "layout-list"
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"href": "/reports",
|
|
3090
|
-
"icon": "bar-chart",
|
|
3091
|
-
"label": "Reports"
|
|
3092
|
-
}
|
|
3093
|
-
],
|
|
3094
3076
|
"children": [
|
|
3095
3077
|
{
|
|
3096
|
-
"type": "scaled-diagram",
|
|
3097
3078
|
"children": [
|
|
3098
3079
|
{
|
|
3099
|
-
"gap": "lg",
|
|
3100
3080
|
"type": "stack",
|
|
3101
3081
|
"direction": "vertical",
|
|
3082
|
+
"gap": "lg",
|
|
3102
3083
|
"children": [
|
|
3103
3084
|
{
|
|
3104
3085
|
"items": [
|
|
3105
3086
|
{
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3087
|
+
"label": "Home",
|
|
3088
|
+
"href": "/"
|
|
3108
3089
|
},
|
|
3109
3090
|
{
|
|
3110
3091
|
"label": "Financial Summary"
|
|
@@ -3114,47 +3095,49 @@
|
|
|
3114
3095
|
},
|
|
3115
3096
|
{
|
|
3116
3097
|
"direction": "horizontal",
|
|
3117
|
-
"
|
|
3118
|
-
"type": "stack",
|
|
3098
|
+
"gap": "md",
|
|
3119
3099
|
"children": [
|
|
3120
3100
|
{
|
|
3121
|
-
"direction": "horizontal",
|
|
3122
3101
|
"gap": "md",
|
|
3123
3102
|
"type": "stack",
|
|
3124
3103
|
"children": [
|
|
3125
3104
|
{
|
|
3126
|
-
"
|
|
3127
|
-
"
|
|
3105
|
+
"type": "icon",
|
|
3106
|
+
"name": "pie-chart"
|
|
3128
3107
|
},
|
|
3129
3108
|
{
|
|
3130
3109
|
"content": "Financial Summary",
|
|
3131
3110
|
"variant": "h2",
|
|
3132
3111
|
"type": "typography"
|
|
3133
3112
|
}
|
|
3134
|
-
]
|
|
3113
|
+
],
|
|
3114
|
+
"direction": "horizontal"
|
|
3135
3115
|
},
|
|
3136
3116
|
{
|
|
3137
|
-
"icon": "refresh-cw",
|
|
3138
|
-
"action": "REFRESH",
|
|
3139
3117
|
"type": "button",
|
|
3118
|
+
"action": "REFRESH",
|
|
3119
|
+
"icon": "refresh-cw",
|
|
3140
3120
|
"label": "Refresh",
|
|
3141
3121
|
"variant": "secondary"
|
|
3142
3122
|
}
|
|
3143
3123
|
],
|
|
3144
|
-
"
|
|
3124
|
+
"justify": "between",
|
|
3125
|
+
"type": "stack"
|
|
3145
3126
|
},
|
|
3146
3127
|
{
|
|
3147
3128
|
"type": "divider"
|
|
3148
3129
|
},
|
|
3149
3130
|
{
|
|
3131
|
+
"padding": "md",
|
|
3132
|
+
"type": "box",
|
|
3150
3133
|
"children": [
|
|
3151
3134
|
{
|
|
3152
|
-
"
|
|
3135
|
+
"type": "simple-grid",
|
|
3153
3136
|
"children": [
|
|
3154
3137
|
{
|
|
3155
|
-
"
|
|
3138
|
+
"type": "stat-display",
|
|
3156
3139
|
"value": "@entity.totalIncome",
|
|
3157
|
-
"
|
|
3140
|
+
"label": "TotalIncome"
|
|
3158
3141
|
},
|
|
3159
3142
|
{
|
|
3160
3143
|
"type": "stat-display",
|
|
@@ -3163,65 +3146,62 @@
|
|
|
3163
3146
|
},
|
|
3164
3147
|
{
|
|
3165
3148
|
"value": "@entity.balance",
|
|
3166
|
-
"
|
|
3167
|
-
"
|
|
3149
|
+
"label": "Balance",
|
|
3150
|
+
"type": "stat-display"
|
|
3168
3151
|
},
|
|
3169
3152
|
{
|
|
3153
|
+
"label": "SavingsRate",
|
|
3170
3154
|
"value": "@entity.savingsRate",
|
|
3171
|
-
"type": "stat-display"
|
|
3172
|
-
"label": "SavingsRate"
|
|
3155
|
+
"type": "stat-display"
|
|
3173
3156
|
}
|
|
3174
3157
|
],
|
|
3175
|
-
"
|
|
3158
|
+
"cols": 3.0
|
|
3176
3159
|
}
|
|
3177
|
-
]
|
|
3178
|
-
"padding": "md",
|
|
3179
|
-
"type": "box"
|
|
3160
|
+
]
|
|
3180
3161
|
},
|
|
3181
3162
|
{
|
|
3182
3163
|
"type": "divider"
|
|
3183
3164
|
},
|
|
3184
3165
|
{
|
|
3166
|
+
"cols": 2.0,
|
|
3167
|
+
"gap": "md",
|
|
3185
3168
|
"type": "grid",
|
|
3186
3169
|
"children": [
|
|
3187
3170
|
{
|
|
3171
|
+
"type": "card",
|
|
3188
3172
|
"children": [
|
|
3189
3173
|
{
|
|
3190
3174
|
"content": "Chart View",
|
|
3191
3175
|
"type": "typography",
|
|
3192
3176
|
"variant": "caption"
|
|
3193
3177
|
}
|
|
3194
|
-
]
|
|
3195
|
-
"type": "card"
|
|
3178
|
+
]
|
|
3196
3179
|
},
|
|
3197
3180
|
{
|
|
3198
|
-
"type": "card",
|
|
3199
3181
|
"children": [
|
|
3200
3182
|
{
|
|
3201
|
-
"variant": "caption",
|
|
3202
3183
|
"content": "Graph View",
|
|
3203
|
-
"type": "typography"
|
|
3184
|
+
"type": "typography",
|
|
3185
|
+
"variant": "caption"
|
|
3204
3186
|
}
|
|
3205
|
-
]
|
|
3187
|
+
],
|
|
3188
|
+
"type": "card"
|
|
3206
3189
|
}
|
|
3207
|
-
]
|
|
3208
|
-
"cols": 2.0,
|
|
3209
|
-
"gap": "md"
|
|
3190
|
+
]
|
|
3210
3191
|
},
|
|
3211
3192
|
{
|
|
3212
|
-
"type": "line-chart",
|
|
3213
3193
|
"data": [
|
|
3214
3194
|
{
|
|
3215
|
-
"
|
|
3216
|
-
"
|
|
3195
|
+
"value": 12.0,
|
|
3196
|
+
"date": "Jan"
|
|
3217
3197
|
},
|
|
3218
3198
|
{
|
|
3219
|
-
"
|
|
3220
|
-
"
|
|
3199
|
+
"date": "Feb",
|
|
3200
|
+
"value": 19.0
|
|
3221
3201
|
},
|
|
3222
3202
|
{
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3203
|
+
"date": "Mar",
|
|
3204
|
+
"value": 15.0
|
|
3225
3205
|
},
|
|
3226
3206
|
{
|
|
3227
3207
|
"date": "Apr",
|
|
@@ -3235,23 +3215,24 @@
|
|
|
3235
3215
|
"value": 30.0,
|
|
3236
3216
|
"date": "Jun"
|
|
3237
3217
|
}
|
|
3238
|
-
]
|
|
3218
|
+
],
|
|
3219
|
+
"type": "line-chart"
|
|
3239
3220
|
},
|
|
3240
3221
|
{
|
|
3241
|
-
"type": "chart-legend",
|
|
3242
3222
|
"items": [
|
|
3243
3223
|
{
|
|
3244
|
-
"
|
|
3245
|
-
"
|
|
3224
|
+
"label": "Current",
|
|
3225
|
+
"color": "primary"
|
|
3246
3226
|
},
|
|
3247
3227
|
{
|
|
3248
|
-
"
|
|
3249
|
-
"
|
|
3228
|
+
"color": "muted",
|
|
3229
|
+
"label": "Previous"
|
|
3250
3230
|
}
|
|
3251
|
-
]
|
|
3231
|
+
],
|
|
3232
|
+
"type": "chart-legend"
|
|
3252
3233
|
},
|
|
3253
3234
|
{
|
|
3254
|
-
"
|
|
3235
|
+
"type": "graph-view",
|
|
3255
3236
|
"nodes": [
|
|
3256
3237
|
{
|
|
3257
3238
|
"label": "Start",
|
|
@@ -3262,29 +3243,48 @@
|
|
|
3262
3243
|
"label": "Process"
|
|
3263
3244
|
},
|
|
3264
3245
|
{
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3246
|
+
"label": "End",
|
|
3247
|
+
"id": "c"
|
|
3267
3248
|
}
|
|
3268
3249
|
],
|
|
3250
|
+
"width": 400.0,
|
|
3269
3251
|
"edges": [
|
|
3270
3252
|
{
|
|
3271
3253
|
"target": "b",
|
|
3272
3254
|
"source": "a"
|
|
3273
3255
|
},
|
|
3274
3256
|
{
|
|
3275
|
-
"
|
|
3276
|
-
"
|
|
3257
|
+
"target": "c",
|
|
3258
|
+
"source": "b"
|
|
3277
3259
|
}
|
|
3278
3260
|
],
|
|
3279
|
-
"height": 200.0
|
|
3280
|
-
"type": "graph-view"
|
|
3261
|
+
"height": 200.0
|
|
3281
3262
|
}
|
|
3282
3263
|
]
|
|
3283
3264
|
}
|
|
3284
|
-
]
|
|
3265
|
+
],
|
|
3266
|
+
"type": "scaled-diagram"
|
|
3285
3267
|
}
|
|
3286
3268
|
],
|
|
3287
|
-
"appName": "Finance Tracker"
|
|
3269
|
+
"appName": "Finance Tracker",
|
|
3270
|
+
"type": "dashboard-layout",
|
|
3271
|
+
"navItems": [
|
|
3272
|
+
{
|
|
3273
|
+
"icon": "dollar-sign",
|
|
3274
|
+
"href": "/transactions",
|
|
3275
|
+
"label": "Transactions"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"label": "Summary",
|
|
3279
|
+
"icon": "layout-list",
|
|
3280
|
+
"href": "/summary"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"label": "Reports",
|
|
3284
|
+
"icon": "bar-chart",
|
|
3285
|
+
"href": "/reports"
|
|
3286
|
+
}
|
|
3287
|
+
]
|
|
3288
3288
|
}
|
|
3289
3289
|
]
|
|
3290
3290
|
]
|
|
@@ -3310,29 +3310,28 @@
|
|
|
3310
3310
|
{
|
|
3311
3311
|
"navItems": [
|
|
3312
3312
|
{
|
|
3313
|
-
"icon": "dollar-sign",
|
|
3314
3313
|
"label": "Transactions",
|
|
3315
|
-
"href": "/transactions"
|
|
3314
|
+
"href": "/transactions",
|
|
3315
|
+
"icon": "dollar-sign"
|
|
3316
3316
|
},
|
|
3317
3317
|
{
|
|
3318
|
-
"label": "Summary",
|
|
3319
3318
|
"href": "/summary",
|
|
3319
|
+
"label": "Summary",
|
|
3320
3320
|
"icon": "layout-list"
|
|
3321
3321
|
},
|
|
3322
3322
|
{
|
|
3323
|
+
"href": "/reports",
|
|
3323
3324
|
"icon": "bar-chart",
|
|
3324
|
-
"label": "Reports"
|
|
3325
|
-
"href": "/reports"
|
|
3325
|
+
"label": "Reports"
|
|
3326
3326
|
}
|
|
3327
3327
|
],
|
|
3328
|
-
"appName": "Finance Tracker",
|
|
3329
3328
|
"type": "dashboard-layout",
|
|
3330
3329
|
"children": [
|
|
3331
3330
|
{
|
|
3332
3331
|
"type": "scaled-diagram",
|
|
3333
3332
|
"children": [
|
|
3334
3333
|
{
|
|
3335
|
-
"
|
|
3334
|
+
"direction": "vertical",
|
|
3336
3335
|
"gap": "lg",
|
|
3337
3336
|
"children": [
|
|
3338
3337
|
{
|
|
@@ -3350,40 +3349,38 @@
|
|
|
3350
3349
|
{
|
|
3351
3350
|
"children": [
|
|
3352
3351
|
{
|
|
3353
|
-
"gap": "md",
|
|
3354
|
-
"type": "stack",
|
|
3355
3352
|
"children": [
|
|
3356
3353
|
{
|
|
3357
|
-
"
|
|
3358
|
-
"
|
|
3354
|
+
"name": "pie-chart",
|
|
3355
|
+
"type": "icon"
|
|
3359
3356
|
},
|
|
3360
3357
|
{
|
|
3358
|
+
"content": "Financial Summary",
|
|
3361
3359
|
"variant": "h2",
|
|
3362
|
-
"type": "typography"
|
|
3363
|
-
"content": "Financial Summary"
|
|
3360
|
+
"type": "typography"
|
|
3364
3361
|
}
|
|
3365
3362
|
],
|
|
3366
|
-
"
|
|
3363
|
+
"gap": "md",
|
|
3364
|
+
"direction": "horizontal",
|
|
3365
|
+
"type": "stack"
|
|
3367
3366
|
},
|
|
3368
3367
|
{
|
|
3369
|
-
"variant": "secondary",
|
|
3370
3368
|
"action": "REFRESH",
|
|
3369
|
+
"icon": "refresh-cw",
|
|
3371
3370
|
"type": "button",
|
|
3372
|
-
"
|
|
3373
|
-
"
|
|
3371
|
+
"variant": "secondary",
|
|
3372
|
+
"label": "Refresh"
|
|
3374
3373
|
}
|
|
3375
3374
|
],
|
|
3376
|
-
"justify": "between",
|
|
3377
3375
|
"gap": "md",
|
|
3378
3376
|
"direction": "horizontal",
|
|
3377
|
+
"justify": "between",
|
|
3379
3378
|
"type": "stack"
|
|
3380
3379
|
},
|
|
3381
3380
|
{
|
|
3382
3381
|
"type": "divider"
|
|
3383
3382
|
},
|
|
3384
3383
|
{
|
|
3385
|
-
"padding": "md",
|
|
3386
|
-
"type": "box",
|
|
3387
3384
|
"children": [
|
|
3388
3385
|
{
|
|
3389
3386
|
"type": "simple-grid",
|
|
@@ -3391,33 +3388,37 @@
|
|
|
3391
3388
|
"children": [
|
|
3392
3389
|
{
|
|
3393
3390
|
"type": "stat-display",
|
|
3394
|
-
"
|
|
3395
|
-
"
|
|
3391
|
+
"label": "TotalIncome",
|
|
3392
|
+
"value": "@entity.totalIncome"
|
|
3396
3393
|
},
|
|
3397
3394
|
{
|
|
3398
3395
|
"label": "TotalExpenses",
|
|
3399
|
-
"
|
|
3400
|
-
"
|
|
3396
|
+
"type": "stat-display",
|
|
3397
|
+
"value": "@entity.totalExpenses"
|
|
3401
3398
|
},
|
|
3402
3399
|
{
|
|
3403
|
-
"
|
|
3400
|
+
"type": "stat-display",
|
|
3404
3401
|
"value": "@entity.balance",
|
|
3405
|
-
"
|
|
3402
|
+
"label": "Balance"
|
|
3406
3403
|
},
|
|
3407
3404
|
{
|
|
3405
|
+
"label": "SavingsRate",
|
|
3408
3406
|
"value": "@entity.savingsRate",
|
|
3409
|
-
"type": "stat-display"
|
|
3410
|
-
"label": "SavingsRate"
|
|
3407
|
+
"type": "stat-display"
|
|
3411
3408
|
}
|
|
3412
3409
|
]
|
|
3413
3410
|
}
|
|
3414
|
-
]
|
|
3411
|
+
],
|
|
3412
|
+
"padding": "md",
|
|
3413
|
+
"type": "box"
|
|
3415
3414
|
},
|
|
3416
3415
|
{
|
|
3417
3416
|
"type": "divider"
|
|
3418
3417
|
},
|
|
3419
3418
|
{
|
|
3420
3419
|
"cols": 2.0,
|
|
3420
|
+
"type": "grid",
|
|
3421
|
+
"gap": "md",
|
|
3421
3422
|
"children": [
|
|
3422
3423
|
{
|
|
3423
3424
|
"type": "card",
|
|
@@ -3430,20 +3431,19 @@
|
|
|
3430
3431
|
]
|
|
3431
3432
|
},
|
|
3432
3433
|
{
|
|
3433
|
-
"type": "card",
|
|
3434
3434
|
"children": [
|
|
3435
3435
|
{
|
|
3436
|
-
"content": "Graph View",
|
|
3437
3436
|
"variant": "caption",
|
|
3437
|
+
"content": "Graph View",
|
|
3438
3438
|
"type": "typography"
|
|
3439
3439
|
}
|
|
3440
|
-
]
|
|
3440
|
+
],
|
|
3441
|
+
"type": "card"
|
|
3441
3442
|
}
|
|
3442
|
-
]
|
|
3443
|
-
"gap": "md",
|
|
3444
|
-
"type": "grid"
|
|
3443
|
+
]
|
|
3445
3444
|
},
|
|
3446
3445
|
{
|
|
3446
|
+
"type": "line-chart",
|
|
3447
3447
|
"data": [
|
|
3448
3448
|
{
|
|
3449
3449
|
"date": "Jan",
|
|
@@ -3466,60 +3466,60 @@
|
|
|
3466
3466
|
"value": 22.0
|
|
3467
3467
|
},
|
|
3468
3468
|
{
|
|
3469
|
-
"
|
|
3470
|
-
"
|
|
3469
|
+
"value": 30.0,
|
|
3470
|
+
"date": "Jun"
|
|
3471
3471
|
}
|
|
3472
|
-
]
|
|
3473
|
-
"type": "line-chart"
|
|
3472
|
+
]
|
|
3474
3473
|
},
|
|
3475
3474
|
{
|
|
3475
|
+
"type": "chart-legend",
|
|
3476
3476
|
"items": [
|
|
3477
3477
|
{
|
|
3478
|
-
"
|
|
3479
|
-
"
|
|
3478
|
+
"color": "primary",
|
|
3479
|
+
"label": "Current"
|
|
3480
3480
|
},
|
|
3481
3481
|
{
|
|
3482
|
-
"
|
|
3483
|
-
"
|
|
3482
|
+
"color": "muted",
|
|
3483
|
+
"label": "Previous"
|
|
3484
3484
|
}
|
|
3485
|
-
]
|
|
3486
|
-
"type": "chart-legend"
|
|
3485
|
+
]
|
|
3487
3486
|
},
|
|
3488
3487
|
{
|
|
3489
|
-
"type": "graph-view",
|
|
3490
|
-
"width": 400.0,
|
|
3491
3488
|
"height": 200.0,
|
|
3489
|
+
"edges": [
|
|
3490
|
+
{
|
|
3491
|
+
"source": "a",
|
|
3492
|
+
"target": "b"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"source": "b",
|
|
3496
|
+
"target": "c"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"type": "graph-view",
|
|
3492
3500
|
"nodes": [
|
|
3493
3501
|
{
|
|
3494
|
-
"
|
|
3495
|
-
"
|
|
3502
|
+
"label": "Start",
|
|
3503
|
+
"id": "a"
|
|
3496
3504
|
},
|
|
3497
3505
|
{
|
|
3498
3506
|
"id": "b",
|
|
3499
3507
|
"label": "Process"
|
|
3500
3508
|
},
|
|
3501
3509
|
{
|
|
3502
|
-
"
|
|
3503
|
-
"
|
|
3510
|
+
"label": "End",
|
|
3511
|
+
"id": "c"
|
|
3504
3512
|
}
|
|
3505
3513
|
],
|
|
3506
|
-
"
|
|
3507
|
-
{
|
|
3508
|
-
"source": "a",
|
|
3509
|
-
"target": "b"
|
|
3510
|
-
},
|
|
3511
|
-
{
|
|
3512
|
-
"source": "b",
|
|
3513
|
-
"target": "c"
|
|
3514
|
-
}
|
|
3515
|
-
]
|
|
3514
|
+
"width": 400.0
|
|
3516
3515
|
}
|
|
3517
3516
|
],
|
|
3518
|
-
"
|
|
3517
|
+
"type": "stack"
|
|
3519
3518
|
}
|
|
3520
3519
|
]
|
|
3521
3520
|
}
|
|
3522
|
-
]
|
|
3521
|
+
],
|
|
3522
|
+
"appName": "Finance Tracker"
|
|
3523
3523
|
}
|
|
3524
3524
|
]
|
|
3525
3525
|
]
|
|
@@ -3698,8 +3698,8 @@
|
|
|
3698
3698
|
"FinanceReport",
|
|
3699
3699
|
{
|
|
3700
3700
|
"emit": {
|
|
3701
|
-
"
|
|
3702
|
-
"
|
|
3701
|
+
"failure": "FinanceReportLoadFailed",
|
|
3702
|
+
"success": "FinanceReportLoaded"
|
|
3703
3703
|
}
|
|
3704
3704
|
}
|
|
3705
3705
|
],
|
|
@@ -3707,22 +3707,22 @@
|
|
|
3707
3707
|
"render-ui",
|
|
3708
3708
|
"main",
|
|
3709
3709
|
{
|
|
3710
|
-
"align": "center",
|
|
3711
|
-
"type": "stack",
|
|
3712
|
-
"direction": "vertical",
|
|
3713
3710
|
"className": "py-12",
|
|
3711
|
+
"direction": "vertical",
|
|
3712
|
+
"type": "stack",
|
|
3713
|
+
"gap": "md",
|
|
3714
|
+
"align": "center",
|
|
3714
3715
|
"children": [
|
|
3715
3716
|
{
|
|
3716
3717
|
"type": "spinner"
|
|
3717
3718
|
},
|
|
3718
3719
|
{
|
|
3719
|
-
"variant": "caption",
|
|
3720
3720
|
"color": "muted",
|
|
3721
3721
|
"type": "typography",
|
|
3722
|
+
"variant": "caption",
|
|
3722
3723
|
"content": "Loading…"
|
|
3723
3724
|
}
|
|
3724
|
-
]
|
|
3725
|
-
"gap": "md"
|
|
3725
|
+
]
|
|
3726
3726
|
}
|
|
3727
3727
|
]
|
|
3728
3728
|
]
|
|
@@ -3737,79 +3737,95 @@
|
|
|
3737
3737
|
"main",
|
|
3738
3738
|
{
|
|
3739
3739
|
"appName": "Finance Tracker",
|
|
3740
|
+
"navItems": [
|
|
3741
|
+
{
|
|
3742
|
+
"href": "/transactions",
|
|
3743
|
+
"icon": "dollar-sign",
|
|
3744
|
+
"label": "Transactions"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"href": "/summary",
|
|
3748
|
+
"label": "Summary",
|
|
3749
|
+
"icon": "layout-list"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"label": "Reports",
|
|
3753
|
+
"href": "/reports",
|
|
3754
|
+
"icon": "bar-chart"
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3740
3757
|
"children": [
|
|
3741
3758
|
{
|
|
3742
|
-
"gap": "lg",
|
|
3743
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
3744
3759
|
"type": "stack",
|
|
3760
|
+
"direction": "vertical",
|
|
3745
3761
|
"children": [
|
|
3746
3762
|
{
|
|
3747
3763
|
"type": "stack",
|
|
3748
|
-
"
|
|
3764
|
+
"direction": "horizontal",
|
|
3749
3765
|
"children": [
|
|
3750
3766
|
{
|
|
3751
3767
|
"type": "stack",
|
|
3752
|
-
"align": "center",
|
|
3753
3768
|
"children": [
|
|
3754
3769
|
{
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3770
|
+
"type": "icon",
|
|
3771
|
+
"name": "file-text"
|
|
3757
3772
|
},
|
|
3758
3773
|
{
|
|
3759
|
-
"type": "typography",
|
|
3760
3774
|
"content": "Reports",
|
|
3775
|
+
"type": "typography",
|
|
3761
3776
|
"variant": "h2"
|
|
3762
3777
|
}
|
|
3763
3778
|
],
|
|
3764
3779
|
"direction": "horizontal",
|
|
3780
|
+
"align": "center",
|
|
3765
3781
|
"gap": "sm"
|
|
3766
3782
|
},
|
|
3767
3783
|
{
|
|
3768
|
-
"gap": "sm",
|
|
3769
|
-
"type": "stack",
|
|
3770
3784
|
"direction": "horizontal",
|
|
3785
|
+
"type": "stack",
|
|
3786
|
+
"gap": "sm",
|
|
3771
3787
|
"children": [
|
|
3772
3788
|
{
|
|
3773
3789
|
"variant": "primary",
|
|
3774
|
-
"action": "CREATE",
|
|
3775
|
-
"label": "Create FinanceReport",
|
|
3776
3790
|
"icon": "plus",
|
|
3777
|
-
"
|
|
3791
|
+
"label": "Create FinanceReport",
|
|
3792
|
+
"type": "button",
|
|
3793
|
+
"action": "CREATE"
|
|
3778
3794
|
}
|
|
3779
3795
|
]
|
|
3780
3796
|
}
|
|
3781
3797
|
],
|
|
3782
|
-
"
|
|
3798
|
+
"gap": "md",
|
|
3783
3799
|
"justify": "between",
|
|
3784
|
-
"
|
|
3800
|
+
"align": "center"
|
|
3785
3801
|
},
|
|
3786
3802
|
{
|
|
3787
3803
|
"type": "divider"
|
|
3788
3804
|
},
|
|
3789
3805
|
{
|
|
3790
|
-
"type": "data-list",
|
|
3791
|
-
"entity": "@payload.data",
|
|
3792
3806
|
"itemActions": [
|
|
3793
3807
|
{
|
|
3794
|
-
"
|
|
3808
|
+
"event": "VIEW",
|
|
3795
3809
|
"label": "View",
|
|
3796
|
-
"
|
|
3810
|
+
"variant": "ghost"
|
|
3797
3811
|
}
|
|
3798
3812
|
],
|
|
3813
|
+
"variant": "card",
|
|
3814
|
+
"type": "data-list",
|
|
3799
3815
|
"fields": [
|
|
3800
3816
|
{
|
|
3801
|
-
"
|
|
3817
|
+
"variant": "h3",
|
|
3802
3818
|
"icon": "file-text",
|
|
3803
|
-
"
|
|
3819
|
+
"name": "title"
|
|
3804
3820
|
},
|
|
3805
3821
|
{
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3822
|
+
"variant": "badge",
|
|
3823
|
+
"name": "period"
|
|
3808
3824
|
},
|
|
3809
3825
|
{
|
|
3826
|
+
"variant": "h4",
|
|
3810
3827
|
"format": "currency",
|
|
3811
|
-
"name": "total"
|
|
3812
|
-
"variant": "h4"
|
|
3828
|
+
"name": "total"
|
|
3813
3829
|
},
|
|
3814
3830
|
{
|
|
3815
3831
|
"label": "Generated",
|
|
@@ -3818,31 +3834,15 @@
|
|
|
3818
3834
|
"format": "date"
|
|
3819
3835
|
}
|
|
3820
3836
|
],
|
|
3821
|
-
"
|
|
3822
|
-
"
|
|
3837
|
+
"gap": "sm",
|
|
3838
|
+
"entity": "@payload.data"
|
|
3823
3839
|
}
|
|
3824
3840
|
],
|
|
3825
|
-
"
|
|
3841
|
+
"gap": "lg",
|
|
3842
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
3826
3843
|
}
|
|
3827
3844
|
],
|
|
3828
|
-
"type": "dashboard-layout"
|
|
3829
|
-
"navItems": [
|
|
3830
|
-
{
|
|
3831
|
-
"icon": "dollar-sign",
|
|
3832
|
-
"href": "/transactions",
|
|
3833
|
-
"label": "Transactions"
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"href": "/summary",
|
|
3837
|
-
"icon": "layout-list",
|
|
3838
|
-
"label": "Summary"
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"href": "/reports",
|
|
3842
|
-
"icon": "bar-chart",
|
|
3843
|
-
"label": "Reports"
|
|
3844
|
-
}
|
|
3845
|
-
]
|
|
3845
|
+
"type": "dashboard-layout"
|
|
3846
3846
|
}
|
|
3847
3847
|
]
|
|
3848
3848
|
]
|
|
@@ -3856,36 +3856,36 @@
|
|
|
3856
3856
|
"render-ui",
|
|
3857
3857
|
"main",
|
|
3858
3858
|
{
|
|
3859
|
+
"direction": "vertical",
|
|
3859
3860
|
"type": "stack",
|
|
3861
|
+
"className": "py-12",
|
|
3860
3862
|
"children": [
|
|
3861
3863
|
{
|
|
3862
3864
|
"type": "icon",
|
|
3863
|
-
"
|
|
3864
|
-
"
|
|
3865
|
+
"name": "alert-triangle",
|
|
3866
|
+
"color": "destructive"
|
|
3865
3867
|
},
|
|
3866
3868
|
{
|
|
3867
|
-
"
|
|
3869
|
+
"type": "typography",
|
|
3868
3870
|
"content": "Failed to load financereport",
|
|
3869
|
-
"
|
|
3871
|
+
"variant": "h3"
|
|
3870
3872
|
},
|
|
3871
3873
|
{
|
|
3872
|
-
"content": "@payload.error",
|
|
3873
3874
|
"color": "muted",
|
|
3874
3875
|
"type": "typography",
|
|
3876
|
+
"content": "@payload.error",
|
|
3875
3877
|
"variant": "body"
|
|
3876
3878
|
},
|
|
3877
3879
|
{
|
|
3878
|
-
"label": "Retry",
|
|
3879
3880
|
"action": "INIT",
|
|
3881
|
+
"label": "Retry",
|
|
3882
|
+
"icon": "rotate-ccw",
|
|
3880
3883
|
"variant": "primary",
|
|
3881
|
-
"type": "button"
|
|
3882
|
-
"icon": "rotate-ccw"
|
|
3884
|
+
"type": "button"
|
|
3883
3885
|
}
|
|
3884
3886
|
],
|
|
3885
3887
|
"align": "center",
|
|
3886
|
-
"gap": "md"
|
|
3887
|
-
"className": "py-12",
|
|
3888
|
-
"direction": "vertical"
|
|
3888
|
+
"gap": "md"
|
|
3889
3889
|
}
|
|
3890
3890
|
]
|
|
3891
3891
|
]
|
|
@@ -4070,8 +4070,8 @@
|
|
|
4070
4070
|
"FinanceReport",
|
|
4071
4071
|
{
|
|
4072
4072
|
"emit": {
|
|
4073
|
-
"
|
|
4074
|
-
"
|
|
4073
|
+
"success": "FinanceReportLoaded",
|
|
4074
|
+
"failure": "FinanceReportLoadFailed"
|
|
4075
4075
|
}
|
|
4076
4076
|
}
|
|
4077
4077
|
],
|
|
@@ -4079,11 +4079,9 @@
|
|
|
4079
4079
|
"render-ui",
|
|
4080
4080
|
"modal",
|
|
4081
4081
|
{
|
|
4082
|
-
"
|
|
4082
|
+
"direction": "vertical",
|
|
4083
4083
|
"children": [
|
|
4084
4084
|
{
|
|
4085
|
-
"type": "stack",
|
|
4086
|
-
"gap": "sm",
|
|
4087
4085
|
"children": [
|
|
4088
4086
|
{
|
|
4089
4087
|
"type": "icon",
|
|
@@ -4091,30 +4089,32 @@
|
|
|
4091
4089
|
},
|
|
4092
4090
|
{
|
|
4093
4091
|
"type": "typography",
|
|
4094
|
-
"
|
|
4095
|
-
"
|
|
4092
|
+
"content": "New FinanceReport",
|
|
4093
|
+
"variant": "h3"
|
|
4096
4094
|
}
|
|
4097
4095
|
],
|
|
4096
|
+
"gap": "sm",
|
|
4097
|
+
"type": "stack",
|
|
4098
4098
|
"direction": "horizontal"
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"type": "divider"
|
|
4102
4102
|
},
|
|
4103
4103
|
{
|
|
4104
|
-
"mode": "create",
|
|
4105
4104
|
"cancelEvent": "CLOSE",
|
|
4106
4105
|
"type": "form-section",
|
|
4106
|
+
"submitEvent": "SAVE",
|
|
4107
4107
|
"fields": [
|
|
4108
4108
|
"title",
|
|
4109
4109
|
"period",
|
|
4110
4110
|
"total",
|
|
4111
4111
|
"generatedAt"
|
|
4112
4112
|
],
|
|
4113
|
-
"
|
|
4113
|
+
"mode": "create"
|
|
4114
4114
|
}
|
|
4115
4115
|
],
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4116
|
+
"gap": "md",
|
|
4117
|
+
"type": "stack"
|
|
4118
4118
|
}
|
|
4119
4119
|
]
|
|
4120
4120
|
]
|
|
@@ -4325,59 +4325,61 @@
|
|
|
4325
4325
|
"fetch",
|
|
4326
4326
|
"FinanceReport",
|
|
4327
4327
|
{
|
|
4328
|
+
"id": "@payload.id",
|
|
4328
4329
|
"emit": {
|
|
4329
|
-
"
|
|
4330
|
-
"
|
|
4331
|
-
}
|
|
4332
|
-
"id": "@payload.id"
|
|
4330
|
+
"failure": "FinanceReportLoadFailed",
|
|
4331
|
+
"success": "FinanceReportLoaded"
|
|
4332
|
+
}
|
|
4333
4333
|
}
|
|
4334
4334
|
],
|
|
4335
4335
|
[
|
|
4336
4336
|
"render-ui",
|
|
4337
4337
|
"modal",
|
|
4338
4338
|
{
|
|
4339
|
+
"direction": "vertical",
|
|
4340
|
+
"type": "stack",
|
|
4341
|
+
"gap": "md",
|
|
4339
4342
|
"children": [
|
|
4340
4343
|
{
|
|
4341
|
-
"gap": "sm",
|
|
4342
4344
|
"type": "stack",
|
|
4343
|
-
"align": "center",
|
|
4344
|
-
"direction": "horizontal",
|
|
4345
4345
|
"children": [
|
|
4346
4346
|
{
|
|
4347
|
-
"
|
|
4348
|
-
"
|
|
4347
|
+
"name": "eye",
|
|
4348
|
+
"type": "icon"
|
|
4349
4349
|
},
|
|
4350
4350
|
{
|
|
4351
4351
|
"type": "typography",
|
|
4352
4352
|
"content": "@entity.title",
|
|
4353
4353
|
"variant": "h3"
|
|
4354
4354
|
}
|
|
4355
|
-
]
|
|
4355
|
+
],
|
|
4356
|
+
"direction": "horizontal",
|
|
4357
|
+
"gap": "sm",
|
|
4358
|
+
"align": "center"
|
|
4356
4359
|
},
|
|
4357
4360
|
{
|
|
4358
4361
|
"type": "divider"
|
|
4359
4362
|
},
|
|
4360
4363
|
{
|
|
4361
4364
|
"gap": "md",
|
|
4362
|
-
"type": "stack",
|
|
4363
|
-
"direction": "horizontal",
|
|
4364
4365
|
"children": [
|
|
4365
4366
|
{
|
|
4366
4367
|
"content": "Title",
|
|
4367
|
-
"
|
|
4368
|
-
"
|
|
4368
|
+
"type": "typography",
|
|
4369
|
+
"variant": "caption"
|
|
4369
4370
|
},
|
|
4370
4371
|
{
|
|
4371
|
-
"
|
|
4372
|
+
"content": "@entity.title",
|
|
4372
4373
|
"variant": "body",
|
|
4373
|
-
"
|
|
4374
|
+
"type": "typography"
|
|
4374
4375
|
}
|
|
4375
|
-
]
|
|
4376
|
+
],
|
|
4377
|
+
"type": "stack",
|
|
4378
|
+
"direction": "horizontal"
|
|
4376
4379
|
},
|
|
4377
4380
|
{
|
|
4378
4381
|
"gap": "md",
|
|
4379
4382
|
"type": "stack",
|
|
4380
|
-
"direction": "horizontal",
|
|
4381
4383
|
"children": [
|
|
4382
4384
|
{
|
|
4383
4385
|
"content": "Period",
|
|
@@ -4389,15 +4391,15 @@
|
|
|
4389
4391
|
"type": "typography",
|
|
4390
4392
|
"content": "@entity.period"
|
|
4391
4393
|
}
|
|
4392
|
-
]
|
|
4394
|
+
],
|
|
4395
|
+
"direction": "horizontal"
|
|
4393
4396
|
},
|
|
4394
4397
|
{
|
|
4395
|
-
"type": "stack",
|
|
4396
4398
|
"children": [
|
|
4397
4399
|
{
|
|
4400
|
+
"content": "Total",
|
|
4398
4401
|
"type": "typography",
|
|
4399
|
-
"variant": "caption"
|
|
4400
|
-
"content": "Total"
|
|
4402
|
+
"variant": "caption"
|
|
4401
4403
|
},
|
|
4402
4404
|
{
|
|
4403
4405
|
"type": "typography",
|
|
@@ -4405,47 +4407,45 @@
|
|
|
4405
4407
|
"content": "@entity.total"
|
|
4406
4408
|
}
|
|
4407
4409
|
],
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4410
|
+
"gap": "md",
|
|
4411
|
+
"type": "stack",
|
|
4412
|
+
"direction": "horizontal"
|
|
4410
4413
|
},
|
|
4411
4414
|
{
|
|
4412
|
-
"type": "stack",
|
|
4413
|
-
"gap": "md",
|
|
4414
|
-
"direction": "horizontal",
|
|
4415
4415
|
"children": [
|
|
4416
4416
|
{
|
|
4417
4417
|
"type": "typography",
|
|
4418
|
-
"
|
|
4419
|
-
"
|
|
4418
|
+
"content": "Generated At",
|
|
4419
|
+
"variant": "caption"
|
|
4420
4420
|
},
|
|
4421
4421
|
{
|
|
4422
|
-
"content": "@entity.generatedAt",
|
|
4423
4422
|
"type": "typography",
|
|
4423
|
+
"content": "@entity.generatedAt",
|
|
4424
4424
|
"variant": "body"
|
|
4425
4425
|
}
|
|
4426
|
-
]
|
|
4426
|
+
],
|
|
4427
|
+
"gap": "md",
|
|
4428
|
+
"type": "stack",
|
|
4429
|
+
"direction": "horizontal"
|
|
4427
4430
|
},
|
|
4428
4431
|
{
|
|
4429
4432
|
"type": "divider"
|
|
4430
4433
|
},
|
|
4431
4434
|
{
|
|
4435
|
+
"direction": "horizontal",
|
|
4432
4436
|
"children": [
|
|
4433
4437
|
{
|
|
4434
4438
|
"variant": "ghost",
|
|
4439
|
+
"type": "button",
|
|
4435
4440
|
"action": "CLOSE",
|
|
4436
|
-
"label": "Close"
|
|
4437
|
-
"type": "button"
|
|
4441
|
+
"label": "Close"
|
|
4438
4442
|
}
|
|
4439
4443
|
],
|
|
4440
|
-
"type": "stack",
|
|
4441
|
-
"direction": "horizontal",
|
|
4442
4444
|
"justify": "end",
|
|
4445
|
+
"type": "stack",
|
|
4443
4446
|
"gap": "sm"
|
|
4444
4447
|
}
|
|
4445
|
-
]
|
|
4446
|
-
"direction": "vertical",
|
|
4447
|
-
"gap": "md",
|
|
4448
|
-
"type": "stack"
|
|
4448
|
+
]
|
|
4449
4449
|
}
|
|
4450
4450
|
]
|
|
4451
4451
|
]
|