@things-factory/accounting 8.0.0-beta.0 → 8.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. package/package.json +5 -5
  2. package/client/activities/activity-book-edit.ts +0 -88
  3. package/client/activities/activity-book-view.ts +0 -88
  4. package/client/activities/activity-expense-edit.ts +0 -88
  5. package/client/activities/activity-expense-view.ts +0 -88
  6. package/client/bootstrap.ts +0 -10
  7. package/client/components/accounting-category-selector.ts +0 -136
  8. package/client/components/accounting-category-view.ts +0 -75
  9. package/client/grist-editors/grist-editor-accounting-category-object.ts +0 -83
  10. package/client/grist-editors/grist-renderer-accounting-category-object.ts +0 -13
  11. package/client/index.ts +0 -0
  12. package/client/pages/account/account-importer.ts +0 -97
  13. package/client/pages/account/account-list-page.ts +0 -364
  14. package/client/pages/accounting-category/accounting-category-importer.ts +0 -97
  15. package/client/pages/accounting-category/accounting-category-list-page.ts +0 -368
  16. package/client/pages/accounting-category/accounting-category-tree-page.ts +0 -338
  17. package/client/pages/accounting-document/accounting-document-importer.ts +0 -90
  18. package/client/pages/accounting-document/accounting-document-list-page.ts +0 -398
  19. package/client/pages/bank/bank-importer.ts +0 -90
  20. package/client/pages/bank/bank-list-page.ts +0 -398
  21. package/client/pages/bank-account/bank-account-importer.ts +0 -90
  22. package/client/pages/bank-account/bank-account-list-page.ts +0 -398
  23. package/client/pages/financial-institution/financial-institution-importer.ts +0 -90
  24. package/client/pages/financial-institution/financial-institution-list-page.ts +0 -398
  25. package/client/pages/financial-statement/financial-statement-importer.ts +0 -97
  26. package/client/pages/financial-statement/financial-statement-list-page.ts +0 -338
  27. package/client/pages/fiscal-month/fiscal-month-importer.ts +0 -90
  28. package/client/pages/fiscal-month/fiscal-month-list-page.ts +0 -398
  29. package/client/pages/fiscal-quarter/fiscal-quarter-importer.ts +0 -90
  30. package/client/pages/fiscal-quarter/fiscal-quarter-list-page.ts +0 -398
  31. package/client/pages/fiscal-year/fiscal-year-importer.ts +0 -90
  32. package/client/pages/fiscal-year/fiscal-year-list-page.ts +0 -398
  33. package/client/pages/income-statement/income-statement-importer.ts +0 -97
  34. package/client/pages/income-statement/income-statement-list-page.ts +0 -338
  35. package/client/pages/payment/payment-importer.ts +0 -90
  36. package/client/pages/payment/payment-list-page.ts +0 -398
  37. package/client/pages/transaction/transaction-importer.ts +0 -97
  38. package/client/pages/transaction/transaction-list-page.ts +0 -338
  39. package/client/route.ts +0 -35
  40. package/client/tsconfig.json +0 -13
  41. package/client/types/accounting-category.ts +0 -23
  42. package/client/types/index.ts +0 -1
  43. package/server/activities/activity-book.ts +0 -172
  44. package/server/activities/activity-expense.ts +0 -149
  45. package/server/activities/index.ts +0 -18
  46. package/server/controllers/index.ts +0 -1
  47. package/server/controllers/summary-statements.ts +0 -166
  48. package/server/index.ts +0 -6
  49. package/server/middlewares/index.ts +0 -3
  50. package/server/migrations/1725200507196-seed-fiscal-entities.ts +0 -106
  51. package/server/migrations/1725201467183-seed-accounts.ts +0 -339
  52. package/server/migrations/1725201567284-seed-country-codes.ts +0 -261
  53. package/server/migrations/1725201667385-seed-financial-institutions.ts +0 -348
  54. package/server/migrations/index.ts +0 -9
  55. package/server/routes.ts +0 -26
  56. package/server/service/account/account-history.ts +0 -117
  57. package/server/service/account/account-mutation.ts +0 -140
  58. package/server/service/account/account-query.ts +0 -51
  59. package/server/service/account/account-type.ts +0 -44
  60. package/server/service/account/account.ts +0 -97
  61. package/server/service/account/event-subscriber.ts +0 -17
  62. package/server/service/account/index.ts +0 -9
  63. package/server/service/accounting-category/accounting-category-history.ts +0 -129
  64. package/server/service/accounting-category/accounting-category-mutation.ts +0 -148
  65. package/server/service/accounting-category/accounting-category-query.ts +0 -74
  66. package/server/service/accounting-category/accounting-category-type.ts +0 -48
  67. package/server/service/accounting-category/accounting-category.ts +0 -100
  68. package/server/service/accounting-category/event-subscriber.ts +0 -20
  69. package/server/service/accounting-category/index.ts +0 -9
  70. package/server/service/accounting-document/accounting-document-history.ts +0 -123
  71. package/server/service/accounting-document/accounting-document-mutation.ts +0 -137
  72. package/server/service/accounting-document/accounting-document-query.ts +0 -48
  73. package/server/service/accounting-document/accounting-document-type.ts +0 -52
  74. package/server/service/accounting-document/accounting-document.ts +0 -93
  75. package/server/service/accounting-document/event-subscriber.ts +0 -17
  76. package/server/service/accounting-document/index.ts +0 -9
  77. package/server/service/bank-account/bank-account-history.ts +0 -149
  78. package/server/service/bank-account/bank-account-mutation.ts +0 -137
  79. package/server/service/bank-account/bank-account-query.ts +0 -48
  80. package/server/service/bank-account/bank-account-type.ts +0 -112
  81. package/server/service/bank-account/bank-account.ts +0 -142
  82. package/server/service/bank-account/event-subscriber.ts +0 -17
  83. package/server/service/bank-account/index.ts +0 -9
  84. package/server/service/common-type.ts +0 -12
  85. package/server/service/financial-institution/financial-institution-mutation.ts +0 -198
  86. package/server/service/financial-institution/financial-institution-query.ts +0 -62
  87. package/server/service/financial-institution/financial-institution-type.ts +0 -91
  88. package/server/service/financial-institution/financial-institution.ts +0 -122
  89. package/server/service/financial-institution/index.ts +0 -7
  90. package/server/service/financial-statement/event-subscriber.ts +0 -17
  91. package/server/service/financial-statement/financial-statement-history.ts +0 -129
  92. package/server/service/financial-statement/financial-statement-line-item.ts +0 -82
  93. package/server/service/financial-statement/financial-statement-mutation.ts +0 -148
  94. package/server/service/financial-statement/financial-statement-query.ts +0 -53
  95. package/server/service/financial-statement/financial-statement-type.ts +0 -51
  96. package/server/service/financial-statement/financial-statement.ts +0 -116
  97. package/server/service/financial-statement/index.ts +0 -10
  98. package/server/service/fiscal-month/fiscal-month-mutation.ts +0 -145
  99. package/server/service/fiscal-month/fiscal-month-query.ts +0 -58
  100. package/server/service/fiscal-month/fiscal-month-type.ts +0 -66
  101. package/server/service/fiscal-month/fiscal-month.ts +0 -84
  102. package/server/service/fiscal-month/index.ts +0 -7
  103. package/server/service/fiscal-quarter/fiscal-quarter-mutation.ts +0 -148
  104. package/server/service/fiscal-quarter/fiscal-quarter-query.ts +0 -60
  105. package/server/service/fiscal-quarter/fiscal-quarter-type.ts +0 -60
  106. package/server/service/fiscal-quarter/fiscal-quarter.ts +0 -80
  107. package/server/service/fiscal-quarter/index.ts +0 -7
  108. package/server/service/fiscal-year/fiscal-year-mutation.ts +0 -145
  109. package/server/service/fiscal-year/fiscal-year-query.ts +0 -53
  110. package/server/service/fiscal-year/fiscal-year-type.ts +0 -54
  111. package/server/service/fiscal-year/fiscal-year.ts +0 -76
  112. package/server/service/fiscal-year/index.ts +0 -7
  113. package/server/service/income-statement/event-subscriber.ts +0 -17
  114. package/server/service/income-statement/income-statement-history.ts +0 -133
  115. package/server/service/income-statement/income-statement-line-item.ts +0 -84
  116. package/server/service/income-statement/income-statement-mutation.ts +0 -147
  117. package/server/service/income-statement/income-statement-query.ts +0 -50
  118. package/server/service/income-statement/income-statement-type.ts +0 -51
  119. package/server/service/income-statement/income-statement.ts +0 -120
  120. package/server/service/income-statement/index.ts +0 -10
  121. package/server/service/index.ts +0 -108
  122. package/server/service/payment/event-subscriber.ts +0 -17
  123. package/server/service/payment/index.ts +0 -9
  124. package/server/service/payment/payment-history.ts +0 -155
  125. package/server/service/payment/payment-mutation.ts +0 -139
  126. package/server/service/payment/payment-query.ts +0 -50
  127. package/server/service/payment/payment-type.ts +0 -82
  128. package/server/service/payment/payment.ts +0 -154
  129. package/server/service/transaction/event-subscriber.ts +0 -17
  130. package/server/service/transaction/index.ts +0 -9
  131. package/server/service/transaction/transaction-history.ts +0 -161
  132. package/server/service/transaction/transaction-mutation.ts +0 -146
  133. package/server/service/transaction/transaction-query.ts +0 -50
  134. package/server/service/transaction/transaction-type.ts +0 -48
  135. package/server/service/transaction/transaction.ts +0 -230
  136. package/server/tsconfig.json +0 -10
