Spaces:
Running
Running
Commit History
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
feat: Enhance audit trail with created_by and updated_by fields across services 8a996cb
refactor(staff): remove unused Designation import from staff service c83598d
refactor(staff): remove designation enum and disable hierarchy validation 59df5b6
feat(catalogue_service): extract and pass pricing fields to service creation 264c520
(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
Add system user model, schemas, and service for staff synchronization 6920ecd
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