Commit Graph

13 Commits

Author SHA1 Message Date
ahasani d996aacc29 feat: optimize Dockerfiles for dependency installation and update ngsw-config.json to remove unused data groups 2026-05-16 17:04:03 +03:30
ahasani fe09aa4931 feat: update app version and build details; refactor auth service and components for improved functionality 2026-05-16 16:11:58 +03:30
ahasani 8c98e53427 feat: update app version and build details in ngsw-config.json
fix: add baseZIndex to p-toast component in app.component.ts

feat: enhance pagination support in saleInvoices list component

refactor: modify saleInvoices service to accept pagination query

feat: update API routes for saleInvoices to support pagination

fix: adjust layout for consumer accounts in partner module

style: improve layout for consumer business activities in partner module

fix: update license info display in dashboard component

fix: ensure price info card displays default values for discount and tax

refactor: clean up gold payload form component

fix: adjust root component layout for mobile view

refactor: unify consumer account list configuration across modules

chore: remove deprecated partner consumer account list config

chore: remove deprecated superAdmin consumer account list config

feat: add new consumer account list configuration

style: add summary list styling in customize.scss

chore: switch API base URL for TIS environment
2026-05-16 14:49:22 +03:30
ahasani 42b8476b96 feat: refactor dialog components to use light-bottomsheet for improved UX
- Replaced SharedDialogComponent with SharedLightBottomsheetComponent in customer-dialog, order-submitted-dialog, payment form-dialog, and pre-invoice-dialog components.
- Updated styles and properties for light-bottomsheet to enhance responsiveness and usability.
- Modified payload form components to use measure units instead of unit types for better clarity.
- Adjusted form controls to use consistent naming conventions for amounts and percentages.
- Enhanced support for overlay options in select components to manage z-index dynamically.
- Improved support for RTL layouts in input groups and other components.
2026-05-13 13:44:33 +03:30
ahasani d9e74da0e2 create light bottomsheet drawer for gold payload 2026-05-13 10:39:43 +03:30
ahasani d513ea381e feat: update PWA installation logic, enhance app versioning, and streamline environment configurations 2026-05-11 20:26:02 +03:30
ahasani 9bcb917d3b update 2026-05-11 18:42:05 +03:30
ahasani 7b3a27110a update for build 2026-05-11 15:41:58 +03:30
ahasani 8e1a021eec Add branding assets for TIS tenant with logo and login image 2026-05-11 13:36:06 +03:30
ahasani 3ad88f7dea feat: optimize performance with lazy loading and change detection improvements
chore: update build configurations and remove unused styles
fix: enhance user experience with loading indicators and improved asset management
2026-05-10 12:42:53 +03:30
ahasani 54d00e19ae chore: add Tailwind CSS configuration file. ux writing update 2026-05-05 22:42:06 +03:30
ahasani ec452bca22 update many things 2026-05-04 20:02:10 +03:30
ahasani 822bf96966 feat: add new form field components for company details and consumer management
- Implemented CompanyNameComponent, DescriptionComponent, DeviceIdComponent, EconomicCodeComponent, EmailComponent, FirstNameComponent, FiscalCodeComponent, GuildIdComponent, LastNameComponent, LegalNameComponent, LicenseStartsAtComponent, MobileComponent, MobileNumberComponent, ModelComponent, NameComponent, NationalCodeComponent, NationalIdComponent, PartnerTokenComponent, PosTypeComponent, PostalCodeComponent, ProviderIdComponent, QuantityComponent, RegistrationCodeComponent, RegistrationNumberComponent, SerialNumberComponent, SetOffComponent, SkuComponent, TerminalComponent, UnitPriceComponent, UsernameComponent.
- Added field control configurations for new fields in the form.
- Updated routing and branding configurations for TIS tenant.
- Created consumer type models for handling individual and legal consumer data.
2026-04-27 21:53:11 +03:30