taxtank-core 1.0.66 → 1.0.68
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/README.md +5 -5
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +1602 -1680
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts +1 -1
- package/src/lib/db/Models/depreciation/depreciation.d.ts +2 -0
- package/src/lib/forms/chart-accounts/chart-accounts.form.d.ts +3 -0
- package/src/lib/forms/chart-accounts/index.d.ts +0 -1
- package/src/lib/models/chart-accounts/chart-accounts-depreciation.d.ts +1 -1
- package/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts +1 -5
- package/src/lib/services/http/chart-accounts/chart-accounts.service.d.ts +1 -5
- package/src/lib/forms/chart-accounts/chart-accounts-depreciation.form.d.ts +0 -7
@@ -2731,627 +2731,692 @@ function enumToList(data) {
|
|
2731
2731
|
var ChartAccountsValues = [
|
2732
2732
|
{
|
2733
2733
|
id: 1,
|
2734
|
-
|
2734
|
+
chart_accounts: {
|
2735
2735
|
id: 24
|
2736
2736
|
},
|
2737
|
-
|
2738
|
-
|
2739
|
-
|
2737
|
+
financial_year: 2017,
|
2738
|
+
start_date: null,
|
2739
|
+
end_date: null,
|
2740
2740
|
value: 0.66,
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2741
|
+
unit_of_measure: "kilometres",
|
2742
|
+
created_at: "2020-05-23 00:00:00",
|
2743
|
+
updated_at: "2020-05-23 00:00:00"
|
2744
2744
|
},
|
2745
2745
|
{
|
2746
2746
|
id: 2,
|
2747
|
-
|
2747
|
+
chart_accounts: {
|
2748
2748
|
id: 24
|
2749
2749
|
},
|
2750
|
-
|
2751
|
-
|
2752
|
-
|
2750
|
+
financial_year: 2018,
|
2751
|
+
start_date: null,
|
2752
|
+
end_date: null,
|
2753
2753
|
value: 0.66,
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
2754
|
+
unit_of_measure: "kilometres",
|
2755
|
+
created_at: "2020-05-23 00:00:00",
|
2756
|
+
updated_at: "2020-05-23 00:00:00"
|
2757
2757
|
},
|
2758
2758
|
{
|
2759
2759
|
id: 3,
|
2760
|
-
|
2760
|
+
chart_accounts: {
|
2761
2761
|
id: 24
|
2762
2762
|
},
|
2763
|
-
|
2764
|
-
|
2765
|
-
|
2763
|
+
financial_year: 2019,
|
2764
|
+
start_date: null,
|
2765
|
+
end_date: null,
|
2766
2766
|
value: 0.68,
|
2767
|
-
|
2768
|
-
|
2769
|
-
|
2767
|
+
unit_of_measure: "kilometres",
|
2768
|
+
created_at: "2020-05-23 00:00:00",
|
2769
|
+
updated_at: "2020-05-23 00:00:00"
|
2770
2770
|
},
|
2771
2771
|
{
|
2772
2772
|
id: 4,
|
2773
|
-
|
2773
|
+
chart_accounts: {
|
2774
2774
|
id: 24
|
2775
2775
|
},
|
2776
|
-
|
2777
|
-
|
2778
|
-
|
2776
|
+
financial_year: 2020,
|
2777
|
+
start_date: null,
|
2778
|
+
end_date: null,
|
2779
2779
|
value: 0.68,
|
2780
|
-
|
2781
|
-
|
2782
|
-
|
2780
|
+
unit_of_measure: "kilometres",
|
2781
|
+
created_at: "2020-05-23 00:00:00",
|
2782
|
+
updated_at: "2020-05-23 00:00:00"
|
2783
2783
|
},
|
2784
2784
|
{
|
2785
2785
|
id: 14,
|
2786
|
-
|
2786
|
+
chart_accounts: {
|
2787
2787
|
id: 87
|
2788
2788
|
},
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2789
|
+
financial_year: 2018,
|
2790
|
+
start_date: null,
|
2791
|
+
end_date: null,
|
2792
2792
|
value: 0.45,
|
2793
|
-
|
2794
|
-
|
2795
|
-
|
2793
|
+
unit_of_measure: "hours",
|
2794
|
+
created_at: "2020-05-23 00:00:00",
|
2795
|
+
updated_at: "2020-05-23 00:00:00"
|
2796
2796
|
},
|
2797
2797
|
{
|
2798
2798
|
id: 15,
|
2799
|
-
|
2799
|
+
chart_accounts: {
|
2800
2800
|
id: 87
|
2801
2801
|
},
|
2802
|
-
|
2803
|
-
|
2804
|
-
|
2802
|
+
financial_year: 2019,
|
2803
|
+
start_date: null,
|
2804
|
+
end_date: null,
|
2805
2805
|
value: 0.52,
|
2806
|
-
|
2807
|
-
|
2808
|
-
|
2806
|
+
unit_of_measure: "hours",
|
2807
|
+
created_at: "2020-05-23 00:00:00",
|
2808
|
+
updated_at: "2020-05-23 00:00:00"
|
2809
2809
|
},
|
2810
2810
|
{
|
2811
2811
|
id: 16,
|
2812
|
-
|
2812
|
+
chart_accounts: {
|
2813
2813
|
id: 87
|
2814
2814
|
},
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2815
|
+
financial_year: 2020,
|
2816
|
+
start_date: null,
|
2817
|
+
end_date: null,
|
2818
2818
|
value: 0.52,
|
2819
|
-
|
2820
|
-
|
2821
|
-
|
2819
|
+
unit_of_measure: "hours",
|
2820
|
+
created_at: "2020-05-23 00:00:00",
|
2821
|
+
updated_at: "2020-05-23 00:00:00"
|
2822
2822
|
},
|
2823
2823
|
{
|
2824
2824
|
id: 17,
|
2825
|
-
|
2825
|
+
chart_accounts: {
|
2826
2826
|
id: 103
|
2827
2827
|
},
|
2828
|
-
|
2829
|
-
|
2830
|
-
|
2828
|
+
financial_year: 2017,
|
2829
|
+
start_date: null,
|
2830
|
+
end_date: null,
|
2831
2831
|
value: 0.45,
|
2832
|
-
|
2833
|
-
|
2834
|
-
|
2832
|
+
unit_of_measure: "hours",
|
2833
|
+
created_at: "2020-05-23 00:00:00",
|
2834
|
+
updated_at: "2020-05-23 00:00:00"
|
2835
2835
|
},
|
2836
2836
|
{
|
2837
2837
|
id: 18,
|
2838
|
-
|
2838
|
+
chart_accounts: {
|
2839
2839
|
id: 103
|
2840
2840
|
},
|
2841
|
-
|
2842
|
-
|
2843
|
-
|
2841
|
+
financial_year: 2018,
|
2842
|
+
start_date: null,
|
2843
|
+
end_date: null,
|
2844
2844
|
value: 0.45,
|
2845
|
-
|
2846
|
-
|
2847
|
-
|
2845
|
+
unit_of_measure: "hours",
|
2846
|
+
created_at: "2020-05-23 00:00:00",
|
2847
|
+
updated_at: "2020-05-23 00:00:00"
|
2848
2848
|
},
|
2849
2849
|
{
|
2850
2850
|
id: 19,
|
2851
|
-
|
2851
|
+
chart_accounts: {
|
2852
2852
|
id: 103
|
2853
2853
|
},
|
2854
|
-
|
2855
|
-
|
2856
|
-
|
2854
|
+
financial_year: 2019,
|
2855
|
+
start_date: null,
|
2856
|
+
end_date: null,
|
2857
2857
|
value: 0.52,
|
2858
|
-
|
2859
|
-
|
2860
|
-
|
2858
|
+
unit_of_measure: "hours",
|
2859
|
+
created_at: "2020-05-23 00:00:00",
|
2860
|
+
updated_at: "2020-05-23 00:00:00"
|
2861
2861
|
},
|
2862
2862
|
{
|
2863
2863
|
id: 20,
|
2864
|
-
|
2864
|
+
chart_accounts: {
|
2865
2865
|
id: 103
|
2866
2866
|
},
|
2867
|
-
|
2868
|
-
|
2869
|
-
|
2867
|
+
financial_year: 2020,
|
2868
|
+
start_date: null,
|
2869
|
+
end_date: null,
|
2870
2870
|
value: 0.52,
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2871
|
+
unit_of_measure: "hours",
|
2872
|
+
created_at: "2020-05-23 00:00:00",
|
2873
|
+
updated_at: "2020-05-23 00:00:00"
|
2874
2874
|
},
|
2875
2875
|
{
|
2876
2876
|
id: 21,
|
2877
|
-
|
2877
|
+
chart_accounts: {
|
2878
2878
|
id: 288
|
2879
2879
|
},
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2880
|
+
financial_year: 2017,
|
2881
|
+
start_date: null,
|
2882
|
+
end_date: null,
|
2883
2883
|
value: 0.45,
|
2884
|
-
|
2885
|
-
|
2886
|
-
|
2884
|
+
unit_of_measure: "hours",
|
2885
|
+
created_at: "2020-05-23 00:00:00",
|
2886
|
+
updated_at: "2020-05-23 00:00:00"
|
2887
2887
|
},
|
2888
2888
|
{
|
2889
2889
|
id: 22,
|
2890
|
-
|
2890
|
+
chart_accounts: {
|
2891
2891
|
id: 288
|
2892
2892
|
},
|
2893
|
-
|
2894
|
-
|
2895
|
-
|
2893
|
+
financial_year: 2018,
|
2894
|
+
start_date: null,
|
2895
|
+
end_date: null,
|
2896
2896
|
value: 0.45,
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
2897
|
+
unit_of_measure: "hours",
|
2898
|
+
created_at: "2020-05-23 00:00:00",
|
2899
|
+
updated_at: "2020-05-23 00:00:00"
|
2900
2900
|
},
|
2901
2901
|
{
|
2902
2902
|
id: 23,
|
2903
|
-
|
2903
|
+
chart_accounts: {
|
2904
2904
|
id: 288
|
2905
2905
|
},
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2906
|
+
financial_year: 2019,
|
2907
|
+
start_date: null,
|
2908
|
+
end_date: null,
|
2909
2909
|
value: 0.52,
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2910
|
+
unit_of_measure: "hours",
|
2911
|
+
created_at: "2020-05-23 00:00:00",
|
2912
|
+
updated_at: "2020-05-23 00:00:00"
|
2913
2913
|
},
|
2914
2914
|
{
|
2915
2915
|
id: 24,
|
2916
|
-
|
2916
|
+
chart_accounts: {
|
2917
2917
|
id: 288
|
2918
2918
|
},
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2919
|
+
financial_year: 2020,
|
2920
|
+
start_date: null,
|
2921
|
+
end_date: null,
|
2922
2922
|
value: 0.52,
|
2923
|
-
|
2924
|
-
|
2925
|
-
|
2923
|
+
unit_of_measure: "hours",
|
2924
|
+
created_at: "2020-05-23 00:00:00",
|
2925
|
+
updated_at: "2020-05-23 00:00:00"
|
2926
2926
|
},
|
2927
2927
|
{
|
2928
2928
|
id: 25,
|
2929
|
-
|
2929
|
+
chart_accounts: {
|
2930
2930
|
id: 24
|
2931
2931
|
},
|
2932
|
-
|
2933
|
-
|
2934
|
-
|
2932
|
+
financial_year: 2021,
|
2933
|
+
start_date: null,
|
2934
|
+
end_date: null,
|
2935
2935
|
value: 0.72,
|
2936
|
-
|
2937
|
-
|
2938
|
-
|
2936
|
+
unit_of_measure: "kilometres",
|
2937
|
+
created_at: "2020-05-23 00:00:00",
|
2938
|
+
updated_at: "2020-05-23 00:00:00"
|
2939
2939
|
},
|
2940
2940
|
{
|
2941
2941
|
id: 28,
|
2942
|
-
|
2942
|
+
chart_accounts: {
|
2943
2943
|
id: 87
|
2944
2944
|
},
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2945
|
+
financial_year: 2021,
|
2946
|
+
start_date: null,
|
2947
|
+
end_date: null,
|
2948
2948
|
value: 0.52,
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2949
|
+
unit_of_measure: "hours",
|
2950
|
+
created_at: "2020-05-23 00:00:00",
|
2951
|
+
updated_at: "2020-05-23 00:00:00"
|
2952
2952
|
},
|
2953
2953
|
{
|
2954
2954
|
id: 29,
|
2955
|
-
|
2955
|
+
chart_accounts: {
|
2956
2956
|
id: 103
|
2957
2957
|
},
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2958
|
+
financial_year: 2021,
|
2959
|
+
start_date: null,
|
2960
|
+
end_date: null,
|
2961
2961
|
value: 0.52,
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
2962
|
+
unit_of_measure: "hours",
|
2963
|
+
created_at: "2020-05-23 00:00:00",
|
2964
|
+
updated_at: "2020-05-23 00:00:00"
|
2965
2965
|
},
|
2966
2966
|
{
|
2967
2967
|
id: 30,
|
2968
|
-
|
2968
|
+
chart_accounts: {
|
2969
2969
|
id: 288
|
2970
2970
|
},
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2971
|
+
financial_year: 2021,
|
2972
|
+
start_date: null,
|
2973
|
+
end_date: null,
|
2974
2974
|
value: 0.52,
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2975
|
+
unit_of_measure: "hours",
|
2976
|
+
created_at: "2020-05-23 00:00:00",
|
2977
|
+
updated_at: "2020-05-23 00:00:00"
|
2978
2978
|
},
|
2979
2979
|
{
|
2980
2980
|
id: 31,
|
2981
|
-
|
2981
|
+
chart_accounts: {
|
2982
2982
|
id: 24
|
2983
2983
|
},
|
2984
|
-
|
2985
|
-
|
2986
|
-
|
2984
|
+
financial_year: 2022,
|
2985
|
+
start_date: null,
|
2986
|
+
end_date: null,
|
2987
2987
|
value: 0.72,
|
2988
|
-
|
2989
|
-
|
2990
|
-
|
2988
|
+
unit_of_measure: "kilometres",
|
2989
|
+
created_at: "2020-05-23 00:00:00",
|
2990
|
+
updated_at: "2020-05-23 00:00:00"
|
2991
2991
|
},
|
2992
2992
|
{
|
2993
2993
|
id: 32,
|
2994
|
-
|
2994
|
+
chart_accounts: {
|
2995
2995
|
id: 87
|
2996
2996
|
},
|
2997
|
-
|
2998
|
-
|
2999
|
-
|
2997
|
+
financial_year: 2022,
|
2998
|
+
start_date: null,
|
2999
|
+
end_date: null,
|
3000
3000
|
value: 0.52,
|
3001
|
-
|
3002
|
-
|
3003
|
-
|
3001
|
+
unit_of_measure: "hours",
|
3002
|
+
created_at: "2020-05-23 00:00:00",
|
3003
|
+
updated_at: "2020-05-23 00:00:00"
|
3004
3004
|
},
|
3005
3005
|
{
|
3006
3006
|
id: 33,
|
3007
|
-
|
3007
|
+
chart_accounts: {
|
3008
3008
|
id: 103
|
3009
3009
|
},
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
3010
|
+
financial_year: 2022,
|
3011
|
+
start_date: null,
|
3012
|
+
end_date: null,
|
3013
3013
|
value: 0.52,
|
3014
|
-
|
3015
|
-
|
3016
|
-
|
3014
|
+
unit_of_measure: "hours",
|
3015
|
+
created_at: "2020-05-23 00:00:00",
|
3016
|
+
updated_at: "2020-05-23 00:00:00"
|
3017
3017
|
},
|
3018
3018
|
{
|
3019
3019
|
id: 34,
|
3020
|
-
|
3020
|
+
chart_accounts: {
|
3021
3021
|
id: 288
|
3022
3022
|
},
|
3023
|
-
|
3024
|
-
|
3025
|
-
|
3023
|
+
financial_year: 2022,
|
3024
|
+
start_date: null,
|
3025
|
+
end_date: null,
|
3026
3026
|
value: 0.52,
|
3027
|
-
|
3028
|
-
|
3029
|
-
|
3027
|
+
unit_of_measure: "hours",
|
3028
|
+
created_at: "2020-05-23 00:00:00",
|
3029
|
+
updated_at: "2020-05-23 00:00:00"
|
3030
3030
|
},
|
3031
3031
|
{
|
3032
3032
|
id: 35,
|
3033
|
-
|
3033
|
+
chart_accounts: {
|
3034
3034
|
id: 683
|
3035
3035
|
},
|
3036
|
-
|
3037
|
-
|
3038
|
-
|
3036
|
+
financial_year: 2017,
|
3037
|
+
start_date: null,
|
3038
|
+
end_date: null,
|
3039
3039
|
value: 0.66,
|
3040
|
-
|
3041
|
-
|
3042
|
-
|
3040
|
+
unit_of_measure: "kilometres",
|
3041
|
+
created_at: "2022-03-08 00:00:00",
|
3042
|
+
updated_at: "2022-03-08 00:00:00"
|
3043
3043
|
},
|
3044
3044
|
{
|
3045
3045
|
id: 36,
|
3046
|
-
|
3046
|
+
chart_accounts: {
|
3047
3047
|
id: 683
|
3048
3048
|
},
|
3049
|
-
|
3050
|
-
|
3051
|
-
|
3049
|
+
financial_year: 2018,
|
3050
|
+
start_date: null,
|
3051
|
+
end_date: null,
|
3052
3052
|
value: 0.66,
|
3053
|
-
|
3054
|
-
|
3055
|
-
|
3053
|
+
unit_of_measure: "kilometres",
|
3054
|
+
created_at: "2022-03-08 00:00:00",
|
3055
|
+
updated_at: "2022-03-08 00:00:00"
|
3056
3056
|
},
|
3057
3057
|
{
|
3058
3058
|
id: 37,
|
3059
|
-
|
3059
|
+
chart_accounts: {
|
3060
3060
|
id: 683
|
3061
3061
|
},
|
3062
|
-
|
3063
|
-
|
3064
|
-
|
3062
|
+
financial_year: 2019,
|
3063
|
+
start_date: null,
|
3064
|
+
end_date: null,
|
3065
3065
|
value: 0.68,
|
3066
|
-
|
3067
|
-
|
3068
|
-
|
3066
|
+
unit_of_measure: "kilometres",
|
3067
|
+
created_at: "2022-03-08 00:00:00",
|
3068
|
+
updated_at: "2022-03-08 00:00:00"
|
3069
3069
|
},
|
3070
3070
|
{
|
3071
3071
|
id: 38,
|
3072
|
-
|
3072
|
+
chart_accounts: {
|
3073
3073
|
id: 683
|
3074
3074
|
},
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3075
|
+
financial_year: 2020,
|
3076
|
+
start_date: null,
|
3077
|
+
end_date: null,
|
3078
3078
|
value: 0.68,
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3079
|
+
unit_of_measure: "kilometres",
|
3080
|
+
created_at: "2022-03-08 00:00:00",
|
3081
|
+
updated_at: "2022-03-08 00:00:00"
|
3082
3082
|
},
|
3083
3083
|
{
|
3084
3084
|
id: 39,
|
3085
|
-
|
3085
|
+
chart_accounts: {
|
3086
3086
|
id: 683
|
3087
3087
|
},
|
3088
|
-
|
3089
|
-
|
3090
|
-
|
3088
|
+
financial_year: 2021,
|
3089
|
+
start_date: null,
|
3090
|
+
end_date: null,
|
3091
3091
|
value: 0.72,
|
3092
|
-
|
3093
|
-
|
3094
|
-
|
3092
|
+
unit_of_measure: "kilometres",
|
3093
|
+
created_at: "2022-03-08 00:00:00",
|
3094
|
+
updated_at: "2022-03-08 00:00:00"
|
3095
3095
|
},
|
3096
3096
|
{
|
3097
3097
|
id: 40,
|
3098
|
-
|
3098
|
+
chart_accounts: {
|
3099
3099
|
id: 683
|
3100
3100
|
},
|
3101
|
-
|
3102
|
-
|
3103
|
-
|
3101
|
+
financial_year: 2022,
|
3102
|
+
start_date: null,
|
3103
|
+
end_date: null,
|
3104
3104
|
value: 0.72,
|
3105
|
-
|
3106
|
-
|
3107
|
-
|
3105
|
+
unit_of_measure: "kilometres",
|
3106
|
+
created_at: "2022-03-08 00:00:00",
|
3107
|
+
updated_at: "2022-03-08 00:00:00"
|
3108
3108
|
},
|
3109
3109
|
{
|
3110
3110
|
id: 41,
|
3111
|
-
|
3111
|
+
chart_accounts: {
|
3112
3112
|
id: 24
|
3113
3113
|
},
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3114
|
+
financial_year: 2023,
|
3115
|
+
start_date: null,
|
3116
|
+
end_date: null,
|
3117
3117
|
value: 0.78,
|
3118
|
-
|
3119
|
-
|
3120
|
-
|
3118
|
+
unit_of_measure: "kilometres",
|
3119
|
+
created_at: "2022-06-29 00:00:00",
|
3120
|
+
updated_at: "2022-06-29 00:00:00"
|
3121
3121
|
},
|
3122
3122
|
{
|
3123
3123
|
id: 42,
|
3124
|
-
|
3124
|
+
chart_accounts: {
|
3125
3125
|
id: 87
|
3126
3126
|
},
|
3127
|
-
|
3128
|
-
|
3129
|
-
|
3127
|
+
financial_year: 2023,
|
3128
|
+
start_date: null,
|
3129
|
+
end_date: null,
|
3130
3130
|
value: 0.67,
|
3131
|
-
|
3132
|
-
|
3133
|
-
|
3131
|
+
unit_of_measure: "hours",
|
3132
|
+
created_at: "2022-06-29 00:00:00",
|
3133
|
+
updated_at: "2022-06-29 00:00:00"
|
3134
3134
|
},
|
3135
3135
|
{
|
3136
3136
|
id: 43,
|
3137
|
-
|
3137
|
+
chart_accounts: {
|
3138
3138
|
id: 103
|
3139
3139
|
},
|
3140
|
-
|
3141
|
-
|
3142
|
-
|
3140
|
+
financial_year: 2023,
|
3141
|
+
start_date: null,
|
3142
|
+
end_date: null,
|
3143
3143
|
value: 0.67,
|
3144
|
-
|
3145
|
-
|
3146
|
-
|
3144
|
+
unit_of_measure: "hours",
|
3145
|
+
created_at: "2022-06-29 00:00:00",
|
3146
|
+
updated_at: "2022-06-29 00:00:00"
|
3147
3147
|
},
|
3148
3148
|
{
|
3149
3149
|
id: 45,
|
3150
|
-
|
3150
|
+
chart_accounts: {
|
3151
3151
|
id: 683
|
3152
3152
|
},
|
3153
|
-
|
3154
|
-
|
3155
|
-
|
3153
|
+
financial_year: 2023,
|
3154
|
+
start_date: null,
|
3155
|
+
end_date: null,
|
3156
3156
|
value: 0.78,
|
3157
|
-
|
3158
|
-
|
3159
|
-
|
3157
|
+
unit_of_measure: "kilometres",
|
3158
|
+
created_at: "2022-06-29 00:00:00",
|
3159
|
+
updated_at: "2022-06-29 00:00:00"
|
3160
3160
|
},
|
3161
3161
|
{
|
3162
3162
|
id: 46,
|
3163
|
-
|
3163
|
+
chart_accounts: {
|
3164
3164
|
id: 24
|
3165
3165
|
},
|
3166
|
-
|
3167
|
-
|
3168
|
-
|
3166
|
+
financial_year: 2024,
|
3167
|
+
start_date: null,
|
3168
|
+
end_date: null,
|
3169
3169
|
value: 0.85,
|
3170
|
-
|
3171
|
-
|
3172
|
-
|
3170
|
+
unit_of_measure: "kilometres",
|
3171
|
+
created_at: "2023-07-01 00:00:00",
|
3172
|
+
updated_at: "2023-07-01 00:00:00"
|
3173
3173
|
},
|
3174
3174
|
{
|
3175
3175
|
id: 47,
|
3176
|
-
|
3176
|
+
chart_accounts: {
|
3177
3177
|
id: 87
|
3178
3178
|
},
|
3179
|
-
|
3180
|
-
|
3181
|
-
|
3179
|
+
financial_year: 2024,
|
3180
|
+
start_date: null,
|
3181
|
+
end_date: null,
|
3182
3182
|
value: 0.67,
|
3183
|
-
|
3184
|
-
|
3185
|
-
|
3183
|
+
unit_of_measure: "hours",
|
3184
|
+
created_at: "2023-07-01 00:00:00",
|
3185
|
+
updated_at: "2023-07-01 00:00:00"
|
3186
3186
|
},
|
3187
3187
|
{
|
3188
3188
|
id: 48,
|
3189
|
-
|
3189
|
+
chart_accounts: {
|
3190
3190
|
id: 103
|
3191
3191
|
},
|
3192
|
-
|
3193
|
-
|
3194
|
-
|
3192
|
+
financial_year: 2024,
|
3193
|
+
start_date: null,
|
3194
|
+
end_date: null,
|
3195
3195
|
value: 0.67,
|
3196
|
-
|
3197
|
-
|
3198
|
-
|
3196
|
+
unit_of_measure: "hours",
|
3197
|
+
created_at: "2023-07-01 00:00:00",
|
3198
|
+
updated_at: "2023-07-01 00:00:00"
|
3199
3199
|
},
|
3200
3200
|
{
|
3201
3201
|
id: 49,
|
3202
|
-
|
3202
|
+
chart_accounts: {
|
3203
3203
|
id: 683
|
3204
3204
|
},
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3205
|
+
financial_year: 2024,
|
3206
|
+
start_date: null,
|
3207
|
+
end_date: null,
|
3208
3208
|
value: 0.85,
|
3209
|
-
|
3210
|
-
|
3211
|
-
|
3209
|
+
unit_of_measure: "kilometres",
|
3210
|
+
created_at: "2023-07-01 00:00:00",
|
3211
|
+
updated_at: "2023-07-01 00:00:00"
|
3212
3212
|
},
|
3213
3213
|
{
|
3214
3214
|
id: 50,
|
3215
|
-
|
3215
|
+
chart_accounts: {
|
3216
3216
|
id: 888
|
3217
3217
|
},
|
3218
|
-
|
3219
|
-
|
3220
|
-
|
3218
|
+
financial_year: 2023,
|
3219
|
+
start_date: null,
|
3220
|
+
end_date: null,
|
3221
3221
|
value: 0.67,
|
3222
|
-
|
3223
|
-
|
3224
|
-
|
3222
|
+
unit_of_measure: "hours",
|
3223
|
+
created_at: "2024-01-29 15:15:00",
|
3224
|
+
updated_at: "2024-01-29 15:15:00"
|
3225
3225
|
},
|
3226
3226
|
{
|
3227
3227
|
id: 51,
|
3228
|
-
|
3228
|
+
chart_accounts: {
|
3229
3229
|
id: 888
|
3230
3230
|
},
|
3231
|
-
|
3232
|
-
|
3233
|
-
|
3231
|
+
financial_year: 2024,
|
3232
|
+
start_date: null,
|
3233
|
+
end_date: null,
|
3234
3234
|
value: 0.67,
|
3235
|
-
|
3236
|
-
|
3237
|
-
|
3235
|
+
unit_of_measure: "hours",
|
3236
|
+
created_at: "2024-01-29 15:15:00",
|
3237
|
+
updated_at: "2024-01-29 15:15:00"
|
3238
3238
|
},
|
3239
3239
|
{
|
3240
3240
|
id: 52,
|
3241
|
-
|
3241
|
+
chart_accounts: {
|
3242
3242
|
id: 888
|
3243
3243
|
},
|
3244
|
-
|
3245
|
-
|
3246
|
-
|
3244
|
+
financial_year: 2021,
|
3245
|
+
start_date: null,
|
3246
|
+
end_date: null,
|
3247
3247
|
value: 0.52,
|
3248
|
-
|
3249
|
-
|
3250
|
-
|
3248
|
+
unit_of_measure: "hours",
|
3249
|
+
created_at: "2024-01-30 15:15:00",
|
3250
|
+
updated_at: "2024-01-30 15:15:00"
|
3251
3251
|
},
|
3252
3252
|
{
|
3253
3253
|
id: 53,
|
3254
|
-
|
3254
|
+
chart_accounts: {
|
3255
3255
|
id: 888
|
3256
3256
|
},
|
3257
|
-
|
3258
|
-
|
3259
|
-
|
3257
|
+
financial_year: 2022,
|
3258
|
+
start_date: null,
|
3259
|
+
end_date: null,
|
3260
3260
|
value: 0.52,
|
3261
|
-
|
3262
|
-
|
3263
|
-
|
3261
|
+
unit_of_measure: "hours",
|
3262
|
+
created_at: "2024-01-30 15:15:00",
|
3263
|
+
updated_at: "2024-01-30 15:15:00"
|
3264
3264
|
},
|
3265
3265
|
{
|
3266
3266
|
id: 54,
|
3267
|
-
|
3267
|
+
chart_accounts: {
|
3268
3268
|
id: 888
|
3269
3269
|
},
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3270
|
+
financial_year: 2023,
|
3271
|
+
start_date: null,
|
3272
|
+
end_date: null,
|
3273
3273
|
value: 0.67,
|
3274
|
-
|
3275
|
-
|
3276
|
-
|
3274
|
+
unit_of_measure: "hours",
|
3275
|
+
created_at: "2024-02-01 15:15:00",
|
3276
|
+
updated_at: "2024-02-01 15:15:00"
|
3277
3277
|
},
|
3278
3278
|
{
|
3279
3279
|
id: 55,
|
3280
|
-
|
3280
|
+
chart_accounts: {
|
3281
3281
|
id: 888
|
3282
3282
|
},
|
3283
|
-
|
3284
|
-
|
3285
|
-
|
3283
|
+
financial_year: 2024,
|
3284
|
+
start_date: null,
|
3285
|
+
end_date: null,
|
3286
3286
|
value: 0.67,
|
3287
|
-
|
3288
|
-
|
3289
|
-
|
3287
|
+
unit_of_measure: "hours",
|
3288
|
+
created_at: "2024-02-01 15:15:00",
|
3289
|
+
updated_at: "2024-02-01 15:15:00"
|
3290
3290
|
},
|
3291
3291
|
{
|
3292
3292
|
id: 56,
|
3293
|
-
|
3293
|
+
chart_accounts: {
|
3294
3294
|
id: 24
|
3295
3295
|
},
|
3296
|
-
|
3297
|
-
|
3298
|
-
|
3296
|
+
financial_year: 2025,
|
3297
|
+
start_date: null,
|
3298
|
+
end_date: null,
|
3299
3299
|
value: 0.88,
|
3300
|
-
|
3301
|
-
|
3302
|
-
|
3300
|
+
unit_of_measure: "kilometres",
|
3301
|
+
created_at: "2024-06-25 00:00:00",
|
3302
|
+
updated_at: "2024-06-25 00:00:00"
|
3303
3303
|
},
|
3304
3304
|
{
|
3305
3305
|
id: 57,
|
3306
|
-
|
3306
|
+
chart_accounts: {
|
3307
3307
|
id: 87
|
3308
3308
|
},
|
3309
|
-
|
3310
|
-
|
3311
|
-
|
3309
|
+
financial_year: 2025,
|
3310
|
+
start_date: null,
|
3311
|
+
end_date: null,
|
3312
3312
|
value: 0.7,
|
3313
|
-
|
3314
|
-
|
3315
|
-
|
3313
|
+
unit_of_measure: "hours",
|
3314
|
+
created_at: "2024-06-25 00:00:00",
|
3315
|
+
updated_at: "2024-06-25 00:00:00"
|
3316
3316
|
},
|
3317
3317
|
{
|
3318
3318
|
id: 58,
|
3319
|
-
|
3319
|
+
chart_accounts: {
|
3320
3320
|
id: 103
|
3321
3321
|
},
|
3322
|
-
|
3323
|
-
|
3324
|
-
|
3322
|
+
financial_year: 2025,
|
3323
|
+
start_date: null,
|
3324
|
+
end_date: null,
|
3325
3325
|
value: 0.7,
|
3326
|
-
|
3327
|
-
|
3328
|
-
|
3326
|
+
unit_of_measure: "hours",
|
3327
|
+
created_at: "2024-06-25 00:00:00",
|
3328
|
+
updated_at: "2024-06-25 00:00:00"
|
3329
3329
|
},
|
3330
3330
|
{
|
3331
3331
|
id: 59,
|
3332
|
-
|
3332
|
+
chart_accounts: {
|
3333
3333
|
id: 683
|
3334
3334
|
},
|
3335
|
-
|
3336
|
-
|
3337
|
-
|
3335
|
+
financial_year: 2025,
|
3336
|
+
start_date: null,
|
3337
|
+
end_date: null,
|
3338
3338
|
value: 0.88,
|
3339
|
-
|
3340
|
-
|
3341
|
-
|
3339
|
+
unit_of_measure: "kilometres",
|
3340
|
+
created_at: "2024-06-25 00:00:00",
|
3341
|
+
updated_at: "2024-06-25 00:00:00"
|
3342
3342
|
},
|
3343
3343
|
{
|
3344
3344
|
id: 60,
|
3345
|
-
|
3345
|
+
chart_accounts: {
|
3346
3346
|
id: 888
|
3347
3347
|
},
|
3348
|
-
|
3349
|
-
|
3350
|
-
|
3348
|
+
financial_year: 2025,
|
3349
|
+
start_date: null,
|
3350
|
+
end_date: null,
|
3351
3351
|
value: 0.7,
|
3352
|
-
|
3353
|
-
|
3354
|
-
|
3352
|
+
unit_of_measure: "hours",
|
3353
|
+
created_at: "2024-06-25 00:00:00",
|
3354
|
+
updated_at: "2024-06-25 00:00:00"
|
3355
|
+
},
|
3356
|
+
{
|
3357
|
+
id: 61,
|
3358
|
+
chart_accounts: {
|
3359
|
+
id: 24
|
3360
|
+
},
|
3361
|
+
financial_year: 2026,
|
3362
|
+
start_date: null,
|
3363
|
+
end_date: null,
|
3364
|
+
value: 0.88,
|
3365
|
+
unit_of_measure: "kilometres",
|
3366
|
+
created_at: "2025-06-27 00:00:00",
|
3367
|
+
updated_at: "2025-06-27 00:00:00"
|
3368
|
+
},
|
3369
|
+
{
|
3370
|
+
id: 62,
|
3371
|
+
chart_accounts: {
|
3372
|
+
id: 87
|
3373
|
+
},
|
3374
|
+
financial_year: 2026,
|
3375
|
+
start_date: null,
|
3376
|
+
end_date: null,
|
3377
|
+
value: 0.7,
|
3378
|
+
unit_of_measure: "hours",
|
3379
|
+
created_at: "2025-06-27 00:00:00",
|
3380
|
+
updated_at: "2025-06-27 00:00:00"
|
3381
|
+
},
|
3382
|
+
{
|
3383
|
+
id: 63,
|
3384
|
+
chart_accounts: {
|
3385
|
+
id: 103
|
3386
|
+
},
|
3387
|
+
financial_year: 2026,
|
3388
|
+
start_date: null,
|
3389
|
+
end_date: null,
|
3390
|
+
value: 0.7,
|
3391
|
+
unit_of_measure: "hours",
|
3392
|
+
created_at: "2025-06-27 00:00:00",
|
3393
|
+
updated_at: "2025-06-27 00:00:00"
|
3394
|
+
},
|
3395
|
+
{
|
3396
|
+
id: 64,
|
3397
|
+
chart_accounts: {
|
3398
|
+
id: 683
|
3399
|
+
},
|
3400
|
+
financial_year: 2026,
|
3401
|
+
start_date: null,
|
3402
|
+
end_date: null,
|
3403
|
+
value: 0.88,
|
3404
|
+
unit_of_measure: "kilometres",
|
3405
|
+
created_at: "2025-06-27 00:00:00",
|
3406
|
+
updated_at: "2025-06-27 00:00:00"
|
3407
|
+
},
|
3408
|
+
{
|
3409
|
+
id: 65,
|
3410
|
+
chart_accounts: {
|
3411
|
+
id: 888
|
3412
|
+
},
|
3413
|
+
financial_year: 2026,
|
3414
|
+
start_date: null,
|
3415
|
+
end_date: null,
|
3416
|
+
value: 0.7,
|
3417
|
+
unit_of_measure: "hours",
|
3418
|
+
created_at: "2025-06-27 00:00:00",
|
3419
|
+
updated_at: "2025-06-27 00:00:00"
|
3355
3420
|
}
|
3356
3421
|
];
|
3357
3422
|
|
@@ -3636,7 +3701,7 @@ __decorate([
|
|
3636
3701
|
], ChartAccountsDepreciation.prototype, "chartAccounts", void 0);
|
3637
3702
|
__decorate([
|
3638
3703
|
Transform(({ value }) => +value)
|
3639
|
-
], ChartAccountsDepreciation.prototype, "
|
3704
|
+
], ChartAccountsDepreciation.prototype, "maxClaim", void 0);
|
3640
3705
|
__decorate([
|
3641
3706
|
Transform(({ value }) => +value)
|
3642
3707
|
], ChartAccountsDepreciation.prototype, "effectiveLife", void 0);
|
@@ -11968,7 +12033,6 @@ let RestService$1 = class RestService extends DataService {
|
|
11968
12033
|
return;
|
11969
12034
|
}
|
11970
12035
|
this.sseService.on(this.mercureTopic).pipe(map((response) => {
|
11971
|
-
console.log(response);
|
11972
12036
|
let model = this.createModelInstance(response);
|
11973
12037
|
let method;
|
11974
12038
|
if (model.id) {
|
@@ -11981,7 +12045,6 @@ let RestService$1 = class RestService extends DataService {
|
|
11981
12045
|
}
|
11982
12046
|
return { method, model };
|
11983
12047
|
})).subscribe((change) => {
|
11984
|
-
console.log(change);
|
11985
12048
|
this.handleResponse([change.model], change.method);
|
11986
12049
|
});
|
11987
12050
|
}
|
@@ -12558,19 +12621,14 @@ var BudgetMessagesEnum;
|
|
12558
12621
|
* Service to work with depreciation chart accounts
|
12559
12622
|
*/
|
12560
12623
|
class ChartAccountsDepreciationService extends RestService$1 {
|
12561
|
-
constructor(
|
12562
|
-
super(
|
12563
|
-
this.environment = environment;
|
12624
|
+
constructor() {
|
12625
|
+
super(...arguments);
|
12564
12626
|
this.endpointUri = 'chart-accounts-depreciations';
|
12565
12627
|
this.modelClass = ChartAccountsDepreciation;
|
12566
12628
|
this.collectionClass = Collection;
|
12567
12629
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12568
|
-
this.listenEvents();
|
12569
12630
|
}
|
12570
|
-
|
12571
|
-
this.listenCSE(ChartAccounts, this.refreshCache, ['delete']);
|
12572
|
-
}
|
12573
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsDepreciationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
12631
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12574
12632
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
|
12575
12633
|
}
|
12576
12634
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
@@ -12578,27 +12636,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
12578
12636
|
args: [{
|
12579
12637
|
providedIn: 'root'
|
12580
12638
|
}]
|
12581
|
-
}]
|
12582
|
-
type: Inject,
|
12583
|
-
args: ['environment']
|
12584
|
-
}] }] });
|
12639
|
+
}] });
|
12585
12640
|
|
12586
12641
|
/**
|
12587
12642
|
* Chart accounts service
|
12588
12643
|
*/
|
12589
12644
|
class ChartAccountsService extends RestService$1 {
|
12590
|
-
constructor(
|
12591
|
-
super(
|
12592
|
-
this.environment = environment;
|
12645
|
+
constructor() {
|
12646
|
+
super(...arguments);
|
12593
12647
|
this.endpointUri = 'chart-accounts';
|
12594
12648
|
this.modelClass = ChartAccounts;
|
12595
12649
|
this.collectionClass = ChartAccountsCollection;
|
12596
12650
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
12597
|
-
this.listenEvents();
|
12598
|
-
}
|
12599
|
-
listenEvents() {
|
12600
|
-
// @TODO remove, it should work the other way around
|
12601
|
-
this.listenCSE(ChartAccountsDepreciation, this.refreshCache, ['post', 'put']);
|
12602
12651
|
}
|
12603
12652
|
/**
|
12604
12653
|
* Get list of chart accounts headings by catogory with chart accounts inside
|
@@ -12621,7 +12670,7 @@ class ChartAccountsService extends RestService$1 {
|
|
12621
12670
|
return headings;
|
12622
12671
|
}));
|
12623
12672
|
}
|
12624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsService, deps:
|
12673
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
12625
12674
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
|
12626
12675
|
}
|
12627
12676
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: ChartAccountsService, decorators: [{
|
@@ -12629,10 +12678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
12629
12678
|
args: [{
|
12630
12679
|
providedIn: 'root'
|
12631
12680
|
}]
|
12632
|
-
}]
|
12633
|
-
type: Inject,
|
12634
|
-
args: ['environment']
|
12635
|
-
}] }] });
|
12681
|
+
}] });
|
12636
12682
|
|
12637
12683
|
var ChartAccountsMessagesEnum;
|
12638
12684
|
(function (ChartAccountsMessagesEnum) {
|
@@ -17341,2075 +17387,1959 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImpor
|
|
17341
17387
|
var TaxReturnItems = [
|
17342
17388
|
{
|
17343
17389
|
id: 1,
|
17344
|
-
|
17345
|
-
|
17346
|
-
|
17347
|
-
|
17348
|
-
subCode: "C",
|
17349
|
-
taxReturnCode: null,
|
17390
|
+
tax_return_category_id: 1,
|
17391
|
+
code: "1",
|
17392
|
+
sub_code: "C",
|
17393
|
+
tax_return_code: null,
|
17350
17394
|
name: "Salary or wages",
|
17351
17395
|
seq: 10,
|
17352
|
-
|
17353
|
-
|
17354
|
-
|
17396
|
+
is_other_income: 0,
|
17397
|
+
created_at: "2020-06-01 00:00:00",
|
17398
|
+
updated_at: "2020-06-01 00:00:00"
|
17355
17399
|
},
|
17356
17400
|
{
|
17357
17401
|
id: 2,
|
17358
|
-
|
17359
|
-
|
17360
|
-
|
17361
|
-
|
17362
|
-
subCode: "K",
|
17363
|
-
taxReturnCode: null,
|
17402
|
+
tax_return_category_id: 30,
|
17403
|
+
code: "2",
|
17404
|
+
sub_code: "K",
|
17405
|
+
tax_return_code: null,
|
17364
17406
|
name: "Allowances, earnings, tips, directors fees",
|
17365
17407
|
seq: 20,
|
17366
|
-
|
17367
|
-
|
17368
|
-
|
17408
|
+
is_other_income: 0,
|
17409
|
+
created_at: "2020-06-01 00:00:00",
|
17410
|
+
updated_at: "2020-06-01 00:00:00"
|
17369
17411
|
},
|
17370
17412
|
{
|
17371
17413
|
id: 3,
|
17372
|
-
|
17373
|
-
|
17374
|
-
|
17375
|
-
|
17376
|
-
subCode: "R",
|
17377
|
-
taxReturnCode: null,
|
17414
|
+
tax_return_category_id: 31,
|
17415
|
+
code: "3",
|
17416
|
+
sub_code: "R",
|
17417
|
+
tax_return_code: null,
|
17378
17418
|
name: "Employer lump sum payments",
|
17379
17419
|
seq: 30,
|
17380
|
-
|
17381
|
-
|
17382
|
-
|
17420
|
+
is_other_income: 0,
|
17421
|
+
created_at: "2020-06-01 00:00:00",
|
17422
|
+
updated_at: "2020-06-01 00:00:00"
|
17383
17423
|
},
|
17384
17424
|
{
|
17385
17425
|
id: 4,
|
17386
|
-
|
17387
|
-
|
17388
|
-
|
17389
|
-
|
17390
|
-
subCode: "I",
|
17391
|
-
taxReturnCode: null,
|
17426
|
+
tax_return_category_id: 32,
|
17427
|
+
code: "4",
|
17428
|
+
sub_code: "I",
|
17429
|
+
tax_return_code: null,
|
17392
17430
|
name: "Employment termination payments",
|
17393
17431
|
seq: 40,
|
17394
|
-
|
17395
|
-
|
17396
|
-
|
17432
|
+
is_other_income: 0,
|
17433
|
+
created_at: "2020-06-01 00:00:00",
|
17434
|
+
updated_at: "2020-06-01 00:00:00"
|
17397
17435
|
},
|
17398
17436
|
{
|
17399
17437
|
id: 5,
|
17400
|
-
|
17401
|
-
|
17402
|
-
|
17403
|
-
|
17404
|
-
subCode: "A",
|
17405
|
-
taxReturnCode: null,
|
17438
|
+
tax_return_category_id: 2,
|
17439
|
+
code: "5",
|
17440
|
+
sub_code: "A",
|
17441
|
+
tax_return_code: null,
|
17406
17442
|
name: "Australian Government allowances and payments",
|
17407
17443
|
seq: 50,
|
17408
|
-
|
17409
|
-
|
17410
|
-
|
17444
|
+
is_other_income: 1,
|
17445
|
+
created_at: "2020-06-01 00:00:00",
|
17446
|
+
updated_at: "2020-06-01 00:00:00"
|
17411
17447
|
},
|
17412
17448
|
{
|
17413
17449
|
id: 6,
|
17414
|
-
|
17415
|
-
|
17416
|
-
|
17417
|
-
|
17418
|
-
subCode: "B",
|
17419
|
-
taxReturnCode: null,
|
17450
|
+
tax_return_category_id: 33,
|
17451
|
+
code: "6",
|
17452
|
+
sub_code: "B",
|
17453
|
+
tax_return_code: null,
|
17420
17454
|
name: "Australian Government pensions and allowances",
|
17421
17455
|
seq: 60,
|
17422
|
-
|
17423
|
-
|
17424
|
-
|
17456
|
+
is_other_income: 1,
|
17457
|
+
created_at: "2020-06-01 00:00:00",
|
17458
|
+
updated_at: "2020-06-01 00:00:00"
|
17425
17459
|
},
|
17426
17460
|
{
|
17427
17461
|
id: 7,
|
17428
|
-
|
17429
|
-
|
17430
|
-
|
17431
|
-
|
17432
|
-
subCode: null,
|
17433
|
-
taxReturnCode: null,
|
17462
|
+
tax_return_category_id: 3,
|
17463
|
+
code: "7",
|
17464
|
+
sub_code: null,
|
17465
|
+
tax_return_code: null,
|
17434
17466
|
name: "Australian annuities and superannuation income streams",
|
17435
17467
|
seq: 70,
|
17436
|
-
|
17437
|
-
|
17438
|
-
|
17468
|
+
is_other_income: 1,
|
17469
|
+
created_at: "2020-06-01 00:00:00",
|
17470
|
+
updated_at: "2020-06-01 00:00:00"
|
17439
17471
|
},
|
17440
17472
|
{
|
17441
17473
|
id: 8,
|
17442
|
-
|
17443
|
-
|
17444
|
-
|
17445
|
-
|
17446
|
-
subCode: null,
|
17447
|
-
taxReturnCode: null,
|
17474
|
+
tax_return_category_id: 34,
|
17475
|
+
code: "8",
|
17476
|
+
sub_code: null,
|
17477
|
+
tax_return_code: null,
|
17448
17478
|
name: "Australian superannuation lump sum payments",
|
17449
17479
|
seq: 80,
|
17450
|
-
|
17451
|
-
|
17452
|
-
|
17480
|
+
is_other_income: 1,
|
17481
|
+
created_at: "2020-06-01 00:00:00",
|
17482
|
+
updated_at: "2020-06-01 00:00:00"
|
17453
17483
|
},
|
17454
17484
|
{
|
17455
17485
|
id: 9,
|
17456
|
-
|
17457
|
-
|
17458
|
-
|
17459
|
-
|
17460
|
-
subCode: "O",
|
17461
|
-
taxReturnCode: null,
|
17486
|
+
tax_return_category_id: 4,
|
17487
|
+
code: "9",
|
17488
|
+
sub_code: "O",
|
17489
|
+
tax_return_code: null,
|
17462
17490
|
name: "Attributed personal services income",
|
17463
17491
|
seq: 90,
|
17464
|
-
|
17465
|
-
|
17466
|
-
|
17492
|
+
is_other_income: 0,
|
17493
|
+
created_at: "2020-06-01 00:00:00",
|
17494
|
+
updated_at: "2020-06-01 00:00:00"
|
17467
17495
|
},
|
17468
17496
|
{
|
17469
17497
|
id: 10,
|
17470
|
-
|
17471
|
-
|
17472
|
-
|
17473
|
-
|
17474
|
-
subCode: "L",
|
17475
|
-
taxReturnCode: null,
|
17498
|
+
tax_return_category_id: 5,
|
17499
|
+
code: "10",
|
17500
|
+
sub_code: "L",
|
17501
|
+
tax_return_code: null,
|
17476
17502
|
name: "Gross interest",
|
17477
17503
|
seq: 100,
|
17478
|
-
|
17479
|
-
|
17480
|
-
|
17504
|
+
is_other_income: 1,
|
17505
|
+
created_at: "2020-06-01 00:00:00",
|
17506
|
+
updated_at: "2020-06-01 00:00:00"
|
17481
17507
|
},
|
17482
17508
|
{
|
17483
17509
|
id: 11,
|
17484
|
-
|
17485
|
-
|
17486
|
-
|
17487
|
-
|
17488
|
-
subCode: null,
|
17489
|
-
taxReturnCode: null,
|
17510
|
+
tax_return_category_id: 6,
|
17511
|
+
code: "11",
|
17512
|
+
sub_code: null,
|
17513
|
+
tax_return_code: null,
|
17490
17514
|
name: "Dividends",
|
17491
17515
|
seq: 110,
|
17492
|
-
|
17493
|
-
|
17494
|
-
|
17516
|
+
is_other_income: 1,
|
17517
|
+
created_at: "2020-06-01 00:00:00",
|
17518
|
+
updated_at: "2020-06-01 00:00:00"
|
17495
17519
|
},
|
17496
17520
|
{
|
17497
17521
|
id: 12,
|
17498
|
-
|
17499
|
-
|
17500
|
-
|
17501
|
-
|
17502
|
-
subCode: null,
|
17503
|
-
taxReturnCode: null,
|
17522
|
+
tax_return_category_id: 35,
|
17523
|
+
code: "12",
|
17524
|
+
sub_code: null,
|
17525
|
+
tax_return_code: null,
|
17504
17526
|
name: "Employee share schemes",
|
17505
17527
|
seq: 120,
|
17506
|
-
|
17507
|
-
|
17508
|
-
|
17509
|
-
},
|
17510
|
-
{
|
17511
|
-
id: 13,
|
17512
|
-
taxReturnCategory: {
|
17513
|
-
id: 13
|
17514
|
-
},
|
17515
|
-
code: 13,
|
17516
|
-
subCode: null,
|
17517
|
-
taxReturnCode: null,
|
17518
|
-
name: "Partnerships and trusts",
|
17519
|
-
seq: 130,
|
17520
|
-
isOtherIncome: 1,
|
17521
|
-
createdAt: "2020-06-01 00:00:00",
|
17522
|
-
updatedAt: "2020-06-01 00:00:00"
|
17528
|
+
is_other_income: 1,
|
17529
|
+
created_at: "2020-06-01 00:00:00",
|
17530
|
+
updated_at: "2020-06-01 00:00:00"
|
17523
17531
|
},
|
17524
17532
|
{
|
17525
17533
|
id: 14,
|
17526
|
-
|
17527
|
-
|
17528
|
-
|
17529
|
-
|
17530
|
-
subCode: "N",
|
17531
|
-
taxReturnCode: null,
|
17534
|
+
tax_return_category_id: 14,
|
17535
|
+
code: "14",
|
17536
|
+
sub_code: "N",
|
17537
|
+
tax_return_code: null,
|
17532
17538
|
name: "Personal services income (PSI) - ABN not quoted",
|
17533
17539
|
seq: 140,
|
17534
|
-
|
17535
|
-
|
17536
|
-
|
17537
|
-
},
|
17538
|
-
{
|
17539
|
-
id: 15,
|
17540
|
-
taxReturnCategory: {
|
17541
|
-
id: 38
|
17542
|
-
},
|
17543
|
-
code: 15,
|
17544
|
-
subCode: null,
|
17545
|
-
taxReturnCode: null,
|
17546
|
-
name: "Net income or loss from business",
|
17547
|
-
seq: 150,
|
17548
|
-
isOtherIncome: 1,
|
17549
|
-
createdAt: "2020-06-01 00:00:00",
|
17550
|
-
updatedAt: "2020-06-01 00:00:00"
|
17551
|
-
},
|
17552
|
-
{
|
17553
|
-
id: 16,
|
17554
|
-
taxReturnCategory: {
|
17555
|
-
id: 16
|
17556
|
-
},
|
17557
|
-
code: 16,
|
17558
|
-
subCode: null,
|
17559
|
-
taxReturnCode: null,
|
17560
|
-
name: "Deferred non-commercial business losses",
|
17561
|
-
seq: 160,
|
17562
|
-
isOtherIncome: 1,
|
17563
|
-
createdAt: "2020-06-01 00:00:00",
|
17564
|
-
updatedAt: "2020-06-01 00:00:00"
|
17540
|
+
is_other_income: 1,
|
17541
|
+
created_at: "2020-06-01 00:00:00",
|
17542
|
+
updated_at: "2020-06-01 00:00:00"
|
17565
17543
|
},
|
17566
17544
|
{
|
17567
17545
|
id: 17,
|
17568
|
-
|
17569
|
-
|
17570
|
-
|
17571
|
-
|
17572
|
-
subCode: null,
|
17573
|
-
taxReturnCode: null,
|
17546
|
+
tax_return_category_id: 17,
|
17547
|
+
code: "17",
|
17548
|
+
sub_code: null,
|
17549
|
+
tax_return_code: null,
|
17574
17550
|
name: "Net farm management deposits or repayments",
|
17575
17551
|
seq: 170,
|
17576
|
-
|
17577
|
-
|
17578
|
-
|
17552
|
+
is_other_income: 1,
|
17553
|
+
created_at: "2020-06-01 00:00:00",
|
17554
|
+
updated_at: "2020-06-01 00:00:00"
|
17579
17555
|
},
|
17580
17556
|
{
|
17581
17557
|
id: 18,
|
17582
|
-
|
17583
|
-
|
17584
|
-
|
17585
|
-
|
17586
|
-
subCode: null,
|
17587
|
-
taxReturnCode: null,
|
17558
|
+
tax_return_category_id: 15,
|
17559
|
+
code: "18",
|
17560
|
+
sub_code: null,
|
17561
|
+
tax_return_code: null,
|
17588
17562
|
name: "Capital gains",
|
17589
17563
|
seq: 180,
|
17590
|
-
|
17591
|
-
|
17592
|
-
|
17564
|
+
is_other_income: 1,
|
17565
|
+
created_at: "2020-06-01 00:00:00",
|
17566
|
+
updated_at: "2020-06-01 00:00:00"
|
17593
17567
|
},
|
17594
17568
|
{
|
17595
17569
|
id: 19,
|
17596
|
-
|
17597
|
-
|
17598
|
-
|
17599
|
-
|
17600
|
-
subCode: null,
|
17601
|
-
taxReturnCode: null,
|
17570
|
+
tax_return_category_id: 17,
|
17571
|
+
code: "19",
|
17572
|
+
sub_code: null,
|
17573
|
+
tax_return_code: null,
|
17602
17574
|
name: "Foreign entities",
|
17603
17575
|
seq: 190,
|
17604
|
-
|
17605
|
-
|
17606
|
-
|
17607
|
-
},
|
17608
|
-
{
|
17609
|
-
id: 20,
|
17610
|
-
taxReturnCategory: {
|
17611
|
-
id: 16
|
17612
|
-
},
|
17613
|
-
code: 20,
|
17614
|
-
subCode: null,
|
17615
|
-
taxReturnCode: null,
|
17616
|
-
name: "Foreign source income and foreign assets or property",
|
17617
|
-
seq: 200,
|
17618
|
-
isOtherIncome: 1,
|
17619
|
-
createdAt: "2020-06-01 00:00:00",
|
17620
|
-
updatedAt: "2020-06-01 00:00:00"
|
17576
|
+
is_other_income: 1,
|
17577
|
+
created_at: "2020-06-01 00:00:00",
|
17578
|
+
updated_at: "2020-06-01 00:00:00"
|
17621
17579
|
},
|
17622
17580
|
{
|
17623
17581
|
id: 21,
|
17624
|
-
|
17625
|
-
|
17626
|
-
|
17627
|
-
|
17628
|
-
subCode: "T",
|
17629
|
-
taxReturnCode: "U",
|
17582
|
+
tax_return_category_id: 12,
|
17583
|
+
code: "21",
|
17584
|
+
sub_code: "T",
|
17585
|
+
tax_return_code: "U",
|
17630
17586
|
name: "Travel Expenses",
|
17631
17587
|
seq: 210,
|
17632
|
-
|
17633
|
-
|
17634
|
-
|
17588
|
+
is_other_income: 1,
|
17589
|
+
created_at: "2020-06-01 00:00:00",
|
17590
|
+
updated_at: "2020-06-01 00:00:00"
|
17635
17591
|
},
|
17636
17592
|
{
|
17637
17593
|
id: 22,
|
17638
|
-
|
17639
|
-
|
17640
|
-
|
17641
|
-
|
17642
|
-
subCode: "A",
|
17643
|
-
taxReturnCode: "P",
|
17594
|
+
tax_return_category_id: 8,
|
17595
|
+
code: "21",
|
17596
|
+
sub_code: "A",
|
17597
|
+
tax_return_code: "P",
|
17644
17598
|
name: "Rental Income",
|
17645
17599
|
seq: 220,
|
17646
|
-
|
17647
|
-
|
17648
|
-
|
17600
|
+
is_other_income: 1,
|
17601
|
+
created_at: "2020-06-01 00:00:00",
|
17602
|
+
updated_at: "2020-06-01 00:00:00"
|
17649
17603
|
},
|
17650
17604
|
{
|
17651
17605
|
id: 23,
|
17652
|
-
|
17653
|
-
|
17654
|
-
|
17655
|
-
|
17656
|
-
subCode: "B",
|
17657
|
-
taxReturnCode: "P",
|
17606
|
+
tax_return_category_id: 8,
|
17607
|
+
code: "21",
|
17608
|
+
sub_code: "B",
|
17609
|
+
tax_return_code: "P",
|
17658
17610
|
name: "Other rental Income",
|
17659
17611
|
seq: 230,
|
17660
|
-
|
17661
|
-
|
17662
|
-
|
17612
|
+
is_other_income: 1,
|
17613
|
+
created_at: "2020-06-01 00:00:00",
|
17614
|
+
updated_at: "2020-06-01 00:00:00"
|
17663
17615
|
},
|
17664
17616
|
{
|
17665
17617
|
id: 24,
|
17666
|
-
|
17667
|
-
|
17668
|
-
|
17669
|
-
|
17670
|
-
subCode: "L",
|
17671
|
-
taxReturnCode: "Q",
|
17618
|
+
tax_return_category_id: 9,
|
17619
|
+
code: "21",
|
17620
|
+
sub_code: "L",
|
17621
|
+
tax_return_code: "Q",
|
17672
17622
|
name: "Interest on loan(s)",
|
17673
17623
|
seq: 240,
|
17674
|
-
|
17675
|
-
|
17676
|
-
|
17624
|
+
is_other_income: 1,
|
17625
|
+
created_at: "2020-06-01 00:00:00",
|
17626
|
+
updated_at: "2020-06-01 00:00:00"
|
17677
17627
|
},
|
17678
17628
|
{
|
17679
17629
|
id: 25,
|
17680
|
-
|
17681
|
-
|
17682
|
-
|
17683
|
-
|
17684
|
-
subCode: "R",
|
17685
|
-
taxReturnCode: "F",
|
17630
|
+
tax_return_category_id: 10,
|
17631
|
+
code: "21",
|
17632
|
+
sub_code: "R",
|
17633
|
+
tax_return_code: "F",
|
17686
17634
|
name: "Capital Works - Depreciation",
|
17687
17635
|
seq: 250,
|
17688
|
-
|
17689
|
-
|
17690
|
-
|
17636
|
+
is_other_income: 1,
|
17637
|
+
created_at: "2020-06-01 00:00:00",
|
17638
|
+
updated_at: "2020-06-01 00:00:00"
|
17691
17639
|
},
|
17692
17640
|
{
|
17693
17641
|
id: 26,
|
17694
|
-
|
17695
|
-
|
17696
|
-
|
17697
|
-
|
17698
|
-
subCode: "D",
|
17699
|
-
taxReturnCode: "U",
|
17642
|
+
tax_return_category_id: 12,
|
17643
|
+
code: "21",
|
17644
|
+
sub_code: "D",
|
17645
|
+
tax_return_code: "U",
|
17700
17646
|
name: "Advertising for tenants",
|
17701
17647
|
seq: 260,
|
17702
|
-
|
17703
|
-
|
17704
|
-
|
17648
|
+
is_other_income: 1,
|
17649
|
+
created_at: "2020-06-01 00:00:00",
|
17650
|
+
updated_at: "2020-06-01 00:00:00"
|
17705
17651
|
},
|
17706
17652
|
{
|
17707
17653
|
id: 27,
|
17708
|
-
|
17709
|
-
|
17710
|
-
|
17711
|
-
|
17712
|
-
subCode: "E",
|
17713
|
-
taxReturnCode: "U",
|
17654
|
+
tax_return_category_id: 12,
|
17655
|
+
code: "21",
|
17656
|
+
sub_code: "E",
|
17657
|
+
tax_return_code: "U",
|
17714
17658
|
name: "Body Corporate Fees",
|
17715
17659
|
seq: 270,
|
17716
|
-
|
17717
|
-
|
17718
|
-
|
17660
|
+
is_other_income: 1,
|
17661
|
+
created_at: "2020-06-01 00:00:00",
|
17662
|
+
updated_at: "2020-06-01 00:00:00"
|
17719
17663
|
},
|
17720
17664
|
{
|
17721
17665
|
id: 28,
|
17722
|
-
|
17723
|
-
|
17724
|
-
|
17725
|
-
|
17726
|
-
subCode: "F",
|
17727
|
-
taxReturnCode: "U",
|
17666
|
+
tax_return_category_id: 29,
|
17667
|
+
code: "21",
|
17668
|
+
sub_code: "F",
|
17669
|
+
tax_return_code: "U",
|
17728
17670
|
name: "Borrowing Expenses",
|
17729
17671
|
seq: 280,
|
17730
|
-
|
17731
|
-
|
17732
|
-
|
17672
|
+
is_other_income: 1,
|
17673
|
+
created_at: "2020-06-01 00:00:00",
|
17674
|
+
updated_at: "2020-06-01 00:00:00"
|
17733
17675
|
},
|
17734
17676
|
{
|
17735
17677
|
id: 29,
|
17736
|
-
|
17737
|
-
|
17738
|
-
|
17739
|
-
|
17740
|
-
subCode: "G",
|
17741
|
-
taxReturnCode: "U",
|
17678
|
+
tax_return_category_id: 12,
|
17679
|
+
code: "21",
|
17680
|
+
sub_code: "G",
|
17681
|
+
tax_return_code: "U",
|
17742
17682
|
name: "Cleaning",
|
17743
17683
|
seq: 290,
|
17744
|
-
|
17745
|
-
|
17746
|
-
|
17684
|
+
is_other_income: 1,
|
17685
|
+
created_at: "2020-06-01 00:00:00",
|
17686
|
+
updated_at: "2020-06-01 00:00:00"
|
17747
17687
|
},
|
17748
17688
|
{
|
17749
17689
|
id: 30,
|
17750
|
-
|
17751
|
-
|
17752
|
-
|
17753
|
-
|
17754
|
-
subCode: "H",
|
17755
|
-
taxReturnCode: "U",
|
17690
|
+
tax_return_category_id: 12,
|
17691
|
+
code: "21",
|
17692
|
+
sub_code: "H",
|
17693
|
+
tax_return_code: "U",
|
17756
17694
|
name: "Council Rates",
|
17757
17695
|
seq: 300,
|
17758
|
-
|
17759
|
-
|
17760
|
-
|
17696
|
+
is_other_income: 1,
|
17697
|
+
created_at: "2020-06-01 00:00:00",
|
17698
|
+
updated_at: "2020-06-01 00:00:00"
|
17761
17699
|
},
|
17762
17700
|
{
|
17763
17701
|
id: 31,
|
17764
|
-
|
17765
|
-
|
17766
|
-
|
17767
|
-
|
17768
|
-
subCode: "J",
|
17769
|
-
taxReturnCode: "U",
|
17702
|
+
tax_return_category_id: 12,
|
17703
|
+
code: "21",
|
17704
|
+
sub_code: "J",
|
17705
|
+
tax_return_code: "U",
|
17770
17706
|
name: "Gardening / Lawn Mowing",
|
17771
17707
|
seq: 310,
|
17772
|
-
|
17773
|
-
|
17774
|
-
|
17708
|
+
is_other_income: 1,
|
17709
|
+
created_at: "2020-06-01 00:00:00",
|
17710
|
+
updated_at: "2020-06-01 00:00:00"
|
17775
17711
|
},
|
17776
17712
|
{
|
17777
17713
|
id: 32,
|
17778
|
-
|
17779
|
-
|
17780
|
-
|
17781
|
-
|
17782
|
-
subCode: "I",
|
17783
|
-
taxReturnCode: "U",
|
17714
|
+
tax_return_category_id: 11,
|
17715
|
+
code: "21",
|
17716
|
+
sub_code: "I",
|
17717
|
+
tax_return_code: "U",
|
17784
17718
|
name: "Plant & Equipment - Depreciation & Low Value Pool",
|
17785
17719
|
seq: 320,
|
17786
|
-
|
17787
|
-
|
17788
|
-
|
17720
|
+
is_other_income: 1,
|
17721
|
+
created_at: "2020-06-01 00:00:00",
|
17722
|
+
updated_at: "2020-06-01 00:00:00"
|
17789
17723
|
},
|
17790
17724
|
{
|
17791
17725
|
id: 33,
|
17792
|
-
|
17793
|
-
|
17794
|
-
|
17795
|
-
|
17796
|
-
subCode: "K",
|
17797
|
-
taxReturnCode: "U",
|
17726
|
+
tax_return_category_id: 12,
|
17727
|
+
code: "21",
|
17728
|
+
sub_code: "K",
|
17729
|
+
tax_return_code: "U",
|
17798
17730
|
name: "Insurance",
|
17799
17731
|
seq: 330,
|
17800
|
-
|
17801
|
-
|
17802
|
-
|
17732
|
+
is_other_income: 1,
|
17733
|
+
created_at: "2020-06-01 00:00:00",
|
17734
|
+
updated_at: "2020-06-01 00:00:00"
|
17803
17735
|
},
|
17804
17736
|
{
|
17805
17737
|
id: 34,
|
17806
|
-
|
17807
|
-
|
17808
|
-
|
17809
|
-
|
17810
|
-
subCode: "M",
|
17811
|
-
taxReturnCode: "U",
|
17738
|
+
tax_return_category_id: 12,
|
17739
|
+
code: "21",
|
17740
|
+
sub_code: "M",
|
17741
|
+
tax_return_code: "U",
|
17812
17742
|
name: "Land Tax",
|
17813
17743
|
seq: 340,
|
17814
|
-
|
17815
|
-
|
17816
|
-
|
17744
|
+
is_other_income: 1,
|
17745
|
+
created_at: "2020-06-01 00:00:00",
|
17746
|
+
updated_at: "2020-06-01 00:00:00"
|
17817
17747
|
},
|
17818
17748
|
{
|
17819
17749
|
id: 35,
|
17820
|
-
|
17821
|
-
|
17822
|
-
|
17823
|
-
|
17824
|
-
subCode: "N",
|
17825
|
-
taxReturnCode: "U",
|
17750
|
+
tax_return_category_id: 12,
|
17751
|
+
code: "21",
|
17752
|
+
sub_code: "N",
|
17753
|
+
tax_return_code: "U",
|
17826
17754
|
name: "Legal Fees",
|
17827
17755
|
seq: 350,
|
17828
|
-
|
17829
|
-
|
17830
|
-
|
17756
|
+
is_other_income: 1,
|
17757
|
+
created_at: "2020-06-01 00:00:00",
|
17758
|
+
updated_at: "2020-06-01 00:00:00"
|
17831
17759
|
},
|
17832
17760
|
{
|
17833
17761
|
id: 36,
|
17834
|
-
|
17835
|
-
|
17836
|
-
|
17837
|
-
|
17838
|
-
subCode: "O",
|
17839
|
-
taxReturnCode: "U",
|
17762
|
+
tax_return_category_id: 12,
|
17763
|
+
code: "21",
|
17764
|
+
sub_code: "O",
|
17765
|
+
tax_return_code: "U",
|
17840
17766
|
name: "Pest Control",
|
17841
17767
|
seq: 360,
|
17842
|
-
|
17843
|
-
|
17844
|
-
|
17768
|
+
is_other_income: 1,
|
17769
|
+
created_at: "2020-06-01 00:00:00",
|
17770
|
+
updated_at: "2020-06-01 00:00:00"
|
17845
17771
|
},
|
17846
17772
|
{
|
17847
17773
|
id: 37,
|
17848
|
-
|
17849
|
-
|
17850
|
-
|
17851
|
-
|
17852
|
-
subCode: "P",
|
17853
|
-
taxReturnCode: "U",
|
17774
|
+
tax_return_category_id: 12,
|
17775
|
+
code: "21",
|
17776
|
+
sub_code: "P",
|
17777
|
+
tax_return_code: "U",
|
17854
17778
|
name: "Property Management Fees",
|
17855
17779
|
seq: 370,
|
17856
|
-
|
17857
|
-
|
17858
|
-
|
17780
|
+
is_other_income: 1,
|
17781
|
+
created_at: "2020-06-01 00:00:00",
|
17782
|
+
updated_at: "2020-06-01 00:00:00"
|
17859
17783
|
},
|
17860
17784
|
{
|
17861
17785
|
id: 38,
|
17862
|
-
|
17863
|
-
|
17864
|
-
|
17865
|
-
|
17866
|
-
subCode: "Q",
|
17867
|
-
taxReturnCode: "U",
|
17786
|
+
tax_return_category_id: 12,
|
17787
|
+
code: "21",
|
17788
|
+
sub_code: "Q",
|
17789
|
+
tax_return_code: "U",
|
17868
17790
|
name: "Repairs & Maintenance",
|
17869
17791
|
seq: 380,
|
17870
|
-
|
17871
|
-
|
17872
|
-
|
17792
|
+
is_other_income: 1,
|
17793
|
+
created_at: "2020-06-01 00:00:00",
|
17794
|
+
updated_at: "2020-06-01 00:00:00"
|
17873
17795
|
},
|
17874
17796
|
{
|
17875
17797
|
id: 39,
|
17876
|
-
|
17877
|
-
|
17878
|
-
|
17879
|
-
|
17880
|
-
subCode: "S",
|
17881
|
-
taxReturnCode: "U",
|
17798
|
+
tax_return_category_id: 12,
|
17799
|
+
code: "21",
|
17800
|
+
sub_code: "S",
|
17801
|
+
tax_return_code: "U",
|
17882
17802
|
name: "Stationery / Phone / Postage",
|
17883
17803
|
seq: 390,
|
17884
|
-
|
17885
|
-
|
17886
|
-
|
17804
|
+
is_other_income: 1,
|
17805
|
+
created_at: "2020-06-01 00:00:00",
|
17806
|
+
updated_at: "2020-06-01 00:00:00"
|
17887
17807
|
},
|
17888
17808
|
{
|
17889
17809
|
id: 40,
|
17890
|
-
|
17891
|
-
|
17892
|
-
|
17893
|
-
|
17894
|
-
subCode: "U",
|
17895
|
-
taxReturnCode: "U",
|
17810
|
+
tax_return_category_id: 12,
|
17811
|
+
code: "21",
|
17812
|
+
sub_code: "U",
|
17813
|
+
tax_return_code: "U",
|
17896
17814
|
name: "Water Charges",
|
17897
17815
|
seq: 400,
|
17898
|
-
|
17899
|
-
|
17900
|
-
|
17816
|
+
is_other_income: 1,
|
17817
|
+
created_at: "2020-06-01 00:00:00",
|
17818
|
+
updated_at: "2020-06-01 00:00:00"
|
17901
17819
|
},
|
17902
17820
|
{
|
17903
17821
|
id: 41,
|
17904
|
-
|
17905
|
-
|
17906
|
-
|
17907
|
-
|
17908
|
-
subCode: "V",
|
17909
|
-
taxReturnCode: "U",
|
17822
|
+
tax_return_category_id: 12,
|
17823
|
+
code: "21",
|
17824
|
+
sub_code: "V",
|
17825
|
+
tax_return_code: "U",
|
17910
17826
|
name: "Sundry Rental Expenses",
|
17911
17827
|
seq: 410,
|
17912
|
-
|
17913
|
-
|
17914
|
-
|
17828
|
+
is_other_income: 1,
|
17829
|
+
created_at: "2020-06-01 00:00:00",
|
17830
|
+
updated_at: "2020-06-01 00:00:00"
|
17915
17831
|
},
|
17916
17832
|
{
|
17917
17833
|
id: 42,
|
17918
|
-
|
17919
|
-
|
17920
|
-
|
17921
|
-
|
17922
|
-
subCode: "W",
|
17923
|
-
taxReturnCode: null,
|
17834
|
+
tax_return_category_id: 17,
|
17835
|
+
code: "22",
|
17836
|
+
sub_code: "W",
|
17837
|
+
tax_return_code: null,
|
17924
17838
|
name: "Bonuses from life insurance companies and friendly societies",
|
17925
17839
|
seq: 420,
|
17926
|
-
|
17927
|
-
|
17928
|
-
|
17840
|
+
is_other_income: 1,
|
17841
|
+
created_at: "2020-06-01 00:00:00",
|
17842
|
+
updated_at: "2020-06-01 00:00:00"
|
17929
17843
|
},
|
17930
17844
|
{
|
17931
17845
|
id: 43,
|
17932
|
-
|
17933
|
-
|
17934
|
-
|
17935
|
-
|
17936
|
-
subCode: null,
|
17937
|
-
taxReturnCode: null,
|
17846
|
+
tax_return_category_id: 39,
|
17847
|
+
code: "23",
|
17848
|
+
sub_code: null,
|
17849
|
+
tax_return_code: null,
|
17938
17850
|
name: "Forestry managed investment scheme income",
|
17939
17851
|
seq: 430,
|
17940
|
-
|
17941
|
-
|
17942
|
-
|
17852
|
+
is_other_income: 1,
|
17853
|
+
created_at: "2020-06-01 00:00:00",
|
17854
|
+
updated_at: "2020-06-01 00:00:00"
|
17943
17855
|
},
|
17944
17856
|
{
|
17945
17857
|
id: 44,
|
17946
|
-
|
17947
|
-
|
17948
|
-
|
17949
|
-
|
17950
|
-
subCode: null,
|
17951
|
-
taxReturnCode: null,
|
17858
|
+
tax_return_category_id: 40,
|
17859
|
+
code: "24",
|
17860
|
+
sub_code: null,
|
17861
|
+
tax_return_code: null,
|
17952
17862
|
name: "Other income",
|
17953
17863
|
seq: 440,
|
17954
|
-
|
17955
|
-
|
17956
|
-
|
17864
|
+
is_other_income: 1,
|
17865
|
+
created_at: "2020-06-01 00:00:00",
|
17866
|
+
updated_at: "2020-06-01 00:00:00"
|
17957
17867
|
},
|
17958
17868
|
{
|
17959
17869
|
id: 45,
|
17960
|
-
|
17961
|
-
id: 7
|
17962
|
-
},
|
17870
|
+
tax_return_category_id: 65,
|
17963
17871
|
code: "D1",
|
17964
|
-
|
17965
|
-
|
17872
|
+
sub_code: null,
|
17873
|
+
tax_return_code: null,
|
17966
17874
|
name: "Work-related car expenses",
|
17967
17875
|
seq: 450,
|
17968
|
-
|
17969
|
-
|
17970
|
-
|
17876
|
+
is_other_income: 0,
|
17877
|
+
created_at: "2020-06-01 00:00:00",
|
17878
|
+
updated_at: "2020-06-01 00:00:00"
|
17971
17879
|
},
|
17972
17880
|
{
|
17973
17881
|
id: 46,
|
17974
|
-
|
17975
|
-
id: 7
|
17976
|
-
},
|
17882
|
+
tax_return_category_id: 65,
|
17977
17883
|
code: "D1",
|
17978
|
-
|
17979
|
-
|
17884
|
+
sub_code: "Claim S",
|
17885
|
+
tax_return_code: null,
|
17980
17886
|
name: "Klm's travelled for work",
|
17981
17887
|
seq: 460,
|
17982
|
-
|
17983
|
-
|
17984
|
-
|
17888
|
+
is_other_income: 0,
|
17889
|
+
created_at: "2020-06-01 00:00:00",
|
17890
|
+
updated_at: "2020-06-01 00:00:00"
|
17985
17891
|
},
|
17986
17892
|
{
|
17987
17893
|
id: 47,
|
17988
|
-
|
17989
|
-
id: 7
|
17990
|
-
},
|
17894
|
+
tax_return_category_id: 65,
|
17991
17895
|
code: "D1",
|
17992
|
-
|
17993
|
-
|
17896
|
+
sub_code: "Claim B",
|
17897
|
+
tax_return_code: null,
|
17994
17898
|
name: "Depreciation - Vehicles",
|
17995
17899
|
seq: 470,
|
17996
|
-
|
17997
|
-
|
17998
|
-
|
17900
|
+
is_other_income: 0,
|
17901
|
+
created_at: "2020-06-01 00:00:00",
|
17902
|
+
updated_at: "2020-06-01 00:00:00"
|
17999
17903
|
},
|
18000
17904
|
{
|
18001
17905
|
id: 48,
|
18002
|
-
|
18003
|
-
id: 7
|
18004
|
-
},
|
17906
|
+
tax_return_category_id: 66,
|
18005
17907
|
code: "D2",
|
18006
|
-
|
18007
|
-
|
17908
|
+
sub_code: null,
|
17909
|
+
tax_return_code: null,
|
18008
17910
|
name: "Work-related travel expenses",
|
18009
17911
|
seq: 480,
|
18010
|
-
|
18011
|
-
|
18012
|
-
|
17912
|
+
is_other_income: 0,
|
17913
|
+
created_at: "2020-06-01 00:00:00",
|
17914
|
+
updated_at: "2020-06-01 00:00:00"
|
18013
17915
|
},
|
18014
17916
|
{
|
18015
17917
|
id: 49,
|
18016
|
-
|
18017
|
-
id: 7
|
18018
|
-
},
|
17918
|
+
tax_return_category_id: 66,
|
18019
17919
|
code: "D2",
|
18020
|
-
|
18021
|
-
|
17920
|
+
sub_code: "A",
|
17921
|
+
tax_return_code: null,
|
18022
17922
|
name: "Award Transport",
|
18023
17923
|
seq: 490,
|
18024
|
-
|
18025
|
-
|
18026
|
-
|
17924
|
+
is_other_income: 0,
|
17925
|
+
created_at: "2020-06-01 00:00:00",
|
17926
|
+
updated_at: "2020-06-01 00:00:00"
|
18027
17927
|
},
|
18028
17928
|
{
|
18029
17929
|
id: 50,
|
18030
|
-
|
18031
|
-
id: 7
|
18032
|
-
},
|
17930
|
+
tax_return_category_id: 66,
|
18033
17931
|
code: "D2",
|
18034
|
-
|
18035
|
-
|
17932
|
+
sub_code: "D",
|
17933
|
+
tax_return_code: null,
|
18036
17934
|
name: "Domestic Transport",
|
18037
17935
|
seq: 500,
|
18038
|
-
|
18039
|
-
|
18040
|
-
|
17936
|
+
is_other_income: 0,
|
17937
|
+
created_at: "2020-06-01 00:00:00",
|
17938
|
+
updated_at: "2020-06-01 00:00:00"
|
18041
17939
|
},
|
18042
17940
|
{
|
18043
17941
|
id: 51,
|
18044
|
-
|
18045
|
-
id: 7
|
18046
|
-
},
|
17942
|
+
tax_return_category_id: 66,
|
18047
17943
|
code: "D2",
|
18048
|
-
|
18049
|
-
|
17944
|
+
sub_code: "T",
|
17945
|
+
tax_return_code: null,
|
18050
17946
|
name: "Tolls",
|
18051
17947
|
seq: 510,
|
18052
|
-
|
18053
|
-
|
18054
|
-
|
17948
|
+
is_other_income: 0,
|
17949
|
+
created_at: "2020-06-01 00:00:00",
|
17950
|
+
updated_at: "2020-06-01 00:00:00"
|
18055
17951
|
},
|
18056
17952
|
{
|
18057
17953
|
id: 52,
|
18058
|
-
|
18059
|
-
id: 7
|
18060
|
-
},
|
17954
|
+
tax_return_category_id: 66,
|
18061
17955
|
code: "D2",
|
18062
|
-
|
18063
|
-
|
17956
|
+
sub_code: "P",
|
17957
|
+
tax_return_code: null,
|
18064
17958
|
name: "Parking",
|
18065
17959
|
seq: 520,
|
18066
|
-
|
18067
|
-
|
18068
|
-
|
17960
|
+
is_other_income: 0,
|
17961
|
+
created_at: "2020-06-01 00:00:00",
|
17962
|
+
updated_at: "2020-06-01 00:00:00"
|
18069
17963
|
},
|
18070
17964
|
{
|
18071
17965
|
id: 53,
|
18072
|
-
|
18073
|
-
id: 7
|
18074
|
-
},
|
17966
|
+
tax_return_category_id: 66,
|
18075
17967
|
code: "D2",
|
18076
|
-
|
18077
|
-
|
17968
|
+
sub_code: "V",
|
17969
|
+
tax_return_code: null,
|
18078
17970
|
name: "Hire Vehicle Expenses",
|
18079
17971
|
seq: 530,
|
18080
|
-
|
18081
|
-
|
18082
|
-
|
17972
|
+
is_other_income: 0,
|
17973
|
+
created_at: "2020-06-01 00:00:00",
|
17974
|
+
updated_at: "2020-06-01 00:00:00"
|
18083
17975
|
},
|
18084
17976
|
{
|
18085
17977
|
id: 54,
|
18086
|
-
|
18087
|
-
id: 7
|
18088
|
-
},
|
17978
|
+
tax_return_category_id: 66,
|
18089
17979
|
code: "D2",
|
18090
|
-
|
18091
|
-
|
17980
|
+
sub_code: "O",
|
17981
|
+
tax_return_code: null,
|
18092
17982
|
name: "Travel Expenses - Other",
|
18093
17983
|
seq: 540,
|
18094
|
-
|
18095
|
-
|
18096
|
-
|
17984
|
+
is_other_income: 0,
|
17985
|
+
created_at: "2020-06-01 00:00:00",
|
17986
|
+
updated_at: "2020-06-01 00:00:00"
|
18097
17987
|
},
|
18098
17988
|
{
|
18099
17989
|
id: 55,
|
18100
|
-
|
18101
|
-
id: 7
|
18102
|
-
},
|
17990
|
+
tax_return_category_id: 67,
|
18103
17991
|
code: "D3",
|
18104
|
-
|
18105
|
-
|
17992
|
+
sub_code: null,
|
17993
|
+
tax_return_code: null,
|
18106
17994
|
name: "Work-related clothing expenses",
|
18107
17995
|
seq: 550,
|
18108
|
-
|
18109
|
-
|
18110
|
-
|
17996
|
+
is_other_income: 0,
|
17997
|
+
created_at: "2020-06-01 00:00:00",
|
17998
|
+
updated_at: "2020-06-01 00:00:00"
|
18111
17999
|
},
|
18112
18000
|
{
|
18113
18001
|
id: 56,
|
18114
|
-
|
18115
|
-
id: 7
|
18116
|
-
},
|
18002
|
+
tax_return_category_id: 67,
|
18117
18003
|
code: "D3",
|
18118
|
-
|
18119
|
-
|
18004
|
+
sub_code: "C",
|
18005
|
+
tax_return_code: null,
|
18120
18006
|
name: "Compulsory Work Uniform",
|
18121
18007
|
seq: 560,
|
18122
|
-
|
18123
|
-
|
18124
|
-
|
18008
|
+
is_other_income: 0,
|
18009
|
+
created_at: "2020-06-01 00:00:00",
|
18010
|
+
updated_at: "2020-06-01 00:00:00"
|
18125
18011
|
},
|
18126
18012
|
{
|
18127
18013
|
id: 57,
|
18128
|
-
|
18129
|
-
id: 7
|
18130
|
-
},
|
18014
|
+
tax_return_category_id: 67,
|
18131
18015
|
code: "D3",
|
18132
|
-
|
18133
|
-
|
18016
|
+
sub_code: "P",
|
18017
|
+
tax_return_code: null,
|
18134
18018
|
name: "Hi Vis Workwear",
|
18135
18019
|
seq: 570,
|
18136
|
-
|
18137
|
-
|
18138
|
-
|
18020
|
+
is_other_income: 0,
|
18021
|
+
created_at: "2020-06-01 00:00:00",
|
18022
|
+
updated_at: "2020-06-01 00:00:00"
|
18139
18023
|
},
|
18140
18024
|
{
|
18141
18025
|
id: 58,
|
18142
|
-
|
18143
|
-
id: 7
|
18144
|
-
},
|
18026
|
+
tax_return_category_id: 67,
|
18145
18027
|
code: "D3",
|
18146
|
-
|
18147
|
-
|
18028
|
+
sub_code: "S",
|
18029
|
+
tax_return_code: null,
|
18148
18030
|
name: "Occupational Specific Clothing",
|
18149
18031
|
seq: 580,
|
18150
|
-
|
18151
|
-
|
18152
|
-
|
18032
|
+
is_other_income: 0,
|
18033
|
+
created_at: "2020-06-01 00:00:00",
|
18034
|
+
updated_at: "2020-06-01 00:00:00"
|
18153
18035
|
},
|
18154
18036
|
{
|
18155
18037
|
id: 59,
|
18156
|
-
|
18157
|
-
id: 7
|
18158
|
-
},
|
18038
|
+
tax_return_category_id: 68,
|
18159
18039
|
code: "D4",
|
18160
|
-
|
18161
|
-
|
18040
|
+
sub_code: null,
|
18041
|
+
tax_return_code: null,
|
18162
18042
|
name: "Work-related self-education expenses",
|
18163
18043
|
seq: 590,
|
18164
|
-
|
18165
|
-
|
18166
|
-
|
18044
|
+
is_other_income: 0,
|
18045
|
+
created_at: "2020-06-01 00:00:00",
|
18046
|
+
updated_at: "2020-06-01 00:00:00"
|
18167
18047
|
},
|
18168
18048
|
{
|
18169
18049
|
id: 60,
|
18170
|
-
|
18171
|
-
id: 7
|
18172
|
-
},
|
18050
|
+
tax_return_category_id: 68,
|
18173
18051
|
code: "D4",
|
18174
|
-
|
18175
|
-
|
18052
|
+
sub_code: "A",
|
18053
|
+
tax_return_code: null,
|
18176
18054
|
name: "Course Fees",
|
18177
18055
|
seq: 600,
|
18178
|
-
|
18179
|
-
|
18180
|
-
|
18056
|
+
is_other_income: 0,
|
18057
|
+
created_at: "2020-06-01 00:00:00",
|
18058
|
+
updated_at: "2020-06-01 00:00:00"
|
18181
18059
|
},
|
18182
18060
|
{
|
18183
18061
|
id: 61,
|
18184
|
-
|
18185
|
-
id: 7
|
18186
|
-
},
|
18062
|
+
tax_return_category_id: 69,
|
18187
18063
|
code: "D5",
|
18188
|
-
|
18189
|
-
|
18064
|
+
sub_code: null,
|
18065
|
+
tax_return_code: null,
|
18190
18066
|
name: "Other work-related expenses",
|
18191
18067
|
seq: 610,
|
18192
|
-
|
18193
|
-
|
18194
|
-
|
18068
|
+
is_other_income: 0,
|
18069
|
+
created_at: "2020-06-01 00:00:00",
|
18070
|
+
updated_at: "2020-06-01 00:00:00"
|
18195
18071
|
},
|
18196
18072
|
{
|
18197
18073
|
id: 62,
|
18198
|
-
|
18199
|
-
id: 7
|
18200
|
-
},
|
18074
|
+
tax_return_category_id: 69,
|
18201
18075
|
code: "D5",
|
18202
|
-
|
18203
|
-
|
18076
|
+
sub_code: "A",
|
18077
|
+
tax_return_code: null,
|
18204
18078
|
name: "Mobile Phone",
|
18205
18079
|
seq: 620,
|
18206
|
-
|
18207
|
-
|
18208
|
-
|
18080
|
+
is_other_income: 0,
|
18081
|
+
created_at: "2020-06-01 00:00:00",
|
18082
|
+
updated_at: "2020-06-01 00:00:00"
|
18209
18083
|
},
|
18210
18084
|
{
|
18211
18085
|
id: 63,
|
18212
|
-
|
18213
|
-
id: 7
|
18214
|
-
},
|
18086
|
+
tax_return_category_id: 69,
|
18215
18087
|
code: "D5",
|
18216
|
-
|
18217
|
-
|
18088
|
+
sub_code: "B",
|
18089
|
+
tax_return_code: null,
|
18218
18090
|
name: "Books, Journals",
|
18219
18091
|
seq: 630,
|
18220
|
-
|
18221
|
-
|
18222
|
-
|
18092
|
+
is_other_income: 0,
|
18093
|
+
created_at: "2020-06-01 00:00:00",
|
18094
|
+
updated_at: "2020-06-01 00:00:00"
|
18223
18095
|
},
|
18224
18096
|
{
|
18225
18097
|
id: 64,
|
18226
|
-
|
18227
|
-
id: 7
|
18228
|
-
},
|
18098
|
+
tax_return_category_id: 69,
|
18229
18099
|
code: "D5",
|
18230
|
-
|
18231
|
-
|
18100
|
+
sub_code: "E",
|
18101
|
+
tax_return_code: null,
|
18232
18102
|
name: "Internet",
|
18233
18103
|
seq: 640,
|
18234
|
-
|
18235
|
-
|
18236
|
-
|
18104
|
+
is_other_income: 0,
|
18105
|
+
created_at: "2020-06-01 00:00:00",
|
18106
|
+
updated_at: "2020-06-01 00:00:00"
|
18237
18107
|
},
|
18238
18108
|
{
|
18239
18109
|
id: 65,
|
18240
|
-
|
18241
|
-
id: 7
|
18242
|
-
},
|
18110
|
+
tax_return_category_id: 69,
|
18243
18111
|
code: "D5",
|
18244
|
-
|
18245
|
-
|
18112
|
+
sub_code: "F",
|
18113
|
+
tax_return_code: null,
|
18246
18114
|
name: "Financial Institutions Duty (FID)",
|
18247
18115
|
seq: 650,
|
18248
|
-
|
18249
|
-
|
18250
|
-
|
18116
|
+
is_other_income: 0,
|
18117
|
+
created_at: "2020-06-01 00:00:00",
|
18118
|
+
updated_at: "2020-06-01 00:00:00"
|
18251
18119
|
},
|
18252
18120
|
{
|
18253
18121
|
id: 66,
|
18254
|
-
|
18255
|
-
id: 7
|
18256
|
-
},
|
18122
|
+
tax_return_category_id: 69,
|
18257
18123
|
code: "D5",
|
18258
|
-
|
18259
|
-
|
18124
|
+
sub_code: "G",
|
18125
|
+
tax_return_code: null,
|
18260
18126
|
name: "Subscriptions",
|
18261
18127
|
seq: 660,
|
18262
|
-
|
18263
|
-
|
18264
|
-
|
18128
|
+
is_other_income: 0,
|
18129
|
+
created_at: "2020-06-01 00:00:00",
|
18130
|
+
updated_at: "2020-06-01 00:00:00"
|
18265
18131
|
},
|
18266
18132
|
{
|
18267
18133
|
id: 67,
|
18268
|
-
|
18269
|
-
id: 7
|
18270
|
-
},
|
18134
|
+
tax_return_category_id: 69,
|
18271
18135
|
code: "D5",
|
18272
|
-
|
18273
|
-
|
18136
|
+
sub_code: "H",
|
18137
|
+
tax_return_code: null,
|
18274
18138
|
name: "Home Office - Running",
|
18275
18139
|
seq: 670,
|
18276
|
-
|
18277
|
-
|
18278
|
-
|
18140
|
+
is_other_income: 0,
|
18141
|
+
created_at: "2020-06-01 00:00:00",
|
18142
|
+
updated_at: "2020-06-01 00:00:00"
|
18279
18143
|
},
|
18280
18144
|
{
|
18281
18145
|
id: 68,
|
18282
|
-
|
18283
|
-
id: 7
|
18284
|
-
},
|
18146
|
+
tax_return_category_id: 69,
|
18285
18147
|
code: "D5",
|
18286
|
-
|
18287
|
-
|
18148
|
+
sub_code: "I",
|
18149
|
+
tax_return_code: null,
|
18288
18150
|
name: "Work-related depreciation",
|
18289
18151
|
seq: 680,
|
18290
|
-
|
18291
|
-
|
18292
|
-
|
18152
|
+
is_other_income: 0,
|
18153
|
+
created_at: "2020-06-01 00:00:00",
|
18154
|
+
updated_at: "2020-06-01 00:00:00"
|
18293
18155
|
},
|
18294
18156
|
{
|
18295
18157
|
id: 70,
|
18296
|
-
|
18297
|
-
id: 7
|
18298
|
-
},
|
18158
|
+
tax_return_category_id: 69,
|
18299
18159
|
code: "D5",
|
18300
|
-
|
18301
|
-
|
18160
|
+
sub_code: "J",
|
18161
|
+
tax_return_code: null,
|
18302
18162
|
name: "Home Office - Occupancy",
|
18303
18163
|
seq: 700,
|
18304
|
-
|
18305
|
-
|
18306
|
-
|
18164
|
+
is_other_income: 0,
|
18165
|
+
created_at: "2020-06-01 00:00:00",
|
18166
|
+
updated_at: "2020-06-01 00:00:00"
|
18307
18167
|
},
|
18308
18168
|
{
|
18309
18169
|
id: 71,
|
18310
|
-
|
18311
|
-
id: 7
|
18312
|
-
},
|
18170
|
+
tax_return_category_id: 69,
|
18313
18171
|
code: "D5",
|
18314
|
-
|
18315
|
-
|
18172
|
+
sub_code: "M",
|
18173
|
+
tax_return_code: null,
|
18316
18174
|
name: "Award Overtime Meal Allowance Expense",
|
18317
18175
|
seq: 710,
|
18318
|
-
|
18319
|
-
|
18320
|
-
|
18176
|
+
is_other_income: 0,
|
18177
|
+
created_at: "2020-06-01 00:00:00",
|
18178
|
+
updated_at: "2020-06-01 00:00:00"
|
18321
18179
|
},
|
18322
18180
|
{
|
18323
18181
|
id: 72,
|
18324
|
-
|
18325
|
-
id: 7
|
18326
|
-
},
|
18182
|
+
tax_return_category_id: 69,
|
18327
18183
|
code: "D5",
|
18328
|
-
|
18329
|
-
|
18184
|
+
sub_code: "N",
|
18185
|
+
tax_return_code: null,
|
18330
18186
|
name: "Newspaper",
|
18331
18187
|
seq: 720,
|
18332
|
-
|
18333
|
-
|
18334
|
-
|
18188
|
+
is_other_income: 0,
|
18189
|
+
created_at: "2020-06-01 00:00:00",
|
18190
|
+
updated_at: "2020-06-01 00:00:00"
|
18335
18191
|
},
|
18336
18192
|
{
|
18337
18193
|
id: 73,
|
18338
|
-
|
18339
|
-
id: 7
|
18340
|
-
},
|
18194
|
+
tax_return_category_id: 69,
|
18341
18195
|
code: "D5",
|
18342
|
-
|
18343
|
-
|
18196
|
+
sub_code: "P",
|
18197
|
+
tax_return_code: null,
|
18344
18198
|
name: "Printing, Postage & Stationery",
|
18345
18199
|
seq: 730,
|
18346
|
-
|
18347
|
-
|
18348
|
-
|
18200
|
+
is_other_income: 0,
|
18201
|
+
created_at: "2020-06-01 00:00:00",
|
18202
|
+
updated_at: "2020-06-01 00:00:00"
|
18349
18203
|
},
|
18350
18204
|
{
|
18351
18205
|
id: 74,
|
18352
|
-
|
18353
|
-
id: 7
|
18354
|
-
},
|
18206
|
+
tax_return_category_id: 69,
|
18355
18207
|
code: "D5",
|
18356
|
-
|
18357
|
-
|
18208
|
+
sub_code: "S",
|
18209
|
+
tax_return_code: null,
|
18358
18210
|
name: "Seminars, workshops and courses",
|
18359
18211
|
seq: 740,
|
18360
|
-
|
18361
|
-
|
18362
|
-
|
18212
|
+
is_other_income: 0,
|
18213
|
+
created_at: "2020-06-01 00:00:00",
|
18214
|
+
updated_at: "2020-06-01 00:00:00"
|
18363
18215
|
},
|
18364
18216
|
{
|
18365
18217
|
id: 75,
|
18366
|
-
|
18367
|
-
id: 7
|
18368
|
-
},
|
18218
|
+
tax_return_category_id: 69,
|
18369
18219
|
code: "D5",
|
18370
|
-
|
18371
|
-
|
18220
|
+
sub_code: "T",
|
18221
|
+
tax_return_code: null,
|
18372
18222
|
name: "Telephone",
|
18373
18223
|
seq: 750,
|
18374
|
-
|
18375
|
-
|
18376
|
-
|
18224
|
+
is_other_income: 0,
|
18225
|
+
created_at: "2020-06-01 00:00:00",
|
18226
|
+
updated_at: "2020-06-01 00:00:00"
|
18377
18227
|
},
|
18378
18228
|
{
|
18379
18229
|
id: 76,
|
18380
|
-
|
18381
|
-
id: 7
|
18382
|
-
},
|
18230
|
+
tax_return_category_id: 69,
|
18383
18231
|
code: "D5",
|
18384
|
-
|
18385
|
-
|
18232
|
+
sub_code: "U",
|
18233
|
+
tax_return_code: null,
|
18386
18234
|
name: "Union Fees",
|
18387
18235
|
seq: 760,
|
18388
|
-
|
18389
|
-
|
18390
|
-
|
18236
|
+
is_other_income: 0,
|
18237
|
+
created_at: "2020-06-01 00:00:00",
|
18238
|
+
updated_at: "2020-06-01 00:00:00"
|
18391
18239
|
},
|
18392
18240
|
{
|
18393
18241
|
id: 77,
|
18394
|
-
|
18395
|
-
id: 7
|
18396
|
-
},
|
18242
|
+
tax_return_category_id: 69,
|
18397
18243
|
code: "D5",
|
18398
|
-
|
18399
|
-
|
18244
|
+
sub_code: "O",
|
18245
|
+
tax_return_code: null,
|
18400
18246
|
name: "Other work-related expenses",
|
18401
18247
|
seq: 770,
|
18402
|
-
|
18403
|
-
|
18404
|
-
|
18248
|
+
is_other_income: 0,
|
18249
|
+
created_at: "2020-06-01 00:00:00",
|
18250
|
+
updated_at: "2020-06-01 00:00:00"
|
18405
18251
|
},
|
18406
18252
|
{
|
18407
18253
|
id: 78,
|
18408
|
-
|
18409
|
-
id: 7
|
18410
|
-
},
|
18254
|
+
tax_return_category_id: 70,
|
18411
18255
|
code: "D6",
|
18412
|
-
|
18413
|
-
|
18256
|
+
sub_code: null,
|
18257
|
+
tax_return_code: null,
|
18414
18258
|
name: "Low-value pool deduction",
|
18415
18259
|
seq: 780,
|
18416
|
-
|
18417
|
-
|
18418
|
-
|
18260
|
+
is_other_income: 0,
|
18261
|
+
created_at: "2020-06-01 00:00:00",
|
18262
|
+
updated_at: "2020-06-01 00:00:00"
|
18419
18263
|
},
|
18420
18264
|
{
|
18421
18265
|
id: 79,
|
18422
|
-
|
18423
|
-
id: 7
|
18424
|
-
},
|
18266
|
+
tax_return_category_id: 71,
|
18425
18267
|
code: "D7",
|
18426
|
-
|
18427
|
-
|
18268
|
+
sub_code: null,
|
18269
|
+
tax_return_code: null,
|
18428
18270
|
name: "Interest Deductions",
|
18429
18271
|
seq: 790,
|
18430
|
-
|
18431
|
-
|
18432
|
-
|
18272
|
+
is_other_income: 0,
|
18273
|
+
created_at: "2020-06-01 00:00:00",
|
18274
|
+
updated_at: "2020-06-01 00:00:00"
|
18433
18275
|
},
|
18434
18276
|
{
|
18435
18277
|
id: 80,
|
18436
|
-
|
18437
|
-
id: 7
|
18438
|
-
},
|
18278
|
+
tax_return_category_id: 71,
|
18439
18279
|
code: "D7",
|
18440
|
-
|
18441
|
-
|
18280
|
+
sub_code: "BL",
|
18281
|
+
tax_return_code: null,
|
18442
18282
|
name: "Interest Deductions - Linked Bonded & Notes",
|
18443
18283
|
seq: 800,
|
18444
|
-
|
18445
|
-
|
18446
|
-
|
18284
|
+
is_other_income: 0,
|
18285
|
+
created_at: "2020-06-01 00:00:00",
|
18286
|
+
updated_at: "2020-06-01 00:00:00"
|
18447
18287
|
},
|
18448
18288
|
{
|
18449
18289
|
id: 81,
|
18450
|
-
|
18451
|
-
id: 7
|
18452
|
-
},
|
18290
|
+
tax_return_category_id: 71,
|
18453
18291
|
code: "D7",
|
18454
|
-
|
18455
|
-
|
18292
|
+
sub_code: "BO",
|
18293
|
+
tax_return_code: null,
|
18456
18294
|
name: "Interest Deductions - Bonds Other",
|
18457
18295
|
seq: 810,
|
18458
|
-
|
18459
|
-
|
18460
|
-
|
18296
|
+
is_other_income: 0,
|
18297
|
+
created_at: "2020-06-01 00:00:00",
|
18298
|
+
updated_at: "2020-06-01 00:00:00"
|
18461
18299
|
},
|
18462
18300
|
{
|
18463
18301
|
id: 82,
|
18464
|
-
|
18465
|
-
id: 7
|
18466
|
-
},
|
18302
|
+
tax_return_category_id: 71,
|
18467
18303
|
code: "D7",
|
18468
|
-
|
18469
|
-
|
18304
|
+
sub_code: "CN",
|
18305
|
+
tax_return_code: null,
|
18470
18306
|
name: "Interest Deductions - Convertible Notes",
|
18471
18307
|
seq: 820,
|
18472
|
-
|
18473
|
-
|
18474
|
-
|
18308
|
+
is_other_income: 0,
|
18309
|
+
created_at: "2020-06-01 00:00:00",
|
18310
|
+
updated_at: "2020-06-01 00:00:00"
|
18475
18311
|
},
|
18476
18312
|
{
|
18477
18313
|
id: 83,
|
18478
|
-
|
18479
|
-
id: 7
|
18480
|
-
},
|
18314
|
+
tax_return_category_id: 71,
|
18481
18315
|
code: "D7",
|
18482
|
-
|
18483
|
-
|
18316
|
+
sub_code: "CP",
|
18317
|
+
tax_return_code: null,
|
18484
18318
|
name: "Interest Deductions - Convertible Preference Shares",
|
18485
18319
|
seq: 830,
|
18486
|
-
|
18487
|
-
|
18488
|
-
|
18320
|
+
is_other_income: 0,
|
18321
|
+
created_at: "2020-06-01 00:00:00",
|
18322
|
+
updated_at: "2020-06-01 00:00:00"
|
18489
18323
|
},
|
18490
18324
|
{
|
18491
18325
|
id: 84,
|
18492
|
-
|
18493
|
-
id: 7
|
18494
|
-
},
|
18326
|
+
tax_return_category_id: 71,
|
18495
18327
|
code: "D7",
|
18496
|
-
|
18497
|
-
|
18328
|
+
sub_code: "IR",
|
18329
|
+
tax_return_code: null,
|
18498
18330
|
name: "Interest Deductions - Instalment Receipts",
|
18499
18331
|
seq: 840,
|
18500
|
-
|
18501
|
-
|
18502
|
-
|
18332
|
+
is_other_income: 0,
|
18333
|
+
created_at: "2020-06-01 00:00:00",
|
18334
|
+
updated_at: "2020-06-01 00:00:00"
|
18503
18335
|
},
|
18504
18336
|
{
|
18505
18337
|
id: 85,
|
18506
|
-
|
18507
|
-
id: 7
|
18508
|
-
},
|
18338
|
+
tax_return_category_id: 71,
|
18509
18339
|
code: "D7",
|
18510
|
-
|
18511
|
-
|
18340
|
+
sub_code: "MA",
|
18341
|
+
tax_return_code: null,
|
18512
18342
|
name: "Interest Deductions - Allocated Pensions & Annuities",
|
18513
18343
|
seq: 850,
|
18514
|
-
|
18515
|
-
|
18516
|
-
|
18344
|
+
is_other_income: 0,
|
18345
|
+
created_at: "2020-06-01 00:00:00",
|
18346
|
+
updated_at: "2020-06-01 00:00:00"
|
18517
18347
|
},
|
18518
18348
|
{
|
18519
18349
|
id: 86,
|
18520
|
-
|
18521
|
-
id: 7
|
18522
|
-
},
|
18350
|
+
tax_return_category_id: 71,
|
18523
18351
|
code: "D7",
|
18524
|
-
|
18525
|
-
|
18352
|
+
sub_code: "MF",
|
18353
|
+
tax_return_code: null,
|
18526
18354
|
name: "Interest Deductions - Friendly Society",
|
18527
18355
|
seq: 860,
|
18528
|
-
|
18529
|
-
|
18530
|
-
|
18356
|
+
is_other_income: 0,
|
18357
|
+
created_at: "2020-06-01 00:00:00",
|
18358
|
+
updated_at: "2020-06-01 00:00:00"
|
18531
18359
|
},
|
18532
18360
|
{
|
18533
18361
|
id: 87,
|
18534
|
-
|
18535
|
-
id: 7
|
18536
|
-
},
|
18362
|
+
tax_return_category_id: 72,
|
18537
18363
|
code: "D8",
|
18538
|
-
|
18539
|
-
|
18364
|
+
sub_code: null,
|
18365
|
+
tax_return_code: null,
|
18540
18366
|
name: "Dividend Deductions",
|
18541
18367
|
seq: 870,
|
18542
|
-
|
18543
|
-
|
18544
|
-
|
18368
|
+
is_other_income: 0,
|
18369
|
+
created_at: "2020-06-01 00:00:00",
|
18370
|
+
updated_at: "2020-06-01 00:00:00"
|
18545
18371
|
},
|
18546
18372
|
{
|
18547
18373
|
id: 88,
|
18548
|
-
|
18549
|
-
id: 7
|
18550
|
-
},
|
18374
|
+
tax_return_category_id: 72,
|
18551
18375
|
code: "D8",
|
18552
|
-
|
18553
|
-
|
18376
|
+
sub_code: "BL",
|
18377
|
+
tax_return_code: null,
|
18554
18378
|
name: "Dividend Deductions - Linked Bonded & Notes",
|
18555
18379
|
seq: 880,
|
18556
|
-
|
18557
|
-
|
18558
|
-
|
18380
|
+
is_other_income: 0,
|
18381
|
+
created_at: "2020-06-01 00:00:00",
|
18382
|
+
updated_at: "2020-06-01 00:00:00"
|
18559
18383
|
},
|
18560
18384
|
{
|
18561
18385
|
id: 89,
|
18562
|
-
|
18563
|
-
id: 7
|
18564
|
-
},
|
18386
|
+
tax_return_category_id: 72,
|
18565
18387
|
code: "D8",
|
18566
|
-
|
18567
|
-
|
18388
|
+
sub_code: "BO",
|
18389
|
+
tax_return_code: null,
|
18568
18390
|
name: "Dividend Deductions - Bonds Other",
|
18569
18391
|
seq: 890,
|
18570
|
-
|
18571
|
-
|
18572
|
-
|
18392
|
+
is_other_income: 0,
|
18393
|
+
created_at: "2020-06-01 00:00:00",
|
18394
|
+
updated_at: "2020-06-01 00:00:00"
|
18573
18395
|
},
|
18574
18396
|
{
|
18575
18397
|
id: 90,
|
18576
|
-
|
18577
|
-
id: 7
|
18578
|
-
},
|
18398
|
+
tax_return_category_id: 72,
|
18579
18399
|
code: "D8",
|
18580
|
-
|
18581
|
-
|
18400
|
+
sub_code: "CN",
|
18401
|
+
tax_return_code: null,
|
18582
18402
|
name: "Dividend Deductions - Convertible Notes",
|
18583
18403
|
seq: 900,
|
18584
|
-
|
18585
|
-
|
18586
|
-
|
18404
|
+
is_other_income: 0,
|
18405
|
+
created_at: "2020-06-01 00:00:00",
|
18406
|
+
updated_at: "2020-06-01 00:00:00"
|
18587
18407
|
},
|
18588
18408
|
{
|
18589
18409
|
id: 91,
|
18590
|
-
|
18591
|
-
id: 7
|
18592
|
-
},
|
18410
|
+
tax_return_category_id: 72,
|
18593
18411
|
code: "D8",
|
18594
|
-
|
18595
|
-
|
18412
|
+
sub_code: "CP",
|
18413
|
+
tax_return_code: null,
|
18596
18414
|
name: "Dividend Deductions - Convertible Preference Share",
|
18597
18415
|
seq: 910,
|
18598
|
-
|
18599
|
-
|
18600
|
-
|
18416
|
+
is_other_income: 0,
|
18417
|
+
created_at: "2020-06-01 00:00:00",
|
18418
|
+
updated_at: "2020-06-01 00:00:00"
|
18601
18419
|
},
|
18602
18420
|
{
|
18603
18421
|
id: 92,
|
18604
|
-
|
18605
|
-
id: 7
|
18606
|
-
},
|
18422
|
+
tax_return_category_id: 72,
|
18607
18423
|
code: "D8",
|
18608
|
-
|
18609
|
-
|
18424
|
+
sub_code: "MA",
|
18425
|
+
tax_return_code: null,
|
18610
18426
|
name: "Dividend Deductions - Allocated Pensions & Annuities",
|
18611
18427
|
seq: 920,
|
18612
|
-
|
18613
|
-
|
18614
|
-
|
18428
|
+
is_other_income: 0,
|
18429
|
+
created_at: "2020-06-01 00:00:00",
|
18430
|
+
updated_at: "2020-06-01 00:00:00"
|
18615
18431
|
},
|
18616
18432
|
{
|
18617
18433
|
id: 93,
|
18618
|
-
|
18619
|
-
id: 7
|
18620
|
-
},
|
18434
|
+
tax_return_category_id: 72,
|
18621
18435
|
code: "D8",
|
18622
|
-
|
18623
|
-
|
18436
|
+
sub_code: "MF",
|
18437
|
+
tax_return_code: null,
|
18624
18438
|
name: "Dividend Deductions - Friendly Society",
|
18625
18439
|
seq: 930,
|
18626
|
-
|
18627
|
-
|
18628
|
-
|
18440
|
+
is_other_income: 0,
|
18441
|
+
created_at: "2020-06-01 00:00:00",
|
18442
|
+
updated_at: "2020-06-01 00:00:00"
|
18629
18443
|
},
|
18630
18444
|
{
|
18631
18445
|
id: 94,
|
18632
|
-
|
18633
|
-
id: 7
|
18634
|
-
},
|
18446
|
+
tax_return_category_id: 73,
|
18635
18447
|
code: "D9",
|
18636
|
-
|
18637
|
-
|
18448
|
+
sub_code: "J",
|
18449
|
+
tax_return_code: null,
|
18638
18450
|
name: "Gifts or donations",
|
18639
18451
|
seq: 940,
|
18640
|
-
|
18641
|
-
|
18642
|
-
|
18452
|
+
is_other_income: 0,
|
18453
|
+
created_at: "2020-06-01 00:00:00",
|
18454
|
+
updated_at: "2020-06-01 00:00:00"
|
18643
18455
|
},
|
18644
18456
|
{
|
18645
18457
|
id: 95,
|
18646
|
-
|
18647
|
-
id: 7
|
18648
|
-
},
|
18458
|
+
tax_return_category_id: 74,
|
18649
18459
|
code: "D10",
|
18650
|
-
|
18651
|
-
|
18460
|
+
sub_code: null,
|
18461
|
+
tax_return_code: null,
|
18652
18462
|
name: "Cost of managing tax affairs",
|
18653
18463
|
seq: 950,
|
18654
|
-
|
18655
|
-
|
18656
|
-
|
18464
|
+
is_other_income: 0,
|
18465
|
+
created_at: "2020-06-01 00:00:00",
|
18466
|
+
updated_at: "2020-06-01 00:00:00"
|
18657
18467
|
},
|
18658
18468
|
{
|
18659
18469
|
id: 96,
|
18660
|
-
|
18661
|
-
id: 7
|
18662
|
-
},
|
18470
|
+
tax_return_category_id: 74,
|
18663
18471
|
code: "D10",
|
18664
|
-
|
18665
|
-
|
18472
|
+
sub_code: "N",
|
18473
|
+
tax_return_code: null,
|
18666
18474
|
name: "Interest Charged by ATO",
|
18667
18475
|
seq: 960,
|
18668
|
-
|
18669
|
-
|
18670
|
-
|
18476
|
+
is_other_income: 0,
|
18477
|
+
created_at: "2020-06-01 00:00:00",
|
18478
|
+
updated_at: "2020-06-01 00:00:00"
|
18671
18479
|
},
|
18672
18480
|
{
|
18673
18481
|
id: 97,
|
18674
|
-
|
18675
|
-
id: 7
|
18676
|
-
},
|
18482
|
+
tax_return_category_id: 74,
|
18677
18483
|
code: "D10",
|
18678
|
-
|
18679
|
-
|
18484
|
+
sub_code: "L",
|
18485
|
+
tax_return_code: null,
|
18680
18486
|
name: "Litigation Costs",
|
18681
18487
|
seq: 970,
|
18682
|
-
|
18683
|
-
|
18684
|
-
|
18488
|
+
is_other_income: 0,
|
18489
|
+
created_at: "2020-06-01 00:00:00",
|
18490
|
+
updated_at: "2020-06-01 00:00:00"
|
18685
18491
|
},
|
18686
18492
|
{
|
18687
18493
|
id: 98,
|
18688
|
-
|
18689
|
-
id: 7
|
18690
|
-
},
|
18494
|
+
tax_return_category_id: 74,
|
18691
18495
|
code: "D10",
|
18692
|
-
|
18693
|
-
|
18496
|
+
sub_code: "M",
|
18497
|
+
tax_return_code: null,
|
18694
18498
|
name: "Accounting Fees",
|
18695
18499
|
seq: 980,
|
18696
|
-
|
18697
|
-
|
18698
|
-
|
18500
|
+
is_other_income: 0,
|
18501
|
+
created_at: "2020-06-01 00:00:00",
|
18502
|
+
updated_at: "2020-06-01 00:00:00"
|
18699
18503
|
},
|
18700
18504
|
{
|
18701
18505
|
id: 99,
|
18702
|
-
|
18703
|
-
id: 7
|
18704
|
-
},
|
18506
|
+
tax_return_category_id: 75,
|
18705
18507
|
code: "D11",
|
18706
|
-
|
18707
|
-
|
18508
|
+
sub_code: null,
|
18509
|
+
tax_return_code: null,
|
18708
18510
|
name: "Deductible amount of undeducted purchase price of a foreign pension or annuity",
|
18709
18511
|
seq: 990,
|
18710
|
-
|
18711
|
-
|
18712
|
-
|
18512
|
+
is_other_income: 0,
|
18513
|
+
created_at: "2020-06-01 00:00:00",
|
18514
|
+
updated_at: "2020-06-01 00:00:00"
|
18713
18515
|
},
|
18714
18516
|
{
|
18715
18517
|
id: 100,
|
18716
|
-
|
18717
|
-
id: 18
|
18718
|
-
},
|
18518
|
+
tax_return_category_id: 81,
|
18719
18519
|
code: "D12",
|
18720
|
-
|
18721
|
-
|
18520
|
+
sub_code: null,
|
18521
|
+
tax_return_code: null,
|
18722
18522
|
name: "Personal superannuation contributions",
|
18723
18523
|
seq: 1000,
|
18724
|
-
|
18725
|
-
|
18726
|
-
|
18524
|
+
is_other_income: 0,
|
18525
|
+
created_at: "2020-06-01 00:00:00",
|
18526
|
+
updated_at: "2020-06-01 00:00:00"
|
18727
18527
|
},
|
18728
18528
|
{
|
18729
18529
|
id: 101,
|
18730
|
-
|
18731
|
-
id: 18
|
18732
|
-
},
|
18530
|
+
tax_return_category_id: 81,
|
18733
18531
|
code: "D12",
|
18734
|
-
|
18735
|
-
|
18532
|
+
sub_code: "H",
|
18533
|
+
tax_return_code: null,
|
18736
18534
|
name: "Personal Super Contributions (Non-Deductible)",
|
18737
18535
|
seq: 1010,
|
18738
|
-
|
18739
|
-
|
18740
|
-
|
18536
|
+
is_other_income: 0,
|
18537
|
+
created_at: "2020-06-01 00:00:00",
|
18538
|
+
updated_at: "2020-06-01 00:00:00"
|
18741
18539
|
},
|
18742
18540
|
{
|
18743
18541
|
id: 102,
|
18744
|
-
|
18745
|
-
id: 18
|
18746
|
-
},
|
18542
|
+
tax_return_category_id: 82,
|
18747
18543
|
code: "D13",
|
18748
|
-
|
18749
|
-
|
18544
|
+
sub_code: null,
|
18545
|
+
tax_return_code: null,
|
18750
18546
|
name: "Deduction for project pool",
|
18751
18547
|
seq: 1020,
|
18752
|
-
|
18753
|
-
|
18754
|
-
|
18548
|
+
is_other_income: 0,
|
18549
|
+
created_at: "2020-06-01 00:00:00",
|
18550
|
+
updated_at: "2020-06-01 00:00:00"
|
18755
18551
|
},
|
18756
18552
|
{
|
18757
18553
|
id: 103,
|
18758
|
-
|
18759
|
-
id: 18
|
18760
|
-
},
|
18554
|
+
tax_return_category_id: 83,
|
18761
18555
|
code: "D14",
|
18762
|
-
|
18763
|
-
|
18556
|
+
sub_code: "A",
|
18557
|
+
tax_return_code: null,
|
18764
18558
|
name: "Forestry managed investment scheme deduction",
|
18765
18559
|
seq: 1030,
|
18766
|
-
|
18767
|
-
|
18768
|
-
|
18560
|
+
is_other_income: 0,
|
18561
|
+
created_at: "2020-06-01 00:00:00",
|
18562
|
+
updated_at: "2020-06-01 00:00:00"
|
18769
18563
|
},
|
18770
18564
|
{
|
18771
18565
|
id: 104,
|
18772
|
-
|
18773
|
-
id: 18
|
18774
|
-
},
|
18566
|
+
tax_return_category_id: 76,
|
18775
18567
|
code: "D15",
|
18776
|
-
|
18777
|
-
|
18568
|
+
sub_code: "O",
|
18569
|
+
tax_return_code: null,
|
18778
18570
|
name: "Non capital losses on disposal of assets",
|
18779
18571
|
seq: 1040,
|
18780
|
-
|
18781
|
-
|
18782
|
-
|
18572
|
+
is_other_income: 0,
|
18573
|
+
created_at: "2020-06-01 00:00:00",
|
18574
|
+
updated_at: "2020-06-01 00:00:00"
|
18783
18575
|
},
|
18784
18576
|
{
|
18785
18577
|
id: 105,
|
18786
|
-
|
18787
|
-
id: 18
|
18788
|
-
},
|
18578
|
+
tax_return_category_id: 76,
|
18789
18579
|
code: "D15",
|
18790
|
-
|
18791
|
-
|
18580
|
+
sub_code: "P",
|
18581
|
+
tax_return_code: null,
|
18792
18582
|
name: "Income Protection Insurance",
|
18793
18583
|
seq: 1050,
|
18794
|
-
|
18795
|
-
|
18796
|
-
|
18797
|
-
},
|
18798
|
-
{
|
18799
|
-
id: 133,
|
18800
|
-
taxReturnCategory: {
|
18801
|
-
id: 18
|
18802
|
-
},
|
18803
|
-
code: "D16",
|
18804
|
-
subCode: null,
|
18805
|
-
taxReturnCode: null,
|
18806
|
-
name: "Private income and expenses",
|
18807
|
-
seq: 1330,
|
18808
|
-
isOtherIncome: 0,
|
18809
|
-
createdAt: "2020-06-01 00:00:00",
|
18810
|
-
updatedAt: "2020-06-01 00:00:00"
|
18584
|
+
is_other_income: 0,
|
18585
|
+
created_at: "2020-06-01 00:00:00",
|
18586
|
+
updated_at: "2020-06-01 00:00:00"
|
18811
18587
|
},
|
18812
18588
|
{
|
18813
18589
|
id: 134,
|
18814
|
-
|
18815
|
-
|
18816
|
-
|
18817
|
-
|
18818
|
-
subCode: "H",
|
18819
|
-
taxReturnCode: null,
|
18590
|
+
tax_return_category_id: 31,
|
18591
|
+
code: "3",
|
18592
|
+
sub_code: "H",
|
18593
|
+
tax_return_code: null,
|
18820
18594
|
name: "Lump Sum B",
|
18821
18595
|
seq: 35,
|
18822
|
-
|
18823
|
-
|
18824
|
-
|
18596
|
+
is_other_income: 0,
|
18597
|
+
created_at: "2020-06-01 00:00:00",
|
18598
|
+
updated_at: "2020-06-01 00:00:00"
|
18825
18599
|
},
|
18826
18600
|
{
|
18827
18601
|
id: 135,
|
18828
|
-
|
18829
|
-
|
18830
|
-
|
18831
|
-
|
18832
|
-
subCode: "E",
|
18833
|
-
taxReturnCode: null,
|
18602
|
+
tax_return_category_id: 40,
|
18603
|
+
code: "24",
|
18604
|
+
sub_code: "E",
|
18605
|
+
tax_return_code: null,
|
18834
18606
|
name: "Tax Withheld Lump Sum payments in arrears",
|
18835
18607
|
seq: 441,
|
18836
|
-
|
18837
|
-
|
18838
|
-
|
18608
|
+
is_other_income: 1,
|
18609
|
+
created_at: "2020-06-01 00:00:00",
|
18610
|
+
updated_at: "2020-06-01 00:00:00"
|
18839
18611
|
},
|
18840
18612
|
{
|
18841
18613
|
id: 136,
|
18842
|
-
|
18843
|
-
|
18844
|
-
|
18845
|
-
|
18846
|
-
subCode: "Y",
|
18847
|
-
taxReturnCode: null,
|
18614
|
+
tax_return_category_id: 40,
|
18615
|
+
code: "24",
|
18616
|
+
sub_code: "Y",
|
18617
|
+
tax_return_code: null,
|
18848
18618
|
name: "Other Income - Category 1",
|
18849
18619
|
seq: 442,
|
18850
|
-
|
18851
|
-
|
18852
|
-
|
18620
|
+
is_other_income: 1,
|
18621
|
+
created_at: "2020-06-01 00:00:00",
|
18622
|
+
updated_at: "2020-06-01 00:00:00"
|
18853
18623
|
},
|
18854
18624
|
{
|
18855
18625
|
id: 137,
|
18856
|
-
|
18857
|
-
|
18858
|
-
|
18859
|
-
|
18860
|
-
|
18861
|
-
taxReturnCode: null,
|
18862
|
-
name: "Other Income - Ctaegory 4",
|
18626
|
+
tax_return_category_id: 78,
|
18627
|
+
code: "24",
|
18628
|
+
sub_code: "V",
|
18629
|
+
tax_return_code: null,
|
18630
|
+
name: "Other Income - Category 4",
|
18863
18631
|
seq: 443,
|
18864
|
-
|
18865
|
-
|
18866
|
-
|
18632
|
+
is_other_income: 1,
|
18633
|
+
created_at: "2020-06-01 00:00:00",
|
18634
|
+
updated_at: "2020-06-01 00:00:00"
|
18867
18635
|
},
|
18868
18636
|
{
|
18869
18637
|
id: 138,
|
18870
|
-
|
18871
|
-
|
18872
|
-
|
18873
|
-
|
18874
|
-
subCode: "Z",
|
18875
|
-
taxReturnCode: null,
|
18638
|
+
tax_return_category_id: 40,
|
18639
|
+
code: "24",
|
18640
|
+
sub_code: "Z",
|
18641
|
+
tax_return_code: null,
|
18876
18642
|
name: "Taxable Professional Income",
|
18877
18643
|
seq: 444,
|
18878
|
-
|
18879
|
-
|
18880
|
-
|
18644
|
+
is_other_income: 1,
|
18645
|
+
created_at: "2020-06-01 00:00:00",
|
18646
|
+
updated_at: "2020-06-01 00:00:00"
|
18881
18647
|
},
|
18882
18648
|
{
|
18883
18649
|
id: 139,
|
18884
|
-
|
18885
|
-
|
18886
|
-
|
18887
|
-
|
18888
|
-
subCode: "X",
|
18889
|
-
taxReturnCode: null,
|
18650
|
+
tax_return_category_id: 40,
|
18651
|
+
code: "24",
|
18652
|
+
sub_code: "X",
|
18653
|
+
tax_return_code: null,
|
18890
18654
|
name: "Other Income - Category 2 - ATO Interest",
|
18891
18655
|
seq: 445,
|
18892
|
-
|
18893
|
-
|
18894
|
-
|
18656
|
+
is_other_income: 1,
|
18657
|
+
created_at: "2020-06-01 00:00:00",
|
18658
|
+
updated_at: "2020-06-01 00:00:00"
|
18895
18659
|
},
|
18896
18660
|
{
|
18897
18661
|
id: 140,
|
18898
|
-
|
18899
|
-
|
18900
|
-
|
18901
|
-
|
18902
|
-
subCode: null,
|
18903
|
-
taxReturnCode: null,
|
18662
|
+
tax_return_category_id: 6,
|
18663
|
+
code: "11",
|
18664
|
+
sub_code: null,
|
18665
|
+
tax_return_code: null,
|
18904
18666
|
name: "Dividends",
|
18905
18667
|
seq: 111,
|
18906
|
-
|
18907
|
-
|
18908
|
-
|
18668
|
+
is_other_income: 1,
|
18669
|
+
created_at: "2020-06-01 00:00:00",
|
18670
|
+
updated_at: "2020-06-01 00:00:00"
|
18909
18671
|
},
|
18910
18672
|
{
|
18911
18673
|
id: 144,
|
18912
|
-
|
18913
|
-
|
18914
|
-
|
18915
|
-
|
18916
|
-
subCode: "J",
|
18917
|
-
taxReturnCode: null,
|
18674
|
+
tax_return_category_id: 3,
|
18675
|
+
code: "7",
|
18676
|
+
sub_code: "J",
|
18677
|
+
tax_return_code: null,
|
18918
18678
|
name: "Superannuation income streams - Taxed Element",
|
18919
18679
|
seq: 71,
|
18920
|
-
|
18921
|
-
|
18922
|
-
|
18680
|
+
is_other_income: 1,
|
18681
|
+
created_at: "2020-06-01 00:00:00",
|
18682
|
+
updated_at: "2020-06-01 00:00:00"
|
18923
18683
|
},
|
18924
18684
|
{
|
18925
18685
|
id: 145,
|
18926
|
-
|
18927
|
-
|
18928
|
-
|
18929
|
-
|
18930
|
-
subCode: "N",
|
18931
|
-
taxReturnCode: null,
|
18686
|
+
tax_return_category_id: 3,
|
18687
|
+
code: "7",
|
18688
|
+
sub_code: "N",
|
18689
|
+
tax_return_code: null,
|
18932
18690
|
name: "Superannuation income streams - Untaxed Element",
|
18933
18691
|
seq: 72,
|
18934
|
-
|
18935
|
-
|
18936
|
-
|
18692
|
+
is_other_income: 1,
|
18693
|
+
created_at: "2020-06-01 00:00:00",
|
18694
|
+
updated_at: "2020-06-01 00:00:00"
|
18937
18695
|
},
|
18938
18696
|
{
|
18939
18697
|
id: 146,
|
18940
|
-
|
18941
|
-
|
18942
|
-
|
18943
|
-
|
18944
|
-
subCode: "M",
|
18945
|
-
taxReturnCode: null,
|
18698
|
+
tax_return_category_id: 3,
|
18699
|
+
code: "7",
|
18700
|
+
sub_code: "M",
|
18701
|
+
tax_return_code: null,
|
18946
18702
|
name: "Assessable Amount From Capped Benefit",
|
18947
18703
|
seq: 73,
|
18948
|
-
|
18949
|
-
|
18950
|
-
|
18704
|
+
is_other_income: 1,
|
18705
|
+
created_at: "2020-06-01 00:00:00",
|
18706
|
+
updated_at: "2020-06-01 00:00:00"
|
18951
18707
|
},
|
18952
18708
|
{
|
18953
18709
|
id: 147,
|
18954
|
-
|
18955
|
-
|
18956
|
-
|
18957
|
-
|
18958
|
-
subCode: "Y",
|
18959
|
-
taxReturnCode: null,
|
18710
|
+
tax_return_category_id: 3,
|
18711
|
+
code: "7",
|
18712
|
+
sub_code: "Y",
|
18713
|
+
tax_return_code: null,
|
18960
18714
|
name: "Lump Sum in Arrears - Taxed Element",
|
18961
18715
|
seq: 74,
|
18962
|
-
|
18963
|
-
|
18964
|
-
|
18716
|
+
is_other_income: 1,
|
18717
|
+
created_at: "2020-06-01 00:00:00",
|
18718
|
+
updated_at: "2020-06-01 00:00:00"
|
18965
18719
|
},
|
18966
18720
|
{
|
18967
18721
|
id: 148,
|
18968
|
-
|
18969
|
-
|
18970
|
-
|
18971
|
-
|
18972
|
-
subCode: "Z",
|
18973
|
-
taxReturnCode: null,
|
18722
|
+
tax_return_category_id: 3,
|
18723
|
+
code: "7",
|
18724
|
+
sub_code: "Z",
|
18725
|
+
tax_return_code: null,
|
18974
18726
|
name: "Lump Sum in Arrears - Untaxed Element",
|
18975
18727
|
seq: 75,
|
18976
|
-
|
18977
|
-
|
18978
|
-
|
18728
|
+
is_other_income: 1,
|
18729
|
+
created_at: "2020-06-01 00:00:00",
|
18730
|
+
updated_at: "2020-06-01 00:00:00"
|
18979
18731
|
},
|
18980
18732
|
{
|
18981
18733
|
id: 149,
|
18982
|
-
|
18983
|
-
|
18984
|
-
|
18985
|
-
|
18986
|
-
subCode: "Q",
|
18987
|
-
taxReturnCode: null,
|
18734
|
+
tax_return_category_id: 34,
|
18735
|
+
code: "8",
|
18736
|
+
sub_code: "Q",
|
18737
|
+
tax_return_code: null,
|
18988
18738
|
name: "Superannuation Lump Sum Payments - Taxed Element",
|
18989
18739
|
seq: 81,
|
18990
|
-
|
18991
|
-
|
18992
|
-
|
18740
|
+
is_other_income: 1,
|
18741
|
+
created_at: "2020-06-01 00:00:00",
|
18742
|
+
updated_at: "2020-06-01 00:00:00"
|
18993
18743
|
},
|
18994
18744
|
{
|
18995
18745
|
id: 150,
|
18996
|
-
|
18997
|
-
|
18998
|
-
|
18999
|
-
|
19000
|
-
subCode: "P",
|
19001
|
-
taxReturnCode: null,
|
18746
|
+
tax_return_category_id: 34,
|
18747
|
+
code: "8",
|
18748
|
+
sub_code: "P",
|
18749
|
+
tax_return_code: null,
|
19002
18750
|
name: "Superannuation Lump Sum Payments - Untaxed Element",
|
19003
18751
|
seq: 82,
|
19004
|
-
|
19005
|
-
|
19006
|
-
|
18752
|
+
is_other_income: 1,
|
18753
|
+
created_at: "2020-06-01 00:00:00",
|
18754
|
+
updated_at: "2020-06-01 00:00:00"
|
19007
18755
|
},
|
19008
18756
|
{
|
19009
18757
|
id: 151,
|
19010
|
-
|
19011
|
-
|
19012
|
-
|
19013
|
-
|
19014
|
-
subCode: "D",
|
19015
|
-
taxReturnCode: null,
|
18758
|
+
tax_return_category_id: 35,
|
18759
|
+
code: "12",
|
18760
|
+
sub_code: "D",
|
18761
|
+
tax_return_code: null,
|
19016
18762
|
name: "Discount From Taxed Upfront Schemes - Eligible for reduction",
|
19017
18763
|
seq: 121,
|
19018
|
-
|
19019
|
-
|
19020
|
-
|
18764
|
+
is_other_income: 1,
|
18765
|
+
created_at: "2020-06-01 00:00:00",
|
18766
|
+
updated_at: "2020-06-01 00:00:00"
|
19021
18767
|
},
|
19022
18768
|
{
|
19023
18769
|
id: 152,
|
19024
|
-
|
19025
|
-
|
19026
|
-
|
19027
|
-
|
19028
|
-
subCode: "E",
|
19029
|
-
taxReturnCode: null,
|
18770
|
+
tax_return_category_id: 35,
|
18771
|
+
code: "12",
|
18772
|
+
sub_code: "E",
|
18773
|
+
tax_return_code: null,
|
19030
18774
|
name: "Discount From Taxed Upfront Schemes - Not Eligible for reduction",
|
19031
18775
|
seq: 122,
|
19032
|
-
|
19033
|
-
|
19034
|
-
|
18776
|
+
is_other_income: 1,
|
18777
|
+
created_at: "2020-06-01 00:00:00",
|
18778
|
+
updated_at: "2020-06-01 00:00:00"
|
19035
18779
|
},
|
19036
18780
|
{
|
19037
18781
|
id: 153,
|
19038
|
-
|
19039
|
-
|
19040
|
-
|
19041
|
-
|
19042
|
-
subCode: "F",
|
19043
|
-
taxReturnCode: null,
|
18782
|
+
tax_return_category_id: 35,
|
18783
|
+
code: "12",
|
18784
|
+
sub_code: "F",
|
18785
|
+
tax_return_code: null,
|
19044
18786
|
name: "Discount From Deferral Schemes",
|
19045
18787
|
seq: 123,
|
19046
|
-
|
19047
|
-
|
19048
|
-
|
18788
|
+
is_other_income: 1,
|
18789
|
+
created_at: "2020-06-01 00:00:00",
|
18790
|
+
updated_at: "2020-06-01 00:00:00"
|
19049
18791
|
},
|
19050
18792
|
{
|
19051
18793
|
id: 154,
|
19052
|
-
|
19053
|
-
|
19054
|
-
|
19055
|
-
|
19056
|
-
subCode: "O",
|
19057
|
-
taxReturnCode: null,
|
18794
|
+
tax_return_category_id: 36,
|
18795
|
+
code: "13",
|
18796
|
+
sub_code: "O",
|
18797
|
+
tax_return_code: null,
|
19058
18798
|
name: "Partnership Income",
|
19059
18799
|
seq: 131,
|
19060
|
-
|
19061
|
-
|
19062
|
-
|
18800
|
+
is_other_income: 1,
|
18801
|
+
created_at: "2020-06-01 00:00:00",
|
18802
|
+
updated_at: "2020-06-01 00:00:00"
|
19063
18803
|
},
|
19064
18804
|
{
|
19065
18805
|
id: 155,
|
19066
|
-
|
19067
|
-
|
19068
|
-
|
19069
|
-
|
19070
|
-
subCode: "U",
|
19071
|
-
taxReturnCode: null,
|
18806
|
+
tax_return_category_id: 37,
|
18807
|
+
code: "13",
|
18808
|
+
sub_code: "U",
|
18809
|
+
tax_return_code: null,
|
19072
18810
|
name: "Trust Income",
|
19073
18811
|
seq: 132,
|
19074
|
-
|
19075
|
-
|
19076
|
-
|
18812
|
+
is_other_income: 1,
|
18813
|
+
created_at: "2020-06-01 00:00:00",
|
18814
|
+
updated_at: "2020-06-01 00:00:00"
|
19077
18815
|
},
|
19078
18816
|
{
|
19079
18817
|
id: 156,
|
19080
|
-
|
19081
|
-
|
19082
|
-
|
19083
|
-
|
19084
|
-
subCode: "B",
|
19085
|
-
taxReturnCode: null,
|
18818
|
+
tax_return_category_id: 36,
|
18819
|
+
code: "13",
|
18820
|
+
sub_code: "B",
|
18821
|
+
tax_return_code: null,
|
19086
18822
|
name: "Partnership Expenses",
|
19087
18823
|
seq: 133,
|
19088
|
-
|
19089
|
-
|
19090
|
-
|
18824
|
+
is_other_income: 1,
|
18825
|
+
created_at: "2020-06-01 00:00:00",
|
18826
|
+
updated_at: "2020-06-01 00:00:00"
|
19091
18827
|
},
|
19092
18828
|
{
|
19093
18829
|
id: 157,
|
19094
|
-
|
19095
|
-
|
19096
|
-
|
19097
|
-
|
19098
|
-
subCode: "Y",
|
19099
|
-
taxReturnCode: null,
|
18830
|
+
tax_return_category_id: 37,
|
18831
|
+
code: "13",
|
18832
|
+
sub_code: "Y",
|
18833
|
+
tax_return_code: null,
|
19100
18834
|
name: "Trust Expenses",
|
19101
18835
|
seq: 134,
|
19102
|
-
|
19103
|
-
|
19104
|
-
|
18836
|
+
is_other_income: 1,
|
18837
|
+
created_at: "2020-06-01 00:00:00",
|
18838
|
+
updated_at: "2020-06-01 00:00:00"
|
19105
18839
|
},
|
19106
18840
|
{
|
19107
18841
|
id: 158,
|
19108
|
-
|
19109
|
-
|
19110
|
-
|
19111
|
-
|
19112
|
-
subCode: "O",
|
19113
|
-
taxReturnCode: null,
|
18842
|
+
tax_return_category_id: 14,
|
18843
|
+
code: "14",
|
18844
|
+
sub_code: "O",
|
18845
|
+
tax_return_code: null,
|
19114
18846
|
name: "Personal services income (PSI) - labour hire or other",
|
19115
18847
|
seq: 141,
|
19116
|
-
|
19117
|
-
|
19118
|
-
|
18848
|
+
is_other_income: 1,
|
18849
|
+
created_at: "2020-06-01 00:00:00",
|
18850
|
+
updated_at: "2020-06-01 00:00:00"
|
19119
18851
|
},
|
19120
18852
|
{
|
19121
18853
|
id: 159,
|
19122
|
-
|
19123
|
-
|
19124
|
-
|
19125
|
-
|
19126
|
-
subCode: "V",
|
19127
|
-
taxReturnCode: null,
|
18854
|
+
tax_return_category_id: 14,
|
18855
|
+
code: "14",
|
18856
|
+
sub_code: "V",
|
18857
|
+
tax_return_code: null,
|
19128
18858
|
name: "Personal services income (PSI) - voluntary agreement",
|
19129
18859
|
seq: 148,
|
19130
|
-
|
19131
|
-
|
19132
|
-
|
18860
|
+
is_other_income: 1,
|
18861
|
+
created_at: "2020-06-01 00:00:00",
|
18862
|
+
updated_at: "2020-06-01 00:00:00"
|
19133
18863
|
},
|
19134
18864
|
{
|
19135
18865
|
id: 160,
|
19136
|
-
|
19137
|
-
id: 18
|
19138
|
-
},
|
18866
|
+
tax_return_category_id: 84,
|
19139
18867
|
code: "D15",
|
19140
|
-
|
19141
|
-
|
18868
|
+
sub_code: "D",
|
18869
|
+
tax_return_code: null,
|
19142
18870
|
name: "Foreign exchange losses",
|
19143
18871
|
seq: 1055,
|
19144
|
-
|
19145
|
-
|
19146
|
-
|
18872
|
+
is_other_income: 0,
|
18873
|
+
created_at: "2020-06-01 00:00:00",
|
18874
|
+
updated_at: "2020-06-01 00:00:00"
|
19147
18875
|
},
|
19148
18876
|
{
|
19149
18877
|
id: 161,
|
19150
|
-
|
19151
|
-
|
19152
|
-
|
19153
|
-
|
19154
|
-
subCode: "D",
|
19155
|
-
taxReturnCode: null,
|
18878
|
+
tax_return_category_id: 42,
|
18879
|
+
code: "15",
|
18880
|
+
sub_code: "D",
|
18881
|
+
tax_return_code: null,
|
19156
18882
|
name: "Gross payments - no ABN given",
|
19157
18883
|
seq: 1500,
|
19158
|
-
|
19159
|
-
|
19160
|
-
|
18884
|
+
is_other_income: 0,
|
18885
|
+
created_at: "2022-07-29 00:00:00",
|
18886
|
+
updated_at: "2022-07-29 00:00:00"
|
19161
18887
|
},
|
19162
18888
|
{
|
19163
18889
|
id: 162,
|
19164
|
-
|
19165
|
-
|
19166
|
-
|
19167
|
-
|
19168
|
-
subCode: "F",
|
19169
|
-
taxReturnCode: null,
|
18890
|
+
tax_return_category_id: 43,
|
18891
|
+
code: "15",
|
18892
|
+
sub_code: "F",
|
18893
|
+
tax_return_code: null,
|
19170
18894
|
name: "Gross payments - Voluntary agreement",
|
19171
18895
|
seq: 1510,
|
19172
|
-
|
19173
|
-
|
19174
|
-
|
18896
|
+
is_other_income: 0,
|
18897
|
+
created_at: "2022-07-29 00:00:00",
|
18898
|
+
updated_at: "2022-07-29 00:00:00"
|
19175
18899
|
},
|
19176
18900
|
{
|
19177
18901
|
id: 163,
|
19178
|
-
|
19179
|
-
|
19180
|
-
|
19181
|
-
|
19182
|
-
subCode: "G",
|
19183
|
-
taxReturnCode: null,
|
18902
|
+
tax_return_category_id: 50,
|
18903
|
+
code: "15",
|
18904
|
+
sub_code: "G",
|
18905
|
+
tax_return_code: null,
|
19184
18906
|
name: "Superannuation expenses",
|
19185
18907
|
seq: 1520,
|
19186
|
-
|
19187
|
-
|
19188
|
-
|
18908
|
+
is_other_income: 0,
|
18909
|
+
created_at: "2022-07-29 00:00:00",
|
18910
|
+
updated_at: "2022-07-29 00:00:00"
|
19189
18911
|
},
|
19190
18912
|
{
|
19191
18913
|
id: 164,
|
19192
|
-
|
19193
|
-
|
19194
|
-
|
19195
|
-
|
19196
|
-
subCode: "H",
|
19197
|
-
taxReturnCode: null,
|
18914
|
+
tax_return_category_id: 45,
|
18915
|
+
code: "15",
|
18916
|
+
sub_code: "H",
|
18917
|
+
tax_return_code: null,
|
19198
18918
|
name: "Assessable Government Payments",
|
19199
18919
|
seq: 1530,
|
19200
|
-
|
19201
|
-
|
19202
|
-
|
18920
|
+
is_other_income: 0,
|
18921
|
+
created_at: "2022-07-29 00:00:00",
|
18922
|
+
updated_at: "2022-07-29 00:00:00"
|
19203
18923
|
},
|
19204
18924
|
{
|
19205
18925
|
id: 165,
|
19206
|
-
|
19207
|
-
|
19208
|
-
|
19209
|
-
|
19210
|
-
subCode: "I",
|
19211
|
-
taxReturnCode: null,
|
18926
|
+
tax_return_category_id: 51,
|
18927
|
+
code: "15",
|
18928
|
+
sub_code: "I",
|
18929
|
+
tax_return_code: null,
|
19212
18930
|
name: "Bad debts",
|
19213
18931
|
seq: 1540,
|
19214
|
-
|
19215
|
-
|
19216
|
-
|
18932
|
+
is_other_income: 0,
|
18933
|
+
created_at: "2022-07-29 00:00:00",
|
18934
|
+
updated_at: "2022-07-29 00:00:00"
|
19217
18935
|
},
|
19218
18936
|
{
|
19219
18937
|
id: 166,
|
19220
|
-
|
19221
|
-
|
19222
|
-
|
19223
|
-
|
19224
|
-
subCode: "U",
|
19225
|
-
taxReturnCode: null,
|
18938
|
+
tax_return_category_id: 46,
|
18939
|
+
code: "15",
|
18940
|
+
sub_code: "U",
|
18941
|
+
tax_return_code: null,
|
19226
18942
|
name: "Other Business Income",
|
19227
18943
|
seq: 1550,
|
19228
|
-
|
19229
|
-
|
19230
|
-
|
18944
|
+
is_other_income: 0,
|
18945
|
+
created_at: "2022-07-29 00:00:00",
|
18946
|
+
updated_at: "2022-07-29 00:00:00"
|
19231
18947
|
},
|
19232
18948
|
{
|
19233
18949
|
id: 167,
|
19234
|
-
|
19235
|
-
|
19236
|
-
|
19237
|
-
|
19238
|
-
subCode: "K",
|
19239
|
-
taxReturnCode: null,
|
18950
|
+
tax_return_category_id: 53,
|
18951
|
+
code: "15",
|
18952
|
+
sub_code: "K",
|
18953
|
+
tax_return_code: null,
|
19240
18954
|
name: "Rent expenses",
|
19241
18955
|
seq: 1560,
|
19242
|
-
|
19243
|
-
|
19244
|
-
|
18956
|
+
is_other_income: 0,
|
18957
|
+
created_at: "2022-07-29 00:00:00",
|
18958
|
+
updated_at: "2022-07-29 00:00:00"
|
19245
18959
|
},
|
19246
18960
|
{
|
19247
18961
|
id: 168,
|
19248
|
-
|
19249
|
-
|
19250
|
-
|
19251
|
-
|
19252
|
-
subCode: "L",
|
19253
|
-
taxReturnCode: null,
|
18962
|
+
tax_return_category_id: 48,
|
18963
|
+
code: "15",
|
18964
|
+
sub_code: "L",
|
18965
|
+
tax_return_code: null,
|
19254
18966
|
name: "Purchases and other costs",
|
19255
18967
|
seq: 1570,
|
19256
|
-
|
19257
|
-
|
19258
|
-
|
18968
|
+
is_other_income: 0,
|
18969
|
+
created_at: "2022-07-29 00:00:00",
|
18970
|
+
updated_at: "2022-07-29 00:00:00"
|
19259
18971
|
},
|
19260
18972
|
{
|
19261
18973
|
id: 169,
|
19262
|
-
|
19263
|
-
|
19264
|
-
|
19265
|
-
|
19266
|
-
subCode: "M",
|
19267
|
-
taxReturnCode: null,
|
18974
|
+
tax_return_category_id: 56,
|
18975
|
+
code: "15",
|
18976
|
+
sub_code: "M",
|
18977
|
+
tax_return_code: null,
|
19268
18978
|
name: "Depreciation expenses",
|
19269
18979
|
seq: 1580,
|
19270
|
-
|
19271
|
-
|
19272
|
-
|
18980
|
+
is_other_income: 0,
|
18981
|
+
created_at: "2022-07-29 00:00:00",
|
18982
|
+
updated_at: "2022-07-29 00:00:00"
|
19273
18983
|
},
|
19274
18984
|
{
|
19275
18985
|
id: 170,
|
19276
|
-
|
19277
|
-
|
19278
|
-
|
19279
|
-
|
19280
|
-
subCode: "N",
|
19281
|
-
taxReturnCode: null,
|
18986
|
+
tax_return_category_id: 57,
|
18987
|
+
code: "15",
|
18988
|
+
sub_code: "N",
|
18989
|
+
tax_return_code: null,
|
19282
18990
|
name: "Motor vehicle expenses",
|
19283
18991
|
seq: 1590,
|
19284
|
-
|
19285
|
-
|
19286
|
-
|
18992
|
+
is_other_income: 0,
|
18993
|
+
created_at: "2022-07-29 00:00:00",
|
18994
|
+
updated_at: "2022-07-29 00:00:00"
|
19287
18995
|
},
|
19288
18996
|
{
|
19289
18997
|
id: 171,
|
19290
|
-
|
19291
|
-
|
19292
|
-
|
19293
|
-
|
19294
|
-
subCode: "O",
|
19295
|
-
taxReturnCode: null,
|
18998
|
+
tax_return_category_id: 44,
|
18999
|
+
code: "15",
|
19000
|
+
sub_code: "O",
|
19001
|
+
tax_return_code: null,
|
19296
19002
|
name: "Gross payments - Labour hire or other",
|
19297
19003
|
seq: 1600,
|
19298
|
-
|
19299
|
-
|
19300
|
-
|
19004
|
+
is_other_income: 0,
|
19005
|
+
created_at: "2022-07-29 00:00:00",
|
19006
|
+
updated_at: "2022-07-29 00:00:00"
|
19301
19007
|
},
|
19302
19008
|
{
|
19303
19009
|
id: 172,
|
19304
|
-
|
19305
|
-
|
19306
|
-
|
19307
|
-
|
19308
|
-
subCode: "P",
|
19309
|
-
taxReturnCode: null,
|
19010
|
+
tax_return_category_id: 58,
|
19011
|
+
code: "15",
|
19012
|
+
sub_code: "P",
|
19013
|
+
tax_return_code: null,
|
19310
19014
|
name: "All other expenses",
|
19311
19015
|
seq: 1610,
|
19312
|
-
|
19313
|
-
|
19314
|
-
|
19016
|
+
is_other_income: 0,
|
19017
|
+
created_at: "2022-07-29 00:00:00",
|
19018
|
+
updated_at: "2022-07-29 00:00:00"
|
19315
19019
|
},
|
19316
19020
|
{
|
19317
19021
|
id: 173,
|
19318
|
-
|
19319
|
-
|
19320
|
-
|
19321
|
-
|
19322
|
-
subCode: "Q",
|
19323
|
-
taxReturnCode: null,
|
19022
|
+
tax_return_category_id: 54,
|
19023
|
+
code: "15",
|
19024
|
+
sub_code: "Q",
|
19025
|
+
tax_return_code: null,
|
19324
19026
|
name: "Interest expenses within Australia",
|
19325
19027
|
seq: 1620,
|
19326
|
-
|
19327
|
-
|
19328
|
-
|
19028
|
+
is_other_income: 0,
|
19029
|
+
created_at: "2022-07-29 00:00:00",
|
19030
|
+
updated_at: "2022-07-29 00:00:00"
|
19329
19031
|
},
|
19330
19032
|
{
|
19331
19033
|
id: 174,
|
19332
|
-
|
19333
|
-
|
19334
|
-
|
19335
|
-
|
19336
|
-
subCode: "R",
|
19337
|
-
taxReturnCode: null,
|
19034
|
+
tax_return_category_id: 55,
|
19035
|
+
code: "15",
|
19036
|
+
sub_code: "R",
|
19037
|
+
tax_return_code: null,
|
19338
19038
|
name: "Interest expenses overseas",
|
19339
19039
|
seq: 1630,
|
19340
|
-
|
19341
|
-
|
19342
|
-
|
19040
|
+
is_other_income: 0,
|
19041
|
+
created_at: "2022-07-29 00:00:00",
|
19042
|
+
updated_at: "2022-07-29 00:00:00"
|
19343
19043
|
},
|
19344
19044
|
{
|
19345
19045
|
id: 175,
|
19346
|
-
|
19347
|
-
|
19348
|
-
|
19349
|
-
|
19350
|
-
subCode: "F",
|
19351
|
-
taxReturnCode: null,
|
19046
|
+
tax_return_category_id: 49,
|
19047
|
+
code: "15",
|
19048
|
+
sub_code: "F",
|
19049
|
+
tax_return_code: null,
|
19352
19050
|
name: "Contractors, subcontractors & commission expenses",
|
19353
19051
|
seq: 1575,
|
19354
|
-
|
19355
|
-
|
19356
|
-
|
19052
|
+
is_other_income: 0,
|
19053
|
+
created_at: "2022-08-31 00:00:00",
|
19054
|
+
updated_at: "2022-08-31 00:00:00"
|
19357
19055
|
},
|
19358
19056
|
{
|
19359
19057
|
id: 176,
|
19360
|
-
|
19361
|
-
|
19362
|
-
|
19363
|
-
|
19364
|
-
subCode: "J",
|
19365
|
-
taxReturnCode: null,
|
19058
|
+
tax_return_category_id: 52,
|
19059
|
+
code: "15",
|
19060
|
+
sub_code: "J",
|
19061
|
+
tax_return_code: null,
|
19366
19062
|
name: "Lease expenses",
|
19367
19063
|
seq: 1545,
|
19368
|
-
|
19369
|
-
|
19370
|
-
|
19064
|
+
is_other_income: 0,
|
19065
|
+
created_at: "2022-08-31 00:00:00",
|
19066
|
+
updated_at: "2022-08-31 00:00:00"
|
19371
19067
|
},
|
19372
19068
|
{
|
19373
19069
|
id: 177,
|
19374
|
-
|
19375
|
-
|
19376
|
-
|
19377
|
-
|
19378
|
-
subCode: "J",
|
19379
|
-
taxReturnCode: null,
|
19070
|
+
tax_return_category_id: 14,
|
19071
|
+
code: "14",
|
19072
|
+
sub_code: "J",
|
19073
|
+
tax_return_code: null,
|
19380
19074
|
name: "Personal services income (PSI) - Other",
|
19381
19075
|
seq: 142,
|
19382
|
-
|
19383
|
-
|
19384
|
-
|
19076
|
+
is_other_income: 1,
|
19077
|
+
created_at: "2022-10-15 00:00:00",
|
19078
|
+
updated_at: "2022-10-15 00:00:00"
|
19385
19079
|
},
|
19386
19080
|
{
|
19387
19081
|
id: 178,
|
19388
|
-
|
19389
|
-
|
19390
|
-
|
19391
|
-
|
19392
|
-
subCode: "K",
|
19393
|
-
taxReturnCode: null,
|
19082
|
+
tax_return_category_id: 14,
|
19083
|
+
code: "14",
|
19084
|
+
sub_code: "K",
|
19085
|
+
tax_return_code: null,
|
19394
19086
|
name: "Personal services income (PSI) - Deductions Associates",
|
19395
19087
|
seq: 143,
|
19396
|
-
|
19397
|
-
|
19398
|
-
|
19088
|
+
is_other_income: 1,
|
19089
|
+
created_at: "2022-10-15 00:00:00",
|
19090
|
+
updated_at: "2022-10-15 00:00:00"
|
19399
19091
|
},
|
19400
19092
|
{
|
19401
19093
|
id: 179,
|
19402
|
-
|
19403
|
-
|
19404
|
-
|
19405
|
-
|
19406
|
-
subCode: "L",
|
19407
|
-
taxReturnCode: null,
|
19094
|
+
tax_return_category_id: 14,
|
19095
|
+
code: "14",
|
19096
|
+
sub_code: "L",
|
19097
|
+
tax_return_code: null,
|
19408
19098
|
name: "Personal services income (PSI) - Deductions Other",
|
19409
19099
|
seq: 144,
|
19410
|
-
|
19411
|
-
|
19412
|
-
|
19100
|
+
is_other_income: 1,
|
19101
|
+
created_at: "2022-10-15 00:00:00",
|
19102
|
+
updated_at: "2022-10-15 00:00:00"
|
19103
|
+
},
|
19104
|
+
{
|
19105
|
+
id: 180,
|
19106
|
+
tax_return_category_id: 77,
|
19107
|
+
code: "10",
|
19108
|
+
sub_code: "L",
|
19109
|
+
tax_return_code: null,
|
19110
|
+
name: "Gross Income",
|
19111
|
+
seq: 100,
|
19112
|
+
is_other_income: 1,
|
19113
|
+
created_at: "2025-04-18 00:00:00",
|
19114
|
+
updated_at: "2025-04-18 00:00:00"
|
19115
|
+
},
|
19116
|
+
{
|
19117
|
+
id: 181,
|
19118
|
+
tax_return_category_id: 79,
|
19119
|
+
code: "13",
|
19120
|
+
sub_code: "O",
|
19121
|
+
tax_return_code: null,
|
19122
|
+
name: "Partnership Income",
|
19123
|
+
seq: 131,
|
19124
|
+
is_other_income: 1,
|
19125
|
+
created_at: "2025-04-18 00:00:00",
|
19126
|
+
updated_at: "2025-04-18 00:00:00"
|
19127
|
+
},
|
19128
|
+
{
|
19129
|
+
id: 182,
|
19130
|
+
tax_return_category_id: 80,
|
19131
|
+
code: "13",
|
19132
|
+
sub_code: "U",
|
19133
|
+
tax_return_code: null,
|
19134
|
+
name: "Trust Income",
|
19135
|
+
seq: 132,
|
19136
|
+
is_other_income: 1,
|
19137
|
+
created_at: "2025-04-18 00:00:00",
|
19138
|
+
updated_at: "2025-04-18 00:00:00"
|
19139
|
+
},
|
19140
|
+
{
|
19141
|
+
id: 183,
|
19142
|
+
tax_return_category_id: 71,
|
19143
|
+
code: "D7",
|
19144
|
+
sub_code: "MI",
|
19145
|
+
tax_return_code: null,
|
19146
|
+
name: "Interest Deductions - Insurance Bonds",
|
19147
|
+
seq: 861,
|
19148
|
+
is_other_income: 0,
|
19149
|
+
created_at: "2025-05-26 00:00:00",
|
19150
|
+
updated_at: "2025-05-26 00:00:00"
|
19151
|
+
},
|
19152
|
+
{
|
19153
|
+
id: 184,
|
19154
|
+
tax_return_category_id: 71,
|
19155
|
+
code: "D7",
|
19156
|
+
sub_code: "MS",
|
19157
|
+
tax_return_code: null,
|
19158
|
+
name: "Interest Deductions - Superannuation",
|
19159
|
+
seq: 862,
|
19160
|
+
is_other_income: 0,
|
19161
|
+
created_at: "2025-05-26 00:00:00",
|
19162
|
+
updated_at: "2025-05-26 00:00:00"
|
19163
|
+
},
|
19164
|
+
{
|
19165
|
+
id: 185,
|
19166
|
+
tax_return_category_id: 71,
|
19167
|
+
code: "D7",
|
19168
|
+
sub_code: "MO",
|
19169
|
+
tax_return_code: null,
|
19170
|
+
name: "Interest Deductions - Managed Funds Other",
|
19171
|
+
seq: 863,
|
19172
|
+
is_other_income: 0,
|
19173
|
+
created_at: "2025-05-26 00:00:00",
|
19174
|
+
updated_at: "2025-05-26 00:00:00"
|
19175
|
+
},
|
19176
|
+
{
|
19177
|
+
id: 186,
|
19178
|
+
tax_return_category_id: 71,
|
19179
|
+
code: "D7",
|
19180
|
+
sub_code: "RP",
|
19181
|
+
tax_return_code: null,
|
19182
|
+
name: "Interest Deductions - Loans to Related Parties",
|
19183
|
+
seq: 864,
|
19184
|
+
is_other_income: 0,
|
19185
|
+
created_at: "2025-05-26 00:00:00",
|
19186
|
+
updated_at: "2025-05-26 00:00:00"
|
19187
|
+
},
|
19188
|
+
{
|
19189
|
+
id: 187,
|
19190
|
+
tax_return_category_id: 71,
|
19191
|
+
code: "D7",
|
19192
|
+
sub_code: "SM",
|
19193
|
+
tax_return_code: null,
|
19194
|
+
name: "Interest Deductions - Shares Margin lending",
|
19195
|
+
seq: 865,
|
19196
|
+
is_other_income: 0,
|
19197
|
+
created_at: "2025-05-26 00:00:00",
|
19198
|
+
updated_at: "2025-05-26 00:00:00"
|
19199
|
+
},
|
19200
|
+
{
|
19201
|
+
id: 188,
|
19202
|
+
tax_return_category_id: 71,
|
19203
|
+
code: "D7",
|
19204
|
+
sub_code: "SO",
|
19205
|
+
tax_return_code: null,
|
19206
|
+
name: "Interest Deductions - Shares Other",
|
19207
|
+
seq: 866,
|
19208
|
+
is_other_income: 0,
|
19209
|
+
created_at: "2025-05-26 00:00:00",
|
19210
|
+
updated_at: "2025-05-26 00:00:00"
|
19211
|
+
},
|
19212
|
+
{
|
19213
|
+
id: 189,
|
19214
|
+
tax_return_category_id: 71,
|
19215
|
+
code: "D7",
|
19216
|
+
sub_code: "SS",
|
19217
|
+
tax_return_code: null,
|
19218
|
+
name: "Interest Deductions - Stapled Securities",
|
19219
|
+
seq: 867,
|
19220
|
+
is_other_income: 0,
|
19221
|
+
created_at: "2025-05-26 00:00:00",
|
19222
|
+
updated_at: "2025-05-26 00:00:00"
|
19223
|
+
},
|
19224
|
+
{
|
19225
|
+
id: 190,
|
19226
|
+
tax_return_category_id: 71,
|
19227
|
+
code: "D7",
|
19228
|
+
sub_code: "OT",
|
19229
|
+
tax_return_code: null,
|
19230
|
+
name: "Interest Deductions - Other",
|
19231
|
+
seq: 868,
|
19232
|
+
is_other_income: 0,
|
19233
|
+
created_at: "2025-05-26 00:00:00",
|
19234
|
+
updated_at: "2025-05-26 00:00:00"
|
19235
|
+
},
|
19236
|
+
{
|
19237
|
+
id: 191,
|
19238
|
+
tax_return_category_id: 71,
|
19239
|
+
code: "D8",
|
19240
|
+
sub_code: "MI",
|
19241
|
+
tax_return_code: null,
|
19242
|
+
name: "Dividend Deductions - Insurance Bonds",
|
19243
|
+
seq: 931,
|
19244
|
+
is_other_income: 0,
|
19245
|
+
created_at: "2025-05-26 00:00:00",
|
19246
|
+
updated_at: "2025-05-26 00:00:00"
|
19247
|
+
},
|
19248
|
+
{
|
19249
|
+
id: 192,
|
19250
|
+
tax_return_category_id: 71,
|
19251
|
+
code: "D8",
|
19252
|
+
sub_code: "MS",
|
19253
|
+
tax_return_code: null,
|
19254
|
+
name: "Dividend Deductions - Superannuation",
|
19255
|
+
seq: 932,
|
19256
|
+
is_other_income: 0,
|
19257
|
+
created_at: "2025-05-26 00:00:00",
|
19258
|
+
updated_at: "2025-05-26 00:00:00"
|
19259
|
+
},
|
19260
|
+
{
|
19261
|
+
id: 193,
|
19262
|
+
tax_return_category_id: 71,
|
19263
|
+
code: "D8",
|
19264
|
+
sub_code: "MO",
|
19265
|
+
tax_return_code: null,
|
19266
|
+
name: "Dividend Deductions - Managed Funds Other",
|
19267
|
+
seq: 933,
|
19268
|
+
is_other_income: 0,
|
19269
|
+
created_at: "2025-05-26 00:00:00",
|
19270
|
+
updated_at: "2025-05-26 00:00:00"
|
19271
|
+
},
|
19272
|
+
{
|
19273
|
+
id: 194,
|
19274
|
+
tax_return_category_id: 71,
|
19275
|
+
code: "D8",
|
19276
|
+
sub_code: "RP",
|
19277
|
+
tax_return_code: null,
|
19278
|
+
name: "Dividend Deductions - Loans to Related Parties",
|
19279
|
+
seq: 934,
|
19280
|
+
is_other_income: 0,
|
19281
|
+
created_at: "2025-05-26 00:00:00",
|
19282
|
+
updated_at: "2025-05-26 00:00:00"
|
19283
|
+
},
|
19284
|
+
{
|
19285
|
+
id: 195,
|
19286
|
+
tax_return_category_id: 71,
|
19287
|
+
code: "D8",
|
19288
|
+
sub_code: "SM",
|
19289
|
+
tax_return_code: null,
|
19290
|
+
name: "Dividend Deductions - Shares Margin lending",
|
19291
|
+
seq: 935,
|
19292
|
+
is_other_income: 0,
|
19293
|
+
created_at: "2025-05-26 00:00:00",
|
19294
|
+
updated_at: "2025-05-26 00:00:00"
|
19295
|
+
},
|
19296
|
+
{
|
19297
|
+
id: 196,
|
19298
|
+
tax_return_category_id: 71,
|
19299
|
+
code: "D8",
|
19300
|
+
sub_code: "SO",
|
19301
|
+
tax_return_code: null,
|
19302
|
+
name: "Dividend Deductions - Shares Other",
|
19303
|
+
seq: 936,
|
19304
|
+
is_other_income: 0,
|
19305
|
+
created_at: "2025-05-26 00:00:00",
|
19306
|
+
updated_at: "2025-05-26 00:00:00"
|
19307
|
+
},
|
19308
|
+
{
|
19309
|
+
id: 197,
|
19310
|
+
tax_return_category_id: 71,
|
19311
|
+
code: "D8",
|
19312
|
+
sub_code: "SS",
|
19313
|
+
tax_return_code: null,
|
19314
|
+
name: "Dividend Deductions - Stapled Securities",
|
19315
|
+
seq: 937,
|
19316
|
+
is_other_income: 0,
|
19317
|
+
created_at: "2025-05-26 00:00:00",
|
19318
|
+
updated_at: "2025-05-26 00:00:00"
|
19319
|
+
},
|
19320
|
+
{
|
19321
|
+
id: 198,
|
19322
|
+
tax_return_category_id: 71,
|
19323
|
+
code: "D8",
|
19324
|
+
sub_code: "OT",
|
19325
|
+
tax_return_code: null,
|
19326
|
+
name: "Dividend Deductions - Other",
|
19327
|
+
seq: 938,
|
19328
|
+
is_other_income: 0,
|
19329
|
+
created_at: "2025-05-26 00:00:00",
|
19330
|
+
updated_at: "2025-05-26 00:00:00"
|
19331
|
+
},
|
19332
|
+
{
|
19333
|
+
id: 199,
|
19334
|
+
tax_return_category_id: 84,
|
19335
|
+
code: "D15",
|
19336
|
+
sub_code: "D",
|
19337
|
+
tax_return_code: null,
|
19338
|
+
name: "Portfolio Admin Fees",
|
19339
|
+
seq: 1056,
|
19340
|
+
is_other_income: 0,
|
19341
|
+
created_at: "2025-05-26 00:00:00",
|
19342
|
+
updated_at: "2025-05-26 00:00:00"
|
19413
19343
|
}
|
19414
19344
|
];
|
19415
19345
|
|
@@ -23166,7 +23096,7 @@ function atLeastOneEnabledValidator(arrayName) {
|
|
23166
23096
|
* Form for import multiple basiq bank accounts
|
23167
23097
|
*/
|
23168
23098
|
class BankAccountsImportForm extends AbstractForm {
|
23169
|
-
static { this.minDate = new FinancialYear(new
|
23099
|
+
static { this.minDate = new FinancialYear(new FinancialYear().year - 1).startDate; }
|
23170
23100
|
static { this.maxDate = new FinancialYear(new Date()).endDate; }
|
23171
23101
|
constructor(bankAccounts) {
|
23172
23102
|
super({
|
@@ -25356,10 +25286,8 @@ class HoldingTradeForm extends AbstractForm {
|
|
25356
25286
|
this.controlsChanges(['quantity', 'price', 'fee']).subscribe(([quantity, price, fee]) => {
|
25357
25287
|
this.purchaseValue = quantity * price + fee;
|
25358
25288
|
});
|
25359
|
-
this.
|
25360
|
-
|
25361
|
-
this.get('holdingType').reset();
|
25362
|
-
}
|
25289
|
+
this.get('category').valueChanges.subscribe(category => {
|
25290
|
+
this.get('holdingType').reset();
|
25363
25291
|
});
|
25364
25292
|
}
|
25365
25293
|
submit(data = {}, includeDisabledFields = false) {
|
@@ -25526,23 +25454,17 @@ class ChartAccountsForm extends AbstractForm {
|
|
25526
25454
|
super({
|
25527
25455
|
name: new FormControl(chartAccounts.name, [Validators.required, Validators.maxLength(AbstractForm.inputMaxLength)]),
|
25528
25456
|
category: new FormControl(chartAccounts.category, [Validators.required]),
|
25457
|
+
depreciations: new FormArray((chartAccounts.depreciations || []).map((depreciation) => new FormGroup({
|
25458
|
+
effectiveLife: new FormControl(depreciation.effectiveLife),
|
25459
|
+
})))
|
25529
25460
|
}, chartAccounts);
|
25530
25461
|
this.chartAccounts = chartAccounts;
|
25531
25462
|
}
|
25532
|
-
|
25533
|
-
|
25534
|
-
class ChartAccountsDepreciationForm extends AbstractForm {
|
25535
|
-
constructor(chartAccountsDepreciation = plainToClass(ChartAccountsDepreciation, {})) {
|
25536
|
-
super({
|
25537
|
-
chartAccounts: new ChartAccountsForm(chartAccountsDepreciation.chartAccounts),
|
25538
|
-
effectiveLife: new FormControl(chartAccountsDepreciation.effectiveLife, [Validators.required]),
|
25539
|
-
}, chartAccountsDepreciation);
|
25540
|
-
this.chartAccountsDepreciation = chartAccountsDepreciation;
|
25541
|
-
this.get('chartAccounts').get('category').patchValue(ChartAccountsCategoryEnum.PROPERTY_DEPRECIATION);
|
25463
|
+
get depreciationsArray() {
|
25464
|
+
return this.get('depreciations');
|
25542
25465
|
}
|
25543
|
-
|
25544
|
-
|
25545
|
-
return super.submit();
|
25466
|
+
addDepreciationGroup() {
|
25467
|
+
this.depreciationsArray.push(new FormGroup({ effectiveLife: new FormControl() }));
|
25546
25468
|
}
|
25547
25469
|
}
|
25548
25470
|
|
@@ -25779,5 +25701,5 @@ var MessagesEnum;
|
|
25779
25701
|
* Generated bundle index. Do not edit.
|
25780
25702
|
*/
|
25781
25703
|
|
25782
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupItemStatusEnum, AccountSetupItemsEnum, AccountSetupService, AdblockService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessResolver, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationForm, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingExpenseForm, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, InvoiceTransactionsService, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SharesightDetails, SharesightDetailsMessagesEnum, SharesightDetailsService, SharesightPortfolio, SharesightPortfolioMessages, SharesightPortfolioService, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsResolver, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, YoutubeVideosEnum, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
25704
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupItemStatusEnum, AccountSetupItemsEnum, AccountSetupService, AdblockService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessResolver, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingExpenseForm, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, InvoiceTransactionsService, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SharesightDetails, SharesightDetailsMessagesEnum, SharesightDetailsService, SharesightPortfolio, SharesightPortfolioMessages, SharesightPortfolioService, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsResolver, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, YoutubeVideosEnum, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
25783
25705
|
//# sourceMappingURL=taxtank-core.mjs.map
|