Commit Graph

374 Commits

Author SHA1 Message Date
ahasani abfb2f3479 create bankAccount, posAccount and update inventories 2025-12-26 01:20:44 +03:30
ahasani f671e37b14 feat: add bank accounts and branches management
- Implemented bank accounts management with form and list components.
- Added bank branches management with form and list components.
- Created services for bank accounts and branches to handle API interactions.
- Updated routing to include bank accounts and branches.
- Enhanced UI with new select fields for banks and branches.
- Added necessary models and constants for bank accounts and branches.
- Improved state management for banks using a store pattern.
- Updated menu items to include links for bank accounts and branches.
2025-12-24 21:25:13 +03:30
ahasani 1373cc046d feat(cardex): implement cardex module with filters, templates, and service integration 2025-12-23 20:35:20 +03:30
ahasani e937c994d7 feat: Add Cardex module with filters and invoices components
- Implemented Cardex routes and integrated with the main application routing.
- Created filters component for Cardex to filter inventory and product data.
- Developed invoices component to display supplier invoices with detailed views.
- Enhanced Products module with pagination and state management using a store.
- Updated Suppliers module to include invoice management and detailed supplier views.
- Refactored state management in Products and Suppliers to utilize signals for reactive updates.
- Added new models and services to support the Cardex functionality.
- Improved UI components for better user experience in displaying data.
2025-12-21 19:09:13 +03:30
ahasani 108d192f88 feat: Enhance customer and inventory components with new features and improvements 2025-12-15 18:00:45 +03:30
ahasani 17fa65407c feat: Implement price info card component and product categories with grid view
- Added `price-info-card.component` to display total amount, tax, and payable amount.
- Integrated price masking directive for formatted price display.
- Created `categories.component` to list product categories with loading skeletons.
- Implemented `grid-view.component` for displaying products in a grid layout.
- Enhanced `products.component` to manage category selection and product display.
- Introduced new models for product categories and stock responses.
- Updated `main.service.ts` to fetch product categories and stock data.
- Refactored `POSStore` to manage state for products, categories, and order items.
- Added utility functions for price formatting and number normalization.
- Included placeholder images for product and logo.
2025-12-14 20:34:15 +03:30
ahasani 35be7e0298 feat(inventories): implement inventory movement list and transfer functionality
- Added InventoryMovementListComponent to display stock movements with filtering options.
- Created InventoriesTransferFormComponent for transferring stock between inventories.
- Implemented product cardex view to show detailed inventory movements for specific products.
- Enhanced product listing with loading states and improved UI components.
- Introduced Jalali date formatting directive for better date representation.
- Added utility functions for Jalali date conversions and comparisons.
- Created reusable details info card component for displaying inventory details.
- Updated movement reference types and tags for better categorization of inventory movements.
2025-12-14 10:16:14 +03:30
ahasani b46b8b83f9 feat(purchases): update terminology from "محصول" to "کالا" in purchase forms and templates
refactor(purchases): remove unused purchase receipt components and consolidate receipt template logic

fix(suppliers): enhance suppliers select component to support full data option values

style(tailwind): improve theme variables for better customization and consistency

feat(shared): introduce abstract select component for reusable select field logic

chore(purchases): clean up imports and improve component structure for better maintainability
2025-12-10 16:54:25 +03:30
ahasani 50bc9a4632 feat(purchases): implement purchase receipt functionality with form and receipt template
- Added `ProductPurchaseComponent` to handle product purchases.
- Created `PurchaseReceiptTemplateComponent` for displaying purchase receipt details.
- Developed `PurchaseFormComponent` for managing purchase form inputs and submission.
- Introduced `ProductChargeRowFormComponent` and `ProductChargeRowFormFieldsComponent` for handling product charge rows in the form.
- Implemented `PurchaseReceiptProductRowComponent` for displaying individual product rows in the receipt.
- Established API routes for purchase operations in `apiRoutes`.
- Integrated suppliers and inventories selection components.
- Added utility functions for converting prices to Persian alphabet.
- Created a utility for generating full names from name parts.
- Enhanced form validation and submission handling in the purchase form.
- Updated styles and templates for improved UI/UX.
2025-12-09 20:17:00 +03:30
ahasani abf53bac03 feat: implement product creation and update features with form handling and routing 2025-12-06 17:48:16 +03:30
ahasani 70f39de9d8 feat: add product management features and integrate role selection
- Added PRODUCTS_ROUTES to app routing.
- Removed roles.const.ts and related references to central-auth-roles.
- Updated login component to remove role selection logic.
- Integrated ToastService for success notifications in customer, inventory, product brand, product category, supplier, and user forms.
- Implemented product and category selection fields in product form.
- Created reusable select components for product brands and categories.
- Enhanced user form with password validation and role selection.
- Established roles service for fetching roles from the API.
2025-12-06 11:09:06 +03:30
ahasani 0419ff2fc7 feat: Implement product management features including CRUD operations and UI components 2025-12-05 00:01:48 +03:30
ahasani 3bc1202c77 feat: Implement product categories, stores, suppliers, and users management features
- Added ProductCategoriesService for handling product category API interactions.
- Created components for listing and viewing product categories.
- Implemented UI for managing product categories with a data list component.
- Developed StoresService for managing store-related API calls.
- Created components for listing and viewing stores with appropriate UI.
- Added SuppliersService for handling supplier API interactions.
- Implemented components for managing suppliers with a data list component.
- Developed UsersService for managing user-related API calls.
- Created components for listing and viewing users with appropriate UI.
- Enhanced not found page with improved layout and navigation options.
2025-12-04 23:34:00 +03:30
ahasani 07fec02ea1 feat: add logo image and RTL support styles
- Added logo image to assets.
- Implemented RTL support styles in rtlSupport.scss for various components including breadcrumb, datatable, and tree node toggle button.

