taxtank-core 0.32.36 → 0.32.39
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/esm2022/lib/collections/collection.mjs +5 -6
- package/esm2022/lib/collections/subscription/service-subscription.collection.mjs +1 -1
- package/esm2022/lib/db/Json/chart-accounts/chart-accounts-value.json +307 -274
- package/esm2022/lib/forms/client/client-income-types.form.mjs +2 -2
- package/fesm2022/taxtank-core.mjs +311 -355
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/lib/collections/collection.d.ts +1 -1
- package/lib/forms/client/client-income-types.form.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1862,7 +1862,9 @@ class Collection {
|
|
|
1862
1862
|
return this.items.map(callback);
|
|
1863
1863
|
}
|
|
1864
1864
|
mapBy(path) {
|
|
1865
|
-
return this
|
|
1865
|
+
return this
|
|
1866
|
+
.filter((item) => !!get(item, path))
|
|
1867
|
+
.map((item) => get(item, path));
|
|
1866
1868
|
}
|
|
1867
1869
|
sortBy(paths = ['id'], order = ['desc']) {
|
|
1868
1870
|
this.items = orderBy(this.items, paths instanceof Array ? paths : [paths], order instanceof Array ? order : [order]);
|
|
@@ -1887,10 +1889,7 @@ class Collection {
|
|
|
1887
1889
|
filter(callback) {
|
|
1888
1890
|
return this.create(this.items.filter(callback));
|
|
1889
1891
|
}
|
|
1890
|
-
filterBy(path, values
|
|
1891
|
-
if (!values) {
|
|
1892
|
-
return this.filter((item) => !!get(item, path));
|
|
1893
|
-
}
|
|
1892
|
+
filterBy(path, values) {
|
|
1894
1893
|
return this.filter((item) => (Array.isArray(values) ? values : [values]).includes(get(item, path)));
|
|
1895
1894
|
}
|
|
1896
1895
|
filterByRange(path, from, to) {
|
|
@@ -2620,497 +2619,454 @@ function enumToList(data) {
|
|
|
2620
2619
|
var ChartAccountsValues = [
|
|
2621
2620
|
{
|
|
2622
2621
|
id: 1,
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
startDate: null,
|
|
2628
|
-
endDate: null,
|
|
2622
|
+
chart_accounts_id: 24,
|
|
2623
|
+
financial_year: 2017,
|
|
2624
|
+
start_date: null,
|
|
2625
|
+
end_date: null,
|
|
2629
2626
|
value: 0.66,
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2627
|
+
unit_of_measure: "kilometres",
|
|
2628
|
+
created_at: "2020-05-23 00:00:00",
|
|
2629
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2633
2630
|
},
|
|
2634
2631
|
{
|
|
2635
2632
|
id: 2,
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
startDate: null,
|
|
2641
|
-
endDate: null,
|
|
2633
|
+
chart_accounts_id: 24,
|
|
2634
|
+
financial_year: 2018,
|
|
2635
|
+
start_date: null,
|
|
2636
|
+
end_date: null,
|
|
2642
2637
|
value: 0.66,
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2638
|
+
unit_of_measure: "kilometres",
|
|
2639
|
+
created_at: "2020-05-23 00:00:00",
|
|
2640
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2646
2641
|
},
|
|
2647
2642
|
{
|
|
2648
2643
|
id: 3,
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
startDate: null,
|
|
2654
|
-
endDate: null,
|
|
2644
|
+
chart_accounts_id: 24,
|
|
2645
|
+
financial_year: 2019,
|
|
2646
|
+
start_date: null,
|
|
2647
|
+
end_date: null,
|
|
2655
2648
|
value: 0.68,
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2649
|
+
unit_of_measure: "kilometres",
|
|
2650
|
+
created_at: "2020-05-23 00:00:00",
|
|
2651
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2659
2652
|
},
|
|
2660
2653
|
{
|
|
2661
2654
|
id: 4,
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
startDate: null,
|
|
2667
|
-
endDate: null,
|
|
2655
|
+
chart_accounts_id: 24,
|
|
2656
|
+
financial_year: 2020,
|
|
2657
|
+
start_date: null,
|
|
2658
|
+
end_date: null,
|
|
2668
2659
|
value: 0.68,
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2660
|
+
unit_of_measure: "kilometres",
|
|
2661
|
+
created_at: "2020-05-23 00:00:00",
|
|
2662
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2672
2663
|
},
|
|
2673
2664
|
{
|
|
2674
2665
|
id: 14,
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
startDate: null,
|
|
2680
|
-
endDate: null,
|
|
2666
|
+
chart_accounts_id: 87,
|
|
2667
|
+
financial_year: 2018,
|
|
2668
|
+
start_date: null,
|
|
2669
|
+
end_date: null,
|
|
2681
2670
|
value: 0.45,
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2671
|
+
unit_of_measure: "hours",
|
|
2672
|
+
created_at: "2020-05-23 00:00:00",
|
|
2673
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2685
2674
|
},
|
|
2686
2675
|
{
|
|
2687
2676
|
id: 15,
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
startDate: null,
|
|
2693
|
-
endDate: null,
|
|
2677
|
+
chart_accounts_id: 87,
|
|
2678
|
+
financial_year: 2019,
|
|
2679
|
+
start_date: null,
|
|
2680
|
+
end_date: null,
|
|
2694
2681
|
value: 0.52,
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2682
|
+
unit_of_measure: "hours",
|
|
2683
|
+
created_at: "2020-05-23 00:00:00",
|
|
2684
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2698
2685
|
},
|
|
2699
2686
|
{
|
|
2700
2687
|
id: 16,
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
startDate: null,
|
|
2706
|
-
endDate: null,
|
|
2688
|
+
chart_accounts_id: 87,
|
|
2689
|
+
financial_year: 2020,
|
|
2690
|
+
start_date: null,
|
|
2691
|
+
end_date: null,
|
|
2707
2692
|
value: 0.52,
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2693
|
+
unit_of_measure: "hours",
|
|
2694
|
+
created_at: "2020-05-23 00:00:00",
|
|
2695
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2711
2696
|
},
|
|
2712
2697
|
{
|
|
2713
2698
|
id: 17,
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
startDate: null,
|
|
2719
|
-
endDate: null,
|
|
2699
|
+
chart_accounts_id: 103,
|
|
2700
|
+
financial_year: 2017,
|
|
2701
|
+
start_date: null,
|
|
2702
|
+
end_date: null,
|
|
2720
2703
|
value: 0.45,
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2704
|
+
unit_of_measure: "hours",
|
|
2705
|
+
created_at: "2020-05-23 00:00:00",
|
|
2706
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2724
2707
|
},
|
|
2725
2708
|
{
|
|
2726
2709
|
id: 18,
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
startDate: null,
|
|
2732
|
-
endDate: null,
|
|
2710
|
+
chart_accounts_id: 103,
|
|
2711
|
+
financial_year: 2018,
|
|
2712
|
+
start_date: null,
|
|
2713
|
+
end_date: null,
|
|
2733
2714
|
value: 0.45,
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2715
|
+
unit_of_measure: "hours",
|
|
2716
|
+
created_at: "2020-05-23 00:00:00",
|
|
2717
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2737
2718
|
},
|
|
2738
2719
|
{
|
|
2739
2720
|
id: 19,
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
startDate: null,
|
|
2745
|
-
endDate: null,
|
|
2721
|
+
chart_accounts_id: 103,
|
|
2722
|
+
financial_year: 2019,
|
|
2723
|
+
start_date: null,
|
|
2724
|
+
end_date: null,
|
|
2746
2725
|
value: 0.52,
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2726
|
+
unit_of_measure: "hours",
|
|
2727
|
+
created_at: "2020-05-23 00:00:00",
|
|
2728
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2750
2729
|
},
|
|
2751
2730
|
{
|
|
2752
2731
|
id: 20,
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
startDate: null,
|
|
2758
|
-
endDate: null,
|
|
2732
|
+
chart_accounts_id: 103,
|
|
2733
|
+
financial_year: 2020,
|
|
2734
|
+
start_date: null,
|
|
2735
|
+
end_date: null,
|
|
2759
2736
|
value: 0.52,
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2737
|
+
unit_of_measure: "hours",
|
|
2738
|
+
created_at: "2020-05-23 00:00:00",
|
|
2739
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2763
2740
|
},
|
|
2764
2741
|
{
|
|
2765
2742
|
id: 21,
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
startDate: null,
|
|
2771
|
-
endDate: null,
|
|
2743
|
+
chart_accounts_id: 288,
|
|
2744
|
+
financial_year: 2017,
|
|
2745
|
+
start_date: null,
|
|
2746
|
+
end_date: null,
|
|
2772
2747
|
value: 0.45,
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2748
|
+
unit_of_measure: "hours",
|
|
2749
|
+
created_at: "2020-05-23 00:00:00",
|
|
2750
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2776
2751
|
},
|
|
2777
2752
|
{
|
|
2778
2753
|
id: 22,
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
startDate: null,
|
|
2784
|
-
endDate: null,
|
|
2754
|
+
chart_accounts_id: 288,
|
|
2755
|
+
financial_year: 2018,
|
|
2756
|
+
start_date: null,
|
|
2757
|
+
end_date: null,
|
|
2785
2758
|
value: 0.45,
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2759
|
+
unit_of_measure: "hours",
|
|
2760
|
+
created_at: "2020-05-23 00:00:00",
|
|
2761
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2789
2762
|
},
|
|
2790
2763
|
{
|
|
2791
2764
|
id: 23,
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
startDate: null,
|
|
2797
|
-
endDate: null,
|
|
2765
|
+
chart_accounts_id: 288,
|
|
2766
|
+
financial_year: 2019,
|
|
2767
|
+
start_date: null,
|
|
2768
|
+
end_date: null,
|
|
2798
2769
|
value: 0.52,
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2770
|
+
unit_of_measure: "hours",
|
|
2771
|
+
created_at: "2020-05-23 00:00:00",
|
|
2772
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2802
2773
|
},
|
|
2803
2774
|
{
|
|
2804
2775
|
id: 24,
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
startDate: null,
|
|
2810
|
-
endDate: null,
|
|
2776
|
+
chart_accounts_id: 288,
|
|
2777
|
+
financial_year: 2020,
|
|
2778
|
+
start_date: null,
|
|
2779
|
+
end_date: null,
|
|
2811
2780
|
value: 0.52,
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2781
|
+
unit_of_measure: "hours",
|
|
2782
|
+
created_at: "2020-05-23 00:00:00",
|
|
2783
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2815
2784
|
},
|
|
2816
2785
|
{
|
|
2817
2786
|
id: 25,
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
startDate: null,
|
|
2823
|
-
endDate: null,
|
|
2787
|
+
chart_accounts_id: 24,
|
|
2788
|
+
financial_year: 2021,
|
|
2789
|
+
start_date: null,
|
|
2790
|
+
end_date: null,
|
|
2824
2791
|
value: 0.72,
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2792
|
+
unit_of_measure: "kilometres",
|
|
2793
|
+
created_at: "2020-05-23 00:00:00",
|
|
2794
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2828
2795
|
},
|
|
2829
2796
|
{
|
|
2830
2797
|
id: 28,
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
startDate: null,
|
|
2836
|
-
endDate: null,
|
|
2798
|
+
chart_accounts_id: 87,
|
|
2799
|
+
financial_year: 2021,
|
|
2800
|
+
start_date: null,
|
|
2801
|
+
end_date: null,
|
|
2837
2802
|
value: 0.52,
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2803
|
+
unit_of_measure: "hours",
|
|
2804
|
+
created_at: "2020-05-23 00:00:00",
|
|
2805
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2841
2806
|
},
|
|
2842
2807
|
{
|
|
2843
2808
|
id: 29,
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
startDate: null,
|
|
2849
|
-
endDate: null,
|
|
2809
|
+
chart_accounts_id: 103,
|
|
2810
|
+
financial_year: 2021,
|
|
2811
|
+
start_date: null,
|
|
2812
|
+
end_date: null,
|
|
2850
2813
|
value: 0.52,
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2814
|
+
unit_of_measure: "hours",
|
|
2815
|
+
created_at: "2020-05-23 00:00:00",
|
|
2816
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2854
2817
|
},
|
|
2855
2818
|
{
|
|
2856
2819
|
id: 30,
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
startDate: null,
|
|
2862
|
-
endDate: null,
|
|
2820
|
+
chart_accounts_id: 288,
|
|
2821
|
+
financial_year: 2021,
|
|
2822
|
+
start_date: null,
|
|
2823
|
+
end_date: null,
|
|
2863
2824
|
value: 0.52,
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2825
|
+
unit_of_measure: "hours",
|
|
2826
|
+
created_at: "2020-05-23 00:00:00",
|
|
2827
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2867
2828
|
},
|
|
2868
2829
|
{
|
|
2869
2830
|
id: 31,
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
startDate: null,
|
|
2875
|
-
endDate: null,
|
|
2831
|
+
chart_accounts_id: 24,
|
|
2832
|
+
financial_year: 2022,
|
|
2833
|
+
start_date: null,
|
|
2834
|
+
end_date: null,
|
|
2876
2835
|
value: 0.72,
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2836
|
+
unit_of_measure: "kilometres",
|
|
2837
|
+
created_at: "2020-05-23 00:00:00",
|
|
2838
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2880
2839
|
},
|
|
2881
2840
|
{
|
|
2882
2841
|
id: 32,
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
startDate: null,
|
|
2888
|
-
endDate: null,
|
|
2842
|
+
chart_accounts_id: 87,
|
|
2843
|
+
financial_year: 2022,
|
|
2844
|
+
start_date: null,
|
|
2845
|
+
end_date: null,
|
|
2889
2846
|
value: 0.52,
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2847
|
+
unit_of_measure: "hours",
|
|
2848
|
+
created_at: "2020-05-23 00:00:00",
|
|
2849
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2893
2850
|
},
|
|
2894
2851
|
{
|
|
2895
2852
|
id: 33,
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
startDate: null,
|
|
2901
|
-
endDate: null,
|
|
2853
|
+
chart_accounts_id: 103,
|
|
2854
|
+
financial_year: 2022,
|
|
2855
|
+
start_date: null,
|
|
2856
|
+
end_date: null,
|
|
2902
2857
|
value: 0.52,
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2858
|
+
unit_of_measure: "hours",
|
|
2859
|
+
created_at: "2020-05-23 00:00:00",
|
|
2860
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2906
2861
|
},
|
|
2907
2862
|
{
|
|
2908
2863
|
id: 34,
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
startDate: null,
|
|
2914
|
-
endDate: null,
|
|
2864
|
+
chart_accounts_id: 288,
|
|
2865
|
+
financial_year: 2022,
|
|
2866
|
+
start_date: null,
|
|
2867
|
+
end_date: null,
|
|
2915
2868
|
value: 0.52,
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2869
|
+
unit_of_measure: "hours",
|
|
2870
|
+
created_at: "2020-05-23 00:00:00",
|
|
2871
|
+
updated_at: "2020-05-23 00:00:00"
|
|
2919
2872
|
},
|
|
2920
2873
|
{
|
|
2921
2874
|
id: 35,
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
startDate: null,
|
|
2927
|
-
endDate: null,
|
|
2875
|
+
chart_accounts_id: 683,
|
|
2876
|
+
financial_year: 2017,
|
|
2877
|
+
start_date: null,
|
|
2878
|
+
end_date: null,
|
|
2928
2879
|
value: 0.66,
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2880
|
+
unit_of_measure: "kilometres",
|
|
2881
|
+
created_at: "2022-03-08 00:00:00",
|
|
2882
|
+
updated_at: "2022-03-08 00:00:00"
|
|
2932
2883
|
},
|
|
2933
2884
|
{
|
|
2934
2885
|
id: 36,
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
startDate: null,
|
|
2940
|
-
endDate: null,
|
|
2886
|
+
chart_accounts_id: 683,
|
|
2887
|
+
financial_year: 2018,
|
|
2888
|
+
start_date: null,
|
|
2889
|
+
end_date: null,
|
|
2941
2890
|
value: 0.66,
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2891
|
+
unit_of_measure: "kilometres",
|
|
2892
|
+
created_at: "2022-03-08 00:00:00",
|
|
2893
|
+
updated_at: "2022-03-08 00:00:00"
|
|
2945
2894
|
},
|
|
2946
2895
|
{
|
|
2947
2896
|
id: 37,
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
startDate: null,
|
|
2953
|
-
endDate: null,
|
|
2897
|
+
chart_accounts_id: 683,
|
|
2898
|
+
financial_year: 2019,
|
|
2899
|
+
start_date: null,
|
|
2900
|
+
end_date: null,
|
|
2954
2901
|
value: 0.68,
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2902
|
+
unit_of_measure: "kilometres",
|
|
2903
|
+
created_at: "2022-03-08 00:00:00",
|
|
2904
|
+
updated_at: "2022-03-08 00:00:00"
|
|
2958
2905
|
},
|
|
2959
2906
|
{
|
|
2960
2907
|
id: 38,
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
startDate: null,
|
|
2966
|
-
endDate: null,
|
|
2908
|
+
chart_accounts_id: 683,
|
|
2909
|
+
financial_year: 2020,
|
|
2910
|
+
start_date: null,
|
|
2911
|
+
end_date: null,
|
|
2967
2912
|
value: 0.68,
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2913
|
+
unit_of_measure: "kilometres",
|
|
2914
|
+
created_at: "2022-03-08 00:00:00",
|
|
2915
|
+
updated_at: "2022-03-08 00:00:00"
|
|
2971
2916
|
},
|
|
2972
2917
|
{
|
|
2973
2918
|
id: 39,
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
startDate: null,
|
|
2979
|
-
endDate: null,
|
|
2919
|
+
chart_accounts_id: 683,
|
|
2920
|
+
financial_year: 2021,
|
|
2921
|
+
start_date: null,
|
|
2922
|
+
end_date: null,
|
|
2980
2923
|
value: 0.72,
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2924
|
+
unit_of_measure: "kilometres",
|
|
2925
|
+
created_at: "2022-03-08 00:00:00",
|
|
2926
|
+
updated_at: "2022-03-08 00:00:00"
|
|
2984
2927
|
},
|
|
2985
2928
|
{
|
|
2986
2929
|
id: 40,
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
startDate: null,
|
|
2992
|
-
endDate: null,
|
|
2930
|
+
chart_accounts_id: 683,
|
|
2931
|
+
financial_year: 2022,
|
|
2932
|
+
start_date: null,
|
|
2933
|
+
end_date: null,
|
|
2993
2934
|
value: 0.72,
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2935
|
+
unit_of_measure: "kilometres",
|
|
2936
|
+
created_at: "2022-03-08 00:00:00",
|
|
2937
|
+
updated_at: "2022-03-08 00:00:00"
|
|
2997
2938
|
},
|
|
2998
2939
|
{
|
|
2999
2940
|
id: 41,
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
startDate: null,
|
|
3005
|
-
endDate: null,
|
|
2941
|
+
chart_accounts_id: 24,
|
|
2942
|
+
financial_year: 2023,
|
|
2943
|
+
start_date: null,
|
|
2944
|
+
end_date: null,
|
|
3006
2945
|
value: 0.78,
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
2946
|
+
unit_of_measure: "kilometres",
|
|
2947
|
+
created_at: "2022-06-29 00:00:00",
|
|
2948
|
+
updated_at: "2022-06-29 00:00:00"
|
|
3010
2949
|
},
|
|
3011
2950
|
{
|
|
3012
2951
|
id: 42,
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
createdAt: "2022-06-29 00:00:00",
|
|
3022
|
-
updatedAt: "2022-06-29 00:00:00"
|
|
2952
|
+
chart_accounts_id: 87,
|
|
2953
|
+
financial_year: 2023,
|
|
2954
|
+
start_date: null,
|
|
2955
|
+
end_date: null,
|
|
2956
|
+
value: 0.67,
|
|
2957
|
+
unit_of_measure: "hours",
|
|
2958
|
+
created_at: "2022-06-29 00:00:00",
|
|
2959
|
+
updated_at: "2022-06-29 00:00:00"
|
|
3023
2960
|
},
|
|
3024
2961
|
{
|
|
3025
2962
|
id: 43,
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
createdAt: "2022-06-29 00:00:00",
|
|
3035
|
-
updatedAt: "2022-06-29 00:00:00"
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
id: 44,
|
|
3039
|
-
chartAccounts: {
|
|
3040
|
-
id: 288
|
|
3041
|
-
},
|
|
3042
|
-
financialYear: 2023,
|
|
3043
|
-
startDate: null,
|
|
3044
|
-
endDate: null,
|
|
3045
|
-
value: 0.52,
|
|
3046
|
-
unitOfMeasure: "hours",
|
|
3047
|
-
createdAt: "2022-06-29 00:00:00",
|
|
3048
|
-
updatedAt: "2022-06-29 00:00:00"
|
|
2963
|
+
chart_accounts_id: 103,
|
|
2964
|
+
financial_year: 2023,
|
|
2965
|
+
start_date: null,
|
|
2966
|
+
end_date: null,
|
|
2967
|
+
value: 0.67,
|
|
2968
|
+
unit_of_measure: "hours",
|
|
2969
|
+
created_at: "2022-06-29 00:00:00",
|
|
2970
|
+
updated_at: "2022-06-29 00:00:00"
|
|
3049
2971
|
},
|
|
3050
2972
|
{
|
|
3051
2973
|
id: 45,
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
startDate: null,
|
|
3057
|
-
endDate: null,
|
|
2974
|
+
chart_accounts_id: 683,
|
|
2975
|
+
financial_year: 2023,
|
|
2976
|
+
start_date: null,
|
|
2977
|
+
end_date: null,
|
|
3058
2978
|
value: 0.78,
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
2979
|
+
unit_of_measure: "kilometres",
|
|
2980
|
+
created_at: "2022-06-29 00:00:00",
|
|
2981
|
+
updated_at: "2022-06-29 00:00:00"
|
|
3062
2982
|
},
|
|
3063
2983
|
{
|
|
3064
2984
|
id: 46,
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
startDate: null,
|
|
3070
|
-
endDate: null,
|
|
2985
|
+
chart_accounts_id: 24,
|
|
2986
|
+
financial_year: 2024,
|
|
2987
|
+
start_date: null,
|
|
2988
|
+
end_date: null,
|
|
3071
2989
|
value: 0.85,
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
2990
|
+
unit_of_measure: "kilometres",
|
|
2991
|
+
created_at: "2023-07-01 00:00:00",
|
|
2992
|
+
updated_at: "2023-07-01 00:00:00"
|
|
3075
2993
|
},
|
|
3076
2994
|
{
|
|
3077
2995
|
id: 47,
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
createdAt: "2023-07-01 00:00:00",
|
|
3087
|
-
updatedAt: "2023-07-01 00:00:00"
|
|
2996
|
+
chart_accounts_id: 87,
|
|
2997
|
+
financial_year: 2024,
|
|
2998
|
+
start_date: null,
|
|
2999
|
+
end_date: null,
|
|
3000
|
+
value: 0.67,
|
|
3001
|
+
unit_of_measure: "hours",
|
|
3002
|
+
created_at: "2023-07-01 00:00:00",
|
|
3003
|
+
updated_at: "2023-07-01 00:00:00"
|
|
3088
3004
|
},
|
|
3089
3005
|
{
|
|
3090
3006
|
id: 48,
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
createdAt: "2023-07-01 00:00:00",
|
|
3100
|
-
updatedAt: "2023-07-01 00:00:00"
|
|
3007
|
+
chart_accounts_id: 103,
|
|
3008
|
+
financial_year: 2024,
|
|
3009
|
+
start_date: null,
|
|
3010
|
+
end_date: null,
|
|
3011
|
+
value: 0.67,
|
|
3012
|
+
unit_of_measure: "hours",
|
|
3013
|
+
created_at: "2023-07-01 00:00:00",
|
|
3014
|
+
updated_at: "2023-07-01 00:00:00"
|
|
3101
3015
|
},
|
|
3102
3016
|
{
|
|
3103
3017
|
id: 49,
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
startDate: null,
|
|
3109
|
-
endDate: null,
|
|
3018
|
+
chart_accounts_id: 683,
|
|
3019
|
+
financial_year: 2024,
|
|
3020
|
+
start_date: null,
|
|
3021
|
+
end_date: null,
|
|
3110
3022
|
value: 0.85,
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3023
|
+
unit_of_measure: "kilometres",
|
|
3024
|
+
created_at: "2023-07-01 00:00:00",
|
|
3025
|
+
updated_at: "2023-07-01 00:00:00"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
id: 50,
|
|
3029
|
+
chart_accounts_id: 888,
|
|
3030
|
+
financial_year: 2023,
|
|
3031
|
+
start_date: null,
|
|
3032
|
+
end_date: null,
|
|
3033
|
+
value: 0.67,
|
|
3034
|
+
unit_of_measure: "hours",
|
|
3035
|
+
created_at: "2024-01-29 15:15:00",
|
|
3036
|
+
updated_at: "2024-01-29 15:15:00"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
id: 51,
|
|
3040
|
+
chart_accounts_id: 888,
|
|
3041
|
+
financial_year: 2024,
|
|
3042
|
+
start_date: null,
|
|
3043
|
+
end_date: null,
|
|
3044
|
+
value: 0.67,
|
|
3045
|
+
unit_of_measure: "hours",
|
|
3046
|
+
created_at: "2024-01-29 15:15:00",
|
|
3047
|
+
updated_at: "2024-01-29 15:15:00"
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
id: 52,
|
|
3051
|
+
chart_accounts_id: 888,
|
|
3052
|
+
financial_year: 2021,
|
|
3053
|
+
start_date: null,
|
|
3054
|
+
end_date: null,
|
|
3055
|
+
value: 0.52,
|
|
3056
|
+
unit_of_measure: "hours",
|
|
3057
|
+
created_at: "2024-01-30 15:15:00",
|
|
3058
|
+
updated_at: "2024-01-30 15:15:00"
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
id: 53,
|
|
3062
|
+
chart_accounts_id: 888,
|
|
3063
|
+
financial_year: 2022,
|
|
3064
|
+
start_date: null,
|
|
3065
|
+
end_date: null,
|
|
3066
|
+
value: 0.52,
|
|
3067
|
+
unit_of_measure: "hours",
|
|
3068
|
+
created_at: "2024-01-30 15:15:00",
|
|
3069
|
+
updated_at: "2024-01-30 15:15:00"
|
|
3114
3070
|
}
|
|
3115
3071
|
];
|
|
3116
3072
|
|