tanshu
227f5b5f74
Version Bump v15.1.2
v15.1.2
2026-09-02 18:38:08 +05:30
tanshu
50974c7574
Added a role for printer so that the container can depend on it.
2026-09-02 13:07:50 +00:00
tanshu
c8e1ab74b6
Version Bump v15.1.1
v15.1.1
2026-09-02 18:36:55 +05:30
tanshu
85ba7b326a
Fix: Edge cases where backend and frontend totals are off and you cannot settle the bill.
2026-09-02 13:06:34 +00:00
tanshu
458dfaad50
Version Bump v15.1.0
v15.1.0
2026-09-02 09:10:23 +05:30
tanshu
0a9675f270
We have moved from dd-MMM-yyyy to ISO Date.
2026-09-02 03:38:49 +00:00
tanshu
6cf42d3641
Added a handler to send the client errors to the backend. Updated the launch settings to reload the fastapi app on file changes.
2026-09-02 02:35:53 +00:00
tanshu
cf680cd254
Version Bump v15.0.4
v15.0.4
2026-09-01 07:45:23 +05:30
tanshu
80d21ec31e
Minor fixes. Logs should now show the real ip address not the caddy container ip.
2026-09-01 02:15:01 +00:00
tanshu
4377016cda
Version Bump v15.0.3
v15.0.3
2026-08-31 12:11:38 +05:30
tanshu
67209886b9
current trixie does not have yarn
2026-08-31 06:41:31 +00:00
tanshu
4e1c0d1ec7
Version Bump v15.0.2
v15.0.2
2026-08-31 10:02:01 +05:30
tanshu
c7412f080d
Fix: Newer trixie images did not enable yarn.
2026-08-31 04:31:48 +00:00
tanshu
d023089720
Version Bump v15.0.1
v15.0.1
2026-08-31 09:55:05 +05:30
tanshu
dd02a97ba2
Forgot to add the updated uv.lock
2026-08-31 04:25:00 +00:00
tanshu
befd4eb298
Version Bump v15.0.0
v15.0.0
2026-08-31 04:23:12 +00:00
tanshu
d90c1cb563
Moved from moment to luxon.
...
Report Printing is not a post not a get.
2026-08-31 04:19:05 +00:00
tanshu
e90c80999e
Frank now working with netbird and nats + jetstream
2026-08-30 15:57:59 +00:00
tanshu
42331b482d
ansible improvements
2026-08-30 14:56:38 +00:00
tanshu
612e2243c0
Working on frand deployement
2026-08-30 10:37:09 +00:00
tanshu
35a3bb9ad2
netbird server works now. linted the yml files
2026-08-30 07:35:08 +00:00
tanshu
ae69c2fafe
Frank refactoring part 1
2026-08-30 04:41:27 +00:00
tanshu
85a063c1a7
fdsa
2026-08-29 21:09:42 +00:00
tanshu
10448e8b12
fds
2026-08-29 12:19:14 +00:00
tanshu
59bf2c5ca9
dfsa
2026-08-29 10:52:44 +00:00
tanshu
73fba17711
fdsa
2026-08-29 10:49:36 +00:00
tanshu
103983846d
fasd
2026-08-28 15:44:19 +00:00
tanshu
af07bb5043
fdsa
2026-08-27 12:08:58 +00:00
tanshu
612426b92f
fasd
2026-08-27 11:56:52 +00:00
tanshu
730048f239
fda
2026-08-27 11:52:55 +00:00
tanshu
ff537edb06
fds
2026-08-27 11:38:38 +00:00
tanshu
311464e593
csdxz
2026-08-27 06:06:30 +00:00
tanshu
43204e8441
fad
2026-08-27 05:38:32 +00:00
tanshu
2a29dc9195
cdsa
2026-08-18 13:13:11 +00:00
tanshu
65527dcbff
gdfasg
2026-08-18 12:47:58 +00:00
tanshu
cc52670783
mid
2026-08-18 12:28:51 +00:00
tanshu
993f83c786
toSignal via Gemini
2026-08-18 07:55:54 +00:00
tanshu
59eb45da96
Version Bump v14.5.0
v14.5.0
2026-08-10 14:04:26 +05:30
tanshu
ebe5a6352e
Made the version bump more robust.
2026-08-10 08:33:15 +00:00
tanshu
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.
2026-08-10 08:25:12 +00:00
tanshu
2e5543a2eb
Optimizing and updating Dockerfile for build testing, size and cache.
2026-02-22 05:07:43 +00:00
tanshu
34e30efcaf
Chore: Ruff linting updated and fixed errors.
...
Chore: Moved from poetry to uv
2026-02-22 04:23:14 +00:00
tanshu
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
2026-02-21 08:26:29 +00:00
tanshu
325bcae998
Version Bump v14.3.1
v14.3.1
2026-02-20 21:58:40 +05:30
tanshu
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
2026-02-20 16:27:14 +00:00
tanshu
dcf1ffad98
Version Bump v14.3.0
v14.3.0
2026-02-17 09:45:32 +05:30
tanshu
338d9d63d5
Validation: Making Product name unique ignoring the fraction_units.
...
Making the sku_version.units unique for a product across stock_keeping_units.
Both respecting the validity
2026-02-17 04:13:11 +00:00
tanshu
9b0da9cb65
Fix: Product sale report was aggregating on the product_version_id
2026-02-14 12:20:09 +00:00
tanshu
4cc2ff2229
Version Bump v14.2.1
v14.2.1
2026-02-14 11:30:40 +05:30
tanshu
c9fa83e8ac
Fix: Accidentally used menu category instead of sale category
2026-02-14 06:00:09 +00:00