Commit History

feat(po-returns): make warehouse_id optional and refactor validation logic
d5f79b7

MukeshKapoor25 commited on

feat(po-returns): refactor validation logic and add comprehensive test suite
80b330a

MukeshKapoor25 commited on

feat(employee): convert designation to free-form string and remove test files
904bd2f

MukeshKapoor25 commited on

feat(receipts): Enhance GRN item model and schema to support base quantities and units, improving transaction accuracy
ca8878b

MukeshKapoor25 commited on

feat: Add merchant_name field to merchant model and update related tests
24c7f00

MukeshKapoor25 commited on

feat(uom): Implement UOM service layer with CRUD operations for groups and units
7b2b250

MukeshKapoor25 commited on

Refactor COUNT queries to use COUNT(1) for improved performance and consistency across various scripts and services.
0766a99

MukeshKapoor25 commited on

docs: update merchant type naming conventions to lowercase
43bf20b

MukeshKapoor25 commited on

docs(taxonomy): standardize NCNF label formatting across documentation
6bffc2f

MukeshKapoor25 commited on

feat(catalogues/pricing): standardize pricing level keys to lowercase format
b3b8847

MukeshKapoor25 commited on

refactor(database): consolidate shared database base and fix foreign key schema references
cd357c6

MukeshKapoor25 commited on

refactor: reorganize constants and clean up legacy code structure
4292ec7

MukeshKapoor25 commited on

feat(catalogues): refactor procurement schema to use batch_managed flag
ad05fdb

MukeshKapoor25 commited on

feat(taxonomy): Implement comprehensive taxonomy management module
d7276ca

MukeshKapoor25 commited on

test(properties_sync): Improve connection pool acquisition test reliability
e237731

MukeshKapoor25 commited on

feat(system_users): Make full_name and role_id optional in SystemUserModel
2df8dce

MukeshKapoor25 commited on

feat(postgres): Add connection pool metrics retrieval and reset functions
fde0e19

MukeshKapoor25 commited on

feat(sync): Add PostgreSQL connection infrastructure and sync service framework
7a985e9

MukeshKapoor25 commited on

Remove deprecated system users example, start script, and test scripts; streamline user management utilities and authentication tests.
e2d3313

MukeshKapoor25 commited on

feat: Implement system user management module with authentication and CRUD operations
5210fac

MukeshKapoor25 commited on

feat: Add quick start example for merchant module
c83677c

PupaClic commited on

feat(scm-ms): Initialize SCM microservice project structure
a54b40b

PupaClic commited on