@@ -1,17 +0,0 @@
1
- import { EventSubscriber } from 'typeorm'
2
-
3
- import { HistoryEntitySubscriber } from '@operato/typeorm-history'
4
-
5
- import { IncomeStatement } from './income-statement'
6
- import { IncomeStatementHistory } from './income-statement-history'
7
-
8
- @EventSubscriber()
9
- export class IncomeStatementHistoryEntitySubscriber extends HistoryEntitySubscriber<IncomeStatement, IncomeStatementHistory> {
10
- public get entity() {
11
- return IncomeStatement
12
- }
13
-
14
- public get historyEntity() {
15
- return IncomeStatementHistory
16
- }
17
- }
@@ -1,133 +0,0 @@
1
- import { Field, ID, ObjectType } from 'type-graphql'
2
- import { Column, Entity, Index, ManyToOne, OneToMany, PrimaryGeneratedColumn, RelationId } from 'typeorm'
3
-
4
- import {
5
- HistoryActionColumn,
6
- HistoryActionType,
7
- HistoryEntityInterface,
8
- HistoryOriginalIdColumn
9
- } from '@operato/typeorm-history'
10
- import { Role, User } from '@things-factory/auth-base'
11
- import { config } from '@things-factory/env'
12
- import { Domain } from '@things-factory/shell'
13
-
14
- import { IncomeStatement, IncomeStatementStatus } from './income-statement'
15
- import { IncomeStatementLineItem } from './income-statement-line-item'
16
-
17
- const ORMCONFIG = config.get('ormconfig', {})
18
- const DATABASE_TYPE = ORMCONFIG.type
19
-
20
- @Entity()
21
- @Index(
22
- 'ix_income-statement_history_0',
23
- (incomeStatementHistory: IncomeStatementHistory) => [
24
- incomeStatementHistory.originalId,
25
- incomeStatementHistory.version
26
- ],
27
- { unique: true }
28
- )
29
- @Index(
30
- 'ix_income-statement_history_1',
31
- (incomeStatementHistory: IncomeStatementHistory) => [
32
- incomeStatementHistory.domain,
33
- incomeStatementHistory.originalId,
34
- incomeStatementHistory.version
35
- ],
36
- { unique: true }
37
- )
38
- @ObjectType({ description: 'History Entity of IncomeStatement' })
39
- export class IncomeStatementHistory implements HistoryEntityInterface<IncomeStatement> {
40
- @PrimaryGeneratedColumn('uuid')
41
- @Field(type => ID)
42
- readonly id: string
43
-
44
- @Column({ nullable: true, default: 1 })
45
- @Field({ nullable: true })
46
- version?: number = 1
47
-
48
- @ManyToOne(type => Domain)
49
- @Field({ nullable: true })
50
- domain?: Domain
51
-
52
- @RelationId((incomeStatementHistory: IncomeStatementHistory) => incomeStatementHistory.domain)
53
- domainId?: string
54
-
55
- @Column({ nullable: true })
56
- @Field({ nullable: true, description: 'Fiscal year of the income statement' })
57
- year?: number // 회계 연도
58
-
59
- @Column({ nullable: true })
60
- @Field({ nullable: true, description: 'Fiscal quarter of the income statement' })
61
- quarter?: number // 회계 분기
62
-
63
- @Column({ nullable: true })
64
- @Field({ nullable: true, description: 'Fiscal month of the income statement' })
65
- month?: number // 회계 월
66
-
67
- @Column({ nullable: true })
68
- @Field({ nullable: true, description: 'Total revenue recorded in the income statement' })
69
- revenue?: number // 손익계산서에 기록된 총수익
70
-
71
- @Column({ nullable: true })
72
- @Field({ nullable: true, description: 'Total expenses recorded in the income statement' })
73
- expense?: number // 손익계산서에 기록된 총비용
74
-
75
- @Column({ nullable: true })
76
- @Field({ nullable: true, description: 'Net income calculated as revenue minus expenses' })
77
- netIncome?: number // 총수익에서 총비용을 뺀 순이익
78
-
79
- @Column({ nullable: true })
80
- @Field({ nullable: true, description: 'Indicates whether this income statement is active' })
81
- active?: boolean // 이 손익계산서가 활성 상태인지 여부
82
-
83
- @OneToMany(type => IncomeStatementLineItem, lineItem => lineItem.statement)
84
- @Field(type => [IncomeStatementLineItem], { nullable: true })
85
- lineItems?: IncomeStatementLineItem[] // 계정별 브레이크다운
86
-
87
- @Column({ nullable: true })
88
- @Field({ nullable: true })
89
- createdAt?: Date
90
-
91
- @Column({ nullable: true })
92
- @Field({ nullable: true })
93
- updatedAt?: Date
94
-
95
- @Column({ nullable: true })
96
- @Field({ nullable: true })
97
- deletedAt?: Date
98
-
99
- @ManyToOne(type => User, { nullable: true })
100
- @Field({ nullable: true })
101
- creator?: User
102
-
103
- @RelationId((incomeStatementHistory: IncomeStatementHistory) => incomeStatementHistory.creator)
104
- creatorId?: string
105
-
106
- @ManyToOne(type => User, { nullable: true })
107
- @Field({ nullable: true })
108
- updater?: User
109
-
110
- @RelationId((incomeStatementHistory: IncomeStatementHistory) => incomeStatementHistory.updater)
111
- updaterId?: string
112
-
113
- @HistoryOriginalIdColumn()
114
- public originalId!: string
115
-
116
- @HistoryActionColumn({
117
- nullable: false,
118
- type:
119
- DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb'
120
- ? 'enum'
121
- : DATABASE_TYPE == 'oracle'
122
- ? 'varchar2'
123
- : DATABASE_TYPE == 'mssql'
124
- ? 'nvarchar'
125
- : 'varchar',
126
- enum:
127
- DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb'
128
- ? HistoryActionType
129
- : undefined,
130
- length: DATABASE_TYPE == 'postgres' || DATABASE_TYPE == 'mysql' || DATABASE_TYPE == 'mariadb' ? undefined : 10
131
- })
132
- public action!: HistoryActionType
133
- }
@@ -1,84 +0,0 @@
1
- import {
2
- CreateDateColumn,
3
- UpdateDateColumn,
4
- DeleteDateColumn,
5
- Entity,
6
- Index,
7
- Column,
8
- RelationId,
9
- ManyToOne,
10
- PrimaryGeneratedColumn,
11
- VersionColumn
12
- } from 'typeorm'
13
- import { ObjectType, Field, ID } from 'type-graphql'
14
-
15
- import { Domain } from '@things-factory/shell'
16
- import { User } from '@things-factory/auth-base'
17
- import { Account } from '../account/account'
18
- import { IncomeStatement } from './income-statement'
19
-
20
- @ObjectType({
21
- description: 'Line item for an income statement, representing a detailed breakdown of financial accounts'
22
- })
23
- @Entity()
24
- @Index(
25
- 'ix_income_statement_line_item_0',
26
- (lineItem: IncomeStatementLineItem) => [lineItem.statement, lineItem.account],
27
- {
28
- unique: false,
29
- where: '"deleted_at" IS NULL'
30
- }
31
- )
32
- export class IncomeStatementLineItem {
33
- @PrimaryGeneratedColumn('uuid')
34
- @Field(type => ID)
35
- readonly id: string
36
-
37
- @ManyToOne(type => IncomeStatement, statement => statement.lineItems)
38
- @Field(type => IncomeStatement, { description: 'The income statement this line item belongs to' })
39
- statement: IncomeStatement // 해당 라인 아이템이 속한 손익계산서
40
-
41
- @RelationId((lineItem: IncomeStatementLineItem) => lineItem.statement)
42
- statementId: string // 손익계산서의 ID
43
-
44
- @ManyToOne(type => Account)
45
- @Field(type => Account, { description: 'The financial account associated with this line item' })
46
- account: Account // 라인 아이템에 연결된 계정
47
-
48
- @RelationId((lineItem: IncomeStatementLineItem) => lineItem.account)
49
- accountId: string // 계정의 ID
50
-
51
- @Column({ nullable: false })
52
- @Field({ nullable: false, description: 'The monetary amount associated with this account for the income statement' })
53
- amount: number // 계정과 관련된 금액
54
-
55
- @Column({ nullable: true })
56
- @Field({ nullable: true, description: 'Optional description or notes about this line item' })
57
- description?: string // 라인 아이템에 대한 선택적 설명 또는 메모
58
-
59
- @CreateDateColumn()
60
- @Field({ nullable: true, description: 'The date and time when this line item was created' })
61
- createdAt?: Date // 라인 아이템이 생성된 날짜 및 시간
62
-
63
- @UpdateDateColumn()
64
- @Field({ nullable: true, description: 'The date and time when this line item was last updated' })
65
- updatedAt?: Date // 라인 아이템이 마지막으로 업데이트된 날짜 및 시간
66
-
67
- @DeleteDateColumn()
68
- @Field({ nullable: true, description: 'The date and time when this line item was deleted' })
69
- deletedAt?: Date // 라인 아이템이 삭제된 날짜 및 시간
70
-
71
- @ManyToOne(type => User, { nullable: true })
72
- @Field(type => User, { nullable: true, description: 'The user who created this line item' })
73
- creator?: User // 라인 아이템을 생성한 사용자
74
-
75
- @RelationId((lineItem: IncomeStatementLineItem) => lineItem.creator)
76
- creatorId?: string // 생성자의 ID
77
-
78
- @ManyToOne(type => User, { nullable: true })
79
- @Field(type => User, { nullable: true, description: 'The user who last updated this line item' })
80
- updater?: User // 라인 아이템을 마지막으로 업데이트한 사용자
81
-
82
- @RelationId((lineItem: IncomeStatementLineItem) => lineItem.updater)
83
- updaterId?: string // 업데이트한 사용자의 ID
84
- }
@@ -1,147 +0,0 @@
1
- import { Resolver, Mutation, Arg, Ctx, Directive } from 'type-graphql'
2
- import { In } from 'typeorm'
3
- import { getRepository } from '@things-factory/shell'
4
-
5
- import { IncomeStatement } from './income-statement'
6
- import { NewIncomeStatement, IncomeStatementPatch } from './income-statement-type'
7
-
8
- @Resolver(IncomeStatement)
9
- export class IncomeStatementMutation {
10
- @Directive('@transaction')
11
- @Directive('@privilege(category: "accounting", privilege: "mutation")')
12
- @Mutation(returns => IncomeStatement, { description: 'To create new IncomeStatement' })
13
- async createIncomeStatement(
14
- @Arg('incomeStatement') incomeStatement: NewIncomeStatement,
15
- @Ctx() context: ResolverContext
16
- ): Promise<IncomeStatement> {
17
- const { domain, user, tx } = context.state
18
-
19
- const result = await getRepository(IncomeStatement, tx).save({
20
- ...incomeStatement,
21
- domain,
22
- creator: user,
23
- updater: user
24
- })
25
-
26
- return result
27
- }
28
-
29
- @Directive('@transaction')
30
- @Directive('@privilege(category: "accounting", privilege: "mutation")')
31
- @Mutation(returns => IncomeStatement, { description: 'To modify IncomeStatement information' })
32
- async updateIncomeStatement(
33
- @Arg('id') id: string,
34
- @Arg('patch') patch: IncomeStatementPatch,
35
- @Ctx() context: ResolverContext
36
- ): Promise<IncomeStatement> {
37
- const { domain, user, tx } = context.state
38
-
39
- const repository = getRepository(IncomeStatement, tx)
40
- const incomeStatement = await repository.findOne({
41
- where: { domain: { id: domain.id }, id }
42
- })
43
-
44
- const result = await repository.save({
45
- ...incomeStatement,
46
- ...patch,
47
- updater: user
48
- })
49
-
50
- return result
51
- }
52
-
53
- @Directive('@transaction')
54
- @Directive('@privilege(category: "accounting", privilege: "mutation")')
55
- @Mutation(returns => [IncomeStatement], { description: "To modify multiple IncomeStatements' information" })
56
- async updateMultipleIncomeStatement(
57
- @Arg('patches', type => [IncomeStatementPatch]) patches: IncomeStatementPatch[],
58
- @Ctx() context: ResolverContext
59
- ): Promise<IncomeStatement[]> {
60
- const { domain, user, tx } = context.state
61
-
62
- let results = []
63
- const _createRecords = patches.filter((patch: any) => patch.cuFlag.toUpperCase() === '+')
64
- const _updateRecords = patches.filter((patch: any) => patch.cuFlag.toUpperCase() === 'M')
65
- const incomeStatementRepo = getRepository(IncomeStatement, tx)
66
-
67
- if (_createRecords.length > 0) {
68
- for (let i = 0; i < _createRecords.length; i++) {
69
- const newRecord = _createRecords[i]
70
-
71
- const result = await incomeStatementRepo.save({
72
- ...newRecord,
73
- domain,
74
- creator: user,
75
- updater: user
76
- })
77
-
78
- results.push({ ...result, cuFlag: '+' })
79
- }
80
- }
81
-
82
- if (_updateRecords.length > 0) {
83
- for (let i = 0; i < _updateRecords.length; i++) {
84
- const updateRecord = _updateRecords[i]
85
- const incomeStatement = await incomeStatementRepo.findOneBy({ id: updateRecord.id })
86
-
87
- const result = await incomeStatementRepo.save({
88
- ...incomeStatement,
89
- ...updateRecord,
90
- updater: user
91
- })
92
-
93
- results.push({ ...result, cuFlag: 'M' })
94
- }
95
- }
96
-
97
- return results
98
- }
99
-
100
- @Directive('@transaction')
101
- @Directive('@privilege(category: "accounting", privilege: "mutation")')
102
- @Mutation(returns => Boolean, { description: 'To delete IncomeStatement' })
103
- async deleteIncomeStatement(@Arg('id') id: string, @Ctx() context: ResolverContext): Promise<boolean> {
104
- const { domain, tx } = context.state
105
-
106
- await getRepository(IncomeStatement, tx).delete({ domain: { id: domain.id }, id })
107
-
108
- return true
109
- }
110
-
111
- @Directive('@transaction')
112
- @Directive('@privilege(category: "accounting", privilege: "mutation")')
113
- @Mutation(returns => Boolean, { description: 'To delete multiple IncomeStatements' })
114
- async deleteIncomeStatements(
115
- @Arg('ids', type => [String]) ids: string[],
116
- @Ctx() context: ResolverContext
117
- ): Promise<boolean> {
118
- const { domain, tx } = context.state
119
-
120
- await getRepository(IncomeStatement, tx).delete({
121
- domain: { id: domain.id },
122
- id: In(ids)
123
- })
124
-
125
- return true
126
- }
127
-
128
- @Directive('@transaction')
129
- @Directive('@privilege(category: "accounting", privilege: "mutation")')
130
- @Mutation(returns => Boolean, { description: 'To import multiple IncomeStatements' })
131
- async importIncomeStatements(
132
- @Arg('incomeStatements', type => [IncomeStatementPatch]) incomeStatements: IncomeStatementPatch[],
133
- @Ctx() context: ResolverContext
134
- ): Promise<boolean> {
135
- const { domain, tx } = context.state
136
-
137
- await Promise.all(
138
- incomeStatements.map(async (incomeStatement: IncomeStatementPatch) => {
139
- const createdIncomeStatement: IncomeStatement = await tx
140
- .getRepository(IncomeStatement)
141
- .save({ domain, ...incomeStatement })
142
- })
143
- )
144
-
145
- return true
146
- }
147
- }
@@ -1,50 +0,0 @@
1
- import { Resolver, Query, FieldResolver, Root, Args, Arg, Ctx, Directive } from 'type-graphql'
2
- import { Domain, getQueryBuilderFromListParams, getRepository, ListParam } from '@things-factory/shell'
3
- import { User } from '@things-factory/auth-base'
4
- import { IncomeStatement } from './income-statement'
5
- import { IncomeStatementList } from './income-statement-type'
6
-
7
- @Resolver(IncomeStatement)
8
- export class IncomeStatementQuery {
9
- @Directive('@privilege(category: "accounting", privilege: "query")')
10
- @Query(returns => IncomeStatement!, { nullable: true, description: 'To fetch a IncomeStatement' })
11
- async incomeStatement(@Arg('id') id: string, @Ctx() context: ResolverContext): Promise<IncomeStatement> {
12
- const { domain } = context.state
13
-
14
- return await getRepository(IncomeStatement).findOne({
15
- where: { domain: { id: domain.id }, id }
16
- })
17
- }
18
-
19
- @Directive('@privilege(category: "accounting", privilege: "query")')
20
- @Query(returns => IncomeStatementList, { description: 'To fetch multiple IncomeStatements' })
21
- async incomeStatements(@Args() params: ListParam, @Ctx() context: ResolverContext): Promise<IncomeStatementList> {
22
- const { domain } = context.state
23
-
24
- const queryBuilder = getQueryBuilderFromListParams({
25
- domain,
26
- params,
27
- repository: await getRepository(IncomeStatement),
28
- searchables: ['name', 'description']
29
- })
30
-
31
- const [items, total] = await queryBuilder.getManyAndCount()
32
-
33
- return { items, total }
34
- }
35
-
36
- @FieldResolver(type => Domain)
37
- async domain(@Root() incomeStatement: IncomeStatement): Promise<Domain> {
38
- return await getRepository(Domain).findOneBy({ id: incomeStatement.domainId })
39
- }
40
-
41
- @FieldResolver(type => User)
42
- async updater(@Root() incomeStatement: IncomeStatement): Promise<User> {
43
- return await getRepository(User).findOneBy({ id: incomeStatement.updaterId })
44
- }
45
-
46
- @FieldResolver(type => User)
47
- async creator(@Root() incomeStatement: IncomeStatement): Promise<User> {
48
- return await getRepository(User).findOneBy({ id: incomeStatement.creatorId })
49
- }
50
- }
@@ -1,51 +0,0 @@
1
- import { ObjectType, Field, InputType, Int, ID, registerEnumType } from 'type-graphql'
2
-
3
- import { IncomeStatement, IncomeStatementStatus } from './income-statement'
4
-
5
- @InputType()
6
- export class NewIncomeStatement {
7
- @Field()
8
- name: string
9
-
10
- @Field({ nullable: true })
11
- description?: string
12
-
13
- @Field(type => IncomeStatementStatus, { nullable: true })
14
- state?: IncomeStatementStatus
15
-
16
- @Field({ nullable: true })
17
- active?: boolean
18
-
19
- @Field({ nullable: true })
20
- params?: string
21
- }
22
-
23
- @InputType()
24
- export class IncomeStatementPatch {
25
- @Field(type => ID, { nullable: true })
26
- id?: string
27
-
28
- @Field({ nullable: true })
29
- name?: string
30
-
31
- @Field({ nullable: true })
32
- description?: string
33
-
34
- @Field(type => IncomeStatementStatus, { nullable: true })
35
- state?: IncomeStatementStatus
36
-
37
- @Field({ nullable: true })
38
- active?: boolean
39
-
40
- @Field({ nullable: true })
41
- cuFlag?: string
42
- }
43
-
44
- @ObjectType()
45
- export class IncomeStatementList {
46
- @Field(type => [IncomeStatement])
47
- items: IncomeStatement[]
48
-
49
- @Field(type => Int)
50
- total: number
51
- }
@@ -1,120 +0,0 @@
1
- import {
2
- CreateDateColumn,
3
- UpdateDateColumn,
4
- DeleteDateColumn,
5
- Entity,
6
- Index,
7
- Column,
8
- RelationId,
9
- ManyToOne,
10
- OneToMany,
11
- PrimaryGeneratedColumn,
12
- VersionColumn
13
- } from 'typeorm'
14
- import { ObjectType, Field, ID, registerEnumType } from 'type-graphql'
15
-
16
- import { Domain } from '@things-factory/shell'
17
- import { User } from '@things-factory/auth-base'
18
-
19
- import { IncomeStatementLineItem } from './income-statement-line-item'
20
-
21
- export enum IncomeStatementStatus {
22
- STATUS_A = 'STATUS_A',
23
- STATUS_B = 'STATUS_B'
24
- }
25
-
26
- registerEnumType(IncomeStatementStatus, {
27
- name: 'IncomeStatementStatus',
28
- description: 'State enumeration of an income statement' // 손익계산서의 상태 열거형
29
- })
30
-
31
- // 손익계산서 (Income Statement)
32
- @Entity()
33
- @Index(
34
- 'ix_income_statement_0',
35
- (incomeStatement: IncomeStatement) => [
36
- incomeStatement.domain,
37
- incomeStatement.year,
38
- incomeStatement.quarter,
39
- incomeStatement.month
40
- ],
41
- {
42
- unique: true,
43
- where: '"deleted_at" IS NULL' // 삭제되지 않은 경우에만 유니크
44
- }
45
- )
46
- @ObjectType({ description: 'Entity for IncomeStatement, representing the profit and loss report' }) // 손익계산서 엔티티
47
- export class IncomeStatement {
48
- @PrimaryGeneratedColumn('uuid')
49
- @Field(type => ID, { description: 'Unique identifier for the income statement' })
50
- readonly id: string // 고유 식별자 (UUID)
51
-
52
- @VersionColumn()
53
- @Field({ nullable: true, description: 'Version number for optimistic locking' })
54
- version?: number = 1 // 낙관적 잠금을 위한 버전 관리 필드
55
-
56
- @ManyToOne(type => Domain)
57
- @Field({ nullable: true, description: 'The domain to which this income statement belongs' })
58
- domain?: Domain // 이 손익계산서가 속한 도메인
59
-
60
- @RelationId((incomeStatement: IncomeStatement) => incomeStatement.domain)
61
- domainId?: string // 도메인의 ID
62
-
63
- @Column({ nullable: true })
64
- @Field({ nullable: true, description: 'Fiscal year of the income statement' })
65
- year?: number // 회계 연도
66
-
67
- @Column({ nullable: true })
68
- @Field({ nullable: true, description: 'Fiscal quarter of the income statement' })
69
- quarter?: number // 회계 분기
70
-
71
- @Column({ nullable: true })
72
- @Field({ nullable: true, description: 'Fiscal month of the income statement' })
73
- month?: number // 회계 월
74
-
75
- @Column({ nullable: true })
76
- @Field({ nullable: true, description: 'Total revenue recorded in the income statement' })
77
- revenue?: number // 손익계산서에 기록된 총수익
78
-
79
- @Column({ nullable: true })
80
- @Field({ nullable: true, description: 'Total expenses recorded in the income statement' })
81
- expense?: number // 손익계산서에 기록된 총비용
82
-
83
- @Column({ nullable: true })
84
- @Field({ nullable: true, description: 'Net income calculated as revenue minus expenses' })
85
- netIncome?: number // 총수익에서 총비용을 뺀 순이익
86
-
87
- @Column({ nullable: true })
88
- @Field({ nullable: true, description: 'Indicates whether this income statement is active' })
89
- active?: boolean // 이 손익계산서가 활성 상태인지 여부
90
-
91
- @OneToMany(type => IncomeStatementLineItem, lineItem => lineItem.statement)
92
- @Field(type => [IncomeStatementLineItem], { nullable: true })
93
- lineItems?: IncomeStatementLineItem[] // 계정별 브레이크다운
94
-
95
- @CreateDateColumn()
96
- @Field({ nullable: true, description: 'The date and time when the income statement was created' })
97
- createdAt?: Date // 손익계산서가 생성된 날짜 및 시간
98
-
99
- @UpdateDateColumn()
100
- @Field({ nullable: true, description: 'The date and time when the income statement was last updated' })
101
- updatedAt?: Date // 손익계산서가 마지막으로 업데이트된 날짜 및 시간
102
-
103
- @DeleteDateColumn()
104
- @Field({ nullable: true, description: 'The date and time when the income statement was deleted' })
105
- deletedAt?: Date // 손익계산서가 삭제된 날짜 및 시간
106
-
107
- @ManyToOne(type => User, { nullable: true })
108
- @Field(type => User, { nullable: true, description: 'The user who created the income statement' })
109
- creator?: User // 손익계산서를 생성한 사용자
110
-
111
- @RelationId((incomeStatement: IncomeStatement) => incomeStatement.creator)
112
- creatorId?: string // 손익계산서를 생성한 사용자의 ID
113
-
114
- @ManyToOne(type => User, { nullable: true })
115
- @Field(type => User, { nullable: true, description: 'The user who last updated the income statement' })
116
- updater?: User // 손익계산서를 마지막으로 업데이트한 사용자
117
-
118
- @RelationId((incomeStatement: IncomeStatement) => incomeStatement.updater)
119
- updaterId?: string // 손익계산서를 업데이트한 사용자의 ID
120
- }
@@ -1,10 +0,0 @@
1
- import { IncomeStatement } from './income-statement'
2
- import { IncomeStatementLineItem } from './income-statement-line-item'
3
- import { IncomeStatementHistory } from './income-statement-history'
4
- import { IncomeStatementQuery } from './income-statement-query'
5
- import { IncomeStatementMutation } from './income-statement-mutation'
6
- import { IncomeStatementHistoryEntitySubscriber } from './event-subscriber'
7
-
8
- export const entities = [IncomeStatement, IncomeStatementLineItem, IncomeStatementHistory]
9
- export const resolvers = [IncomeStatementQuery, IncomeStatementMutation]
10
- export const subscribers = [IncomeStatementHistoryEntitySubscriber]