@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,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitGateRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitGateRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitGateRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitGateRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-gate-list/hit-gate-list.component";
3
+ import * as i2 from "./hit-gate-form/hit-gate-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-gate-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitGateModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitGateModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitGateModule, [typeof i1.HitGateListComponent, typeof i2.HitGateFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitGateRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxTextBoxModule, typeof i11.DxButtonModule, typeof i11.DxSelectBoxModule, typeof i11.DxCheckBoxModule, typeof i12.NgbDropdownModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitGateModule>;
18
+ }
19
+ export declare function loadHitGateModuleAsChild(): Promise<typeof HitGateModule>;
@@ -0,0 +1,46 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { LocalizationService } from '@abp/ng.core';
4
+ import { HitKntItemEslService } from '../../../hit-proxy/hit-knt-item-esl/hit-knt-item-esl.service';
5
+ import { KntItemEsl } from '../../../hit-proxy/hit-knt-item-esl/models';
6
+ import { HitItemService } from '../../../hit-proxy/hit-item/hit-item.service';
7
+ import { Item } from '../../../hit-proxy/hit-item/models';
8
+ import * as i0 from "@angular/core";
9
+ export declare class HitKntItemEslFormComponent implements OnInit, OnChanges {
10
+ private service;
11
+ private itemService;
12
+ private confirmation;
13
+ private localizationService;
14
+ visible: boolean;
15
+ visibleChange: EventEmitter<boolean>;
16
+ record: KntItemEsl | null;
17
+ saved: EventEmitter<void>;
18
+ cancelled: EventEmitter<void>;
19
+ code: string;
20
+ u_CikisKalemTanimi: string;
21
+ u_GirisKalemKodu: string;
22
+ u_GirisKalemTanimi: string;
23
+ isActive: boolean;
24
+ isLoading: boolean;
25
+ loadItems: () => import("rxjs").Observable<Item[]>;
26
+ itemColumns: ({
27
+ dataField: string;
28
+ caption: string;
29
+ width: number;
30
+ } | {
31
+ dataField: string;
32
+ caption: string;
33
+ width?: undefined;
34
+ })[];
35
+ constructor(service: HitKntItemEslService, itemService: HitItemService, confirmation: ConfirmationService, localizationService: LocalizationService);
36
+ ngOnInit(): void;
37
+ ngOnChanges(changes: SimpleChanges): void;
38
+ private initForm;
39
+ onExitItemSelected(item: Item): void;
40
+ onEntryItemSelected(item: Item): void;
41
+ save(): void;
42
+ onModalVisibleChange(val: boolean): void;
43
+ cancel(): void;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitKntItemEslFormComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitKntItemEslFormComponent, "lib-hit-knt-item-esl-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
46
+ }
@@ -0,0 +1,27 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { LocalizationService } from '@abp/ng.core';
4
+ import { HitKntItemEslService } from '../../../hit-proxy/hit-knt-item-esl/hit-knt-item-esl.service';
5
+ import { KntItemEsl } from '../../../hit-proxy/hit-knt-item-esl/models';
6
+ import * as i0 from "@angular/core";
7
+ export declare class HitKntItemEslListComponent implements OnInit {
8
+ private service;
9
+ private confirmation;
10
+ private localizationService;
11
+ allData: KntItemEsl[];
12
+ filteredData: KntItemEsl[];
13
+ showForm: boolean;
14
+ disabledIdColumn: boolean;
15
+ selectedRecord: KntItemEsl | null;
16
+ constructor(service: HitKntItemEslService, confirmation: ConfirmationService, localizationService: LocalizationService);
17
+ ngOnInit(): void;
18
+ onToolbarPreparing(e: any): void;
19
+ loadList(): void;
20
+ yeniKayit(): void;
21
+ duzenle(row: KntItemEsl): void;
22
+ sil(row: KntItemEsl): void;
23
+ onFormSaved(): void;
24
+ onFormCancelled(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitKntItemEslListComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitKntItemEslListComponent, "lib-hit-knt-item-esl-list", never, {}, {}, never, never, false>;
27
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitKntItemEslRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitKntItemEslRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitKntItemEslRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitKntItemEslRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-knt-item-esl-list/hit-knt-item-esl-list.component";
3
+ import * as i2 from "./hit-knt-item-esl-form/hit-knt-item-esl-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-knt-item-esl-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitKntItemEslModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitKntItemEslModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitKntItemEslModule, [typeof i1.HitKntItemEslListComponent, typeof i2.HitKntItemEslFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitKntItemEslRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxTextBoxModule, typeof i11.DxButtonModule, typeof i11.DxCheckBoxModule, typeof i12.NgbDropdownModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitKntItemEslModule>;
18
+ }
19
+ export declare function loadHitKntItemEslModuleAsChild(): Promise<typeof HitKntItemEslModule>;
@@ -0,0 +1,29 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitPlateService } from '../../../hit-proxy/hit-plate/hit-plate.service';
4
+ import { Plate } from '../../../hit-proxy/hit-plate/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitPlateFormComponent implements OnInit, OnChanges {
7
+ private service;
8
+ private confirmation;
9
+ visible: boolean;
10
+ visibleChange: EventEmitter<boolean>;
11
+ record: Plate | null;
12
+ saved: EventEmitter<void>;
13
+ cancelled: EventEmitter<void>;
14
+ code: string;
15
+ name: string;
16
+ u_Model: string;
17
+ u_IsTrailer: boolean;
18
+ isActive: boolean;
19
+ isLoading: boolean;
20
+ constructor(service: HitPlateService, confirmation: ConfirmationService);
21
+ ngOnInit(): void;
22
+ ngOnChanges(changes: SimpleChanges): void;
23
+ private initForm;
24
+ save(): void;
25
+ onModalVisibleChange(val: boolean): void;
26
+ cancel(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitPlateFormComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitPlateFormComponent, "lib-hit-plate-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
29
+ }
@@ -0,0 +1,30 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitPlateService } from '../../../hit-proxy/hit-plate/hit-plate.service';
4
+ import { Plate } from '../../../hit-proxy/hit-plate/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitPlateListComponent implements OnInit {
7
+ private service;
8
+ private confirmation;
9
+ allData: Plate[];
10
+ filteredData: Plate[];
11
+ filterCode: string;
12
+ filterName: string;
13
+ showForm: boolean;
14
+ disabledIdColumn: boolean;
15
+ selectedRecord: Plate | null;
16
+ constructor(service: HitPlateService, confirmation: ConfirmationService);
17
+ ngOnInit(): void;
18
+ onToolbarPreparing(e: any): void;
19
+ loadList(): void;
20
+ bul(): void;
21
+ temizle(): void;
22
+ yeniKayit(): void;
23
+ duzenle(row: Plate): void;
24
+ sil(row: Plate): void;
25
+ onFormSaved(): void;
26
+ onFormCancelled(): void;
27
+ formatPlate(plate: string | null): string;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitPlateListComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitPlateListComponent, "lib-hit-plate-list", never, {}, {}, never, never, false>;
30
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitPlateRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitPlateRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitPlateRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitPlateRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-plate-list/hit-plate-list.component";
3
+ import * as i2 from "./hit-plate-form/hit-plate-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-plate-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitPlateModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitPlateModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitPlateModule, [typeof i1.HitPlateListComponent, typeof i2.HitPlateFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitPlateRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxTextBoxModule, typeof i11.DxButtonModule, typeof i12.NgbDropdownModule, typeof i11.DxCheckBoxModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitPlateModule>;
18
+ }
19
+ export declare function loadHitPlateModuleAsChild(): Promise<typeof HitPlateModule>;
@@ -0,0 +1,44 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitScaleService } from '../../../hit-proxy/hit-scale/hit-scale.service';
4
+ import { Scale } from '../../../hit-proxy/hit-scale/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitScaleFormComponent implements OnInit, OnChanges {
7
+ private service;
8
+ private confirmation;
9
+ visible: boolean;
10
+ visibleChange: EventEmitter<boolean>;
11
+ record: Scale | null;
12
+ saved: EventEmitter<void>;
13
+ cancelled: EventEmitter<void>;
14
+ code: string;
15
+ name: string;
16
+ u_Port: string;
17
+ u_BaudRate: string;
18
+ u_DataBits: string;
19
+ u_StopBits: string;
20
+ u_Parity: string;
21
+ isActive: boolean;
22
+ isLoading: boolean;
23
+ dataBitsOptions: {
24
+ value: string;
25
+ display: string;
26
+ }[];
27
+ stopBitsOptions: {
28
+ value: string;
29
+ display: string;
30
+ }[];
31
+ parityOptions: {
32
+ value: string;
33
+ display: string;
34
+ }[];
35
+ constructor(service: HitScaleService, confirmation: ConfirmationService);
36
+ ngOnInit(): void;
37
+ ngOnChanges(changes: SimpleChanges): void;
38
+ private initForm;
39
+ save(): void;
40
+ onModalVisibleChange(val: boolean): void;
41
+ cancel(): void;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitScaleFormComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitScaleFormComponent, "lib-hit-scale-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
44
+ }
@@ -0,0 +1,41 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitScaleService } from '../../../hit-proxy/hit-scale/hit-scale.service';
4
+ import { Scale } from '../../../hit-proxy/hit-scale/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitScaleListComponent implements OnInit {
7
+ private service;
8
+ private confirmation;
9
+ allData: Scale[];
10
+ filteredData: Scale[];
11
+ dataBitsLookup: {
12
+ value: string;
13
+ display: string;
14
+ }[];
15
+ stopBitsLookup: {
16
+ value: string;
17
+ display: string;
18
+ }[];
19
+ parityLookup: {
20
+ value: string;
21
+ display: string;
22
+ }[];
23
+ filterCode: string;
24
+ filterName: string;
25
+ showForm: boolean;
26
+ disabledIdColumn: boolean;
27
+ selectedRecord: Scale | null;
28
+ constructor(service: HitScaleService, confirmation: ConfirmationService);
29
+ ngOnInit(): void;
30
+ onToolbarPreparing(e: any): void;
31
+ loadList(): void;
32
+ bul(): void;
33
+ temizle(): void;
34
+ yeniKayit(): void;
35
+ duzenle(row: Scale): void;
36
+ sil(row: Scale): void;
37
+ onFormSaved(): void;
38
+ onFormCancelled(): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitScaleListComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitScaleListComponent, "lib-hit-scale-list", never, {}, {}, never, never, false>;
41
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitScaleRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitScaleRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitScaleRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitScaleRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-scale-list/hit-scale-list.component";
3
+ import * as i2 from "./hit-scale-form/hit-scale-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-scale-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitScaleModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitScaleModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitScaleModule, [typeof i1.HitScaleListComponent, typeof i2.HitScaleFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitScaleRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxTextBoxModule, typeof i11.DxButtonModule, typeof i12.NgbDropdownModule, typeof i11.DxSelectBoxModule, typeof i11.DxCheckBoxModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitScaleModule>;
18
+ }
19
+ export declare function loadHitScaleModuleAsChild(): Promise<typeof HitScaleModule>;
@@ -0,0 +1,46 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitVehicleTypeService } from '../../../hit-proxy/hit-vehicle-type/hit-vehicle-type.service';
4
+ import { VehicleType } from '../../../hit-proxy/hit-vehicle-type/models';
5
+ import { HitWarehouseService } from '../../../hit-proxy/hit-warehouse/hit-warehouse.service';
6
+ import { Warehouse } from '../../../hit-proxy/hit-warehouse/models';
7
+ import * as i0 from "@angular/core";
8
+ export declare class HitVehicleTypeFormComponent implements OnInit, OnChanges {
9
+ private service;
10
+ private warehouseService;
11
+ private confirmation;
12
+ visible: boolean;
13
+ visibleChange: EventEmitter<boolean>;
14
+ record: VehicleType | null;
15
+ saved: EventEmitter<void>;
16
+ cancelled: EventEmitter<void>;
17
+ code: string;
18
+ name: string;
19
+ trtmYpilck: boolean;
20
+ malGC: boolean;
21
+ sourceWH: string;
22
+ targetWH: string;
23
+ isActive: boolean;
24
+ isLoading: boolean;
25
+ warehouseData: Warehouse[];
26
+ warehouseColumns: ({
27
+ dataField: string;
28
+ caption: string;
29
+ width: number;
30
+ } | {
31
+ dataField: string;
32
+ caption: string;
33
+ width?: undefined;
34
+ })[];
35
+ constructor(service: HitVehicleTypeService, warehouseService: HitWarehouseService, confirmation: ConfirmationService);
36
+ ngOnInit(): void;
37
+ ngOnChanges(changes: SimpleChanges): void;
38
+ private initForm;
39
+ onSourceWHSelected(wh: Warehouse): void;
40
+ onTargetWHSelected(wh: Warehouse): void;
41
+ save(): void;
42
+ onModalVisibleChange(val: boolean): void;
43
+ cancel(): void;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitVehicleTypeFormComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitVehicleTypeFormComponent, "lib-hit-vehicle-type-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
46
+ }
@@ -0,0 +1,29 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitVehicleTypeService } from '../../../hit-proxy/hit-vehicle-type/hit-vehicle-type.service';
4
+ import { VehicleType } from '../../../hit-proxy/hit-vehicle-type/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitVehicleTypeListComponent implements OnInit {
7
+ private service;
8
+ private confirmation;
9
+ allData: VehicleType[];
10
+ filteredData: VehicleType[];
11
+ filterCode: string;
12
+ filterName: string;
13
+ showForm: boolean;
14
+ disabledIdColumn: boolean;
15
+ selectedRecord: VehicleType | null;
16
+ constructor(service: HitVehicleTypeService, confirmation: ConfirmationService);
17
+ ngOnInit(): void;
18
+ onToolbarPreparing(e: any): void;
19
+ loadList(): void;
20
+ bul(): void;
21
+ temizle(): void;
22
+ yeniKayit(): void;
23
+ duzenle(row: VehicleType): void;
24
+ sil(row: VehicleType): void;
25
+ onFormSaved(): void;
26
+ onFormCancelled(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitVehicleTypeListComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitVehicleTypeListComponent, "lib-hit-vehicle-type-list", never, {}, {}, never, never, false>;
29
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitVehicleTypeRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitVehicleTypeRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitVehicleTypeRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitVehicleTypeRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-vehicle-type-list/hit-vehicle-type-list.component";
3
+ import * as i2 from "./hit-vehicle-type-form/hit-vehicle-type-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-vehicle-type-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitVehicleTypeModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitVehicleTypeModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitVehicleTypeModule, [typeof i1.HitVehicleTypeListComponent, typeof i2.HitVehicleTypeFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitVehicleTypeRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxTextBoxModule, typeof i11.DxButtonModule, typeof i12.NgbDropdownModule, typeof i11.DxCheckBoxModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitVehicleTypeModule>;
18
+ }
19
+ export declare function loadHitVehicleTypeModuleAsChild(): Promise<typeof HitVehicleTypeModule>;
@@ -0,0 +1,13 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { BusinessPartner } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitBusinessPartnerService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<BusinessPartner[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitBusinessPartnerService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitBusinessPartnerService>;
13
+ }
@@ -0,0 +1,5 @@
1
+ export interface BusinessPartner {
2
+ cardCode: string;
3
+ cardName: string;
4
+ cardType: string;
5
+ }
@@ -0,0 +1,17 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { CarrierPerson, SaveCarrierPersonDto } from './models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class HitCarrierPersonService {
6
+ private restService;
7
+ apiName: string;
8
+ baseUrl: string;
9
+ constructor(restService: RestService);
10
+ getList(params?: any): Observable<CarrierPerson[]>;
11
+ get(code: string): Observable<CarrierPerson>;
12
+ create(body: SaveCarrierPersonDto): Observable<CarrierPerson>;
13
+ update(code: string, body: Partial<SaveCarrierPersonDto>): Observable<CarrierPerson>;
14
+ delete(code: string): Observable<any>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitCarrierPersonService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitCarrierPersonService>;
17
+ }
@@ -0,0 +1,22 @@
1
+ export interface CarrierPerson {
2
+ code: string;
3
+ name: string;
4
+ u_Firstname: string;
5
+ u_Lastname: string;
6
+ u_Plate: string;
7
+ u_Tel: string;
8
+ u_Active: string;
9
+ u_DefBP: string;
10
+ u_CarrierFirm: string;
11
+ }
12
+ export interface SaveCarrierPersonDto {
13
+ code: string;
14
+ name: string;
15
+ u_Firstname: string;
16
+ u_Lastname: string;
17
+ u_Plate: string;
18
+ u_Tel: string;
19
+ u_Active: string;
20
+ u_DefBP: string;
21
+ u_CarrierFirm: string;
22
+ }
@@ -0,0 +1,49 @@
1
+ import { RestService } from '@abp/ng.core';
2
+ import { Observable } from 'rxjs';
3
+ import { EntryWeighing, EntryWeighingAccount, EntryWeighingDocument, EntryWeighingDriver, EntryWeighingGate, EntryWeighingScale, EntryWeighingStockItem, EntryWeighingTrailerPlate, EntryWeighingTruckPlate, EntryWeighingVehicleType, SaveEntryWeighingDto } from './models';
4
+ import { HitScaleService } from '../hit-scale/hit-scale.service';
5
+ import { HitPlateService } from '../hit-plate/hit-plate.service';
6
+ import { HitCarrierPersonService } from '../hit-carrier-person/hit-carrier-person.service';
7
+ import { HitBusinessPartnerService } from '../hit-business-partner/hit-business-partner.service';
8
+ import { HitItemService } from '../hit-item/hit-item.service';
9
+ import { HitPurchaseDeliveryNoteService } from '../hit-purchase-delivery-note/hit-purchase-delivery-note.service';
10
+ import { HitStockTransferService } from '../hit-stock-transfer/hit-stock-transfer.service';
11
+ import { HitGateService } from '../hit-gate/hit-gate.service';
12
+ import { HitVehicleTypeService } from '../hit-vehicle-type/hit-vehicle-type.service';
13
+ import * as i0 from "@angular/core";
14
+ export declare class HitEntryWeighingService {
15
+ private restService;
16
+ private scaleService;
17
+ private plateService;
18
+ private carrierPersonService;
19
+ private businessPartnerService;
20
+ private itemService;
21
+ private purchaseDeliveryNoteService;
22
+ private stockTransferService;
23
+ private gateService;
24
+ private vehicleTypeService;
25
+ apiName: string;
26
+ baseUrl: string;
27
+ constructor(restService: RestService, scaleService: HitScaleService, plateService: HitPlateService, carrierPersonService: HitCarrierPersonService, businessPartnerService: HitBusinessPartnerService, itemService: HitItemService, purchaseDeliveryNoteService: HitPurchaseDeliveryNoteService, stockTransferService: HitStockTransferService, gateService: HitGateService, vehicleTypeService: HitVehicleTypeService);
28
+ getList(params?: any): Observable<EntryWeighing[]>;
29
+ get(docEntry: number): Observable<EntryWeighing>;
30
+ create(body: SaveEntryWeighingDto): Observable<EntryWeighing>;
31
+ update(docEntry: number, body: SaveEntryWeighingDto): Observable<EntryWeighing>;
32
+ delete(docEntry: number): Observable<any>;
33
+ doWeighing(docEntry: number, body: {
34
+ weighingValue: number;
35
+ operatorCode: string;
36
+ }): Observable<EntryWeighing>;
37
+ getDocuments(): Observable<EntryWeighingDocument[]>;
38
+ getScales(): Observable<EntryWeighingScale[]>;
39
+ getTruckPlates(): Observable<EntryWeighingTruckPlate[]>;
40
+ getTrailerPlates(): Observable<EntryWeighingTrailerPlate[]>;
41
+ getDrivers(): Observable<EntryWeighingDriver[]>;
42
+ getAccounts(): Observable<EntryWeighingAccount[]>;
43
+ getStockItems(): Observable<EntryWeighingStockItem[]>;
44
+ getGates(): Observable<EntryWeighingGate[]>;
45
+ getVehicleTypes(): Observable<EntryWeighingVehicleType[]>;
46
+ doGoodsMovement(docEntry: number): Observable<EntryWeighing>;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitEntryWeighingService, never>;
48
+ static ɵprov: i0.ɵɵInjectableDeclaration<HitEntryWeighingService>;
49
+ }