@hitsoft/abp.kadooglu 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/README.md +24 -0
  2. package/config/enums/index.d.ts +1 -0
  3. package/config/enums/route-names.d.ts +12 -0
  4. package/config/index.d.ts +5 -0
  5. package/config/kadooglu-config.module.d.ts +8 -0
  6. package/config/providers/hit-providers/hit-carrier-person-route.provider.d.ts +9 -0
  7. package/config/providers/hit-providers/hit-entry-weighing-route.provider.d.ts +9 -0
  8. package/config/providers/hit-providers/hit-factory-entry-route.provider.d.ts +9 -0
  9. package/config/providers/hit-providers/hit-gate-route.provider.d.ts +9 -0
  10. package/config/providers/hit-providers/hit-knt-item-esl-route.provider.d.ts +9 -0
  11. package/config/providers/hit-providers/hit-plate-route.provider.d.ts +9 -0
  12. package/config/providers/hit-providers/hit-route.provider.d.ts +8 -0
  13. package/config/providers/hit-providers/hit-scale-route.provider.d.ts +9 -0
  14. package/config/providers/hit-providers/hit-tanimlamalar-route.provider.d.ts +9 -0
  15. package/config/providers/hit-providers/hit-vehicle-type-route.provider.d.ts +9 -0
  16. package/config/providers/index.d.ts +1 -0
  17. package/config/providers/route.provider.d.ts +8 -0
  18. package/config/public-api.d.ts +3 -0
  19. package/esm2020/config/enums/index.mjs +2 -0
  20. package/esm2020/config/enums/route-names.mjs +2 -0
  21. package/esm2020/config/hitsoft-abp.kadooglu-config.mjs +5 -0
  22. package/esm2020/config/kadooglu-config.module.mjs +40 -0
  23. package/esm2020/config/providers/hit-providers/hit-carrier-person-route.provider.mjs +20 -0
  24. package/esm2020/config/providers/hit-providers/hit-entry-weighing-route.provider.mjs +20 -0
  25. package/esm2020/config/providers/hit-providers/hit-factory-entry-route.provider.mjs +20 -0
  26. package/esm2020/config/providers/hit-providers/hit-gate-route.provider.mjs +20 -0
  27. package/esm2020/config/providers/hit-providers/hit-knt-item-esl-route.provider.mjs +20 -0
  28. package/esm2020/config/providers/hit-providers/hit-plate-route.provider.mjs +20 -0
  29. package/esm2020/config/providers/hit-providers/hit-route.provider.mjs +24 -0
  30. package/esm2020/config/providers/hit-providers/hit-scale-route.provider.mjs +20 -0
  31. package/esm2020/config/providers/hit-providers/hit-tanimlamalar-route.provider.mjs +20 -0
  32. package/esm2020/config/providers/hit-providers/hit-vehicle-type-route.provider.mjs +20 -0
  33. package/esm2020/config/providers/index.mjs +2 -0
  34. package/esm2020/config/providers/route.provider.mjs +24 -0
  35. package/esm2020/config/public-api.mjs +4 -0
  36. package/esm2020/hitsoft-abp.kadooglu.mjs +5 -0
  37. package/esm2020/lib/components/kadooglu.component.mjs +18 -0
  38. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person-form/hit-carrier-person-form.component.mjs +160 -0
  39. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person-list/hit-carrier-person-list.component.mjs +101 -0
  40. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person-routing.module.mjs +21 -0
  41. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person.module.mjs +68 -0
  42. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-form/hit-entry-weighing-form.component.mjs +544 -0
  43. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-list/hit-entry-weighing-list.component.mjs +202 -0
  44. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-routing.module.mjs +24 -0
  45. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing.module.mjs +77 -0
  46. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry-form/hit-factory-entry-form.component.mjs +380 -0
  47. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry-list/hit-factory-entry-list.component.mjs +115 -0
  48. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry-routing.module.mjs +21 -0
  49. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry.module.mjs +83 -0
  50. package/esm2020/lib/hit-components/hit-gate/hit-gate-form/hit-gate-form.component.mjs +148 -0
  51. package/esm2020/lib/hit-components/hit-gate/hit-gate-list/hit-gate-list.component.mjs +93 -0
  52. package/esm2020/lib/hit-components/hit-gate/hit-gate-routing.module.mjs +21 -0
  53. package/esm2020/lib/hit-components/hit-gate/hit-gate.module.mjs +71 -0
  54. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-form/hit-knt-item-esl-form.component.mjs +140 -0
  55. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-list/hit-knt-item-esl-list.component.mjs +78 -0
  56. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-routing.module.mjs +21 -0
  57. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl.module.mjs +68 -0
  58. package/esm2020/lib/hit-components/hit-plate/hit-plate-form/hit-plate-form.component.mjs +102 -0
  59. package/esm2020/lib/hit-components/hit-plate/hit-plate-list/hit-plate-list.component.mjs +101 -0
  60. package/esm2020/lib/hit-components/hit-plate/hit-plate-routing.module.mjs +21 -0
  61. package/esm2020/lib/hit-components/hit-plate/hit-plate.module.mjs +68 -0
  62. package/esm2020/lib/hit-components/hit-scale/hit-scale-form/hit-scale-form.component.mjs +127 -0
  63. package/esm2020/lib/hit-components/hit-scale/hit-scale-list/hit-scale-list.component.mjs +106 -0
  64. package/esm2020/lib/hit-components/hit-scale/hit-scale-routing.module.mjs +21 -0
  65. package/esm2020/lib/hit-components/hit-scale/hit-scale.module.mjs +71 -0
  66. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type-form/hit-vehicle-type-form.component.mjs +143 -0
  67. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type-list/hit-vehicle-type-list.component.mjs +96 -0
  68. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type-routing.module.mjs +21 -0
  69. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type.module.mjs +68 -0
  70. package/esm2020/lib/hit-proxy/hit-business-partner/hit-business-partner.service.mjs +22 -0
  71. package/esm2020/lib/hit-proxy/hit-business-partner/models.mjs +2 -0
  72. package/esm2020/lib/hit-proxy/hit-carrier-person/hit-carrier-person.service.mjs +33 -0
  73. package/esm2020/lib/hit-proxy/hit-carrier-person/models.mjs +2 -0
  74. package/esm2020/lib/hit-proxy/hit-entry-weighing/hit-entry-weighing.service.mjs +95 -0
  75. package/esm2020/lib/hit-proxy/hit-entry-weighing/models.mjs +2 -0
  76. package/esm2020/lib/hit-proxy/hit-factory-entry/hit-factory-entry.service.mjs +34 -0
  77. package/esm2020/lib/hit-proxy/hit-factory-entry/models.mjs +2 -0
  78. package/esm2020/lib/hit-proxy/hit-gate/hit-gate.service.mjs +33 -0
  79. package/esm2020/lib/hit-proxy/hit-gate/models.mjs +2 -0
  80. package/esm2020/lib/hit-proxy/hit-item/hit-item.service.mjs +22 -0
  81. package/esm2020/lib/hit-proxy/hit-item/models.mjs +2 -0
  82. package/esm2020/lib/hit-proxy/hit-knt-item-esl/hit-knt-item-esl.service.mjs +33 -0
  83. package/esm2020/lib/hit-proxy/hit-knt-item-esl/models.mjs +2 -0
  84. package/esm2020/lib/hit-proxy/hit-plate/hit-plate.service.mjs +33 -0
  85. package/esm2020/lib/hit-proxy/hit-plate/models.mjs +2 -0
  86. package/esm2020/lib/hit-proxy/hit-purchase-delivery-note/hit-purchase-delivery-note.service.mjs +22 -0
  87. package/esm2020/lib/hit-proxy/hit-purchase-delivery-note/models.mjs +2 -0
  88. package/esm2020/lib/hit-proxy/hit-scale/hit-scale.service.mjs +33 -0
  89. package/esm2020/lib/hit-proxy/hit-scale/models.mjs +2 -0
  90. package/esm2020/lib/hit-proxy/hit-stock-transfer/hit-stock-transfer.service.mjs +22 -0
  91. package/esm2020/lib/hit-proxy/hit-stock-transfer/models.mjs +2 -0
  92. package/esm2020/lib/hit-proxy/hit-user-gate/hit-user-gate.service.mjs +31 -0
  93. package/esm2020/lib/hit-proxy/hit-user-gate/models.mjs +2 -0
  94. package/esm2020/lib/hit-proxy/hit-vehicle-type/hit-vehicle-type.service.mjs +33 -0
  95. package/esm2020/lib/hit-proxy/hit-vehicle-type/models.mjs +2 -0
  96. package/esm2020/lib/hit-proxy/hit-warehouse/hit-warehouse.service.mjs +21 -0
  97. package/esm2020/lib/hit-proxy/hit-warehouse/models.mjs +2 -0
  98. package/esm2020/lib/hit-proxy/models.mjs +2 -0
  99. package/esm2020/lib/kadooglu-routing.module.mjs +41 -0
  100. package/esm2020/lib/kadooglu.module.mjs +49 -0
  101. package/esm2020/lib/services/kadooglu.service.mjs +21 -0
  102. package/esm2020/lib/shared/hit-modal/hit-modal.component.mjs +110 -0
  103. package/esm2020/lib/shared/hit-modal/hit-ui.module.mjs +35 -0
  104. package/esm2020/public-api.mjs +9 -0
  105. package/fesm2015/hitsoft-abp.kadooglu-config.mjs +243 -0
  106. package/fesm2015/hitsoft-abp.kadooglu-config.mjs.map +1 -0
  107. package/fesm2015/hitsoft-abp.kadooglu.mjs +3774 -0
  108. package/fesm2015/hitsoft-abp.kadooglu.mjs.map +1 -0
  109. package/fesm2020/hitsoft-abp.kadooglu-config.mjs +243 -0
  110. package/fesm2020/hitsoft-abp.kadooglu-config.mjs.map +1 -0
  111. package/fesm2020/hitsoft-abp.kadooglu.mjs +3728 -0
  112. package/fesm2020/hitsoft-abp.kadooglu.mjs.map +1 -0
  113. package/index.d.ts +5 -0
  114. package/lib/components/kadooglu.component.d.ts +10 -0
  115. package/lib/hit-components/hit-carrier-person/hit-carrier-person-form/hit-carrier-person-form.component.d.ts +49 -0
  116. package/lib/hit-components/hit-carrier-person/hit-carrier-person-list/hit-carrier-person-list.component.d.ts +30 -0
  117. package/lib/hit-components/hit-carrier-person/hit-carrier-person-routing.module.d.ts +7 -0
  118. package/lib/hit-components/hit-carrier-person/hit-carrier-person.module.d.ts +19 -0
  119. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing-form/hit-entry-weighing-form.component.d.ts +200 -0
  120. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing-list/hit-entry-weighing-list.component.d.ts +46 -0
  121. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing-routing.module.d.ts +7 -0
  122. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing.module.d.ts +19 -0
  123. package/lib/hit-components/hit-factory-entry/hit-factory-entry-form/hit-factory-entry-form.component.d.ts +119 -0
  124. package/lib/hit-components/hit-factory-entry/hit-factory-entry-list/hit-factory-entry-list.component.d.ts +32 -0
  125. package/lib/hit-components/hit-factory-entry/hit-factory-entry-routing.module.d.ts +7 -0
  126. package/lib/hit-components/hit-factory-entry/hit-factory-entry.module.d.ts +19 -0
  127. package/lib/hit-components/hit-gate/hit-gate-form/hit-gate-form.component.d.ts +42 -0
  128. package/lib/hit-components/hit-gate/hit-gate-list/hit-gate-list.component.d.ts +29 -0
  129. package/lib/hit-components/hit-gate/hit-gate-routing.module.d.ts +7 -0
  130. package/lib/hit-components/hit-gate/hit-gate.module.d.ts +19 -0
  131. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-form/hit-knt-item-esl-form.component.d.ts +46 -0
  132. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-list/hit-knt-item-esl-list.component.d.ts +27 -0
  133. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-routing.module.d.ts +7 -0
  134. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl.module.d.ts +19 -0
  135. package/lib/hit-components/hit-plate/hit-plate-form/hit-plate-form.component.d.ts +29 -0
  136. package/lib/hit-components/hit-plate/hit-plate-list/hit-plate-list.component.d.ts +30 -0
  137. package/lib/hit-components/hit-plate/hit-plate-routing.module.d.ts +7 -0
  138. package/lib/hit-components/hit-plate/hit-plate.module.d.ts +19 -0
  139. package/lib/hit-components/hit-scale/hit-scale-form/hit-scale-form.component.d.ts +44 -0
  140. package/lib/hit-components/hit-scale/hit-scale-list/hit-scale-list.component.d.ts +41 -0
  141. package/lib/hit-components/hit-scale/hit-scale-routing.module.d.ts +7 -0
  142. package/lib/hit-components/hit-scale/hit-scale.module.d.ts +19 -0
  143. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type-form/hit-vehicle-type-form.component.d.ts +46 -0
  144. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type-list/hit-vehicle-type-list.component.d.ts +29 -0
  145. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type-routing.module.d.ts +7 -0
  146. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type.module.d.ts +19 -0
  147. package/lib/hit-proxy/hit-business-partner/hit-business-partner.service.d.ts +13 -0
  148. package/lib/hit-proxy/hit-business-partner/models.d.ts +5 -0
  149. package/lib/hit-proxy/hit-carrier-person/hit-carrier-person.service.d.ts +17 -0
  150. package/lib/hit-proxy/hit-carrier-person/models.d.ts +22 -0
  151. package/lib/hit-proxy/hit-entry-weighing/hit-entry-weighing.service.d.ts +49 -0
  152. package/lib/hit-proxy/hit-entry-weighing/models.d.ts +107 -0
  153. package/lib/hit-proxy/hit-factory-entry/hit-factory-entry.service.d.ts +17 -0
  154. package/lib/hit-proxy/hit-factory-entry/models.d.ts +40 -0
  155. package/lib/hit-proxy/hit-gate/hit-gate.service.d.ts +17 -0
  156. package/lib/hit-proxy/hit-gate/models.d.ts +10 -0
  157. package/lib/hit-proxy/hit-item/hit-item.service.d.ts +13 -0
  158. package/lib/hit-proxy/hit-item/models.d.ts +4 -0
  159. package/lib/hit-proxy/hit-knt-item-esl/hit-knt-item-esl.service.d.ts +21 -0
  160. package/lib/hit-proxy/hit-knt-item-esl/models.d.ts +16 -0
  161. package/lib/hit-proxy/hit-plate/hit-plate.service.d.ts +17 -0
  162. package/lib/hit-proxy/hit-plate/models.d.ts +14 -0
  163. package/lib/hit-proxy/hit-purchase-delivery-note/hit-purchase-delivery-note.service.d.ts +13 -0
  164. package/lib/hit-proxy/hit-purchase-delivery-note/models.d.ts +9 -0
  165. package/lib/hit-proxy/hit-scale/hit-scale.service.d.ts +17 -0
  166. package/lib/hit-proxy/hit-scale/models.d.ts +20 -0
  167. package/lib/hit-proxy/hit-stock-transfer/hit-stock-transfer.service.d.ts +13 -0
  168. package/lib/hit-proxy/hit-stock-transfer/models.d.ts +15 -0
  169. package/lib/hit-proxy/hit-user-gate/hit-user-gate.service.d.ts +18 -0
  170. package/lib/hit-proxy/hit-user-gate/models.d.ts +7 -0
  171. package/lib/hit-proxy/hit-vehicle-type/hit-vehicle-type.service.d.ts +17 -0
  172. package/lib/hit-proxy/hit-vehicle-type/models.d.ts +18 -0
  173. package/lib/hit-proxy/hit-warehouse/hit-warehouse.service.d.ts +13 -0
  174. package/lib/hit-proxy/hit-warehouse/models.d.ts +4 -0
  175. package/lib/hit-proxy/models.d.ts +8 -0
  176. package/lib/kadooglu-routing.module.d.ts +7 -0
  177. package/lib/kadooglu.module.d.ts +17 -0
  178. package/lib/services/kadooglu.service.d.ts +10 -0
  179. package/lib/shared/hit-modal/hit-modal.component.d.ts +30 -0
  180. package/lib/shared/hit-modal/hit-ui.module.d.ts +11 -0
  181. package/package.json +41 -0
  182. package/public-api.d.ts +4 -0
