diff --git a/src/app/modules/bankAccounts/components/form-template.component.html b/src/app/modules/bankAccounts/components/form-template.component.html deleted file mode 100644 index cd9f5ad..0000000 --- a/src/app/modules/bankAccounts/components/form-template.component.html +++ /dev/null @@ -1,9 +0,0 @@ -
diff --git a/src/app/modules/bankAccounts/components/form-template.component.ts b/src/app/modules/bankAccounts/components/form-template.component.ts deleted file mode 100644 index d18da67..0000000 --- a/src/app/modules/bankAccounts/components/form-template.component.ts +++ /dev/null @@ -1,59 +0,0 @@ -import { BankBranchesSelectComponent } from '@/modules/bankBranches/components/select/select.component'; -import { InputComponent } from '@/shared/components'; -import { FormFooterActionsComponent } from '@/shared/components/formFooterActions/form-footer-actions.component'; -import { Component, EventEmitter, inject, Input, Output } from '@angular/core'; -import { FormBuilder, ReactiveFormsModule, Validators } from '@angular/forms'; -import { IBankAccountsRequest, IBankAccountsResponse } from '../models'; - -@Component({ - selector: 'bank-account-form-template', - templateUrl: './form-template.component.html', - imports: [ - ReactiveFormsModule, - InputComponent, - FormFooterActionsComponent, - BankBranchesSelectComponent, - ], -}) -export class BankAccountFormTemplateComponent { - @Input() initialValues?: IBankAccountsResponse; - - @Output() onSubmitForm = new EventEmitterproduct-charge works!
diff --git a/src/app/modules/productCharges/views/single.component.ts b/src/app/modules/productCharges/views/single.component.ts deleted file mode 100644 index 4bd5afe..0000000 --- a/src/app/modules/productCharges/views/single.component.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'app-product-charge', - standalone: true, - imports: [], - templateUrl: './single.component.html', -}) -export class ProductChargeComponent {} diff --git a/src/app/modules/products/components/form.component.html b/src/app/modules/products/components/form.component.html deleted file mode 100644 index cb2cae9..0000000 --- a/src/app/modules/products/components/form.component.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ product()?.description || "بدون توضیحات" }}
-{{ product()?.category?.name || "بدون دستهبندی" }}
-{{ product()?.brand?.name || "بدون برند" }}
-product-charge works!
diff --git a/src/app/modules/purchases/views/single.component.ts b/src/app/modules/purchases/views/single.component.ts deleted file mode 100644 index 4bd5afe..0000000 --- a/src/app/modules/purchases/views/single.component.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'app-product-charge', - standalone: true, - imports: [], - templateUrl: './single.component.html', -}) -export class ProductChargeComponent {} diff --git a/src/app/modules/statistics/constants/apiRoutes/index.ts b/src/app/modules/statistics/constants/apiRoutes/index.ts deleted file mode 100644 index 475439c..0000000 --- a/src/app/modules/statistics/constants/apiRoutes/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -const baseUrl = '/api/v1/pos'; - -export const POS_API_ROUTES = { - info: (posId: number) => `${baseUrl}/${posId}`, - stock: (posId: number) => `${baseUrl}/${posId}/stock`, - productCategories: (posId: number) => `${baseUrl}/${posId}/product-categories`, - submitOrder: (posId: number) => `${baseUrl}/${posId}/orders/create`, -}; diff --git a/src/app/modules/statistics/constants/index.ts b/src/app/modules/statistics/constants/index.ts deleted file mode 100644 index b853783..0000000 --- a/src/app/modules/statistics/constants/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './apiRoutes'; diff --git a/src/app/modules/statistics/shared/components/card.component.html b/src/app/modules/statistics/shared/components/card.component.html deleted file mode 100644 index a9e4fc5..0000000 --- a/src/app/modules/statistics/shared/components/card.component.html +++ /dev/null @@ -1,10 +0,0 @@ -