@be-logixpair/api 0.1.1-alpha.16 → 0.1.1-alpha.17
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/dist/index.d.ts +230 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -120710,6 +120710,7 @@ type Billing_ap_journalsMinAggregateOutputType = {
|
|
|
120710
120710
|
credit_debit: gl_account_credit_debit | null;
|
|
120711
120711
|
is_active: boolean | null;
|
|
120712
120712
|
is_posted: boolean | null;
|
|
120713
|
+
is_bank_charges: boolean | null;
|
|
120713
120714
|
created_at: Date | null;
|
|
120714
120715
|
created_by: string | null;
|
|
120715
120716
|
updated_at: Date | null;
|
|
@@ -120739,6 +120740,7 @@ type Billing_ap_journalsMaxAggregateOutputType = {
|
|
|
120739
120740
|
credit_debit: gl_account_credit_debit | null;
|
|
120740
120741
|
is_active: boolean | null;
|
|
120741
120742
|
is_posted: boolean | null;
|
|
120743
|
+
is_bank_charges: boolean | null;
|
|
120742
120744
|
created_at: Date | null;
|
|
120743
120745
|
created_by: string | null;
|
|
120744
120746
|
updated_at: Date | null;
|
|
@@ -120768,6 +120770,7 @@ type Billing_ap_journalsCountAggregateOutputType = {
|
|
|
120768
120770
|
credit_debit: number;
|
|
120769
120771
|
is_active: number;
|
|
120770
120772
|
is_posted: number;
|
|
120773
|
+
is_bank_charges: number;
|
|
120771
120774
|
created_at: number;
|
|
120772
120775
|
created_by: number;
|
|
120773
120776
|
updated_at: number;
|
|
@@ -120812,6 +120815,7 @@ type Billing_ap_journalsMinAggregateInputType = {
|
|
|
120812
120815
|
credit_debit?: true;
|
|
120813
120816
|
is_active?: true;
|
|
120814
120817
|
is_posted?: true;
|
|
120818
|
+
is_bank_charges?: true;
|
|
120815
120819
|
created_at?: true;
|
|
120816
120820
|
created_by?: true;
|
|
120817
120821
|
updated_at?: true;
|
|
@@ -120841,6 +120845,7 @@ type Billing_ap_journalsMaxAggregateInputType = {
|
|
|
120841
120845
|
credit_debit?: true;
|
|
120842
120846
|
is_active?: true;
|
|
120843
120847
|
is_posted?: true;
|
|
120848
|
+
is_bank_charges?: true;
|
|
120844
120849
|
created_at?: true;
|
|
120845
120850
|
created_by?: true;
|
|
120846
120851
|
updated_at?: true;
|
|
@@ -120870,6 +120875,7 @@ type Billing_ap_journalsCountAggregateInputType = {
|
|
|
120870
120875
|
credit_debit?: true;
|
|
120871
120876
|
is_active?: true;
|
|
120872
120877
|
is_posted?: true;
|
|
120878
|
+
is_bank_charges?: true;
|
|
120873
120879
|
created_at?: true;
|
|
120874
120880
|
created_by?: true;
|
|
120875
120881
|
updated_at?: true;
|
|
@@ -120974,6 +120980,7 @@ type Billing_ap_journalsGroupByOutputType = {
|
|
|
120974
120980
|
credit_debit: gl_account_credit_debit | null;
|
|
120975
120981
|
is_active: boolean | null;
|
|
120976
120982
|
is_posted: boolean | null;
|
|
120983
|
+
is_bank_charges: boolean | null;
|
|
120977
120984
|
created_at: Date | null;
|
|
120978
120985
|
created_by: string | null;
|
|
120979
120986
|
updated_at: Date | null;
|
|
@@ -121012,6 +121019,7 @@ type billing_ap_journalsWhereInput = {
|
|
|
121012
121019
|
credit_debit?: Enumgl_account_credit_debitNullableFilter<"billing_ap_journals"> | gl_account_credit_debit | null;
|
|
121013
121020
|
is_active?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121014
121021
|
is_posted?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121022
|
+
is_bank_charges?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121015
121023
|
created_at?: DateTimeNullableFilter<"billing_ap_journals"> | Date | string | null;
|
|
121016
121024
|
created_by?: StringNullableFilter<"billing_ap_journals"> | string | null;
|
|
121017
121025
|
updated_at?: DateTimeNullableFilter<"billing_ap_journals"> | Date | string | null;
|
|
@@ -121053,6 +121061,7 @@ type billing_ap_journalsOrderByWithRelationInput = {
|
|
|
121053
121061
|
credit_debit?: SortOrderInput | SortOrder;
|
|
121054
121062
|
is_active?: SortOrderInput | SortOrder;
|
|
121055
121063
|
is_posted?: SortOrderInput | SortOrder;
|
|
121064
|
+
is_bank_charges?: SortOrderInput | SortOrder;
|
|
121056
121065
|
created_at?: SortOrderInput | SortOrder;
|
|
121057
121066
|
created_by?: SortOrderInput | SortOrder;
|
|
121058
121067
|
updated_at?: SortOrderInput | SortOrder;
|
|
@@ -121097,6 +121106,7 @@ type billing_ap_journalsWhereUniqueInput = AtLeast<{
|
|
|
121097
121106
|
credit_debit?: Enumgl_account_credit_debitNullableFilter<"billing_ap_journals"> | gl_account_credit_debit | null;
|
|
121098
121107
|
is_active?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121099
121108
|
is_posted?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121109
|
+
is_bank_charges?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121100
121110
|
created_at?: DateTimeNullableFilter<"billing_ap_journals"> | Date | string | null;
|
|
121101
121111
|
created_by?: StringNullableFilter<"billing_ap_journals"> | string | null;
|
|
121102
121112
|
updated_at?: DateTimeNullableFilter<"billing_ap_journals"> | Date | string | null;
|
|
@@ -121138,6 +121148,7 @@ type billing_ap_journalsOrderByWithAggregationInput = {
|
|
|
121138
121148
|
credit_debit?: SortOrderInput | SortOrder;
|
|
121139
121149
|
is_active?: SortOrderInput | SortOrder;
|
|
121140
121150
|
is_posted?: SortOrderInput | SortOrder;
|
|
121151
|
+
is_bank_charges?: SortOrderInput | SortOrder;
|
|
121141
121152
|
created_at?: SortOrderInput | SortOrder;
|
|
121142
121153
|
created_by?: SortOrderInput | SortOrder;
|
|
121143
121154
|
updated_at?: SortOrderInput | SortOrder;
|
|
@@ -121175,6 +121186,7 @@ type billing_ap_journalsScalarWhereWithAggregatesInput = {
|
|
|
121175
121186
|
credit_debit?: Enumgl_account_credit_debitNullableWithAggregatesFilter<"billing_ap_journals"> | gl_account_credit_debit | null;
|
|
121176
121187
|
is_active?: BoolNullableWithAggregatesFilter<"billing_ap_journals"> | boolean | null;
|
|
121177
121188
|
is_posted?: BoolNullableWithAggregatesFilter<"billing_ap_journals"> | boolean | null;
|
|
121189
|
+
is_bank_charges?: BoolNullableWithAggregatesFilter<"billing_ap_journals"> | boolean | null;
|
|
121178
121190
|
created_at?: DateTimeNullableWithAggregatesFilter<"billing_ap_journals"> | Date | string | null;
|
|
121179
121191
|
created_by?: StringNullableWithAggregatesFilter<"billing_ap_journals"> | string | null;
|
|
121180
121192
|
updated_at?: DateTimeNullableWithAggregatesFilter<"billing_ap_journals"> | Date | string | null;
|
|
@@ -121195,6 +121207,7 @@ type billing_ap_journalsCreateInput = {
|
|
|
121195
121207
|
credit_debit?: gl_account_credit_debit | null;
|
|
121196
121208
|
is_active?: boolean | null;
|
|
121197
121209
|
is_posted?: boolean | null;
|
|
121210
|
+
is_bank_charges?: boolean | null;
|
|
121198
121211
|
created_at?: Date | string | null;
|
|
121199
121212
|
created_by?: string | null;
|
|
121200
121213
|
updated_at?: Date | string | null;
|
|
@@ -121236,6 +121249,7 @@ type billing_ap_journalsUncheckedCreateInput = {
|
|
|
121236
121249
|
credit_debit?: gl_account_credit_debit | null;
|
|
121237
121250
|
is_active?: boolean | null;
|
|
121238
121251
|
is_posted?: boolean | null;
|
|
121252
|
+
is_bank_charges?: boolean | null;
|
|
121239
121253
|
created_at?: Date | string | null;
|
|
121240
121254
|
created_by?: string | null;
|
|
121241
121255
|
updated_at?: Date | string | null;
|
|
@@ -121259,6 +121273,7 @@ type billing_ap_journalsUpdateInput = {
|
|
|
121259
121273
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
121260
121274
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121261
121275
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121276
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121262
121277
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
121263
121278
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
121264
121279
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -121300,6 +121315,7 @@ type billing_ap_journalsUncheckedUpdateInput = {
|
|
|
121300
121315
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
121301
121316
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121302
121317
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121318
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121303
121319
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
121304
121320
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
121305
121321
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -121332,6 +121348,7 @@ type billing_ap_journalsCreateManyInput = {
|
|
|
121332
121348
|
credit_debit?: gl_account_credit_debit | null;
|
|
121333
121349
|
is_active?: boolean | null;
|
|
121334
121350
|
is_posted?: boolean | null;
|
|
121351
|
+
is_bank_charges?: boolean | null;
|
|
121335
121352
|
created_at?: Date | string | null;
|
|
121336
121353
|
created_by?: string | null;
|
|
121337
121354
|
updated_at?: Date | string | null;
|
|
@@ -121352,6 +121369,7 @@ type billing_ap_journalsUpdateManyMutationInput = {
|
|
|
121352
121369
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
121353
121370
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121354
121371
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121372
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121355
121373
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
121356
121374
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
121357
121375
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -121381,6 +121399,7 @@ type billing_ap_journalsUncheckedUpdateManyInput = {
|
|
|
121381
121399
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
121382
121400
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121383
121401
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121402
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
121384
121403
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
121385
121404
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
121386
121405
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -121422,6 +121441,7 @@ type billing_ap_journalsCountOrderByAggregateInput = {
|
|
|
121422
121441
|
credit_debit?: SortOrder;
|
|
121423
121442
|
is_active?: SortOrder;
|
|
121424
121443
|
is_posted?: SortOrder;
|
|
121444
|
+
is_bank_charges?: SortOrder;
|
|
121425
121445
|
created_at?: SortOrder;
|
|
121426
121446
|
created_by?: SortOrder;
|
|
121427
121447
|
updated_at?: SortOrder;
|
|
@@ -121458,6 +121478,7 @@ type billing_ap_journalsMaxOrderByAggregateInput = {
|
|
|
121458
121478
|
credit_debit?: SortOrder;
|
|
121459
121479
|
is_active?: SortOrder;
|
|
121460
121480
|
is_posted?: SortOrder;
|
|
121481
|
+
is_bank_charges?: SortOrder;
|
|
121461
121482
|
created_at?: SortOrder;
|
|
121462
121483
|
created_by?: SortOrder;
|
|
121463
121484
|
updated_at?: SortOrder;
|
|
@@ -121487,6 +121508,7 @@ type billing_ap_journalsMinOrderByAggregateInput = {
|
|
|
121487
121508
|
credit_debit?: SortOrder;
|
|
121488
121509
|
is_active?: SortOrder;
|
|
121489
121510
|
is_posted?: SortOrder;
|
|
121511
|
+
is_bank_charges?: SortOrder;
|
|
121490
121512
|
created_at?: SortOrder;
|
|
121491
121513
|
created_by?: SortOrder;
|
|
121492
121514
|
updated_at?: SortOrder;
|
|
@@ -121898,6 +121920,7 @@ type billing_ap_journalsCreateWithoutGl_accountInput = {
|
|
|
121898
121920
|
credit_debit?: gl_account_credit_debit | null;
|
|
121899
121921
|
is_active?: boolean | null;
|
|
121900
121922
|
is_posted?: boolean | null;
|
|
121923
|
+
is_bank_charges?: boolean | null;
|
|
121901
121924
|
created_at?: Date | string | null;
|
|
121902
121925
|
created_by?: string | null;
|
|
121903
121926
|
updated_at?: Date | string | null;
|
|
@@ -121937,6 +121960,7 @@ type billing_ap_journalsUncheckedCreateWithoutGl_accountInput = {
|
|
|
121937
121960
|
credit_debit?: gl_account_credit_debit | null;
|
|
121938
121961
|
is_active?: boolean | null;
|
|
121939
121962
|
is_posted?: boolean | null;
|
|
121963
|
+
is_bank_charges?: boolean | null;
|
|
121940
121964
|
created_at?: Date | string | null;
|
|
121941
121965
|
created_by?: string | null;
|
|
121942
121966
|
updated_at?: Date | string | null;
|
|
@@ -121993,6 +122017,7 @@ type billing_ap_journalsScalarWhereInput = {
|
|
|
121993
122017
|
credit_debit?: Enumgl_account_credit_debitNullableFilter<"billing_ap_journals"> | gl_account_credit_debit | null;
|
|
121994
122018
|
is_active?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121995
122019
|
is_posted?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
122020
|
+
is_bank_charges?: BoolNullableFilter<"billing_ap_journals"> | boolean | null;
|
|
121996
122021
|
created_at?: DateTimeNullableFilter<"billing_ap_journals"> | Date | string | null;
|
|
121997
122022
|
created_by?: StringNullableFilter<"billing_ap_journals"> | string | null;
|
|
121998
122023
|
updated_at?: DateTimeNullableFilter<"billing_ap_journals"> | Date | string | null;
|
|
@@ -122013,6 +122038,7 @@ type billing_ap_journalsCreateWithoutBilling_ap_transactionsInput = {
|
|
|
122013
122038
|
credit_debit?: gl_account_credit_debit | null;
|
|
122014
122039
|
is_active?: boolean | null;
|
|
122015
122040
|
is_posted?: boolean | null;
|
|
122041
|
+
is_bank_charges?: boolean | null;
|
|
122016
122042
|
created_at?: Date | string | null;
|
|
122017
122043
|
created_by?: string | null;
|
|
122018
122044
|
updated_at?: Date | string | null;
|
|
@@ -122053,6 +122079,7 @@ type billing_ap_journalsUncheckedCreateWithoutBilling_ap_transactionsInput = {
|
|
|
122053
122079
|
credit_debit?: gl_account_credit_debit | null;
|
|
122054
122080
|
is_active?: boolean | null;
|
|
122055
122081
|
is_posted?: boolean | null;
|
|
122082
|
+
is_bank_charges?: boolean | null;
|
|
122056
122083
|
created_at?: Date | string | null;
|
|
122057
122084
|
created_by?: string | null;
|
|
122058
122085
|
updated_at?: Date | string | null;
|
|
@@ -122088,6 +122115,7 @@ type billing_ap_journalsUpdateWithoutBilling_ap_transactionsInput = {
|
|
|
122088
122115
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
122089
122116
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122090
122117
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122118
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122091
122119
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
122092
122120
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
122093
122121
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -122128,6 +122156,7 @@ type billing_ap_journalsUncheckedUpdateWithoutBilling_ap_transactionsInput = {
|
|
|
122128
122156
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
122129
122157
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122130
122158
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122159
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122131
122160
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
122132
122161
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
122133
122162
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -122150,6 +122179,7 @@ type billing_ap_journalsCreateWithoutBilling_match_transaction_linesInput = {
|
|
|
122150
122179
|
credit_debit?: gl_account_credit_debit | null;
|
|
122151
122180
|
is_active?: boolean | null;
|
|
122152
122181
|
is_posted?: boolean | null;
|
|
122182
|
+
is_bank_charges?: boolean | null;
|
|
122153
122183
|
created_at?: Date | string | null;
|
|
122154
122184
|
created_by?: string | null;
|
|
122155
122185
|
updated_at?: Date | string | null;
|
|
@@ -122190,6 +122220,7 @@ type billing_ap_journalsUncheckedCreateWithoutBilling_match_transaction_linesInp
|
|
|
122190
122220
|
credit_debit?: gl_account_credit_debit | null;
|
|
122191
122221
|
is_active?: boolean | null;
|
|
122192
122222
|
is_posted?: boolean | null;
|
|
122223
|
+
is_bank_charges?: boolean | null;
|
|
122193
122224
|
created_at?: Date | string | null;
|
|
122194
122225
|
created_by?: string | null;
|
|
122195
122226
|
updated_at?: Date | string | null;
|
|
@@ -122225,6 +122256,7 @@ type billing_ap_journalsUpdateWithoutBilling_match_transaction_linesInput = {
|
|
|
122225
122256
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
122226
122257
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122227
122258
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122259
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122228
122260
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
122229
122261
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
122230
122262
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -122265,6 +122297,7 @@ type billing_ap_journalsUncheckedUpdateWithoutBilling_match_transaction_linesInp
|
|
|
122265
122297
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
122266
122298
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122267
122299
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122300
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122268
122301
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
122269
122302
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
122270
122303
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -122287,6 +122320,7 @@ type billing_ap_journalsCreateWithoutAp_journal_logsInput = {
|
|
|
122287
122320
|
credit_debit?: gl_account_credit_debit | null;
|
|
122288
122321
|
is_active?: boolean | null;
|
|
122289
122322
|
is_posted?: boolean | null;
|
|
122323
|
+
is_bank_charges?: boolean | null;
|
|
122290
122324
|
created_at?: Date | string | null;
|
|
122291
122325
|
created_by?: string | null;
|
|
122292
122326
|
updated_at?: Date | string | null;
|
|
@@ -122327,6 +122361,7 @@ type billing_ap_journalsUncheckedCreateWithoutAp_journal_logsInput = {
|
|
|
122327
122361
|
credit_debit?: gl_account_credit_debit | null;
|
|
122328
122362
|
is_active?: boolean | null;
|
|
122329
122363
|
is_posted?: boolean | null;
|
|
122364
|
+
is_bank_charges?: boolean | null;
|
|
122330
122365
|
created_at?: Date | string | null;
|
|
122331
122366
|
created_by?: string | null;
|
|
122332
122367
|
updated_at?: Date | string | null;
|
|
@@ -122362,6 +122397,7 @@ type billing_ap_journalsUpdateWithoutAp_journal_logsInput = {
|
|
|
122362
122397
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
122363
122398
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122364
122399
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122400
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122365
122401
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
122366
122402
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
122367
122403
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -122402,6 +122438,7 @@ type billing_ap_journalsUncheckedUpdateWithoutAp_journal_logsInput = {
|
|
|
122402
122438
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
122403
122439
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122404
122440
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122441
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
122405
122442
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
122406
122443
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
122407
122444
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -122424,6 +122461,7 @@ type billing_ap_journalsCreateWithoutAccount_orgInput = {
|
|
|
122424
122461
|
credit_debit?: gl_account_credit_debit | null;
|
|
122425
122462
|
is_active?: boolean | null;
|
|
122426
122463
|
is_posted?: boolean | null;
|
|
122464
|
+
is_bank_charges?: boolean | null;
|
|
122427
122465
|
created_at?: Date | string | null;
|
|
122428
122466
|
created_by?: string | null;
|
|
122429
122467
|
updated_at?: Date | string | null;
|
|
@@ -122463,6 +122501,7 @@ type billing_ap_journalsUncheckedCreateWithoutAccount_orgInput = {
|
|
|
122463
122501
|
credit_debit?: gl_account_credit_debit | null;
|
|
122464
122502
|
is_active?: boolean | null;
|
|
122465
122503
|
is_posted?: boolean | null;
|
|
122504
|
+
is_bank_charges?: boolean | null;
|
|
122466
122505
|
created_at?: Date | string | null;
|
|
122467
122506
|
created_by?: string | null;
|
|
122468
122507
|
updated_at?: Date | string | null;
|
|
@@ -122507,6 +122546,7 @@ type billing_ap_journalsCreateWithoutCurrencyInput = {
|
|
|
122507
122546
|
credit_debit?: gl_account_credit_debit | null;
|
|
122508
122547
|
is_active?: boolean | null;
|
|
122509
122548
|
is_posted?: boolean | null;
|
|
122549
|
+
is_bank_charges?: boolean | null;
|
|
122510
122550
|
created_at?: Date | string | null;
|
|
122511
122551
|
created_by?: string | null;
|
|
122512
122552
|
updated_at?: Date | string | null;
|
|
@@ -122546,6 +122586,7 @@ type billing_ap_journalsUncheckedCreateWithoutCurrencyInput = {
|
|
|
122546
122586
|
credit_debit?: gl_account_credit_debit | null;
|
|
122547
122587
|
is_active?: boolean | null;
|
|
122548
122588
|
is_posted?: boolean | null;
|
|
122589
|
+
is_bank_charges?: boolean | null;
|
|
122549
122590
|
created_at?: Date | string | null;
|
|
122550
122591
|
created_by?: string | null;
|
|
122551
122592
|
updated_at?: Date | string | null;
|
|
@@ -122577,6 +122618,7 @@ type billing_ap_journalsCreateWithoutLocal_currencyInput = {
|
|
|
122577
122618
|
credit_debit?: gl_account_credit_debit | null;
|
|
122578
122619
|
is_active?: boolean | null;
|
|
122579
122620
|
is_posted?: boolean | null;
|
|
122621
|
+
is_bank_charges?: boolean | null;
|
|
122580
122622
|
created_at?: Date | string | null;
|
|
122581
122623
|
created_by?: string | null;
|
|
122582
122624
|
updated_at?: Date | string | null;
|
|
@@ -122616,6 +122658,7 @@ type billing_ap_journalsUncheckedCreateWithoutLocal_currencyInput = {
|
|
|
122616
122658
|
credit_debit?: gl_account_credit_debit | null;
|
|
122617
122659
|
is_active?: boolean | null;
|
|
122618
122660
|
is_posted?: boolean | null;
|
|
122661
|
+
is_bank_charges?: boolean | null;
|
|
122619
122662
|
created_at?: Date | string | null;
|
|
122620
122663
|
created_by?: string | null;
|
|
122621
122664
|
updated_at?: Date | string | null;
|
|
@@ -122673,6 +122716,7 @@ type billing_ap_journalsCreateWithoutTransaction_typeInput = {
|
|
|
122673
122716
|
credit_debit?: gl_account_credit_debit | null;
|
|
122674
122717
|
is_active?: boolean | null;
|
|
122675
122718
|
is_posted?: boolean | null;
|
|
122719
|
+
is_bank_charges?: boolean | null;
|
|
122676
122720
|
created_at?: Date | string | null;
|
|
122677
122721
|
created_by?: string | null;
|
|
122678
122722
|
updated_at?: Date | string | null;
|
|
@@ -122712,6 +122756,7 @@ type billing_ap_journalsUncheckedCreateWithoutTransaction_typeInput = {
|
|
|
122712
122756
|
credit_debit?: gl_account_credit_debit | null;
|
|
122713
122757
|
is_active?: boolean | null;
|
|
122714
122758
|
is_posted?: boolean | null;
|
|
122759
|
+
is_bank_charges?: boolean | null;
|
|
122715
122760
|
created_at?: Date | string | null;
|
|
122716
122761
|
created_by?: string | null;
|
|
122717
122762
|
updated_at?: Date | string | null;
|
|
@@ -122756,6 +122801,7 @@ type billing_ap_journalsCreateWithoutTransaction_agreed_payment_methodInput = {
|
|
|
122756
122801
|
credit_debit?: gl_account_credit_debit | null;
|
|
122757
122802
|
is_active?: boolean | null;
|
|
122758
122803
|
is_posted?: boolean | null;
|
|
122804
|
+
is_bank_charges?: boolean | null;
|
|
122759
122805
|
created_at?: Date | string | null;
|
|
122760
122806
|
created_by?: string | null;
|
|
122761
122807
|
updated_at?: Date | string | null;
|
|
@@ -122795,6 +122841,7 @@ type billing_ap_journalsUncheckedCreateWithoutTransaction_agreed_payment_methodI
|
|
|
122795
122841
|
credit_debit?: gl_account_credit_debit | null;
|
|
122796
122842
|
is_active?: boolean | null;
|
|
122797
122843
|
is_posted?: boolean | null;
|
|
122844
|
+
is_bank_charges?: boolean | null;
|
|
122798
122845
|
created_at?: Date | string | null;
|
|
122799
122846
|
created_by?: string | null;
|
|
122800
122847
|
updated_at?: Date | string | null;
|
|
@@ -122839,6 +122886,7 @@ type billing_ap_journalsCreateWithoutBilling_ledgerInput = {
|
|
|
122839
122886
|
credit_debit?: gl_account_credit_debit | null;
|
|
122840
122887
|
is_active?: boolean | null;
|
|
122841
122888
|
is_posted?: boolean | null;
|
|
122889
|
+
is_bank_charges?: boolean | null;
|
|
122842
122890
|
created_at?: Date | string | null;
|
|
122843
122891
|
created_by?: string | null;
|
|
122844
122892
|
updated_at?: Date | string | null;
|
|
@@ -122878,6 +122926,7 @@ type billing_ap_journalsUncheckedCreateWithoutBilling_ledgerInput = {
|
|
|
122878
122926
|
credit_debit?: gl_account_credit_debit | null;
|
|
122879
122927
|
is_active?: boolean | null;
|
|
122880
122928
|
is_posted?: boolean | null;
|
|
122929
|
+
is_bank_charges?: boolean | null;
|
|
122881
122930
|
created_at?: Date | string | null;
|
|
122882
122931
|
created_by?: string | null;
|
|
122883
122932
|
updated_at?: Date | string | null;
|
|
@@ -122922,6 +122971,7 @@ type billing_ap_journalsCreateWithoutBilling_journal_sourceInput = {
|
|
|
122922
122971
|
credit_debit?: gl_account_credit_debit | null;
|
|
122923
122972
|
is_active?: boolean | null;
|
|
122924
122973
|
is_posted?: boolean | null;
|
|
122974
|
+
is_bank_charges?: boolean | null;
|
|
122925
122975
|
created_at?: Date | string | null;
|
|
122926
122976
|
created_by?: string | null;
|
|
122927
122977
|
updated_at?: Date | string | null;
|
|
@@ -122961,6 +123011,7 @@ type billing_ap_journalsUncheckedCreateWithoutBilling_journal_sourceInput = {
|
|
|
122961
123011
|
credit_debit?: gl_account_credit_debit | null;
|
|
122962
123012
|
is_active?: boolean | null;
|
|
122963
123013
|
is_posted?: boolean | null;
|
|
123014
|
+
is_bank_charges?: boolean | null;
|
|
122964
123015
|
created_at?: Date | string | null;
|
|
122965
123016
|
created_by?: string | null;
|
|
122966
123017
|
updated_at?: Date | string | null;
|
|
@@ -123005,6 +123056,7 @@ type billing_ap_journalsCreateWithoutAp_journal_branchInput = {
|
|
|
123005
123056
|
credit_debit?: gl_account_credit_debit | null;
|
|
123006
123057
|
is_active?: boolean | null;
|
|
123007
123058
|
is_posted?: boolean | null;
|
|
123059
|
+
is_bank_charges?: boolean | null;
|
|
123008
123060
|
created_at?: Date | string | null;
|
|
123009
123061
|
created_by?: string | null;
|
|
123010
123062
|
updated_at?: Date | string | null;
|
|
@@ -123044,6 +123096,7 @@ type billing_ap_journalsUncheckedCreateWithoutAp_journal_branchInput = {
|
|
|
123044
123096
|
credit_debit?: gl_account_credit_debit | null;
|
|
123045
123097
|
is_active?: boolean | null;
|
|
123046
123098
|
is_posted?: boolean | null;
|
|
123099
|
+
is_bank_charges?: boolean | null;
|
|
123047
123100
|
created_at?: Date | string | null;
|
|
123048
123101
|
created_by?: string | null;
|
|
123049
123102
|
updated_at?: Date | string | null;
|
|
@@ -123096,6 +123149,7 @@ type billing_ap_journalsCreateManyGl_accountInput = {
|
|
|
123096
123149
|
credit_debit?: gl_account_credit_debit | null;
|
|
123097
123150
|
is_active?: boolean | null;
|
|
123098
123151
|
is_posted?: boolean | null;
|
|
123152
|
+
is_bank_charges?: boolean | null;
|
|
123099
123153
|
created_at?: Date | string | null;
|
|
123100
123154
|
created_by?: string | null;
|
|
123101
123155
|
updated_at?: Date | string | null;
|
|
@@ -123116,6 +123170,7 @@ type billing_ap_journalsUpdateWithoutGl_accountInput = {
|
|
|
123116
123170
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123117
123171
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123118
123172
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123173
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123119
123174
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123120
123175
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123121
123176
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123155,6 +123210,7 @@ type billing_ap_journalsUncheckedUpdateWithoutGl_accountInput = {
|
|
|
123155
123210
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123156
123211
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123157
123212
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123213
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123158
123214
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123159
123215
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123160
123216
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123186,6 +123242,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutGl_accountInput = {
|
|
|
123186
123242
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123187
123243
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123188
123244
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123245
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123189
123246
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123190
123247
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123191
123248
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123214,6 +123271,7 @@ type billing_ap_journalsCreateManyAccount_orgInput = {
|
|
|
123214
123271
|
credit_debit?: gl_account_credit_debit | null;
|
|
123215
123272
|
is_active?: boolean | null;
|
|
123216
123273
|
is_posted?: boolean | null;
|
|
123274
|
+
is_bank_charges?: boolean | null;
|
|
123217
123275
|
created_at?: Date | string | null;
|
|
123218
123276
|
created_by?: string | null;
|
|
123219
123277
|
updated_at?: Date | string | null;
|
|
@@ -123234,6 +123292,7 @@ type billing_ap_journalsUpdateWithoutAccount_orgInput = {
|
|
|
123234
123292
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123235
123293
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123236
123294
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123295
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123237
123296
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123238
123297
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123239
123298
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123273,6 +123332,7 @@ type billing_ap_journalsUncheckedUpdateWithoutAccount_orgInput = {
|
|
|
123273
123332
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123274
123333
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123275
123334
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123335
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123276
123336
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123277
123337
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123278
123338
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123304,6 +123364,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutAccount_orgInput = {
|
|
|
123304
123364
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123305
123365
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123306
123366
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123367
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123307
123368
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123308
123369
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123309
123370
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123332,6 +123393,7 @@ type billing_ap_journalsCreateManyCurrencyInput = {
|
|
|
123332
123393
|
credit_debit?: gl_account_credit_debit | null;
|
|
123333
123394
|
is_active?: boolean | null;
|
|
123334
123395
|
is_posted?: boolean | null;
|
|
123396
|
+
is_bank_charges?: boolean | null;
|
|
123335
123397
|
created_at?: Date | string | null;
|
|
123336
123398
|
created_by?: string | null;
|
|
123337
123399
|
updated_at?: Date | string | null;
|
|
@@ -123360,6 +123422,7 @@ type billing_ap_journalsCreateManyLocal_currencyInput = {
|
|
|
123360
123422
|
credit_debit?: gl_account_credit_debit | null;
|
|
123361
123423
|
is_active?: boolean | null;
|
|
123362
123424
|
is_posted?: boolean | null;
|
|
123425
|
+
is_bank_charges?: boolean | null;
|
|
123363
123426
|
created_at?: Date | string | null;
|
|
123364
123427
|
created_by?: string | null;
|
|
123365
123428
|
updated_at?: Date | string | null;
|
|
@@ -123380,6 +123443,7 @@ type billing_ap_journalsUpdateWithoutCurrencyInput = {
|
|
|
123380
123443
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123381
123444
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123382
123445
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123446
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123383
123447
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123384
123448
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123385
123449
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123419,6 +123483,7 @@ type billing_ap_journalsUncheckedUpdateWithoutCurrencyInput = {
|
|
|
123419
123483
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123420
123484
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123421
123485
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123486
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123422
123487
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123423
123488
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123424
123489
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123450,6 +123515,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutCurrencyInput = {
|
|
|
123450
123515
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123451
123516
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123452
123517
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123518
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123453
123519
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123454
123520
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123455
123521
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123470,6 +123536,7 @@ type billing_ap_journalsUpdateWithoutLocal_currencyInput = {
|
|
|
123470
123536
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123471
123537
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123472
123538
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123539
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123473
123540
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123474
123541
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123475
123542
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123509,6 +123576,7 @@ type billing_ap_journalsUncheckedUpdateWithoutLocal_currencyInput = {
|
|
|
123509
123576
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123510
123577
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123511
123578
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123579
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123512
123580
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123513
123581
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123514
123582
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123540,6 +123608,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutLocal_currencyInput = {
|
|
|
123540
123608
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123541
123609
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123542
123610
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123611
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123543
123612
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123544
123613
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123545
123614
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123568,6 +123637,7 @@ type billing_ap_journalsCreateManyTransaction_typeInput = {
|
|
|
123568
123637
|
credit_debit?: gl_account_credit_debit | null;
|
|
123569
123638
|
is_active?: boolean | null;
|
|
123570
123639
|
is_posted?: boolean | null;
|
|
123640
|
+
is_bank_charges?: boolean | null;
|
|
123571
123641
|
created_at?: Date | string | null;
|
|
123572
123642
|
created_by?: string | null;
|
|
123573
123643
|
updated_at?: Date | string | null;
|
|
@@ -123588,6 +123658,7 @@ type billing_ap_journalsUpdateWithoutTransaction_typeInput = {
|
|
|
123588
123658
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123589
123659
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123590
123660
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123661
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123591
123662
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123592
123663
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123593
123664
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123627,6 +123698,7 @@ type billing_ap_journalsUncheckedUpdateWithoutTransaction_typeInput = {
|
|
|
123627
123698
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123628
123699
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123629
123700
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123701
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123630
123702
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123631
123703
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123632
123704
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123658,6 +123730,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutTransaction_typeInput = {
|
|
|
123658
123730
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123659
123731
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123660
123732
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123733
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123661
123734
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123662
123735
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123663
123736
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123686,6 +123759,7 @@ type billing_ap_journalsCreateManyTransaction_agreed_payment_methodInput = {
|
|
|
123686
123759
|
credit_debit?: gl_account_credit_debit | null;
|
|
123687
123760
|
is_active?: boolean | null;
|
|
123688
123761
|
is_posted?: boolean | null;
|
|
123762
|
+
is_bank_charges?: boolean | null;
|
|
123689
123763
|
created_at?: Date | string | null;
|
|
123690
123764
|
created_by?: string | null;
|
|
123691
123765
|
updated_at?: Date | string | null;
|
|
@@ -123706,6 +123780,7 @@ type billing_ap_journalsUpdateWithoutTransaction_agreed_payment_methodInput = {
|
|
|
123706
123780
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123707
123781
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123708
123782
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123783
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123709
123784
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123710
123785
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123711
123786
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123745,6 +123820,7 @@ type billing_ap_journalsUncheckedUpdateWithoutTransaction_agreed_payment_methodI
|
|
|
123745
123820
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123746
123821
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123747
123822
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123823
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123748
123824
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123749
123825
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123750
123826
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123776,6 +123852,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutTransaction_agreed_payment_met
|
|
|
123776
123852
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123777
123853
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123778
123854
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123855
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123779
123856
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123780
123857
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123781
123858
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123804,6 +123881,7 @@ type billing_ap_journalsCreateManyBilling_ledgerInput = {
|
|
|
123804
123881
|
credit_debit?: gl_account_credit_debit | null;
|
|
123805
123882
|
is_active?: boolean | null;
|
|
123806
123883
|
is_posted?: boolean | null;
|
|
123884
|
+
is_bank_charges?: boolean | null;
|
|
123807
123885
|
created_at?: Date | string | null;
|
|
123808
123886
|
created_by?: string | null;
|
|
123809
123887
|
updated_at?: Date | string | null;
|
|
@@ -123824,6 +123902,7 @@ type billing_ap_journalsUpdateWithoutBilling_ledgerInput = {
|
|
|
123824
123902
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123825
123903
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123826
123904
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123905
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123827
123906
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123828
123907
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123829
123908
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123863,6 +123942,7 @@ type billing_ap_journalsUncheckedUpdateWithoutBilling_ledgerInput = {
|
|
|
123863
123942
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123864
123943
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123865
123944
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123945
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123866
123946
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123867
123947
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123868
123948
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123894,6 +123974,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutBilling_ledgerInput = {
|
|
|
123894
123974
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123895
123975
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123896
123976
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123977
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123897
123978
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123898
123979
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123899
123980
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123922,6 +124003,7 @@ type billing_ap_journalsCreateManyBilling_journal_sourceInput = {
|
|
|
123922
124003
|
credit_debit?: gl_account_credit_debit | null;
|
|
123923
124004
|
is_active?: boolean | null;
|
|
123924
124005
|
is_posted?: boolean | null;
|
|
124006
|
+
is_bank_charges?: boolean | null;
|
|
123925
124007
|
created_at?: Date | string | null;
|
|
123926
124008
|
created_by?: string | null;
|
|
123927
124009
|
updated_at?: Date | string | null;
|
|
@@ -123942,6 +124024,7 @@ type billing_ap_journalsUpdateWithoutBilling_journal_sourceInput = {
|
|
|
123942
124024
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123943
124025
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123944
124026
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124027
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123945
124028
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123946
124029
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123947
124030
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -123981,6 +124064,7 @@ type billing_ap_journalsUncheckedUpdateWithoutBilling_journal_sourceInput = {
|
|
|
123981
124064
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
123982
124065
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123983
124066
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124067
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
123984
124068
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
123985
124069
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
123986
124070
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -124012,6 +124096,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutBilling_journal_sourceInput =
|
|
|
124012
124096
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
124013
124097
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124014
124098
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124099
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124015
124100
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
124016
124101
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
124017
124102
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -124040,6 +124125,7 @@ type billing_ap_journalsCreateManyAp_journal_branchInput = {
|
|
|
124040
124125
|
credit_debit?: gl_account_credit_debit | null;
|
|
124041
124126
|
is_active?: boolean | null;
|
|
124042
124127
|
is_posted?: boolean | null;
|
|
124128
|
+
is_bank_charges?: boolean | null;
|
|
124043
124129
|
created_at?: Date | string | null;
|
|
124044
124130
|
created_by?: string | null;
|
|
124045
124131
|
updated_at?: Date | string | null;
|
|
@@ -124060,6 +124146,7 @@ type billing_ap_journalsUpdateWithoutAp_journal_branchInput = {
|
|
|
124060
124146
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
124061
124147
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124062
124148
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124149
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124063
124150
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
124064
124151
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
124065
124152
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -124099,6 +124186,7 @@ type billing_ap_journalsUncheckedUpdateWithoutAp_journal_branchInput = {
|
|
|
124099
124186
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
124100
124187
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124101
124188
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124189
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124102
124190
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
124103
124191
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
124104
124192
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -124130,6 +124218,7 @@ type billing_ap_journalsUncheckedUpdateManyWithoutAp_journal_branchInput = {
|
|
|
124130
124218
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
124131
124219
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124132
124220
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124221
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
124133
124222
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
124134
124223
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
124135
124224
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -124199,6 +124288,7 @@ type billing_ap_journalsSelect<ExtArgs extends Types$1.Extensions.InternalArgs =
|
|
|
124199
124288
|
credit_debit?: boolean;
|
|
124200
124289
|
is_active?: boolean;
|
|
124201
124290
|
is_posted?: boolean;
|
|
124291
|
+
is_bank_charges?: boolean;
|
|
124202
124292
|
created_at?: boolean;
|
|
124203
124293
|
created_by?: boolean;
|
|
124204
124294
|
updated_at?: boolean;
|
|
@@ -124241,6 +124331,7 @@ type billing_ap_journalsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extens
|
|
|
124241
124331
|
credit_debit?: boolean;
|
|
124242
124332
|
is_active?: boolean;
|
|
124243
124333
|
is_posted?: boolean;
|
|
124334
|
+
is_bank_charges?: boolean;
|
|
124244
124335
|
created_at?: boolean;
|
|
124245
124336
|
created_by?: boolean;
|
|
124246
124337
|
updated_at?: boolean;
|
|
@@ -124279,6 +124370,7 @@ type billing_ap_journalsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extens
|
|
|
124279
124370
|
credit_debit?: boolean;
|
|
124280
124371
|
is_active?: boolean;
|
|
124281
124372
|
is_posted?: boolean;
|
|
124373
|
+
is_bank_charges?: boolean;
|
|
124282
124374
|
created_at?: boolean;
|
|
124283
124375
|
created_by?: boolean;
|
|
124284
124376
|
updated_at?: boolean;
|
|
@@ -124317,12 +124409,13 @@ type billing_ap_journalsSelectScalar = {
|
|
|
124317
124409
|
credit_debit?: boolean;
|
|
124318
124410
|
is_active?: boolean;
|
|
124319
124411
|
is_posted?: boolean;
|
|
124412
|
+
is_bank_charges?: boolean;
|
|
124320
124413
|
created_at?: boolean;
|
|
124321
124414
|
created_by?: boolean;
|
|
124322
124415
|
updated_at?: boolean;
|
|
124323
124416
|
updated_by?: boolean;
|
|
124324
124417
|
};
|
|
124325
|
-
type billing_ap_journalsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_ap_journal_branch" | "id_ledger" | "id_transaction_type" | "id_journal_source" | "id_account_org" | "id_currency" | "id_local_currency" | "id_gl_account" | "id_transaction_agreed_payment_method" | "journal_number" | "journal_description" | "journal_base_rate" | "journal_amount" | "journal_local_amount" | "journal_outstanding_amount" | "journal_local_outstanding_amount" | "journal_date" | "post_date" | "due_date" | "credit_debit" | "is_active" | "is_posted" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ap_journals"]>;
|
|
124418
|
+
type billing_ap_journalsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_ap_journal_branch" | "id_ledger" | "id_transaction_type" | "id_journal_source" | "id_account_org" | "id_currency" | "id_local_currency" | "id_gl_account" | "id_transaction_agreed_payment_method" | "journal_number" | "journal_description" | "journal_base_rate" | "journal_amount" | "journal_local_amount" | "journal_outstanding_amount" | "journal_local_outstanding_amount" | "journal_date" | "post_date" | "due_date" | "credit_debit" | "is_active" | "is_posted" | "is_bank_charges" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ap_journals"]>;
|
|
124326
124419
|
type billing_ap_journalsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
124327
124420
|
ap_journal_branch?: boolean | billing_ap_journals$ap_journal_branchArgs<ExtArgs>;
|
|
124328
124421
|
transaction_type?: boolean | billing_ap_journals$transaction_typeArgs<ExtArgs>;
|
|
@@ -124400,6 +124493,7 @@ type $billing_ap_journalsPayload<ExtArgs extends Types$1.Extensions.InternalArgs
|
|
|
124400
124493
|
credit_debit: gl_account_credit_debit | null;
|
|
124401
124494
|
is_active: boolean | null;
|
|
124402
124495
|
is_posted: boolean | null;
|
|
124496
|
+
is_bank_charges: boolean | null;
|
|
124403
124497
|
created_at: Date | null;
|
|
124404
124498
|
created_by: string | null;
|
|
124405
124499
|
updated_at: Date | null;
|
|
@@ -124780,6 +124874,7 @@ interface billing_ap_journalsFieldRefs {
|
|
|
124780
124874
|
readonly credit_debit: FieldRef<"billing_ap_journals", 'gl_account_credit_debit'>;
|
|
124781
124875
|
readonly is_active: FieldRef<"billing_ap_journals", 'Boolean'>;
|
|
124782
124876
|
readonly is_posted: FieldRef<"billing_ap_journals", 'Boolean'>;
|
|
124877
|
+
readonly is_bank_charges: FieldRef<"billing_ap_journals", 'Boolean'>;
|
|
124783
124878
|
readonly created_at: FieldRef<"billing_ap_journals", 'DateTime'>;
|
|
124784
124879
|
readonly created_by: FieldRef<"billing_ap_journals", 'String'>;
|
|
124785
124880
|
readonly updated_at: FieldRef<"billing_ap_journals", 'DateTime'>;
|
|
@@ -156946,6 +157041,7 @@ type Billing_ar_journalsMinAggregateOutputType = {
|
|
|
156946
157041
|
credit_debit: gl_account_credit_debit | null;
|
|
156947
157042
|
is_active: boolean | null;
|
|
156948
157043
|
is_posted: boolean | null;
|
|
157044
|
+
is_bank_charges: boolean | null;
|
|
156949
157045
|
created_at: Date | null;
|
|
156950
157046
|
created_by: string | null;
|
|
156951
157047
|
updated_at: Date | null;
|
|
@@ -156975,6 +157071,7 @@ type Billing_ar_journalsMaxAggregateOutputType = {
|
|
|
156975
157071
|
credit_debit: gl_account_credit_debit | null;
|
|
156976
157072
|
is_active: boolean | null;
|
|
156977
157073
|
is_posted: boolean | null;
|
|
157074
|
+
is_bank_charges: boolean | null;
|
|
156978
157075
|
created_at: Date | null;
|
|
156979
157076
|
created_by: string | null;
|
|
156980
157077
|
updated_at: Date | null;
|
|
@@ -157004,6 +157101,7 @@ type Billing_ar_journalsCountAggregateOutputType = {
|
|
|
157004
157101
|
credit_debit: number;
|
|
157005
157102
|
is_active: number;
|
|
157006
157103
|
is_posted: number;
|
|
157104
|
+
is_bank_charges: number;
|
|
157007
157105
|
created_at: number;
|
|
157008
157106
|
created_by: number;
|
|
157009
157107
|
updated_at: number;
|
|
@@ -157048,6 +157146,7 @@ type Billing_ar_journalsMinAggregateInputType = {
|
|
|
157048
157146
|
credit_debit?: true;
|
|
157049
157147
|
is_active?: true;
|
|
157050
157148
|
is_posted?: true;
|
|
157149
|
+
is_bank_charges?: true;
|
|
157051
157150
|
created_at?: true;
|
|
157052
157151
|
created_by?: true;
|
|
157053
157152
|
updated_at?: true;
|
|
@@ -157077,6 +157176,7 @@ type Billing_ar_journalsMaxAggregateInputType = {
|
|
|
157077
157176
|
credit_debit?: true;
|
|
157078
157177
|
is_active?: true;
|
|
157079
157178
|
is_posted?: true;
|
|
157179
|
+
is_bank_charges?: true;
|
|
157080
157180
|
created_at?: true;
|
|
157081
157181
|
created_by?: true;
|
|
157082
157182
|
updated_at?: true;
|
|
@@ -157106,6 +157206,7 @@ type Billing_ar_journalsCountAggregateInputType = {
|
|
|
157106
157206
|
credit_debit?: true;
|
|
157107
157207
|
is_active?: true;
|
|
157108
157208
|
is_posted?: true;
|
|
157209
|
+
is_bank_charges?: true;
|
|
157109
157210
|
created_at?: true;
|
|
157110
157211
|
created_by?: true;
|
|
157111
157212
|
updated_at?: true;
|
|
@@ -157210,6 +157311,7 @@ type Billing_ar_journalsGroupByOutputType = {
|
|
|
157210
157311
|
credit_debit: gl_account_credit_debit | null;
|
|
157211
157312
|
is_active: boolean | null;
|
|
157212
157313
|
is_posted: boolean | null;
|
|
157314
|
+
is_bank_charges: boolean | null;
|
|
157213
157315
|
created_at: Date | null;
|
|
157214
157316
|
created_by: string | null;
|
|
157215
157317
|
updated_at: Date | null;
|
|
@@ -157248,6 +157350,7 @@ type billing_ar_journalsWhereInput = {
|
|
|
157248
157350
|
credit_debit?: Enumgl_account_credit_debitNullableFilter<"billing_ar_journals"> | gl_account_credit_debit | null;
|
|
157249
157351
|
is_active?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
157250
157352
|
is_posted?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
157353
|
+
is_bank_charges?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
157251
157354
|
created_at?: DateTimeNullableFilter<"billing_ar_journals"> | Date | string | null;
|
|
157252
157355
|
created_by?: StringNullableFilter<"billing_ar_journals"> | string | null;
|
|
157253
157356
|
updated_at?: DateTimeNullableFilter<"billing_ar_journals"> | Date | string | null;
|
|
@@ -157289,6 +157392,7 @@ type billing_ar_journalsOrderByWithRelationInput = {
|
|
|
157289
157392
|
credit_debit?: SortOrderInput | SortOrder;
|
|
157290
157393
|
is_active?: SortOrderInput | SortOrder;
|
|
157291
157394
|
is_posted?: SortOrderInput | SortOrder;
|
|
157395
|
+
is_bank_charges?: SortOrderInput | SortOrder;
|
|
157292
157396
|
created_at?: SortOrderInput | SortOrder;
|
|
157293
157397
|
created_by?: SortOrderInput | SortOrder;
|
|
157294
157398
|
updated_at?: SortOrderInput | SortOrder;
|
|
@@ -157333,6 +157437,7 @@ type billing_ar_journalsWhereUniqueInput = AtLeast<{
|
|
|
157333
157437
|
credit_debit?: Enumgl_account_credit_debitNullableFilter<"billing_ar_journals"> | gl_account_credit_debit | null;
|
|
157334
157438
|
is_active?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
157335
157439
|
is_posted?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
157440
|
+
is_bank_charges?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
157336
157441
|
created_at?: DateTimeNullableFilter<"billing_ar_journals"> | Date | string | null;
|
|
157337
157442
|
created_by?: StringNullableFilter<"billing_ar_journals"> | string | null;
|
|
157338
157443
|
updated_at?: DateTimeNullableFilter<"billing_ar_journals"> | Date | string | null;
|
|
@@ -157374,6 +157479,7 @@ type billing_ar_journalsOrderByWithAggregationInput = {
|
|
|
157374
157479
|
credit_debit?: SortOrderInput | SortOrder;
|
|
157375
157480
|
is_active?: SortOrderInput | SortOrder;
|
|
157376
157481
|
is_posted?: SortOrderInput | SortOrder;
|
|
157482
|
+
is_bank_charges?: SortOrderInput | SortOrder;
|
|
157377
157483
|
created_at?: SortOrderInput | SortOrder;
|
|
157378
157484
|
created_by?: SortOrderInput | SortOrder;
|
|
157379
157485
|
updated_at?: SortOrderInput | SortOrder;
|
|
@@ -157411,6 +157517,7 @@ type billing_ar_journalsScalarWhereWithAggregatesInput = {
|
|
|
157411
157517
|
credit_debit?: Enumgl_account_credit_debitNullableWithAggregatesFilter<"billing_ar_journals"> | gl_account_credit_debit | null;
|
|
157412
157518
|
is_active?: BoolNullableWithAggregatesFilter<"billing_ar_journals"> | boolean | null;
|
|
157413
157519
|
is_posted?: BoolNullableWithAggregatesFilter<"billing_ar_journals"> | boolean | null;
|
|
157520
|
+
is_bank_charges?: BoolNullableWithAggregatesFilter<"billing_ar_journals"> | boolean | null;
|
|
157414
157521
|
created_at?: DateTimeNullableWithAggregatesFilter<"billing_ar_journals"> | Date | string | null;
|
|
157415
157522
|
created_by?: StringNullableWithAggregatesFilter<"billing_ar_journals"> | string | null;
|
|
157416
157523
|
updated_at?: DateTimeNullableWithAggregatesFilter<"billing_ar_journals"> | Date | string | null;
|
|
@@ -157431,6 +157538,7 @@ type billing_ar_journalsCreateInput = {
|
|
|
157431
157538
|
credit_debit?: gl_account_credit_debit | null;
|
|
157432
157539
|
is_active?: boolean | null;
|
|
157433
157540
|
is_posted?: boolean | null;
|
|
157541
|
+
is_bank_charges?: boolean | null;
|
|
157434
157542
|
created_at?: Date | string | null;
|
|
157435
157543
|
created_by?: string | null;
|
|
157436
157544
|
updated_at?: Date | string | null;
|
|
@@ -157472,6 +157580,7 @@ type billing_ar_journalsUncheckedCreateInput = {
|
|
|
157472
157580
|
credit_debit?: gl_account_credit_debit | null;
|
|
157473
157581
|
is_active?: boolean | null;
|
|
157474
157582
|
is_posted?: boolean | null;
|
|
157583
|
+
is_bank_charges?: boolean | null;
|
|
157475
157584
|
created_at?: Date | string | null;
|
|
157476
157585
|
created_by?: string | null;
|
|
157477
157586
|
updated_at?: Date | string | null;
|
|
@@ -157495,6 +157604,7 @@ type billing_ar_journalsUpdateInput = {
|
|
|
157495
157604
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
157496
157605
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157497
157606
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157607
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157498
157608
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
157499
157609
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
157500
157610
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -157536,6 +157646,7 @@ type billing_ar_journalsUncheckedUpdateInput = {
|
|
|
157536
157646
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
157537
157647
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157538
157648
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157649
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157539
157650
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
157540
157651
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
157541
157652
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -157568,6 +157679,7 @@ type billing_ar_journalsCreateManyInput = {
|
|
|
157568
157679
|
credit_debit?: gl_account_credit_debit | null;
|
|
157569
157680
|
is_active?: boolean | null;
|
|
157570
157681
|
is_posted?: boolean | null;
|
|
157682
|
+
is_bank_charges?: boolean | null;
|
|
157571
157683
|
created_at?: Date | string | null;
|
|
157572
157684
|
created_by?: string | null;
|
|
157573
157685
|
updated_at?: Date | string | null;
|
|
@@ -157588,6 +157700,7 @@ type billing_ar_journalsUpdateManyMutationInput = {
|
|
|
157588
157700
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
157589
157701
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157590
157702
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157703
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157591
157704
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
157592
157705
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
157593
157706
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -157617,6 +157730,7 @@ type billing_ar_journalsUncheckedUpdateManyInput = {
|
|
|
157617
157730
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
157618
157731
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157619
157732
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157733
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
157620
157734
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
157621
157735
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
157622
157736
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -157658,6 +157772,7 @@ type billing_ar_journalsCountOrderByAggregateInput = {
|
|
|
157658
157772
|
credit_debit?: SortOrder;
|
|
157659
157773
|
is_active?: SortOrder;
|
|
157660
157774
|
is_posted?: SortOrder;
|
|
157775
|
+
is_bank_charges?: SortOrder;
|
|
157661
157776
|
created_at?: SortOrder;
|
|
157662
157777
|
created_by?: SortOrder;
|
|
157663
157778
|
updated_at?: SortOrder;
|
|
@@ -157694,6 +157809,7 @@ type billing_ar_journalsMaxOrderByAggregateInput = {
|
|
|
157694
157809
|
credit_debit?: SortOrder;
|
|
157695
157810
|
is_active?: SortOrder;
|
|
157696
157811
|
is_posted?: SortOrder;
|
|
157812
|
+
is_bank_charges?: SortOrder;
|
|
157697
157813
|
created_at?: SortOrder;
|
|
157698
157814
|
created_by?: SortOrder;
|
|
157699
157815
|
updated_at?: SortOrder;
|
|
@@ -157723,6 +157839,7 @@ type billing_ar_journalsMinOrderByAggregateInput = {
|
|
|
157723
157839
|
credit_debit?: SortOrder;
|
|
157724
157840
|
is_active?: SortOrder;
|
|
157725
157841
|
is_posted?: SortOrder;
|
|
157842
|
+
is_bank_charges?: SortOrder;
|
|
157726
157843
|
created_at?: SortOrder;
|
|
157727
157844
|
created_by?: SortOrder;
|
|
157728
157845
|
updated_at?: SortOrder;
|
|
@@ -158134,6 +158251,7 @@ type billing_ar_journalsCreateWithoutGl_accountInput = {
|
|
|
158134
158251
|
credit_debit?: gl_account_credit_debit | null;
|
|
158135
158252
|
is_active?: boolean | null;
|
|
158136
158253
|
is_posted?: boolean | null;
|
|
158254
|
+
is_bank_charges?: boolean | null;
|
|
158137
158255
|
created_at?: Date | string | null;
|
|
158138
158256
|
created_by?: string | null;
|
|
158139
158257
|
updated_at?: Date | string | null;
|
|
@@ -158173,6 +158291,7 @@ type billing_ar_journalsUncheckedCreateWithoutGl_accountInput = {
|
|
|
158173
158291
|
credit_debit?: gl_account_credit_debit | null;
|
|
158174
158292
|
is_active?: boolean | null;
|
|
158175
158293
|
is_posted?: boolean | null;
|
|
158294
|
+
is_bank_charges?: boolean | null;
|
|
158176
158295
|
created_at?: Date | string | null;
|
|
158177
158296
|
created_by?: string | null;
|
|
158178
158297
|
updated_at?: Date | string | null;
|
|
@@ -158229,6 +158348,7 @@ type billing_ar_journalsScalarWhereInput = {
|
|
|
158229
158348
|
credit_debit?: Enumgl_account_credit_debitNullableFilter<"billing_ar_journals"> | gl_account_credit_debit | null;
|
|
158230
158349
|
is_active?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
158231
158350
|
is_posted?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
158351
|
+
is_bank_charges?: BoolNullableFilter<"billing_ar_journals"> | boolean | null;
|
|
158232
158352
|
created_at?: DateTimeNullableFilter<"billing_ar_journals"> | Date | string | null;
|
|
158233
158353
|
created_by?: StringNullableFilter<"billing_ar_journals"> | string | null;
|
|
158234
158354
|
updated_at?: DateTimeNullableFilter<"billing_ar_journals"> | Date | string | null;
|
|
@@ -158249,6 +158369,7 @@ type billing_ar_journalsCreateWithoutBilling_ar_transactionsInput = {
|
|
|
158249
158369
|
credit_debit?: gl_account_credit_debit | null;
|
|
158250
158370
|
is_active?: boolean | null;
|
|
158251
158371
|
is_posted?: boolean | null;
|
|
158372
|
+
is_bank_charges?: boolean | null;
|
|
158252
158373
|
created_at?: Date | string | null;
|
|
158253
158374
|
created_by?: string | null;
|
|
158254
158375
|
updated_at?: Date | string | null;
|
|
@@ -158289,6 +158410,7 @@ type billing_ar_journalsUncheckedCreateWithoutBilling_ar_transactionsInput = {
|
|
|
158289
158410
|
credit_debit?: gl_account_credit_debit | null;
|
|
158290
158411
|
is_active?: boolean | null;
|
|
158291
158412
|
is_posted?: boolean | null;
|
|
158413
|
+
is_bank_charges?: boolean | null;
|
|
158292
158414
|
created_at?: Date | string | null;
|
|
158293
158415
|
created_by?: string | null;
|
|
158294
158416
|
updated_at?: Date | string | null;
|
|
@@ -158324,6 +158446,7 @@ type billing_ar_journalsUpdateWithoutBilling_ar_transactionsInput = {
|
|
|
158324
158446
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
158325
158447
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158326
158448
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158449
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158327
158450
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
158328
158451
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
158329
158452
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -158364,6 +158487,7 @@ type billing_ar_journalsUncheckedUpdateWithoutBilling_ar_transactionsInput = {
|
|
|
158364
158487
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
158365
158488
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158366
158489
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158490
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158367
158491
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
158368
158492
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
158369
158493
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -158386,6 +158510,7 @@ type billing_ar_journalsCreateWithoutBilling_match_transaction_linesInput = {
|
|
|
158386
158510
|
credit_debit?: gl_account_credit_debit | null;
|
|
158387
158511
|
is_active?: boolean | null;
|
|
158388
158512
|
is_posted?: boolean | null;
|
|
158513
|
+
is_bank_charges?: boolean | null;
|
|
158389
158514
|
created_at?: Date | string | null;
|
|
158390
158515
|
created_by?: string | null;
|
|
158391
158516
|
updated_at?: Date | string | null;
|
|
@@ -158426,6 +158551,7 @@ type billing_ar_journalsUncheckedCreateWithoutBilling_match_transaction_linesInp
|
|
|
158426
158551
|
credit_debit?: gl_account_credit_debit | null;
|
|
158427
158552
|
is_active?: boolean | null;
|
|
158428
158553
|
is_posted?: boolean | null;
|
|
158554
|
+
is_bank_charges?: boolean | null;
|
|
158429
158555
|
created_at?: Date | string | null;
|
|
158430
158556
|
created_by?: string | null;
|
|
158431
158557
|
updated_at?: Date | string | null;
|
|
@@ -158461,6 +158587,7 @@ type billing_ar_journalsUpdateWithoutBilling_match_transaction_linesInput = {
|
|
|
158461
158587
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
158462
158588
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158463
158589
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158590
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158464
158591
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
158465
158592
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
158466
158593
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -158501,6 +158628,7 @@ type billing_ar_journalsUncheckedUpdateWithoutBilling_match_transaction_linesInp
|
|
|
158501
158628
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
158502
158629
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158503
158630
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158631
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158504
158632
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
158505
158633
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
158506
158634
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -158523,6 +158651,7 @@ type billing_ar_journalsCreateWithoutAr_journal_logsInput = {
|
|
|
158523
158651
|
credit_debit?: gl_account_credit_debit | null;
|
|
158524
158652
|
is_active?: boolean | null;
|
|
158525
158653
|
is_posted?: boolean | null;
|
|
158654
|
+
is_bank_charges?: boolean | null;
|
|
158526
158655
|
created_at?: Date | string | null;
|
|
158527
158656
|
created_by?: string | null;
|
|
158528
158657
|
updated_at?: Date | string | null;
|
|
@@ -158563,6 +158692,7 @@ type billing_ar_journalsUncheckedCreateWithoutAr_journal_logsInput = {
|
|
|
158563
158692
|
credit_debit?: gl_account_credit_debit | null;
|
|
158564
158693
|
is_active?: boolean | null;
|
|
158565
158694
|
is_posted?: boolean | null;
|
|
158695
|
+
is_bank_charges?: boolean | null;
|
|
158566
158696
|
created_at?: Date | string | null;
|
|
158567
158697
|
created_by?: string | null;
|
|
158568
158698
|
updated_at?: Date | string | null;
|
|
@@ -158598,6 +158728,7 @@ type billing_ar_journalsUpdateWithoutAr_journal_logsInput = {
|
|
|
158598
158728
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
158599
158729
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158600
158730
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158731
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158601
158732
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
158602
158733
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
158603
158734
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -158638,6 +158769,7 @@ type billing_ar_journalsUncheckedUpdateWithoutAr_journal_logsInput = {
|
|
|
158638
158769
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
158639
158770
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158640
158771
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158772
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
158641
158773
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
158642
158774
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
158643
158775
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -158660,6 +158792,7 @@ type billing_ar_journalsCreateWithoutAccount_orgInput = {
|
|
|
158660
158792
|
credit_debit?: gl_account_credit_debit | null;
|
|
158661
158793
|
is_active?: boolean | null;
|
|
158662
158794
|
is_posted?: boolean | null;
|
|
158795
|
+
is_bank_charges?: boolean | null;
|
|
158663
158796
|
created_at?: Date | string | null;
|
|
158664
158797
|
created_by?: string | null;
|
|
158665
158798
|
updated_at?: Date | string | null;
|
|
@@ -158699,6 +158832,7 @@ type billing_ar_journalsUncheckedCreateWithoutAccount_orgInput = {
|
|
|
158699
158832
|
credit_debit?: gl_account_credit_debit | null;
|
|
158700
158833
|
is_active?: boolean | null;
|
|
158701
158834
|
is_posted?: boolean | null;
|
|
158835
|
+
is_bank_charges?: boolean | null;
|
|
158702
158836
|
created_at?: Date | string | null;
|
|
158703
158837
|
created_by?: string | null;
|
|
158704
158838
|
updated_at?: Date | string | null;
|
|
@@ -158743,6 +158877,7 @@ type billing_ar_journalsCreateWithoutCurrencyInput = {
|
|
|
158743
158877
|
credit_debit?: gl_account_credit_debit | null;
|
|
158744
158878
|
is_active?: boolean | null;
|
|
158745
158879
|
is_posted?: boolean | null;
|
|
158880
|
+
is_bank_charges?: boolean | null;
|
|
158746
158881
|
created_at?: Date | string | null;
|
|
158747
158882
|
created_by?: string | null;
|
|
158748
158883
|
updated_at?: Date | string | null;
|
|
@@ -158782,6 +158917,7 @@ type billing_ar_journalsUncheckedCreateWithoutCurrencyInput = {
|
|
|
158782
158917
|
credit_debit?: gl_account_credit_debit | null;
|
|
158783
158918
|
is_active?: boolean | null;
|
|
158784
158919
|
is_posted?: boolean | null;
|
|
158920
|
+
is_bank_charges?: boolean | null;
|
|
158785
158921
|
created_at?: Date | string | null;
|
|
158786
158922
|
created_by?: string | null;
|
|
158787
158923
|
updated_at?: Date | string | null;
|
|
@@ -158813,6 +158949,7 @@ type billing_ar_journalsCreateWithoutLocal_currencyInput = {
|
|
|
158813
158949
|
credit_debit?: gl_account_credit_debit | null;
|
|
158814
158950
|
is_active?: boolean | null;
|
|
158815
158951
|
is_posted?: boolean | null;
|
|
158952
|
+
is_bank_charges?: boolean | null;
|
|
158816
158953
|
created_at?: Date | string | null;
|
|
158817
158954
|
created_by?: string | null;
|
|
158818
158955
|
updated_at?: Date | string | null;
|
|
@@ -158852,6 +158989,7 @@ type billing_ar_journalsUncheckedCreateWithoutLocal_currencyInput = {
|
|
|
158852
158989
|
credit_debit?: gl_account_credit_debit | null;
|
|
158853
158990
|
is_active?: boolean | null;
|
|
158854
158991
|
is_posted?: boolean | null;
|
|
158992
|
+
is_bank_charges?: boolean | null;
|
|
158855
158993
|
created_at?: Date | string | null;
|
|
158856
158994
|
created_by?: string | null;
|
|
158857
158995
|
updated_at?: Date | string | null;
|
|
@@ -158909,6 +159047,7 @@ type billing_ar_journalsCreateWithoutTransaction_typeInput = {
|
|
|
158909
159047
|
credit_debit?: gl_account_credit_debit | null;
|
|
158910
159048
|
is_active?: boolean | null;
|
|
158911
159049
|
is_posted?: boolean | null;
|
|
159050
|
+
is_bank_charges?: boolean | null;
|
|
158912
159051
|
created_at?: Date | string | null;
|
|
158913
159052
|
created_by?: string | null;
|
|
158914
159053
|
updated_at?: Date | string | null;
|
|
@@ -158948,6 +159087,7 @@ type billing_ar_journalsUncheckedCreateWithoutTransaction_typeInput = {
|
|
|
158948
159087
|
credit_debit?: gl_account_credit_debit | null;
|
|
158949
159088
|
is_active?: boolean | null;
|
|
158950
159089
|
is_posted?: boolean | null;
|
|
159090
|
+
is_bank_charges?: boolean | null;
|
|
158951
159091
|
created_at?: Date | string | null;
|
|
158952
159092
|
created_by?: string | null;
|
|
158953
159093
|
updated_at?: Date | string | null;
|
|
@@ -158992,6 +159132,7 @@ type billing_ar_journalsCreateWithoutTransaction_agreed_payment_methodInput = {
|
|
|
158992
159132
|
credit_debit?: gl_account_credit_debit | null;
|
|
158993
159133
|
is_active?: boolean | null;
|
|
158994
159134
|
is_posted?: boolean | null;
|
|
159135
|
+
is_bank_charges?: boolean | null;
|
|
158995
159136
|
created_at?: Date | string | null;
|
|
158996
159137
|
created_by?: string | null;
|
|
158997
159138
|
updated_at?: Date | string | null;
|
|
@@ -159031,6 +159172,7 @@ type billing_ar_journalsUncheckedCreateWithoutTransaction_agreed_payment_methodI
|
|
|
159031
159172
|
credit_debit?: gl_account_credit_debit | null;
|
|
159032
159173
|
is_active?: boolean | null;
|
|
159033
159174
|
is_posted?: boolean | null;
|
|
159175
|
+
is_bank_charges?: boolean | null;
|
|
159034
159176
|
created_at?: Date | string | null;
|
|
159035
159177
|
created_by?: string | null;
|
|
159036
159178
|
updated_at?: Date | string | null;
|
|
@@ -159075,6 +159217,7 @@ type billing_ar_journalsCreateWithoutBilling_ledgerInput = {
|
|
|
159075
159217
|
credit_debit?: gl_account_credit_debit | null;
|
|
159076
159218
|
is_active?: boolean | null;
|
|
159077
159219
|
is_posted?: boolean | null;
|
|
159220
|
+
is_bank_charges?: boolean | null;
|
|
159078
159221
|
created_at?: Date | string | null;
|
|
159079
159222
|
created_by?: string | null;
|
|
159080
159223
|
updated_at?: Date | string | null;
|
|
@@ -159114,6 +159257,7 @@ type billing_ar_journalsUncheckedCreateWithoutBilling_ledgerInput = {
|
|
|
159114
159257
|
credit_debit?: gl_account_credit_debit | null;
|
|
159115
159258
|
is_active?: boolean | null;
|
|
159116
159259
|
is_posted?: boolean | null;
|
|
159260
|
+
is_bank_charges?: boolean | null;
|
|
159117
159261
|
created_at?: Date | string | null;
|
|
159118
159262
|
created_by?: string | null;
|
|
159119
159263
|
updated_at?: Date | string | null;
|
|
@@ -159158,6 +159302,7 @@ type billing_ar_journalsCreateWithoutBilling_journal_sourceInput = {
|
|
|
159158
159302
|
credit_debit?: gl_account_credit_debit | null;
|
|
159159
159303
|
is_active?: boolean | null;
|
|
159160
159304
|
is_posted?: boolean | null;
|
|
159305
|
+
is_bank_charges?: boolean | null;
|
|
159161
159306
|
created_at?: Date | string | null;
|
|
159162
159307
|
created_by?: string | null;
|
|
159163
159308
|
updated_at?: Date | string | null;
|
|
@@ -159197,6 +159342,7 @@ type billing_ar_journalsUncheckedCreateWithoutBilling_journal_sourceInput = {
|
|
|
159197
159342
|
credit_debit?: gl_account_credit_debit | null;
|
|
159198
159343
|
is_active?: boolean | null;
|
|
159199
159344
|
is_posted?: boolean | null;
|
|
159345
|
+
is_bank_charges?: boolean | null;
|
|
159200
159346
|
created_at?: Date | string | null;
|
|
159201
159347
|
created_by?: string | null;
|
|
159202
159348
|
updated_at?: Date | string | null;
|
|
@@ -159241,6 +159387,7 @@ type billing_ar_journalsCreateWithoutAr_journal_branchInput = {
|
|
|
159241
159387
|
credit_debit?: gl_account_credit_debit | null;
|
|
159242
159388
|
is_active?: boolean | null;
|
|
159243
159389
|
is_posted?: boolean | null;
|
|
159390
|
+
is_bank_charges?: boolean | null;
|
|
159244
159391
|
created_at?: Date | string | null;
|
|
159245
159392
|
created_by?: string | null;
|
|
159246
159393
|
updated_at?: Date | string | null;
|
|
@@ -159280,6 +159427,7 @@ type billing_ar_journalsUncheckedCreateWithoutAr_journal_branchInput = {
|
|
|
159280
159427
|
credit_debit?: gl_account_credit_debit | null;
|
|
159281
159428
|
is_active?: boolean | null;
|
|
159282
159429
|
is_posted?: boolean | null;
|
|
159430
|
+
is_bank_charges?: boolean | null;
|
|
159283
159431
|
created_at?: Date | string | null;
|
|
159284
159432
|
created_by?: string | null;
|
|
159285
159433
|
updated_at?: Date | string | null;
|
|
@@ -159332,6 +159480,7 @@ type billing_ar_journalsCreateManyGl_accountInput = {
|
|
|
159332
159480
|
credit_debit?: gl_account_credit_debit | null;
|
|
159333
159481
|
is_active?: boolean | null;
|
|
159334
159482
|
is_posted?: boolean | null;
|
|
159483
|
+
is_bank_charges?: boolean | null;
|
|
159335
159484
|
created_at?: Date | string | null;
|
|
159336
159485
|
created_by?: string | null;
|
|
159337
159486
|
updated_at?: Date | string | null;
|
|
@@ -159352,6 +159501,7 @@ type billing_ar_journalsUpdateWithoutGl_accountInput = {
|
|
|
159352
159501
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159353
159502
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159354
159503
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159504
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159355
159505
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159356
159506
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159357
159507
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159391,6 +159541,7 @@ type billing_ar_journalsUncheckedUpdateWithoutGl_accountInput = {
|
|
|
159391
159541
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159392
159542
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159393
159543
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159544
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159394
159545
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159395
159546
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159396
159547
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159422,6 +159573,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutGl_accountInput = {
|
|
|
159422
159573
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159423
159574
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159424
159575
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159576
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159425
159577
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159426
159578
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159427
159579
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159450,6 +159602,7 @@ type billing_ar_journalsCreateManyAccount_orgInput = {
|
|
|
159450
159602
|
credit_debit?: gl_account_credit_debit | null;
|
|
159451
159603
|
is_active?: boolean | null;
|
|
159452
159604
|
is_posted?: boolean | null;
|
|
159605
|
+
is_bank_charges?: boolean | null;
|
|
159453
159606
|
created_at?: Date | string | null;
|
|
159454
159607
|
created_by?: string | null;
|
|
159455
159608
|
updated_at?: Date | string | null;
|
|
@@ -159470,6 +159623,7 @@ type billing_ar_journalsUpdateWithoutAccount_orgInput = {
|
|
|
159470
159623
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159471
159624
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159472
159625
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159626
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159473
159627
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159474
159628
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159475
159629
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159509,6 +159663,7 @@ type billing_ar_journalsUncheckedUpdateWithoutAccount_orgInput = {
|
|
|
159509
159663
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159510
159664
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159511
159665
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159666
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159512
159667
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159513
159668
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159514
159669
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159540,6 +159695,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutAccount_orgInput = {
|
|
|
159540
159695
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159541
159696
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159542
159697
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159698
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159543
159699
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159544
159700
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159545
159701
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159568,6 +159724,7 @@ type billing_ar_journalsCreateManyCurrencyInput = {
|
|
|
159568
159724
|
credit_debit?: gl_account_credit_debit | null;
|
|
159569
159725
|
is_active?: boolean | null;
|
|
159570
159726
|
is_posted?: boolean | null;
|
|
159727
|
+
is_bank_charges?: boolean | null;
|
|
159571
159728
|
created_at?: Date | string | null;
|
|
159572
159729
|
created_by?: string | null;
|
|
159573
159730
|
updated_at?: Date | string | null;
|
|
@@ -159596,6 +159753,7 @@ type billing_ar_journalsCreateManyLocal_currencyInput = {
|
|
|
159596
159753
|
credit_debit?: gl_account_credit_debit | null;
|
|
159597
159754
|
is_active?: boolean | null;
|
|
159598
159755
|
is_posted?: boolean | null;
|
|
159756
|
+
is_bank_charges?: boolean | null;
|
|
159599
159757
|
created_at?: Date | string | null;
|
|
159600
159758
|
created_by?: string | null;
|
|
159601
159759
|
updated_at?: Date | string | null;
|
|
@@ -159616,6 +159774,7 @@ type billing_ar_journalsUpdateWithoutCurrencyInput = {
|
|
|
159616
159774
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159617
159775
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159618
159776
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159777
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159619
159778
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159620
159779
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159621
159780
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159655,6 +159814,7 @@ type billing_ar_journalsUncheckedUpdateWithoutCurrencyInput = {
|
|
|
159655
159814
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159656
159815
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159657
159816
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159817
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159658
159818
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159659
159819
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159660
159820
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159686,6 +159846,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutCurrencyInput = {
|
|
|
159686
159846
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159687
159847
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159688
159848
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159849
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159689
159850
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159690
159851
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159691
159852
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159706,6 +159867,7 @@ type billing_ar_journalsUpdateWithoutLocal_currencyInput = {
|
|
|
159706
159867
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159707
159868
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159708
159869
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159870
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159709
159871
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159710
159872
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159711
159873
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159745,6 +159907,7 @@ type billing_ar_journalsUncheckedUpdateWithoutLocal_currencyInput = {
|
|
|
159745
159907
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159746
159908
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159747
159909
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159910
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159748
159911
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159749
159912
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159750
159913
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159776,6 +159939,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutLocal_currencyInput = {
|
|
|
159776
159939
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159777
159940
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159778
159941
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159942
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159779
159943
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159780
159944
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159781
159945
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159804,6 +159968,7 @@ type billing_ar_journalsCreateManyTransaction_typeInput = {
|
|
|
159804
159968
|
credit_debit?: gl_account_credit_debit | null;
|
|
159805
159969
|
is_active?: boolean | null;
|
|
159806
159970
|
is_posted?: boolean | null;
|
|
159971
|
+
is_bank_charges?: boolean | null;
|
|
159807
159972
|
created_at?: Date | string | null;
|
|
159808
159973
|
created_by?: string | null;
|
|
159809
159974
|
updated_at?: Date | string | null;
|
|
@@ -159824,6 +159989,7 @@ type billing_ar_journalsUpdateWithoutTransaction_typeInput = {
|
|
|
159824
159989
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159825
159990
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159826
159991
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159992
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159827
159993
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159828
159994
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159829
159995
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159863,6 +160029,7 @@ type billing_ar_journalsUncheckedUpdateWithoutTransaction_typeInput = {
|
|
|
159863
160029
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159864
160030
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159865
160031
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160032
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159866
160033
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159867
160034
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159868
160035
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159894,6 +160061,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutTransaction_typeInput = {
|
|
|
159894
160061
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159895
160062
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159896
160063
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160064
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159897
160065
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159898
160066
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159899
160067
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159922,6 +160090,7 @@ type billing_ar_journalsCreateManyTransaction_agreed_payment_methodInput = {
|
|
|
159922
160090
|
credit_debit?: gl_account_credit_debit | null;
|
|
159923
160091
|
is_active?: boolean | null;
|
|
159924
160092
|
is_posted?: boolean | null;
|
|
160093
|
+
is_bank_charges?: boolean | null;
|
|
159925
160094
|
created_at?: Date | string | null;
|
|
159926
160095
|
created_by?: string | null;
|
|
159927
160096
|
updated_at?: Date | string | null;
|
|
@@ -159942,6 +160111,7 @@ type billing_ar_journalsUpdateWithoutTransaction_agreed_payment_methodInput = {
|
|
|
159942
160111
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159943
160112
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159944
160113
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160114
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159945
160115
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159946
160116
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159947
160117
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -159981,6 +160151,7 @@ type billing_ar_journalsUncheckedUpdateWithoutTransaction_agreed_payment_methodI
|
|
|
159981
160151
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
159982
160152
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159983
160153
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160154
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
159984
160155
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
159985
160156
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
159986
160157
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160012,6 +160183,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutTransaction_agreed_payment_met
|
|
|
160012
160183
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160013
160184
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160014
160185
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160186
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160015
160187
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160016
160188
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160017
160189
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160040,6 +160212,7 @@ type billing_ar_journalsCreateManyBilling_ledgerInput = {
|
|
|
160040
160212
|
credit_debit?: gl_account_credit_debit | null;
|
|
160041
160213
|
is_active?: boolean | null;
|
|
160042
160214
|
is_posted?: boolean | null;
|
|
160215
|
+
is_bank_charges?: boolean | null;
|
|
160043
160216
|
created_at?: Date | string | null;
|
|
160044
160217
|
created_by?: string | null;
|
|
160045
160218
|
updated_at?: Date | string | null;
|
|
@@ -160060,6 +160233,7 @@ type billing_ar_journalsUpdateWithoutBilling_ledgerInput = {
|
|
|
160060
160233
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160061
160234
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160062
160235
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160236
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160063
160237
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160064
160238
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160065
160239
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160099,6 +160273,7 @@ type billing_ar_journalsUncheckedUpdateWithoutBilling_ledgerInput = {
|
|
|
160099
160273
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160100
160274
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160101
160275
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160276
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160102
160277
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160103
160278
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160104
160279
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160130,6 +160305,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutBilling_ledgerInput = {
|
|
|
160130
160305
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160131
160306
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160132
160307
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160308
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160133
160309
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160134
160310
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160135
160311
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160158,6 +160334,7 @@ type billing_ar_journalsCreateManyBilling_journal_sourceInput = {
|
|
|
160158
160334
|
credit_debit?: gl_account_credit_debit | null;
|
|
160159
160335
|
is_active?: boolean | null;
|
|
160160
160336
|
is_posted?: boolean | null;
|
|
160337
|
+
is_bank_charges?: boolean | null;
|
|
160161
160338
|
created_at?: Date | string | null;
|
|
160162
160339
|
created_by?: string | null;
|
|
160163
160340
|
updated_at?: Date | string | null;
|
|
@@ -160178,6 +160355,7 @@ type billing_ar_journalsUpdateWithoutBilling_journal_sourceInput = {
|
|
|
160178
160355
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160179
160356
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160180
160357
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160358
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160181
160359
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160182
160360
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160183
160361
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160217,6 +160395,7 @@ type billing_ar_journalsUncheckedUpdateWithoutBilling_journal_sourceInput = {
|
|
|
160217
160395
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160218
160396
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160219
160397
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160398
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160220
160399
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160221
160400
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160222
160401
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160248,6 +160427,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutBilling_journal_sourceInput =
|
|
|
160248
160427
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160249
160428
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160250
160429
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160430
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160251
160431
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160252
160432
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160253
160433
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160276,6 +160456,7 @@ type billing_ar_journalsCreateManyAr_journal_branchInput = {
|
|
|
160276
160456
|
credit_debit?: gl_account_credit_debit | null;
|
|
160277
160457
|
is_active?: boolean | null;
|
|
160278
160458
|
is_posted?: boolean | null;
|
|
160459
|
+
is_bank_charges?: boolean | null;
|
|
160279
160460
|
created_at?: Date | string | null;
|
|
160280
160461
|
created_by?: string | null;
|
|
160281
160462
|
updated_at?: Date | string | null;
|
|
@@ -160296,6 +160477,7 @@ type billing_ar_journalsUpdateWithoutAr_journal_branchInput = {
|
|
|
160296
160477
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160297
160478
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160298
160479
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160480
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160299
160481
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160300
160482
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160301
160483
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160335,6 +160517,7 @@ type billing_ar_journalsUncheckedUpdateWithoutAr_journal_branchInput = {
|
|
|
160335
160517
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160336
160518
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160337
160519
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160520
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160338
160521
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160339
160522
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160340
160523
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160366,6 +160549,7 @@ type billing_ar_journalsUncheckedUpdateManyWithoutAr_journal_branchInput = {
|
|
|
160366
160549
|
credit_debit?: NullableEnumgl_account_credit_debitFieldUpdateOperationsInput | gl_account_credit_debit | null;
|
|
160367
160550
|
is_active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160368
160551
|
is_posted?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160552
|
+
is_bank_charges?: NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
160369
160553
|
created_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
160370
160554
|
created_by?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
160371
160555
|
updated_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
@@ -160435,6 +160619,7 @@ type billing_ar_journalsSelect<ExtArgs extends Types$1.Extensions.InternalArgs =
|
|
|
160435
160619
|
credit_debit?: boolean;
|
|
160436
160620
|
is_active?: boolean;
|
|
160437
160621
|
is_posted?: boolean;
|
|
160622
|
+
is_bank_charges?: boolean;
|
|
160438
160623
|
created_at?: boolean;
|
|
160439
160624
|
created_by?: boolean;
|
|
160440
160625
|
updated_at?: boolean;
|
|
@@ -160477,6 +160662,7 @@ type billing_ar_journalsSelectCreateManyAndReturn<ExtArgs extends Types$1.Extens
|
|
|
160477
160662
|
credit_debit?: boolean;
|
|
160478
160663
|
is_active?: boolean;
|
|
160479
160664
|
is_posted?: boolean;
|
|
160665
|
+
is_bank_charges?: boolean;
|
|
160480
160666
|
created_at?: boolean;
|
|
160481
160667
|
created_by?: boolean;
|
|
160482
160668
|
updated_at?: boolean;
|
|
@@ -160515,6 +160701,7 @@ type billing_ar_journalsSelectUpdateManyAndReturn<ExtArgs extends Types$1.Extens
|
|
|
160515
160701
|
credit_debit?: boolean;
|
|
160516
160702
|
is_active?: boolean;
|
|
160517
160703
|
is_posted?: boolean;
|
|
160704
|
+
is_bank_charges?: boolean;
|
|
160518
160705
|
created_at?: boolean;
|
|
160519
160706
|
created_by?: boolean;
|
|
160520
160707
|
updated_at?: boolean;
|
|
@@ -160553,12 +160740,13 @@ type billing_ar_journalsSelectScalar = {
|
|
|
160553
160740
|
credit_debit?: boolean;
|
|
160554
160741
|
is_active?: boolean;
|
|
160555
160742
|
is_posted?: boolean;
|
|
160743
|
+
is_bank_charges?: boolean;
|
|
160556
160744
|
created_at?: boolean;
|
|
160557
160745
|
created_by?: boolean;
|
|
160558
160746
|
updated_at?: boolean;
|
|
160559
160747
|
updated_by?: boolean;
|
|
160560
160748
|
};
|
|
160561
|
-
type billing_ar_journalsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_ar_journal_branch" | "id_transaction_type" | "id_account_org" | "id_currency" | "id_local_currency" | "id_gl_account" | "id_transaction_agreed_payment_method" | "id_ledger" | "id_journal_source" | "journal_number" | "journal_description" | "journal_base_rate" | "journal_amount" | "journal_local_amount" | "journal_outstanding_amount" | "journal_local_outstanding_amount" | "journal_date" | "post_date" | "due_date" | "credit_debit" | "is_active" | "is_posted" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ar_journals"]>;
|
|
160749
|
+
type billing_ar_journalsOmit<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = Types$1.Extensions.GetOmit<"id" | "id_ar_journal_branch" | "id_transaction_type" | "id_account_org" | "id_currency" | "id_local_currency" | "id_gl_account" | "id_transaction_agreed_payment_method" | "id_ledger" | "id_journal_source" | "journal_number" | "journal_description" | "journal_base_rate" | "journal_amount" | "journal_local_amount" | "journal_outstanding_amount" | "journal_local_outstanding_amount" | "journal_date" | "post_date" | "due_date" | "credit_debit" | "is_active" | "is_posted" | "is_bank_charges" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["billing_ar_journals"]>;
|
|
160562
160750
|
type billing_ar_journalsInclude<ExtArgs extends Types$1.Extensions.InternalArgs = Types$1.Extensions.DefaultArgs> = {
|
|
160563
160751
|
ar_journal_branch?: boolean | billing_ar_journals$ar_journal_branchArgs<ExtArgs>;
|
|
160564
160752
|
transaction_type?: boolean | billing_ar_journals$transaction_typeArgs<ExtArgs>;
|
|
@@ -160636,6 +160824,7 @@ type $billing_ar_journalsPayload<ExtArgs extends Types$1.Extensions.InternalArgs
|
|
|
160636
160824
|
credit_debit: gl_account_credit_debit | null;
|
|
160637
160825
|
is_active: boolean | null;
|
|
160638
160826
|
is_posted: boolean | null;
|
|
160827
|
+
is_bank_charges: boolean | null;
|
|
160639
160828
|
created_at: Date | null;
|
|
160640
160829
|
created_by: string | null;
|
|
160641
160830
|
updated_at: Date | null;
|
|
@@ -161016,6 +161205,7 @@ interface billing_ar_journalsFieldRefs {
|
|
|
161016
161205
|
readonly credit_debit: FieldRef<"billing_ar_journals", 'gl_account_credit_debit'>;
|
|
161017
161206
|
readonly is_active: FieldRef<"billing_ar_journals", 'Boolean'>;
|
|
161018
161207
|
readonly is_posted: FieldRef<"billing_ar_journals", 'Boolean'>;
|
|
161208
|
+
readonly is_bank_charges: FieldRef<"billing_ar_journals", 'Boolean'>;
|
|
161019
161209
|
readonly created_at: FieldRef<"billing_ar_journals", 'DateTime'>;
|
|
161020
161210
|
readonly created_by: FieldRef<"billing_ar_journals", 'String'>;
|
|
161021
161211
|
readonly updated_at: FieldRef<"billing_ar_journals", 'DateTime'>;
|
|
@@ -1132357,6 +1132547,7 @@ declare const Billing_ap_journalsScalarFieldEnum: {
|
|
|
1132357
1132547
|
readonly credit_debit: "credit_debit";
|
|
1132358
1132548
|
readonly is_active: "is_active";
|
|
1132359
1132549
|
readonly is_posted: "is_posted";
|
|
1132550
|
+
readonly is_bank_charges: "is_bank_charges";
|
|
1132360
1132551
|
readonly created_at: "created_at";
|
|
1132361
1132552
|
readonly created_by: "created_by";
|
|
1132362
1132553
|
readonly updated_at: "updated_at";
|
|
@@ -1132572,6 +1132763,7 @@ declare const Billing_ar_journalsScalarFieldEnum: {
|
|
|
1132572
1132763
|
readonly credit_debit: "credit_debit";
|
|
1132573
1132764
|
readonly is_active: "is_active";
|
|
1132574
1132765
|
readonly is_posted: "is_posted";
|
|
1132766
|
+
readonly is_bank_charges: "is_bank_charges";
|
|
1132575
1132767
|
readonly created_at: "created_at";
|
|
1132576
1132768
|
readonly created_by: "created_by";
|
|
1132577
1132769
|
readonly updated_at: "updated_at";
|
|
@@ -1192338,6 +1192530,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1192338
1192530
|
journal_outstanding_amount: Decimal | null;
|
|
1192339
1192531
|
journal_local_outstanding_amount: Decimal | null;
|
|
1192340
1192532
|
journal_date: Date | null;
|
|
1192533
|
+
is_bank_charges: boolean | null;
|
|
1192341
1192534
|
id_ar_journal_branch: string | null;
|
|
1192342
1192535
|
} | null;
|
|
1192343
1192536
|
cancelled_ar_transaction: {
|
|
@@ -1193331,6 +1193524,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1193331
1193524
|
journal_outstanding_amount: Decimal | null;
|
|
1193332
1193525
|
journal_local_outstanding_amount: Decimal | null;
|
|
1193333
1193526
|
journal_date: Date | null;
|
|
1193527
|
+
is_bank_charges: boolean | null;
|
|
1193334
1193528
|
id_ar_journal_branch: string | null;
|
|
1193335
1193529
|
} | null;
|
|
1193336
1193530
|
cancelled_ar_transaction: {
|
|
@@ -1195816,6 +1196010,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1195816
1196010
|
ids_journal_source?: (string | number | boolean)[] | null | undefined;
|
|
1195817
1196011
|
credit_debit?: ("CREDIT" | "DEBIT")[] | null | undefined;
|
|
1195818
1196012
|
is_posted?: (string | number | boolean)[] | null | undefined;
|
|
1196013
|
+
is_bank_charges?: (string | number | boolean)[] | null | undefined;
|
|
1195819
1196014
|
};
|
|
1195820
1196015
|
output: {
|
|
1195821
1196016
|
data: {
|
|
@@ -1195990,6 +1196185,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1195990
1196185
|
journal_outstanding_amount: Decimal | null;
|
|
1195991
1196186
|
journal_local_outstanding_amount: Decimal | null;
|
|
1195992
1196187
|
journal_date: Date | null;
|
|
1196188
|
+
is_bank_charges: boolean | null;
|
|
1195993
1196189
|
id_ar_journal_branch: string | null;
|
|
1195994
1196190
|
}[] | undefined;
|
|
1195995
1196191
|
total: number;
|
|
@@ -1196190,6 +1196386,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196190
1196386
|
journal_outstanding_amount: Decimal | null;
|
|
1196191
1196387
|
journal_local_outstanding_amount: Decimal | null;
|
|
1196192
1196388
|
journal_date: Date | null;
|
|
1196389
|
+
is_bank_charges: boolean | null;
|
|
1196193
1196390
|
id_ar_journal_branch: string | null;
|
|
1196194
1196391
|
};
|
|
1196195
1196392
|
};
|
|
@@ -1196298,6 +1196495,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196298
1196495
|
input: {
|
|
1196299
1196496
|
is_active?: string | number | boolean | null | undefined;
|
|
1196300
1196497
|
is_posted?: string | number | boolean | null | undefined;
|
|
1196498
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1196301
1196499
|
id_ar_journal_branch?: string | number | boolean | null | undefined;
|
|
1196302
1196500
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1196303
1196501
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1196345,6 +1196543,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196345
1196543
|
journal_outstanding_amount: Decimal | null;
|
|
1196346
1196544
|
journal_local_outstanding_amount: Decimal | null;
|
|
1196347
1196545
|
journal_date: Date | null;
|
|
1196546
|
+
is_bank_charges: boolean | null;
|
|
1196348
1196547
|
id_ar_journal_branch: string | null;
|
|
1196349
1196548
|
};
|
|
1196350
1196549
|
log: {
|
|
@@ -1196368,6 +1196567,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196368
1196567
|
logic_code?: string | number | boolean | null | undefined;
|
|
1196369
1196568
|
is_active?: string | number | boolean | null | undefined;
|
|
1196370
1196569
|
is_posted?: string | number | boolean | null | undefined;
|
|
1196570
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1196371
1196571
|
id_ar_journal_branch?: string | number | boolean | null | undefined;
|
|
1196372
1196572
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1196373
1196573
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1196415,6 +1196615,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196415
1196615
|
journal_outstanding_amount: Decimal | null;
|
|
1196416
1196616
|
journal_local_outstanding_amount: Decimal | null;
|
|
1196417
1196617
|
journal_date: Date | null;
|
|
1196618
|
+
is_bank_charges: boolean | null;
|
|
1196418
1196619
|
id_ar_journal_branch: string | null;
|
|
1196419
1196620
|
};
|
|
1196420
1196621
|
log: {
|
|
@@ -1196464,6 +1196665,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196464
1196665
|
journal_outstanding_amount: Decimal | null;
|
|
1196465
1196666
|
journal_local_outstanding_amount: Decimal | null;
|
|
1196466
1196667
|
journal_date: Date | null;
|
|
1196668
|
+
is_bank_charges: boolean | null;
|
|
1196467
1196669
|
id_ar_journal_branch: string | null;
|
|
1196468
1196670
|
} | undefined)[] | undefined;
|
|
1196469
1196671
|
} | undefined;
|
|
@@ -1196474,6 +1196676,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196474
1196676
|
create?: {
|
|
1196475
1196677
|
is_active?: string | number | boolean | null | undefined;
|
|
1196476
1196678
|
is_posted?: string | number | boolean | null | undefined;
|
|
1196679
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1196477
1196680
|
id_ar_journal_branch?: string | number | boolean | null | undefined;
|
|
1196478
1196681
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1196479
1196682
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1196499,6 +1196702,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196499
1196702
|
logic_code?: string | number | boolean | null | undefined;
|
|
1196500
1196703
|
is_active?: string | number | boolean | null | undefined;
|
|
1196501
1196704
|
is_posted?: string | number | boolean | null | undefined;
|
|
1196705
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1196502
1196706
|
id_ar_journal_branch?: string | number | boolean | null | undefined;
|
|
1196503
1196707
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1196504
1196708
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1196548,6 +1196752,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196548
1196752
|
journal_outstanding_amount: Decimal | null;
|
|
1196549
1196753
|
journal_local_outstanding_amount: Decimal | null;
|
|
1196550
1196754
|
journal_date: Date | null;
|
|
1196755
|
+
is_bank_charges: boolean | null;
|
|
1196551
1196756
|
id_ar_journal_branch: string | null;
|
|
1196552
1196757
|
};
|
|
1196553
1196758
|
log: {
|
|
@@ -1196590,6 +1196795,7 @@ declare const inflowRouter: BuiltRouter<{
|
|
|
1196590
1196795
|
journal_outstanding_amount: Decimal | null;
|
|
1196591
1196796
|
journal_local_outstanding_amount: Decimal | null;
|
|
1196592
1196797
|
journal_date: Date | null;
|
|
1196798
|
+
is_bank_charges: boolean | null;
|
|
1196593
1196799
|
id_ar_journal_branch: string | null;
|
|
1196594
1196800
|
};
|
|
1196595
1196801
|
log: {
|
|
@@ -1199931,6 +1200137,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1199931
1200137
|
journal_outstanding_amount: Decimal | null;
|
|
1199932
1200138
|
journal_local_outstanding_amount: Decimal | null;
|
|
1199933
1200139
|
journal_date: Date | null;
|
|
1200140
|
+
is_bank_charges: boolean | null;
|
|
1199934
1200141
|
} | null;
|
|
1199935
1200142
|
cancelled_ap_transaction: {
|
|
1199936
1200143
|
is_active: boolean | null;
|
|
@@ -1200970,6 +1201177,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1200970
1201177
|
journal_outstanding_amount: Decimal | null;
|
|
1200971
1201178
|
journal_local_outstanding_amount: Decimal | null;
|
|
1200972
1201179
|
journal_date: Date | null;
|
|
1201180
|
+
is_bank_charges: boolean | null;
|
|
1200973
1201181
|
} | null;
|
|
1200974
1201182
|
cancelled_ap_transaction: {
|
|
1200975
1201183
|
is_active: boolean | null;
|
|
@@ -1203695,6 +1203903,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1203695
1203903
|
ids_journal_source?: (string | number | boolean)[] | null | undefined;
|
|
1203696
1203904
|
credit_debit?: ("CREDIT" | "DEBIT")[] | null | undefined;
|
|
1203697
1203905
|
is_posted?: (string | number | boolean)[] | null | undefined;
|
|
1203906
|
+
is_bank_charges?: (string | number | boolean)[] | null | undefined;
|
|
1203698
1203907
|
};
|
|
1203699
1203908
|
output: {
|
|
1203700
1203909
|
data: {
|
|
@@ -1203870,6 +1204079,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1203870
1204079
|
journal_outstanding_amount: Decimal | null;
|
|
1203871
1204080
|
journal_local_outstanding_amount: Decimal | null;
|
|
1203872
1204081
|
journal_date: Date | null;
|
|
1204082
|
+
is_bank_charges: boolean | null;
|
|
1203873
1204083
|
}[] | undefined;
|
|
1203874
1204084
|
total: number;
|
|
1203875
1204085
|
};
|
|
@@ -1204070,6 +1204280,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204070
1204280
|
journal_outstanding_amount: Decimal | null;
|
|
1204071
1204281
|
journal_local_outstanding_amount: Decimal | null;
|
|
1204072
1204282
|
journal_date: Date | null;
|
|
1204283
|
+
is_bank_charges: boolean | null;
|
|
1204073
1204284
|
};
|
|
1204074
1204285
|
};
|
|
1204075
1204286
|
meta: object;
|
|
@@ -1204177,6 +1204388,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204177
1204388
|
input: {
|
|
1204178
1204389
|
is_active?: string | number | boolean | null | undefined;
|
|
1204179
1204390
|
is_posted?: string | number | boolean | null | undefined;
|
|
1204391
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1204180
1204392
|
id_ap_journal_branch?: string | number | boolean | null | undefined;
|
|
1204181
1204393
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1204182
1204394
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1204225,6 +1204437,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204225
1204437
|
journal_outstanding_amount: Decimal | null;
|
|
1204226
1204438
|
journal_local_outstanding_amount: Decimal | null;
|
|
1204227
1204439
|
journal_date: Date | null;
|
|
1204440
|
+
is_bank_charges: boolean | null;
|
|
1204228
1204441
|
};
|
|
1204229
1204442
|
log: {
|
|
1204230
1204443
|
id: string;
|
|
@@ -1204247,6 +1204460,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204247
1204460
|
logic_code?: string | number | boolean | null | undefined;
|
|
1204248
1204461
|
is_active?: string | number | boolean | null | undefined;
|
|
1204249
1204462
|
is_posted?: string | number | boolean | null | undefined;
|
|
1204463
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1204250
1204464
|
id_ap_journal_branch?: string | number | boolean | null | undefined;
|
|
1204251
1204465
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1204252
1204466
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1204295,6 +1204509,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204295
1204509
|
journal_outstanding_amount: Decimal | null;
|
|
1204296
1204510
|
journal_local_outstanding_amount: Decimal | null;
|
|
1204297
1204511
|
journal_date: Date | null;
|
|
1204512
|
+
is_bank_charges: boolean | null;
|
|
1204298
1204513
|
};
|
|
1204299
1204514
|
log: {
|
|
1204300
1204515
|
id: string;
|
|
@@ -1204344,6 +1204559,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204344
1204559
|
journal_outstanding_amount: Decimal | null;
|
|
1204345
1204560
|
journal_local_outstanding_amount: Decimal | null;
|
|
1204346
1204561
|
journal_date: Date | null;
|
|
1204562
|
+
is_bank_charges: boolean | null;
|
|
1204347
1204563
|
} | undefined)[] | undefined;
|
|
1204348
1204564
|
} | undefined;
|
|
1204349
1204565
|
meta: object;
|
|
@@ -1204353,6 +1204569,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204353
1204569
|
create?: {
|
|
1204354
1204570
|
is_active?: string | number | boolean | null | undefined;
|
|
1204355
1204571
|
is_posted?: string | number | boolean | null | undefined;
|
|
1204572
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1204356
1204573
|
id_ap_journal_branch?: string | number | boolean | null | undefined;
|
|
1204357
1204574
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1204358
1204575
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1204378,6 +1204595,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204378
1204595
|
logic_code?: string | number | boolean | null | undefined;
|
|
1204379
1204596
|
is_active?: string | number | boolean | null | undefined;
|
|
1204380
1204597
|
is_posted?: string | number | boolean | null | undefined;
|
|
1204598
|
+
is_bank_charges?: string | number | boolean | null | undefined;
|
|
1204381
1204599
|
id_ap_journal_branch?: string | number | boolean | null | undefined;
|
|
1204382
1204600
|
id_account_org?: string | number | boolean | null | undefined;
|
|
1204383
1204601
|
id_currency?: string | number | boolean | null | undefined;
|
|
@@ -1204428,6 +1204646,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204428
1204646
|
journal_outstanding_amount: Decimal | null;
|
|
1204429
1204647
|
journal_local_outstanding_amount: Decimal | null;
|
|
1204430
1204648
|
journal_date: Date | null;
|
|
1204649
|
+
is_bank_charges: boolean | null;
|
|
1204431
1204650
|
};
|
|
1204432
1204651
|
log: {
|
|
1204433
1204652
|
id: string;
|
|
@@ -1204470,6 +1204689,7 @@ declare const outflowRouter: BuiltRouter<{
|
|
|
1204470
1204689
|
journal_outstanding_amount: Decimal | null;
|
|
1204471
1204690
|
journal_local_outstanding_amount: Decimal | null;
|
|
1204472
1204691
|
journal_date: Date | null;
|
|
1204692
|
+
is_bank_charges: boolean | null;
|
|
1204473
1204693
|
};
|
|
1204474
1204694
|
log: {
|
|
1204475
1204695
|
id: string;
|
|
@@ -1208246,6 +1208466,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1208246
1208466
|
journal_outstanding_amount: Decimal | null;
|
|
1208247
1208467
|
journal_local_outstanding_amount: Decimal | null;
|
|
1208248
1208468
|
journal_date: Date | null;
|
|
1208469
|
+
is_bank_charges: boolean | null;
|
|
1208249
1208470
|
} | null;
|
|
1208250
1208471
|
cancelled_ap_transaction: {
|
|
1208251
1208472
|
is_active: boolean | null;
|
|
@@ -1209346,6 +1209567,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1209346
1209567
|
journal_outstanding_amount: Decimal | null;
|
|
1209347
1209568
|
journal_local_outstanding_amount: Decimal | null;
|
|
1209348
1209569
|
journal_date: Date | null;
|
|
1209570
|
+
is_bank_charges: boolean | null;
|
|
1209349
1209571
|
id_ar_journal_branch: string | null;
|
|
1209350
1209572
|
} | null;
|
|
1209351
1209573
|
cancelled_ar_transaction: {
|
|
@@ -1209653,6 +1209875,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1209653
1209875
|
journal_outstanding_amount: Decimal | null;
|
|
1209654
1209876
|
journal_local_outstanding_amount: Decimal | null;
|
|
1209655
1209877
|
journal_date: Date | null;
|
|
1209878
|
+
is_bank_charges: boolean | null;
|
|
1209656
1209879
|
} | undefined;
|
|
1209657
1209880
|
ar_journal?: {
|
|
1209658
1209881
|
_count: {
|
|
@@ -1209840,6 +1210063,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1209840
1210063
|
journal_outstanding_amount: Decimal | null;
|
|
1209841
1210064
|
journal_local_outstanding_amount: Decimal | null;
|
|
1209842
1210065
|
journal_date: Date | null;
|
|
1210066
|
+
is_bank_charges: boolean | null;
|
|
1209843
1210067
|
id_ar_journal_branch: string | null;
|
|
1209844
1210068
|
} | undefined;
|
|
1209845
1210069
|
ap_transfer?: {
|
|
@@ -1212854,6 +1213078,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1212854
1213078
|
journal_outstanding_amount: Decimal | null;
|
|
1212855
1213079
|
journal_local_outstanding_amount: Decimal | null;
|
|
1212856
1213080
|
journal_date: Date | null;
|
|
1213081
|
+
is_bank_charges: boolean | null;
|
|
1212857
1213082
|
} | null;
|
|
1212858
1213083
|
ar_journal: {
|
|
1212859
1213084
|
is_active: boolean | null;
|
|
@@ -1212882,6 +1213107,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1212882
1213107
|
journal_outstanding_amount: Decimal | null;
|
|
1212883
1213108
|
journal_local_outstanding_amount: Decimal | null;
|
|
1212884
1213109
|
journal_date: Date | null;
|
|
1213110
|
+
is_bank_charges: boolean | null;
|
|
1212885
1213111
|
id_ar_journal_branch: string | null;
|
|
1212886
1213112
|
} | null;
|
|
1212887
1213113
|
ap_transfer: {
|
|
@@ -1214447,6 +1214673,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1214447
1214673
|
journal_outstanding_amount: Decimal | null;
|
|
1214448
1214674
|
journal_local_outstanding_amount: Decimal | null;
|
|
1214449
1214675
|
journal_date: Date | null;
|
|
1214676
|
+
is_bank_charges: boolean | null;
|
|
1214450
1214677
|
} | null;
|
|
1214451
1214678
|
ar_journal: {
|
|
1214452
1214679
|
is_active: boolean | null;
|
|
@@ -1214475,6 +1214702,7 @@ declare const transactionsRouter: BuiltRouter<{
|
|
|
1214475
1214702
|
journal_outstanding_amount: Decimal | null;
|
|
1214476
1214703
|
journal_local_outstanding_amount: Decimal | null;
|
|
1214477
1214704
|
journal_date: Date | null;
|
|
1214705
|
+
is_bank_charges: boolean | null;
|
|
1214478
1214706
|
id_ar_journal_branch: string | null;
|
|
1214479
1214707
|
} | null;
|
|
1214480
1214708
|
ap_transfer: {
|