tanshu
01b0cbfadf
Removed Unnecessary Flex class
2025-07-11 11:44:28 +00:00
tanshu
88a1572747
Chore: Removed Mat Card from everywhere.
...
Chore: Removed the Toaster Service.
Chore: Updated to Material Theme 3
2025-07-11 11:30:35 +00:00
tanshu
8ad9e6562c
Removed all mr-5, mb-5 and basis tailwind classes.
...
Will soon remove tailwind totally.
2025-07-10 10:58:48 +00:00
tanshu
44513dd6be
Moved to Angular 20
...
Moved to Tailwind 4
Moved to Python 3.13
Enabled arm64/v8 Builds
2025-07-02 04:32:35 +00:00
tanshu
68ab90ec48
Chore: Cleaned up imports to use Modules.
...
Feature: Added an eslint rule to sort component imports
2024-12-19 08:29:05 +05:30
tanshu
2495c24e1a
Chore: Updated python dependencies
...
Chore: Updated angular to v19
Chore: Refactored ops with docker and ansible
2024-12-16 17:58:17 +05:30
tanshu
010e9a84db
Chore: Upgrade to Angular v18
...
Chore: Upgrade to Python 3.12
Chore: Upgrade to psycopg3
2024-06-03 13:22:56 +05:30
tanshu
09b762d154
Chore:
...
Moved to Angular 16
Moved to FastAPI 0.100.0
Moved to pydantic 2.0
2023-07-22 09:20:01 +05:30
tanshu
efa2af396d
Chore: Moved from css to sass, god knows what to do now.
...
Chore: Prettier line length changed to 120 from 100
Fix: Hard coded the face as the primary color to make the buttons stand out
2023-03-13 23:52:44 +05:30
tanshu
e46fe7f90e
Feature: Tax Regimes are added so that different bills with different series can be printed for Different regimes such as VAT and GST
...
Chore: Model relationships updated to make them simpler
Chore: Bill printing majorly refactored for it
Due to the sheer depth of the changes. There can be showstoppers. Please test it carefully
2023-03-05 23:50:41 +05:30
tanshu
5c7985e392
Chore:
...
Moved to sqlalchemy 2.0
Added type checking as much as possible
Updated angular to 15
Moved from Angular flex layout to tailwind css
Started developing on vscode with devcontainers
2023-02-20 18:49:17 +05:30
tanshu
792ccf923f
Chore:
...
Upgraded to Angular 14
2022-07-06 09:04:10 +05:30
tanshu
d43aab0b23
Chore: Updated linter changed this.
2022-04-03 07:26:40 +05:30
tanshu
debe0df7b7
Chore: Fix import of Observable to be from rxjs and not rxjs/internal. It was maybe causing optimization bailouts
2021-09-20 09:30:00 +05:30
tanshu
2f440a4127
Feature: Sale Category also shows the products in it to make it easier to check for errors.
2021-08-06 08:23:36 +05:30
tanshu
73850560aa
Customer discount with prefill discount in sales.
2021-04-02 14:34:07 +05:30
tanshu
e4500f0d46
Breaking: Discount is applicable on sale category and not on menu category
...
Fix the import, etc on this.
While entering discount in sale, it checks the max allowed.
2020-12-16 11:49:22 +05:30
tanshu
3ad73dff1c
Feature: Now a tax can be broken up into multiple components while bill printing.
...
This is especially for GST. The format for the tax name is
"Display name 1 (Ratio eg. 1/2) ; Display name 1 (Ratio eg. 1/2)"
eg.
"SGST on Food @ 2.5% (1/2) ; CGST on Food @ 2.5% (1/2)"
or
"UTGST on Food @ 2.5% (1/2) ; CGST on Food @ 2.5% (1/2)"
Feature:
All report printing now uses local aware number formatting for Indian locale.
2020-12-13 13:14:19 +05:30
tanshu
d65379a068
Chore: ng lint using the recommended @angular-eslint style
2020-12-08 18:50:46 +05:30
tanshu
6567f560ab
Updated to angular 11
...
Now compiling with strict mode in typescript
Need to error checking now
2020-11-22 10:13:37 +05:30
tanshu
d677cfb1ea
Blacked and isorted the python files
...
Prettied and eslinted the typescript/html files
2020-10-11 10:56:29 +05:30
tanshu
fdfd3dcbfb
Added: Alembic for migrations
...
Moving from Pyramid to FastAPI
2020-06-14 18:43:10 +05:30
Amritanshu
2474e3ef25
Fixed a few errors which showed up when ng build --prod was used
...
Removed the loading bar component as it was giving build troubles and can be added back later
Added the HttpClientModule import to app.module without which it will not run
2019-08-19 17:50:04 +05:30
Amritanshu
c81b92c336
Fix: import script to fit the new structure of voucher table (is_printed field removed, voucher_type != KOT is now assumed to be printed)
...
Fix: Take-away bill type is now removed
Fix: Table overview now shows the right amounts
Voucher Save and Update should now work
Discounts now working (permissions are not checked)
2019-08-08 13:31:30 +05:30
Amritanshu
7d06a2f961
Save Bill Works
2019-07-13 21:32:18 +05:30
Amritanshu
4513e8b263
Bills initially working just as proof of concept
...
ng linted
modifier categories list is better at displaying data sanely now
2019-07-11 12:17:41 +05:30
Amritanshu
d69ab0063a
Big Chunk of updates on way to making the sales portion working
2019-07-06 13:46:18 +05:30
Amritanshu
05f8058a15
Product Group renamed to Menu Category
...
Extracted Product Group -> Group_type to a a new object called Sale Category.
Moved tax from product to Sale Category for uniform taxes on types of sales.
2019-06-20 13:15:23 +05:30