Commit History

refactor(sql): reduce connection pool size and remove PostgreSQL optimizations
3715d0b

MukeshKapoor25 commited on

fix(appointment): restrict duplicate appointment creation for same customer and service at same time slot
b46f788

vanitha commited on

feat(catalogue_service): implement audit trail with username tracking in service CRUD operations
948e77c

MukeshKapoor25 commited on

feat: Enhance audit trail with created_by and updated_by fields across services
8a996cb

MukeshKapoor25 commited on

refactor(staff): remove unused Designation import from staff service
c83598d

MukeshKapoor25 commited on

refactor(staff): remove designation enum and disable hierarchy validation
59df5b6

MukeshKapoor25 commited on

feat(catalogue_service): extract and pass pricing fields to service creation
264c520

MukeshKapoor25 commited on

(catalogue_service)-added price, gst_rate, and currency fields inside the pricing and
8bfb938

vanitha commited on

removed user_id from response
f0306d5

vanitha commited on

implemented get api for eligible bill items
e40c590

vanitha commited on

changed schema based on UI
199a6f1

vanitha commited on

(staff):validation for email and phonenumber
316cb5e

vanitha commited on

sync staff and system user IDs
2b0115b

vanitha commited on

implemented get api for eligible bill
43d08bc

vanitha commited on

add user_id in staff
a0a4843

vanitha commited on

feat(wallet): implement staff wallet management system with ledger architecture
07e22f3

MukeshKapoor25 commited on

Add system user model, schemas, and service for staff synchronization
6920ecd

MukeshKapoor25 commited on

staff wallet
a6046ab

vanitha commited on

(customer):added validation for email
2032b6d

vanitha commited on

(customer):added validation for email
12acb64

vanitha commited on

(customer):added validation for email
6eb2944

vanitha commited on

(retail)-mark appointment completed and delete draft sale using sql stored function
f4d938b

vanitha commited on

Add sale_code and bill_reference in get_sale()
5305e44

vanitha commited on

(staff)-Added convert_objectid_to_str utility for BSON serialization
544529e

vanitha commited on

retail-implemented sale code generation, in create sale api
48f857d

vanitha commited on

set start_from to start of current day in appoinement list
5c81169

vanitha commited on

staff- StaffListRequest to use filters
bba5bbf

vanitha commited on

Remove "is_deleted": {"$ne": True} condition from list_staff .to allow listing of all staff including soft-deleted records
96471f9

vanitha commited on

(retail)-fetch staff names from Id in sales
51828f4

vanitha commited on

(retail):removed staff_name from schema
4969d0b

vanitha commited on

removed default as active in staff list
37206ff

vanitha commited on

Default list_staff to return only active staff
7426447

vanitha commited on

(staff):added default value for status
226803f

vanitha commited on

Add duplicate name validation in create_staff and update_staff
61b72fc

vanitha commited on

changed staff_id to uuid
dd7bdc4

vanitha commited on

added staff_name field in the schema
23a4ee7

vanitha commited on

Sort appointments by start_time ASC to show earliest first
8c7df52

vanitha commited on

Sort appointments by start_time ASC to show earliest first
37c5719

vanitha commited on

appointment list status filter
2794a48

vanitha commited on

appointment list date filter
3ed2a9c

vanitha commited on

(appointments)-only list Active appointments
f76ac6d

vanitha commited on

docs: add comprehensive documentation for create sale response fix
6e42e42

MukeshKapoor25 commited on

docs: add bill reference validation fix and comprehensive documentation
5dbca48

MukeshKapoor25 commited on

docs: add comprehensive documentation and optimize GET endpoints
37b919b

MukeshKapoor25 commited on

feat(sales): expand SaleResponse schema with complete sale details
03d0984

MukeshKapoor25 commited on

perf(appointments,sales): optimize list queries with single JOIN and early pagination
e791fc9

MukeshKapoor25 commited on

feat(sale): add bill reference generation and update SaleResponse schema
dcfc922

MukeshKapoor25 commited on

feat(sale): enhance create_sale to return full sale object and add bill reference generation
3761888

MukeshKapoor25 commited on

fix(nosql): handle optional MongoDB URI configuration and skip connection if not set
3b719e5

MukeshKapoor25 commited on

fix(sales): resolve IndentationError in service.py and restore all functionality
65d2256

MukeshKapoor25 commited on