0a9675f270
We have moved from dd-MMM-yyyy to ISO Date.
tanshu2026-09-02 03:38:49 +00:00
6cf42d3641
Added a handler to send the client errors to the backend. Updated the launch settings to reload the fastapi app on file changes.
tanshu2026-09-02 02:35:53 +00:00
ebe5a6352e
Made the version bump more robust.
tanshu2026-08-10 08:33:15 +00:00
38a8656008
Added proper agents config for mcp servers and skills. Added the menu category delete route. Fix: Show blank vouchers in tables Fix: In rare cases, the old settements can stick around. fixed it.
tanshu2026-08-10 08:25:12 +00:00
2e5543a2eb
Optimizing and updating Dockerfile for build testing, size and cache.
tanshu2026-02-22 04:55:12 +00:00
34e30efcaf
Chore: Ruff linting updated and fixed errors. Chore: Moved from poetry to uv
tanshu2026-02-22 04:23:14 +00:00
2b844bc44b
Chore: Using FastAPI Exception handlers for Integrity Errors and SQLAlchemyErrors. Chore: Using Annotation to inject Session in routes. Hence, have removed all with Session and try / catch
tanshu2026-02-21 08:26:29 +00:00
ab8fed17d0
Fix: Product update failed as sku_version_id was not sent on the schema and hence update tried to create a new sku. Fix: If a product sku was updated and then deleted on the same day, it failed as the valid_till for the sku_version was set to yesterday while the valid_from was set to today. Fix: Product update also failed as the db.commit was on the loop adding new skus
tanshu2026-02-20 16:27:14 +00:00
338d9d63d5
Validation: Making Product name unique ignoring the fraction_units. Making the sku_version.units unique for a product across stock_keeping_units.
tanshu2026-02-17 04:13:11 +00:00
9b0da9cb65
Fix: Product sale report was aggregating on the product_version_id
tanshu2026-02-14 12:20:09 +00:00
2ae3f3ba7e
Dockerfile will kill the process if stuck so that restart policy can restart the container Gunicorn will kill worker every 10000 requests which can help reclaim memory lost to leaks
tanshu2026-02-12 03:52:53 +00:00
91b3740ec0
Bundle item has an option to not print in the bill. Bills and Kots should print properly with bundles
tanshu2026-02-10 18:00:03 +00:00
7382d487ac
Product Sale Report double counts the Bundle Items as it lists them as well as the bundle. Menu Engineering Report double counts the Bundle Items as it lists them as well as the bundle.
tanshu2026-02-05 01:12:56 +00:00
8957e4ce8c
All voucher routes now work with bundles.
tanshu2026-02-05 00:46:49 +00:00
6e8843d3c4
Feature: Added product bundles. Have to wire it up to inventory and reports.
tanshu2026-01-31 15:16:58 +00:00
b79af6e1c6
Changed the for-product route to for-sku to reduce ambiguity
tanshu2026-01-29 16:23:07 +00:00
bd1a5e03c5
Merge branch 'main' into sku
tanshu2026-01-28 09:39:59 +05:30
61f5f2f1af
Product update sort order working Beer Sale report should work. But it has all the products in it now. All reports working
tanshu2026-01-28 03:53:52 +00:00
0a7ffb4a5c
Product list and detail fully working. only thing to check is the update sort order route
tanshu2026-01-26 14:01:18 +00:00
22f888500f
Update product prices now working
tanshu2026-01-26 14:00:14 +00:00
4f0346551a
Modifier Category Working
tanshu2026-01-24 03:26:03 +00:00
e4072d0872
Sort order is no longer versioned. Also, data moved is not normalized to add the right skus to the products and coalesce contiguous products and skus with no changes.
tanshu2026-01-23 16:20:08 +00:00
1b8ab2857f
Mostly working with Product + Version and Sku + Version.
tanshu2026-01-22 16:54:12 +00:00
6caeb34e8d
Change: The cashier report will now split the summary and details.
tanshu2025-09-09 07:14:48 +05:30
88b53b5781
Change: The cashier report will now split the summary and details.
tanshu2025-09-09 01:40:07 +00:00
8ff7363fc8
Fixed: VoucherType as not number. So, if a bill was being printed directly without kot first being printed, it would not ask for bill type as the comparison was comparing string with int.
tanshu2025-08-09 17:19:30 +00:00
e1cbf7ffb8
Trackby for the bill table. This should prevent rerendering and it jumping up.
tanshu2025-08-04 15:27:21 +00:00
b33468a43f
Fix: Show voucher without kots and iventories would cause an error in show.
tanshu2025-08-04 14:54:42 +00:00
2fbfe96c40
Fix: Due to matching of timestamp vs date, on the day that a product valid_till expired, comparison with voucher.date would wrongly fail.
tanshu2025-07-17 03:28:22 +00:00
01b0cbfadf
Removed Unnecessary Flex class
tanshu2025-07-11 11:44:28 +00:00
88a1572747
Chore: Removed Mat Card from everywhere. Chore: Removed the Toaster Service. Chore: Updated to Material Theme 3
tanshu2025-07-11 11:30:35 +00:00
5c1c474e93
Fix: Product Sale Report was not showing "H H " and also printing was an issue.
tanshu2025-07-10 16:05:56 +00:00