tanshu
5cfa02a6ef
Fix user and poster not showing in vouchers
2026-08-29 11:37:54 +00:00
tanshu
4f89cd1161
Version Bump v15.2.3
v15.2.3
2026-08-27 14:12:11 +05:30
tanshu
0d5012c961
incentive and closing stock fixed
2026-08-27 08:42:05 +00:00
tanshu
e918644a5b
Version Bump v15.2.2
v15.2.2
2026-08-27 12:35:59 +05:30
tanshu
eb7aa20def
Closing Stock route sent date, but we were taking id as input.
2026-08-27 07:05:46 +00:00
tanshu
407967514f
Version Bump v15.2.1
v15.2.1
2026-08-26 19:05:18 +05:30
tanshu
be40004a3d
Ledger now showing running totals.
2026-08-26 13:35:01 +00:00
tanshu
1fa16912d1
Version Bump v15.2.0
v15.2.0
2026-08-26 12:00:32 +05:30
tanshu
c891937d2b
Version Bump v15.1.4
v15.1.4
2026-08-26 11:59:15 +05:30
tanshu
386a6c4964
Version Bump v15.1.3
v15.1.3
2026-08-26 11:51:55 +05:30
tanshu
b5d57fccf3
Still fixing the error
2026-08-26 06:21:50 +00:00
tanshu
f42e4d3628
Version Bump v15.1.2
v15.1.2
2026-08-26 11:48:24 +05:30
tanshu
c534aaffa3
version bump would make the lock file out of date.
2026-08-26 06:18:09 +00:00
tanshu
141f82f832
Version Bump v15.1.1
v15.1.1
2026-08-26 06:14:01 +00:00
tanshu
f8175a5ced
Version Bump v15.1.0
v15.1.0
2026-08-26 11:30:26 +05:30
tanshu
e3719faddd
Removed Recipe Template as it was not needed.
...
Moved host listeners to the component declaration.
Form submit on Return fixed.
2026-08-26 06:00:13 +00:00
tanshu
fe5e4a2308
Version Bump v15.0.0
v15.0.0
2026-08-25 20:23:34 +05:30
tanshu
b7446c65ad
Updated the deploy and version bump scripts to use major minor and patch notation.
2026-08-25 14:53:16 +00:00
tanshu
df289b20b8
Consolidated commit message to v22 signals
2026-08-25 14:45:09 +00:00
tanshu
6403d25d3e
Version Bump v14.2.0
v14.2.0
2026-07-20 15:40:29 +05:30
tanshu
953d4436e0
Prevent duplicate import
2026-07-20 10:09:32 +00:00
tanshu
81619f8569
Created a transaction import voucher. I will use it to import my credit card and bank statements.
2026-07-20 09:21:46 +00:00
tanshu
7ad4f8c312
Chore: Updated dependencies
2026-05-05 16:51:19 +00:00
tanshu
fb2d7324d4
Fix: Purchase was still not getting the Rate Contract information.
2026-05-05 16:09:57 +00:00
tanshu
7aeb2a6055
Redid the ansible playbook
2026-05-05 10:04:35 +00:00
tanshu
d14aba1202
Fix: Typo in Dockerfile
2026-05-05 10:03:55 +00:00
tanshu
c7c562541b
Fix: Purchase was not showing contract rates.
2026-05-05 08:30:35 +00:00
tanshu
863bd5117b
Temporal products route added.
2026-03-01 02:57:01 +00:00
tanshu
d6ba3b8e1b
Roles can have included roles.
2026-02-28 15:14:47 +00:00
tanshu
1e7476c5d9
Moved to uv from poetry
...
Updated ruff and mypy, accepted all changes
Central exception management and injected the Session.
This removed a lot of duplicated boilerplate code.
Added health check
Updated to Angular 21
2026-02-24 03:08:05 +00:00
tanshu
770fd0c6dd
mypy and ruff changes.
2026-02-18 10:08:27 +00:00
tanshu
ba97abf0c5
Chore: Updated .vscode/* files and other boilerplate stuff
2026-02-18 07:37:03 +00:00
tanshu
608d1e6f13
Fix: Receipt component wouldn't replace the url adding to history when updating the url. Unlike the payment form.
...
UI: Added the shortcut in front of Vouchers in nav bar
2025-09-27 08:26:52 +00:00
tanshu
12bddcd7cc
Product Detail is neater.
...
Recipe list fixed.
Recipe xlsx not working.
2025-07-21 06:18:23 +00:00
tanshu
0a60a4be6a
Fix: Rate contract update.
2025-07-17 11:05:57 +00:00
tanshu
b1d5ff7df6
Fix: Batch Integrity
...
Fix: Cash Flow
Fix: Non Contract Purchase
Fix: Stock Movement
Fix: Trial Balance
2025-07-16 07:14:09 +00:00
tanshu
846a7209ee
Removed all Material Cards
...
Removed Tailwind
Moved to scss
Moved to material theme 3
2025-07-16 05:16:51 +00:00
tanshu
c542114e42
Converted Date to Moment. Since Datepicker is already using Moment adapter
2025-07-15 19:04:35 +00:00
tanshu
d3588977a5
Chore: Cleaned up angular component imports.
2025-07-15 18:55:08 +00:00
tanshu
efd9d1da7a
Support date query param for journal / payment / reciept voucher
2025-07-15 17:46:39 +00:00
tanshu
e35db8144b
Fix: Error messages were not properly captured in the frontend.
...
Feature: F5,6,7 to change between Receipt, Payment and Journal voucher.
2025-07-15 15:29:44 +00:00
tanshu
11d43f08af
Chore: Made imports cleaner.
...
Chore: VS Code pylance created typings, ignoring them.
2025-06-29 20:10:54 +00:00
tanshu
00a71a63c0
Fix: Add product did not have insert_default or server_default. So I added both to all
2025-06-27 08:42:47 +00:00
tanshu
2496b5c16e
Fix: Product query was giving the version id and not product id.
...
The product ledger query needs to be uniqued.
2025-06-26 09:16:59 +00:00
tanshu
506123803a
Version Bump v14.0.0
2025-06-26 12:16:22 +05:30
tanshu
cb2b650375
Moved to Angular v20 and Tailwind v4 plus all related dependencies
...
Renamed Docker directory.
Also serving static files from FastAPI.
2025-06-26 06:46:17 +00:00
tanshu
05b395af00
Changed the build system. Now I am targeting multi arch. Added Product Version and SkuVersion
2025-06-25 06:22:44 +00:00
tanshu
0d2dea4eff
housekeeping
2025-06-24 01:31:19 +00:00
tanshu
3dd482f7d6
Version Bump v13.3.0
v13.3.0
2024-08-19 17:01:17 +05:30
tanshu
18524a5f47
Feature: Added a Mozimo Daily Register which shows products from Menu Items category
2024-08-19 17:01:04 +05:30