@@ -0,0 +1,107 @@
1
+ export interface EntryWeighingDocument {
2
+ code: string;
3
+ name: string;
4
+ }
5
+ export interface EntryWeighingScale {
6
+ code: string;
7
+ name: string;
8
+ }
9
+ export interface EntryWeighingTruckPlate {
10
+ code: string;
11
+ plateNo: string;
12
+ }
13
+ export interface EntryWeighingTrailerPlate {
14
+ code: string;
15
+ plateNo: string;
16
+ }
17
+ export interface EntryWeighingDriver {
18
+ code: string;
19
+ name: string;
20
+ }
21
+ export interface EntryWeighingAccount {
22
+ code: string;
23
+ title: string;
24
+ }
25
+ export interface EntryWeighingStockItem {
26
+ code: string;
27
+ name: string;
28
+ }
29
+ export interface EntryWeighingWaybill {
30
+ code: string;
31
+ name: string;
32
+ truckPlateCode: string;
33
+ truckPlateNo: string;
34
+ trailerPlateCode: string;
35
+ trailerPlateNo: string;
36
+ driverCode: string;
37
+ driverName: string;
38
+ accountCode: string;
39
+ accountTitle: string;
40
+ stockCode: string;
41
+ stockName: string;
42
+ departureLocation: string;
43
+ containerNo: string;
44
+ description: string;
45
+ }
46
+ export interface EntryWeighingGate {
47
+ code: string;
48
+ name: string;
49
+ }
50
+ export interface EntryWeighingVehicleType {
51
+ code: string;
52
+ name: string;
53
+ u_TrtmYpilck?: string;
54
+ u_MalGC?: string;
55
+ }
56
+ export interface EntryWeighing {
57
+ docNum: number;
58
+ docEntry: number;
59
+ u_GateCode: string;
60
+ u_EntryDate: string | null;
61
+ u_EntryTime: string;
62
+ u_ExitDate: string | null;
63
+ u_ExitTime: string;
64
+ u_Plate: string;
65
+ u_DorsePlate: string;
66
+ u_EntryType: string;
67
+ u_Description: string;
68
+ u_Driver: string;
69
+ u_DriverCode: string;
70
+ u_TcNo: string;
71
+ u_CardCode: string;
72
+ u_ScaleCode: string;
73
+ u_FirstWeighing: number | null;
74
+ u_LastWeighing: number | null;
75
+ u_Net: number | null;
76
+ u_ItemCode: string;
77
+ u_DespatchAdviceNo: string;
78
+ u_FirstOpt: string;
79
+ u_LastOpt: string;
80
+ u_DespatchExist: string;
81
+ u_ShipTo: string;
82
+ u_ContainerNo: string;
83
+ u_ShipPlace: string;
84
+ u_Status: string | null;
85
+ }
86
+ export interface SaveEntryWeighingDto {
87
+ u_GateCode?: string;
88
+ u_EntryDate?: string | null;
89
+ u_EntryTime?: string;
90
+ u_ExitDate?: string | null;
91
+ u_ExitTime?: string;
92
+ u_Plate: string;
93
+ u_DorsePlate?: string;
94
+ u_EntryType?: string;
95
+ u_Description?: string;
96
+ u_Driver?: string;
97
+ u_DriverCode?: string;
98
+ u_TcNo?: string;
99
+ u_CardCode?: string;
100
+ u_ScaleCode?: string;
101
+ u_ItemCode?: string;
102
+ u_DespatchAdviceNo?: string;
103
+ u_DespatchExist?: string;
104
+ u_ShipTo?: string;
105
+ u_ContainerNo?: string;
106
+ u_ShipPlace?: string;
107
+ }
@@ -0,0 +1,17 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { FactoryEntry, SaveFactoryEntryDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitFactoryEntryService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<FactoryEntry[]>;
11
+ get(id: string): Observable<FactoryEntry>;
12
+ create(body: SaveFactoryEntryDto): Observable<FactoryEntry>;
13
+ update(id: string, body: SaveFactoryEntryDto): Observable<FactoryEntry>;
14
+ delete(id: string): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitFactoryEntryService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitFactoryEntryService>;
17
+ }
@@ -0,0 +1,40 @@
1
+ export interface FactoryEntryType {
2
+ code: string;
3
+ name: string;
4
+ }
5
+ export interface FactoryEntry {
6
+ docEntry: number;
7
+ docNum?: number;
8
+ u_EntryDate?: string;
9
+ u_EntryTime?: number;
10
+ u_ExitDate?: string;
11
+ u_ExitTime?: number;
12
+ u_Plate?: string;
13
+ u_DorsePlate?: string;
14
+ u_EntryType?: string;
15
+ u_Description?: string;
16
+ u_Driver?: string;
17
+ u_TcNo?: string;
18
+ u_CardCode?: string;
19
+ u_Status?: string;
20
+ u_AbpUsername?: string;
21
+ u_GateCode?: string;
22
+ }
23
+ export interface SaveFactoryEntryDto {
24
+ u_GateCode?: string;
25
+ u_EntryType: string;
26
+ u_Plate: string;
27
+ u_DorsePlate?: string;
28
+ u_TcNo: string;
29
+ u_Driver?: string;
30
+ u_CardCode: string;
31
+ u_Description: string;
32
+ u_EntryDate?: string;
33
+ u_EntryTime?: number;
34
+ u_ExitDate?: string;
35
+ u_ExitTime?: number;
36
+ u_Status?: string;
37
+ u_DriverFirstname?: string;
38
+ u_DriverLastname?: string;
39
+ u_DriverTel?: string;
40
+ }
@@ -0,0 +1,17 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { Gate, SaveGateDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitGateService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<Gate[]>;
11
+ get(code: string): Observable<Gate>;
12
+ create(body: SaveGateDto): Observable<Gate>;
13
+ update(code: string, body: Partial<SaveGateDto>): Observable<Gate>;
14
+ delete(code: string): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitGateService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitGateService>;
17
+ }
@@ -0,0 +1,10 @@
1
+ export interface Gate {
2
+ code: string;
3
+ name: string;
4
+ u_Active?: string;
5
+ }
6
+ export interface SaveGateDto {
7
+ code: string;
8
+ name: string;
9
+ u_Active?: string;
10
+ }
@@ -0,0 +1,13 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { Item } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitItemService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<Item[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitItemService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitItemService>;
13
+ }
@@ -0,0 +1,4 @@
1
+ export interface Item {
2
+ itemCode: string;
3
+ itemName: string;
4
+ }
@@ -0,0 +1,21 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { KntItemEsl, SaveKntItemEslDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitKntItemEslService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: {
11
+ code?: string;
12
+ cikisKalemKodu?: string;
13
+ girisKalemKodu?: string;
14
+ }): Observable<KntItemEsl[]>;
15
+ get(code: string): Observable<KntItemEsl>;
16
+ create(body: SaveKntItemEslDto): Observable<KntItemEsl>;
17
+ update(code: string, body: Partial<SaveKntItemEslDto>): Observable<KntItemEsl>;
18
+ delete(code: string): Observable<any>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitKntItemEslService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitKntItemEslService>;
21
+ }
@@ -0,0 +1,16 @@
1
+ export interface KntItemEsl {
2
+ code: string;
3
+ u_CikisKalemKodu: string;
4
+ u_CikisKalemTanimi: string;
5
+ u_GirisKalemKodu: string;
6
+ u_GirisKalemTanimi: string;
7
+ u_Active?: string;
8
+ }
9
+ export interface SaveKntItemEslDto {
10
+ code: string;
11
+ u_CikisKalemKodu: string;
12
+ u_CikisKalemTanimi: string;
13
+ u_GirisKalemKodu: string;
14
+ u_GirisKalemTanimi: string;
15
+ u_Active?: string;
16
+ }
@@ -0,0 +1,17 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { Plate, SavePlateDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitPlateService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<Plate[]>;
11
+ get(code: string): Observable<Plate>;
12
+ create(body: SavePlateDto): Observable<Plate>;
13
+ update(code: string, body: Partial<SavePlateDto>): Observable<Plate>;
14
+ delete(code: string): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitPlateService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitPlateService>;
17
+ }
@@ -0,0 +1,14 @@
1
+ export interface Plate {
2
+ code: string;
3
+ name: string;
4
+ u_Model: string;
5
+ u_IsTrailer: string;
6
+ u_Active?: string;
7
+ }
8
+ export interface SavePlateDto {
9
+ code: string;
10
+ name: string;
11
+ u_Model: string;
12
+ u_IsTrailer: string;
13
+ u_Active?: string;
14
+ }
@@ -0,0 +1,13 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { PurchaseDeliveryNote } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitPurchaseDeliveryNoteService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<PurchaseDeliveryNote[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitPurchaseDeliveryNoteService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitPurchaseDeliveryNoteService>;
13
+ }
@@ -0,0 +1,9 @@
1
+ export interface PurchaseDeliveryNote {
2
+ docEntry: number;
3
+ docNum: number;
4
+ cardCode: string;
5
+ cardName: string;
6
+ docDate: string;
7
+ docTotal: number;
8
+ comments: string;
9
+ }
@@ -0,0 +1,17 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { Scale, SaveScaleDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitScaleService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<Scale[]>;
11
+ get(code: string): Observable<Scale>;
12
+ create(body: SaveScaleDto): Observable<Scale>;
13
+ update(code: string, body: Partial<SaveScaleDto>): Observable<Scale>;
14
+ delete(code: string): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitScaleService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitScaleService>;
17
+ }
@@ -0,0 +1,20 @@
1
+ export interface Scale {
2
+ code: string;
3
+ name: string;
4
+ u_Port: string;
5
+ u_BaudRate: string;
6
+ u_DataBits: string;
7
+ u_StopBits: string;
8
+ u_Parity: string;
9
+ u_Active?: string;
10
+ }
11
+ export interface SaveScaleDto {
12
+ code: string;
13
+ name: string;
14
+ u_Port: string;
15
+ u_BaudRate: string;
16
+ u_DataBits: string;
17
+ u_StopBits: string;
18
+ u_Parity: string;
19
+ u_Active?: string;
20
+ }
@@ -0,0 +1,13 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { StockTransfer } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitStockTransferService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<StockTransfer[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitStockTransferService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitStockTransferService>;
13
+ }
@@ -0,0 +1,15 @@
1
+ export interface StockTransferLine {
2
+ itemCode: string;
3
+ itemDescription: string;
4
+ }
5
+ export interface StockTransfer {
6
+ docEntry: number;
7
+ docNum: number;
8
+ cardCode: string;
9
+ cardName: string;
10
+ docDate: string;
11
+ fromWarehouse: string;
12
+ toWarehouse: string;
13
+ comments: string;
14
+ stockTransferLines?: StockTransferLine[];
15
+ }
@@ -0,0 +1,18 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { UserGateItem } from './models';
4
+ import { Gate } from '../hit-gate/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitUserGateService {
7
+ private restService;
8
+ apiName: string;
9
+ baseUrl: string;
10
+ gateBaseUrl: string;
11
+ constructor(restService: RestService);
12
+ getByGateCode(gateCode: string): Observable<UserGateItem[]>;
13
+ getMyGates(): Observable<Gate[]>;
14
+ getMyDefaultGateCode(): Observable<string | null>;
15
+ saveGateUsers(gateCode: string, users: UserGateItem[]): Observable<boolean>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitUserGateService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitUserGateService>;
18
+ }
@@ -0,0 +1,7 @@
1
+ export interface UserGateItem {
2
+ u_GateCode: string;
3
+ u_UserId: string;
4
+ u_TenantId: string;
5
+ u_IsDefault: string;
6
+ userName?: string;
7
+ }
@@ -0,0 +1,17 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { VehicleType, SaveVehicleTypeDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitVehicleTypeService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<VehicleType[]>;
11
+ get(code: string): Observable<VehicleType>;
12
+ create(body: SaveVehicleTypeDto): Observable<VehicleType>;
13
+ update(code: string, body: SaveVehicleTypeDto): Observable<VehicleType>;
14
+ delete(code: string): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitVehicleTypeService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitVehicleTypeService>;
17
+ }
@@ -0,0 +1,18 @@
1
+ export interface VehicleType {
2
+ code: string;
3
+ name: string;
4
+ u_TrtmYpilck?: string;
5
+ u_SourceWH?: string;
6
+ u_TargetWH?: string;
7
+ u_MalGC?: string;
8
+ u_Active?: string;
9
+ }
10
+ export interface SaveVehicleTypeDto {
11
+ code: string;
12
+ name: string;
13
+ u_TrtmYpilck?: string;
14
+ u_SourceWH?: string;
15
+ u_TargetWH?: string;
16
+ u_MalGC?: string;
17
+ u_Active?: string;
18
+ }
@@ -0,0 +1,13 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { Warehouse } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitWarehouseService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(): Observable<Warehouse[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitWarehouseService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitWarehouseService>;
13
+ }
@@ -0,0 +1,4 @@
1
+ export interface Warehouse {
2
+ warehouseCode: string;
3
+ warehouseName: string;
4
+ }
@@ -0,0 +1,8 @@
1
+ /** Backend HitFrame.Shared.Helpers.Dtos.Response<T> karşılığı */
2
+ export interface ApiResponse<T> {
3
+ items: T;
4
+ totalCount?: number;
5
+ statusCode?: number;
6
+ isSuccess?: boolean;
7
+ errors?: string[];
8
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class KadoogluRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<KadoogluRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KadoogluRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<KadoogluRoutingModule>;
7
+ }
@@ -0,0 +1,17 @@
1
+ import { NgModuleFactory, ModuleWithProviders } from '@angular/core';
2
+ import { LocalizationService } from '@abp/ng.core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "./components/kadooglu.component";
5
+ import * as i2 from "@angular/common";
6
+ import * as i3 from "@abp/ng.core";
7
+ import * as i4 from "@abp/ng.theme.shared";
8
+ import * as i5 from "./kadooglu-routing.module";
9
+ export declare class KadoogluModule {
10
+ private readonly localizationService;
11
+ static forChild(): ModuleWithProviders<KadoogluModule>;
12
+ static forLazy(): NgModuleFactory<KadoogluModule>;
13
+ constructor(localizationService: LocalizationService);
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<KadoogluModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KadoogluModule, [typeof i1.KadoogluComponent], [typeof i2.CommonModule, typeof i3.CoreModule, typeof i4.ThemeSharedModule, typeof i5.KadoogluRoutingModule], [typeof i1.KadoogluComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<KadoogluModule>;
17
+ }
@@ -0,0 +1,10 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class KadoogluService {
4
+ private restService;
5
+ apiName: string;
6
+ constructor(restService: RestService);
7
+ sample(): import("rxjs").Observable<any>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<KadoogluService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<KadoogluService>;
10
+ }
@@ -0,0 +1,30 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { DxDataGridComponent } from 'devextreme-angular';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitModalComponent {
6
+ dxdataInstance: DxDataGridComponent;
7
+ displayName: string;
8
+ keyExpr: string;
9
+ modalSize: string;
10
+ /** Data array that will be shown in the lookup modal grid (eager / pre-loaded). */
11
+ getFn: any[];
12
+ /** Function returning Observable — called lazily when the modal opens. */
13
+ loadFn: (() => Observable<any[]>) | null;
14
+ columns: any[];
15
+ isVisible: boolean;
16
+ disabled: boolean;
17
+ /** Pre-populate display text (e.g. in edit mode). Setter ensures reactive updates. */
18
+ set editingData(val: any);
19
+ selected: EventEmitter<any>;
20
+ data: any[];
21
+ openModal: boolean;
22
+ isLoading: boolean;
23
+ textDisplay: string;
24
+ clickForOpenModal(): void;
25
+ setTitle(): void;
26
+ setTitleOnDoubleClick(e: any): void;
27
+ clearValue(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitModalComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitModalComponent, "hit-lookup-select", never, { "displayName": "displayName"; "keyExpr": "keyExpr"; "modalSize": "modalSize"; "getFn": "getFn"; "loadFn": "loadFn"; "columns": "columns"; "isVisible": "isVisible"; "disabled": "disabled"; "editingData": "editingData"; }, { "selected": "selected"; }, never, never, false>;
30
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-modal.component";
3
+ import * as i2 from "@abp/ng.core";
4
+ import * as i3 from "@abp/ng.theme.shared";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "devextreme-angular";
7
+ export declare class HitUIModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitUIModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitUIModule, [typeof i1.HitModalComponent], [typeof i2.CoreModule, typeof i3.ThemeSharedModule, typeof i4.FormsModule, typeof i5.DxDataGridModule, typeof i5.DxTextBoxModule], [typeof i1.HitModalComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitUIModule>;
11
+ }
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@hitsoft/abp.kadooglu",
3
+ "version": "1.0.0",
4
+ "peerDependencies": {
5
+ "@angular/common": ">=9",
6
+ "@angular/core": ">=9",
7
+ "@abp/ng.core": ">=6.0.2",
8
+ "@abp/ng.theme.shared": ">=6.0.2"
9
+ },
10
+ "dependencies": {
11
+ "tslib": "^2.1.0"
12
+ },
13
+ "module": "fesm2015/hitsoft-abp.kadooglu.mjs",
14
+ "es2020": "fesm2020/hitsoft-abp.kadooglu.mjs",
15
+ "esm2020": "esm2020/hitsoft-abp.kadooglu.mjs",
16
+ "fesm2020": "fesm2020/hitsoft-abp.kadooglu.mjs",
17
+ "fesm2015": "fesm2015/hitsoft-abp.kadooglu.mjs",
18
+ "typings": "index.d.ts",
19
+ "exports": {
20
+ "./package.json": {
21
+ "default": "./package.json"
22
+ },
23
+ ".": {
24
+ "types": "./index.d.ts",
25
+ "esm2020": "./esm2020/hitsoft-abp.kadooglu.mjs",
26
+ "es2020": "./fesm2020/hitsoft-abp.kadooglu.mjs",
27
+ "es2015": "./fesm2015/hitsoft-abp.kadooglu.mjs",
28
+ "node": "./fesm2015/hitsoft-abp.kadooglu.mjs",
29
+ "default": "./fesm2020/hitsoft-abp.kadooglu.mjs"
30
+ },
31
+ "./config": {
32
+ "types": "./config/index.d.ts",
33
+ "esm2020": "./esm2020/config/hitsoft-abp.kadooglu-config.mjs",
34
+ "es2020": "./fesm2020/hitsoft-abp.kadooglu-config.mjs",
35
+ "es2015": "./fesm2015/hitsoft-abp.kadooglu-config.mjs",
36
+ "node": "./fesm2015/hitsoft-abp.kadooglu-config.mjs",
37
+ "default": "./fesm2020/hitsoft-abp.kadooglu-config.mjs"
38
+ }
39
+ },
40
+ "sideEffects": false
41
+ }
@@ -0,0 +1,4 @@
1
+ export * from './lib/components/kadooglu.component';
2
+ export * from './lib/services/kadooglu.service';
3
+ export * from './lib/kadooglu.module';
4
+ export * from './lib/hit-proxy/hit-factory-entry/hit-factory-entry.service';