chore: configure environment files for production, staging, and development

- Created environment.prod.ts for production settings.
- Created environment.staging.ts for staging settings.
- Created environment.ts for local development settings.

feat: define custom theme preset

- Added presets.ts to define a custom theme preset using PrimeUIX with specific component styles and semantic colors.

chore: set up proxy configuration for local development
2025-12-04 21:07:18 +03:30
Çetin 9bf03bcb2f fixes #98 2025-07-24 18:47:53 +03:00
Çetin bde8635c33 fixes #97 2025-07-24 18:46:42 +03:00
Çetin d455fab6ec remove unused import 2025-07-24 18:44:56 +03:00
Çetin ec372d10f4 fixes #95 2025-07-24 18:44:14 +03:00
Çetin e6ab60ad3d fixes #93 2025-07-24 18:39:25 +03:00
Çetin 8d1024eb4d fixes #94 2025-07-24 18:28:05 +03:00
Çetin 7f8a161dd8 fixes #93 2025-07-24 18:27:28 +03:00
Çetin 2a06dd9b24 fixes #92 2025-07-24 18:25:21 +03:00
Çetin 0d3f25a00d fixes #91 2025-07-24 18:21:45 +03:00
Çetin 5921d874f2 fixes #89 2025-07-24 18:16:08 +03:00
Mehmet Çetin e4b334f58a migrate to Tailwind CSS v4 2025-07-09 13:18:18 +03:00
Mehmet Çetin 3f845f3714 update version 2025-07-07 15:10:43 +03:00
Cagatay Civici bcd7aa5b2c Renamed folder 2025-01-10 10:18:36 +03:00
Cagatay Civici 781a43079f Update messages and add line-height 2025-01-10 10:03:02 +03:00
Çetin 54deec7129 Update button demo 2025-01-08 17:46:56 +03:00
Çetin f565a2672d Merge remote-tracking branch 'origin/v19' into v19 2025-01-08 16:46:48 +03:00
Çetin 9cae7922bb Fixes treetable checkbox 2025-01-08 16:46:33 +03:00
Cagatay Civici ab8d8abe13 Fixed badge colors on dark 2025-01-08 16:30:26 +03:00
Çetin 34bce8d2f4 Remove unused import 2025-01-08 16:05:10 +03:00
Çetin 09bc45fb1f Fix tag background color 2025-01-08 16:02:30 +03:00
Çetin a0d2714c15 Fix color 2025-01-08 15:11:51 +03:00
Çetin 3f5ce1977a Merge remote-tracking branch 'origin/v19' into v19 2025-01-08 15:03:06 +03:00
Mehmet Çetin dc69ef1886 Merge branch 'v19' of https://github.com/primefaces/sakai-ng into v19 2025-01-08 14:05:27 +03:00
Mehmet Çetin 4fc30f4ee9 update chartdemo | baroptions & lineoptions 2025-01-08 14:05:15 +03:00
Çetin fb80b02d13 Add conditional 2025-01-08 13:51:16 +03:00
Çetin bbb0a55975 Fix spacing 2025-01-08 12:41:37 +03:00
Çetin bab9fc76b1 Fix carousel responsive options 2025-01-08 12:39:40 +03:00
Çetin 2a0ebf7fc5 merge upstream 2025-01-08 12:33:24 +03:00
Çetin 888e75a2a1 Fix text color 2025-01-08 12:31:41 +03:00
Mehmet Çetin 031bd8f25d chartdemo | update polaroptions 2025-01-08 12:31:25 +03:00
Mehmet Çetin fdd0288f6b update chartdemo | radarchart pointlabels color 2025-01-08 12:27:10 +03:00
Mehmet Çetin 174afc98fb update crud | select optionvalue 2025-01-08 12:16:38 +03:00
Mehmet Çetin fa2e167e3f update messagesdemo 2025-01-08 12:02:11 +03:00
Çetin abe1fe97dc Add margin 2025-01-08 11:58:54 +03:00
Mehmet Çetin 90ec3f9976 update tabledemo | filtering 2025-01-08 11:43:50 +03:00
Mehmet Çetin 1d816bc0aa update inputdemo | multiselect 2025-01-08 11:30:04 +03:00