Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9bf6f81
test
johngonzales0305 May 2, 2026
e6ab0c9
Merge pull request #1 from johngonzales0305/johngonzales0305/patch-16999
johngonzales0305 May 2, 2026
b6461c1
test
johngonzales0305 May 2, 2026
95944e5
test item
johngonzales0305 May 2, 2026
9dbf5bf
Merge pull request #2 from johngonzales0305/johngonzales0305/patch-18125
johngonzales0305 May 2, 2026
4767810
updates
johngonzales0305 May 2, 2026
922a0c4
test
johngonzales0305 May 2, 2026
c75686a
test1
johngonzales0305 May 2, 2026
b1270a6
Merge pull request #3 from johngonzales0305/path-18127
johngonzales0305 May 2, 2026
4841753
translation
johngonzales0305 May 3, 2026
f611a66
Merge pull request #4 from johngonzales0305/johngonzales0305/patch-40060
johngonzales0305 May 3, 2026
60ee4d0
Tables updates
johngonzales0305 May 6, 2026
75db59d
Merge pull request #5 from johngonzales0305/johngonzales0305/patch-40060
johngonzales0305 May 6, 2026
93cb21f
Added Ecommerce and inventory components
May 10, 2026
c9ba571
Merge branch 'main' into johngonzales0305/patch-32013
johngonzales0305 May 10, 2026
f2af824
Merge pull request #6 from johngonzales0305/johngonzales0305/patch-32013
johngonzales0305 May 10, 2026
433fdeb
update icons
May 10, 2026
9bcfc4a
Merge branch 'main' into patch-21
johngonzales0305 May 10, 2026
8c05fc7
Merge pull request #7 from johngonzales0305/patch-21
johngonzales0305 May 10, 2026
d58ed81
merged
johngonzales0305 May 11, 2026
3667362
Merge branch 'main' into johngonzales0305/patch-45442
johngonzales0305 May 11, 2026
915eb6c
Merge pull request #8 from johngonzales0305/johngonzales0305/patch-45442
johngonzales0305 May 11, 2026
0bfebaa
table transactions
johngonzales0305 May 17, 2026
5340e74
Merge pull request #9 from johngonzales0305/patch-100
johngonzales0305 May 17, 2026
8c67f67
Updates for the list
May 22, 2026
6576571
update table list
May 23, 2026
07a5015
test
May 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
"tsConfig": "tsconfig.app.json",
"assets": [
"public/images/favicon.ico",
{
"glob": "**/*",
"input": "public"
Expand Down Expand Up @@ -85,6 +86,7 @@
],
"tsConfig": "tsconfig.spec.json",
"assets": [
"public/favicon.ico",
{
"glob": "**/*",
"input": "public"
Expand Down
262 changes: 255 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@popperjs/core": "^2.11.8",
"@tailwindcss/postcss": "^4.1.11",
"@types/prismjs": "^1.26.5",
Expand All @@ -38,7 +40,9 @@
"swiper": "^11.2.10",
"tailwindcss": "^4.1.11",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
"zone.js": "~0.15.0",
"lightningcss-linux-x64-gnu": "1.30.1" ,
"@tailwindcss/oxide-linux-x64-gnu": "4.1.11"
},
"devDependencies": {
"@angular/build": "^21.2.2",
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
Binary file modified public/images/favicon.ico
Binary file not shown.
Binary file added public/images/logo/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logo/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/user/johng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/user/owner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/user/owner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/user/owner1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/user/owner1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading