Commit History

feat(db): add migration to add supplier_id to supplier_discount_lines
d29e5a4
Running

Yarin35 commited on

chore: rename second migration to follow convention
999e980

Yarin35 commited on

chore: rename migration to follow convention
cd68c10

Yarin35 commited on

feat(quotation): allow selecting specific global discounts in price calculation
72fd17e

Yarin35 commited on

feat(quotation): implement global temporal discounts with status control
da62a2f

Yarin35 commited on

fix(quotation): correctly calculate discounted price from percentage and original unit price
572b7d5

Yarin35 commited on

feat(quotation): add promotion support and Support Commercial integration
8188ad7

Yarin35 commited on

Merge remote-tracking branch 'hf/main' into feature/cotation_route_clean
10589f9

Yarin35 commited on

feat(supplier_discount): add original_unit_price column to supplier_discount_lines
1506f4e

Yarin35 commited on

Merge pull request #31 from AutoFranceParts/feature/cotation_route_clean
27ecc12
unverified

cdupland commited on

chore(migrations): remove duplicated migration
978073b

Yarin35 commited on

feat(supplier_discount): add label column to supplier_discount model and migration
39a237d

Yarin35 commited on

Merge pull request #30 from AutoFranceParts/feature/cotation_route_clean
d9d5c07
unverified

cdupland commited on

chore: merge dev into feature branch and fix quotation validation error
b7f80c2

Yarin35 commited on

Merge branch 'feature/cotation_route_clean' of https://github.com/AutoFranceParts/afp_core into dev
4239d8b

cdupland commited on

feat(migrations): add label column to cotations table
2572f5f

cdupland commited on

fix(cotation_calcul): discount handling
247593f

Yarin35 commited on

refactor(cotation_lines): remove fixed_price field from schema
d105983

cdupland commited on

Merge branch 'dev' of https://github.com/AutoFranceParts/afp_core into huggingface-deploy
0a3e745

cdupland commited on

Merge pull request #29 from AutoFranceParts/feature/imports
843d46c
unverified

cdupland commited on

Merge branch 'feature/imports' of https://github.com/AutoFranceParts/afp_core into feature/imports
8793318

cdupland commited on

feat: enhance article import functionality with reference management
96d8d92

cdupland commited on

feat: implement row level security and supplier status management
8b401c9

cdupland commited on

feat: enhance article import functionality with reference management
373ce46

cdupland commited on

feat(quotations): optimize quotation creation and enhance batch processing for articles and prices
8bacde2

Yarin35 commited on

feat: implement row level security and supplier status management
eb02bf2

cdupland commited on

feat(quotations): add endpoint to update quotation line with fixed price and validation status
ed7ccec

Yarin35 commited on

Merge pull request #27 from AutoFranceParts/feature/cotation_route_clean
90490d7
unverified

cdupland commited on

chore: add .env.prod to .gitignore for production environment configuration
acb0115

cdupland commited on

chore(env): add production environment configuration for Supabase and PostgreSQL
8c902c6

cdupland commited on

feat(article_references): enhance normalization process with collision checks and cleanup logic
feabed0

cdupland commited on

Merge pull request #21 from AutoFranceParts/feature/cotation_route_clean
4c28ce6
unverified

cdupland commited on

chore(docs): update README with project metadata and configuration reference for HuggingFace
381f027

cdupland commited on

chore: track seed.sql with git-lfs
75b6104

Yarin35 commited on

fix(calcul): correct use of discounts
b639ddb

Yarin35 commited on

fix(quotations): update test data and doc, along with quotation method
82cb09c

Yarin35 commited on

fix(docker): add libatomic1 dependency for Prisma compatibility
1d35148

cdupland commited on

fix(error handling): error code issue
9491f94

AFP-PROJECT-2024 commited on

feat(quotations): route and calcul workflow
c4b0f63

AFP-PROJECT-2024 commited on

Merge pull request #20 from AutoFranceParts/feature/imports
ebfb714
unverified

cdupland commited on

Implement price import functionality with support for CSV and Excel formats. Add API endpoint for starting price imports, including validation and error handling. Introduce new schemas, services, and repositories for price data management. Update documentation to reflect new features and usage. Enhance tests to cover the added functionality.
0f8d56c

cdupland commited on

Implement Supabase Storage integration for import files, allowing uploads and downloads of article and price data. Update import processing to utilize the new storage service, including metadata handling and error management. Refactor related services and repositories, and enhance documentation to reflect these changes. Add tests for new functionality and ensure existing tests are updated accordingly.
8cddb04

cdupland commited on

Enhance article import process by adding support for optional logistic fields (`moq`, `origin`) and implementing progress tracking with `total_rows` and `rows_processed`. Update related schemas, repositories, and services to accommodate these changes. Improve documentation to reflect new features and usage. Add tests for new functionality and ensure existing tests cover the updated logic.
860c252

cdupland commited on

Add article import functionality with CSV and Excel support, including API endpoints for starting imports, listing imports, and handling import errors. Implement background processing for imports, validation, and error handling. Update requirements and documentation accordingly.
51e5253

cdupland commited on

Add FastAPI application structure with Prisma integration, including API endpoints, services, repositories, and database setup. Introduce strict layering rules, documentation, and testing strategy.
0ddf928

cdupland commited on

Add initial project setup with environment configuration, dependencies, and database schema
2f1dd95

cdupland commited on

Initial commit
d45ddf6
unverified

ionosphere commited on