Compare commits

...

492 Commits

Author SHA1 Message Date
Javier Segarra 07619f5150 Merge branch 'beta' into fix_myMenu
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-17 15:43:24 +00:00
Javier Segarra f6e60b73c6 Merge pull request 'feat(tpv): integrar ID de empresa en el proceso de pago y actualizar llamadas a la API' (!144) from golguin/hedera-web:migrate-tpv-store into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #144
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-17 15:40:39 +00:00
Javier Segarra 9c0a22ba5f Merge pull request 'Migrate the rest of jApi calls in address list' (!138) from wbuezas/hedera-web-mindshore:feature/migrate-account-jApi into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #138
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-17 15:02:23 +00:00
Javier Segarra 7571badd7c Merge branch 'beta' into feature/migrate-account-jApi
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-17 15:02:02 +00:00
Guido 75f4e43c57 refactor(tpv): Se cambió el nombre de la variable de order a orderId y se actualizaron las llamadas a la API relacionadas.
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-17 11:34:07 -03:00
Javier Segarra 581b1d826d Merge pull request 'Catalog view' (!142) from wbuezas/hedera-web-mindshore:feature/catalog-view into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #142
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-17 07:22:33 +00:00
Javier Segarra 7897686368 Merge branch 'beta' into feature/catalog-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-17 07:22:10 +00:00
Javier Segarra 34fc6c73df Merge pull request 'refactor: use Salix to create or edit an Order' (!132) from ldragan/hedera-web:taro/sc into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #132
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-16 22:01:48 +00:00
Guido aae4f7a48a feat(tpv): integrar ID de empresa en el proceso de pago y actualizar llamadas a la API
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
Se agregó la validación del ID de empresa en OrdersView. Se refactorizaron los métodos de transacción TPV para usar los nuevos endpoints de la API.
2025-04-16 11:23:26 -03:00
Javier Segarra 9cb47fb0f0 perf: simplify name
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-14 08:00:19 +02:00
taro 7ad5feacc2 refactor(CheckoutView): `return await api.post` in createOrder
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 23:01:56 -03:00
Javier Segarra 3808e510a8 perf: simplify name
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 19:56:28 +02:00
William Buezas 6f54921bf5 Change item methods naming
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 17:20:29 +02:00
William Buezas d40c43ac77 Change order id to orderfk
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 17:02:53 +02:00
William Buezas 43173272bd Change calcCatalogFromItem name
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 13:19:03 +02:00
William Buezas 011337b88a Use order filter method
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 13:14:12 +02:00
William Buezas a227bc34fa Move template tag
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-13 12:39:46 +02:00
Javier Segarra ddb4d4cd2a feat: call to endpoint myMenu
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-12 13:20:15 +02:00
William Buezas ad767ecd2b catalog view migration
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-09 10:26:34 +02:00
taro 099d7feb78 refactor(CheckoutView): remove no-longer-needed jApi 🎉
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-09 02:52:26 -03:00
taro d67f1f2427 refactor(CheckoutView): dedup code in getAgencies/getWarehouses 2025-04-09 02:51:37 -03:00
taro bddfb74bd8 refactor(CheckoutView): use Salix for getWarehouses 2025-04-09 02:47:15 -03:00
taro 23d97a5f63 refactor(CheckoutView): use Salix for getOrder
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-08 01:44:10 -03:00
taro 03175e15b0 refactor(CheckoutView): remove unnecessary check
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-07 20:45:39 -03:00
taro c5fbb9205a fix(CheckoutView): un-hard-code OrderConfigs in createOrder 2025-04-07 20:43:46 -03:00
taro 0fd14873be refactor(CheckoutView): use salix for order update 2025-04-07 00:50:24 -03:00
taro 53d0bb96d8 refactor(CheckoutView): remove leftover test code
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-07 00:11:02 -03:00
taro f5e17900d7 refactor(CheckoutView): use salix for createOrder
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-07 00:03:20 -03:00
Javier Segarra be54a93e63 Merge pull request 'News view refactor' (!137) from wbuezas/hedera-web-mindshore:feature/news-view into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #137
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-04 11:09:55 +00:00
William Buezas 2604ba386e Merge branch 'feature/news-view' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/news-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-04 11:50:02 +02:00
William Buezas 824fa28126 Use fetch data component 2025-04-04 11:49:45 +02:00
taro 410bf86913 refactor(CheckoutView): use salix for checkOrder
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-03 10:58:46 -03:00
William Buezas f23e7c134f Migrate the rest of jApi calls in address list
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-03 11:27:53 +02:00
Javier Segarra 28b375cbbb Merge branch 'beta' into feature/news-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-03 08:29:56 +00:00
Javier Segarra efa49fccdd Merge pull request 'Migrate visits view' (!135) from wbuezas/hedera-web-mindshore:feature/visits-view into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #135
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-02 21:42:13 +00:00
Javier Segarra 6af783b51e Merge branch 'beta' into feature/visits-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-02 21:40:03 +00:00
Javier Segarra 94b405ffc7 Merge pull request 'feature/photo-view' (!133) from wbuezas/hedera-web-mindshore:feature/photo-view into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #133
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-02 21:39:52 +00:00
Javier Segarra 6817d409e1 Merge branch 'beta' into feature/photo-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-02 21:37:42 +00:00
Javier Segarra 3ab73f5989 Merge pull request 'feat(invoices): migrar de jApi a endpoint REST API' (!134) from golguin/hedera-web:invoice-view-migrate into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #134
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-04-02 21:37:29 +00:00
Javier Segarra 2557e70638 Merge branch 'beta' into feature/photo-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-02 21:34:45 +00:00
William Buezas a1b54d50b5 Fix order by 2025-04-02 15:37:12 +02:00
William Buezas 509a7870a9 WIP 2025-04-02 15:20:25 +02:00
William Buezas 47a5abf1e3 WIP 2025-04-01 16:43:06 +02:00
Guido 4ef5e8f97b fix(invoices): Refactorización del manejo de fechas en la función fetchInvoices
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
- Se actualizó la función fetchInvoices para desestructurar los parámetros de fecha de un objeto y mejorar la legibilidad.
2025-04-01 11:39:31 -03:00
William Buezas 17ce649a11 Change route
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-01 11:31:56 +02:00
William Buezas 3f356f4143 Remove console.log
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-04-01 09:49:31 +02:00
Guido 5881f12306 feat(invoices): migrar de jApi a endpoint REST API
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
- Reemplazar consulta SQL directa por llamada a endpoint
2025-03-31 16:03:57 -03:00
William Buezas 1e0ae8f976 Migrate visits view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-31 11:20:10 +02:00
Javier Segarra 8ef7f531fb Merge pull request 'Migración vista Control panel' (!126) from wbuezas/hedera-web-mindshore:feature/admin-control-panel into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #126
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-31 07:51:46 +00:00
Javier Segarra 973416e332 Merge branch 'beta' into feature/admin-control-panel
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-31 07:51:23 +00:00
taro e7f4ece0a7 refactor(CheckoutView): use salix for getAgencies
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-31 03:35:52 -03:00
taro 9e39809967 Merge branch 'beta' into taro/sc
# Conflicts:
#	src/utils/onUserId.js
2025-03-31 02:58:37 -03:00
William Buezas 0a90cac0dc Merge branch 'feature/admin-control-panel' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/admin-control-panel
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-28 15:09:45 +01:00
William Buezas bf22196e44 Remove dash 2025-03-28 15:09:31 +01:00
Javier Segarra 2f307e7a7b Merge pull request 'Connections view' (!130) from wbuezas/hedera-web-mindshore:feature/connections-view into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #130
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-28 13:33:09 +00:00
Javier Segarra 81e982ecb1 Merge branch 'beta' into feature/admin-control-panel
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-28 13:32:48 +00:00
Javier Segarra aa4e161c1f Merge branch 'beta' into feature/connections-view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-28 13:32:22 +00:00
Javier Segarra c224d9e854 Merge pull request 'fix: use Salix to get the list of confirmed orders' (!124) from ldragan/hedera-web:taro/confirmed-orders into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #124
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-28 13:32:02 +00:00
Javier Segarra 8690f89e4d Merge branch 'beta' into feature/connections-view 2025-03-28 08:22:43 +00:00
taro 809527558e refactor: use Salix for myAddresses 2025-03-28 02:09:15 -03:00
taro 62eb1069ca Merge branch 'beta' into taro/confirmed-orders
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-27 19:40:49 -03:00
taro f00bfb1311 refactor: use salix for myBasketDefaults 2025-03-27 19:39:55 -03:00
Javier Segarra d087a736b7 Merge pull request 'feat: migrate query agency volume procedure' (!131) from golguin/hedera-web:package-view-migrate into beta
Reviewed-on: #131
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-27 17:58:30 +00:00
Guido 59efebd022 feat: migrate query agency volume procedure 2025-03-27 17:58:30 +00:00
William Buezas a6b6599977 Photos view migration
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-27 09:37:04 +01:00
Javier Segarra bae2de2478 Merge pull request 'fix: migrate pending orders' (!121) from ldragan/hedera-web:taro/pending-orders into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #121
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-27 05:15:03 +00:00
William Buezas 365d4d31e1 Code improvement
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-26 09:37:24 +01:00
William Buezas d9445f72e3 Acortar codigo
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-26 09:31:47 +01:00
William Buezas f7030d1213 WIP 2025-03-25 15:11:42 +01:00
William Buezas a7264fe1fc Migrate image collections 2025-03-25 11:42:53 +01:00
William Buezas 6cb8267a0b News view refactor
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-25 10:53:52 +01:00
Javier Segarra de5285553d Merge branch 'beta' into feature/admin-control-panel
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-25 09:15:52 +00:00
taro 512b0b5e9c refactor(PendingOrders): address PR comments
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-25 05:50:08 -03:00
taro 859ffbd1fd fix(PendingOrders): migrate removeOrder, too
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-25 04:08:43 -03:00
Javier Segarra f8cf865e04 Merge pull request 'Items view' (!129) from wbuezas/hedera-web-mindshore:feature/items-view into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #129
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-24 13:56:15 +00:00
William Buezas 0f733ba388 resolve conflicts
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-24 13:56:45 +01:00
William Buezas b691bf2cf4 Connections view
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-24 13:02:19 +01:00
Javier Segarra 98b8ece995 Merge pull request 'Create new searchbar and UsersView requests' (!128) from wbuezas/hedera-web-mindshore:feature/admin-users into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #128
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-23 22:32:31 +00:00
Javier Segarra 1189f85e9b Merge branch 'beta' into feature/admin-users
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-23 22:30:43 +00:00
Lautaro Dragan 64582e99c7 Merge branch 'beta' into taro/pending-orders
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-22 15:27:34 +00:00
taro 89de158514 refactor: remove redundant `where` filter clause
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-22 12:08:46 -03:00
taro cc3bc45a2c . 2025-03-22 12:01:11 -03:00
Javier Segarra 0b6890987a Merge pull request 'feature/Account-view-refactor' (!125) from wbuezas/hedera-web-mindshore:feature/Account-view-refactor into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #125
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-21 14:44:52 +00:00
Javier Segarra c8620a53e4 Merge branch 'beta' into feature/Account-view-refactor
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-21 14:44:11 +00:00
Javier Segarra 1138274243 Merge pull request 'feature/Address-view-refactor' (!123) from wbuezas/hedera-web-mindshore:feature/Address-view-refactor into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #123
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-21 14:40:27 +00:00
Javier Segarra 73feb098fe Merge branch 'beta' into feature/Address-view-refactor
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-21 14:08:02 +00:00
Javier Segarra dabeab2e29 Merge pull request 'feat(HomeView): use salix for news' (!118) from ldragan/hedera-web:taro/home-news into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #118
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-21 14:06:28 +00:00
Javier Segarra bc01a4bf53 Merge pull request 'Address list query' (!122) from wbuezas/hedera-web-mindshore:feature/address-list-query into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #122
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-21 14:06:01 +00:00
Javier Segarra dbd46d602d Merge branch 'beta' into feature/address-list-query
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-21 14:05:22 +00:00
Javier Segarra f19457f162 Merge pull request 'feature/my-menu-query' (!112) from wbuezas/hedera-web-mindshore:feature/my-menu-query into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #112
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-21 13:54:28 +00:00
Javier Segarra 24cac709d7 Merge branch 'beta' into feature/my-menu-query
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-21 13:53:39 +00:00
Javier Segarra 1cb007b059 Merge branch 'beta' into feature/admin-control-panel
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-21 13:05:42 +00:00
taro afbbbace4b refactor: onUserId
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-20 23:55:53 -03:00
taro d012ca74fe refactor: minor code cleanup
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-20 23:51:10 -03:00
William Buezas 316fa02ff7 Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-20 17:24:04 -03:00
William Buezas e97aa4b2a4 Items view 2025-03-20 15:18:12 -03:00
William Buezas 37c95ba13d Input change
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-19 14:10:07 -03:00
William Buezas 92dc8998bf Input change
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-19 11:50:54 -03:00
taro 49d8165395 refactor: onUserId.js
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-18 22:07:58 -03:00
William Buezas c24480099f Create new searchbar and UsersView requests
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-18 14:32:00 -03:00
taro 2593876813 refactor: onUserId
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-17 16:02:04 -03:00
William Buezas ce4fdf06f5 Control panel migration
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-16 17:31:24 -03:00
William Buezas 5e3387fb6d Modify required attr
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-14 14:41:59 -03:00
William Buezas 55e0c68576 Account view refactor
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-14 13:34:43 -03:00
Javier Segarra 20293bd028 Merge pull request 'refactor: migrate `fetchUser` API call from PHP to Salix' (!111) from ldragan/hedera-web:taro/migrate-fetchUser into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #111
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-13 08:08:35 +00:00
taro d08c1ac86f fix style
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-13 03:09:24 -03:00
taro 1698a85055 debt.value = await api.get(`clients/${userId}/getDebt`)
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-13 02:48:54 -03:00
taro cba6b000fc orders.value = await api.post('applications/myTicket_list/execute-proc', params);
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-12 01:33:04 -03:00
William Buezas ae45ef91e1 Last changes
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-07 11:51:45 -03:00
William Buezas c20695b1ee Add fetch data
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-06 10:49:39 -03:00
William Buezas 97ec2fabc5 Improvements 2025-03-05 15:37:35 -03:00
William Buezas bd1e9b7037 Address views refactor 2025-03-04 10:32:12 -03:00
taro 2c5473cbf3 Merge branch 'beta' into taro/pending-orders
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-04 03:54:39 -03:00
taro 0f0717f382 refactor: use Salix for the pending orders
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-03-04 03:53:39 -03:00
William Buezas 6aee070616 Add is active filter
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-28 17:44:37 -03:00
William Buezas 832d8bb140 Add japi
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-28 16:01:22 -03:00
Javier Segarra 47c61a7b35 Merge pull request 'imageConfig query refactor front' (!117) from wbuezas/hedera-web-mindshore:feature/imageConfig-query into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #117
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-02-27 19:28:39 +00:00
William Buezas da06ef45c8 Merge branch 'beta' of https://gitea.verdnatura.es/verdnatura/hedera-web into feature/imageConfig-query
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-27 16:16:43 -03:00
William Buezas 1f39c5ef5d Refactor address list query
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-27 16:13:37 -03:00
Javier Segarra 98bbc97c88 Merge pull request '281527 fr startOrder' (!120) from lancer_une_commande into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #120
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
2025-02-27 11:28:03 +00:00
Javier Segarra 1760b97e5f i18n: fr startOrder
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-27 12:03:35 +01:00
Javier Segarra 4e702c6374 Merge pull request 'Update patch version' (!119) from update_patch_version into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #119
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
2025-02-27 09:22:50 +00:00
Javier Segarra e70901ed7d feat: update patch version
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-27 09:28:15 +01:00
William Buezas 1602218f07 Change query path
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-26 14:34:45 -03:00
William Buezas f4dbf95095 Change imageUrl asignment
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-26 14:04:54 -03:00
William Buezas c2745a673c Change request url
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-26 14:01:22 -03:00
taro a64a2a91f6 feat(HomeView): use salix for news
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-24 17:59:45 -03:00
William Buezas ce792f7bf6 Refactor front
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-24 17:52:15 -03:00
Lautaro Dragan 52fec5d087 Merge branch 'beta' into taro/migrate-fetchUser
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-24 14:16:18 +00:00
Javier Segarra 6edce7496c Merge pull request 'feat: update patch version' (!115) from patch_version into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #115
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
2025-02-23 09:05:31 +00:00
Javier Segarra 62fc4ed82d feat: update patch version
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-22 12:30:30 +00:00
Javier Segarra 09ea4f8f63 Merge pull request 'Fix start order tooltip' (!114) from wbuezas/hedera-web-mindshore:feature/start-order-tooltip into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #114
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-02-21 19:21:39 +00:00
William Buezas 3ff4d2bf6c Fix start order tooltip
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-21 14:24:46 -03:00
Javier Segarra 9de1cedf7d Merge pull request '281527 lance_commande' (!113) from 281527_lance_commande into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #113
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
2025-02-21 16:03:30 +00:00
Javier Segarra 3bc7d1fe45 perf: remove //
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-21 14:32:52 +01:00
Javi Gallego 28687c51a2 fix: update French translation for 'start order' to improve clarity 2025-02-21 14:32:32 +01:00
Javier Segarra efc95493ef Merge pull request 'Fix photo view and login tests' (!109) from wbuezas/hedera-web-mindshore:fix-some-tests into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #109
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-02-21 13:21:38 +00:00
taro 4ad4cb17e8 refactor: remove unnecessary verification
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-20 04:57:23 -03:00
William Buezas e444266db4 My menu query adaptation
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-19 13:39:00 -03:00
taro 93c481aadf handle possible error case
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-19 02:17:09 -03:00
taro bf449548c9 address comments — remove unnecessary explicit passing of auth token
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-19 02:05:42 -03:00
taro 29c42d7f34 refactor: migrate `fetchUser` API call from PHP to Salix
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-18 00:32:34 -03:00
Javier Segarra f19cfff084 Merge branch 'beta' into fix-some-tests
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-17 21:27:43 +00:00
Juan Ferrer 42a7503f37 ci: refs #4922 debian/rules fix
gitea/hedera-web/pipeline/head This commit looks good Details
2025-02-11 11:57:29 +01:00
Juan Ferrer 6f85e8d611 ci: refs #4922 debian/rules fix
gitea/hedera-web/pipeline/head This commit looks good Details
2025-02-11 11:50:10 +01:00
Juan Ferrer c4c04d8b0f ci: refs #4922 add apt update to Dockerfile 2025-02-11 11:41:45 +01:00
Juan Ferrer 0d2b0cf02e ci: refs #4922 Remove redundant installs from Dockerfile
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2025-02-11 11:36:54 +01:00
Juan Ferrer 0a07b0bf33 ci: refs #4922 Debian rules pnpm hoist
gitea/hedera-web/pipeline/head This commit looks good Details
2025-02-11 08:12:32 +01:00
Juan Ferrer 7c7f1b976c ci: refs #4922 Docker image fixes
gitea/hedera-web/pipeline/head This commit looks good Details
2025-02-11 08:00:08 +01:00
Javier Segarra c0bcad6ce0 Merge pull request 'FIX pnpm deployment' (!110) from fix_pnpm_deploy into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #110
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
2025-02-10 09:48:43 +00:00
Javier Segarra 040a3b86c2 feat: patch version
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-10 08:19:52 +00:00
Javier Segarra 9bb0652809 fet: enable pnpm
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-10 09:18:57 +01:00
Javier Segarra 36dd0abf9d fix: use pnpm in debian/rules 2025-02-10 09:18:43 +01:00
William Buezas 4d91014fc2 Fix tests
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-07 12:45:28 -03:00
Javier Segarra 16cc55da0c Merge pull request 'beta_fix_build' (!107) from beta_fix_build into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #107
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
2025-02-07 12:55:56 +00:00
Javier Segarra 8a3acff50b fix_ build
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-06 21:04:20 +01:00
Javier Segarra a3f5283c49 feat: open when dev
gitea/hedera-web/pipeline/head This commit looks good Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-06 20:57:46 +01:00
Javier Segarra 2584abd224 fix: quasar.config updates
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-06 20:49:19 +01:00
Javier Segarra 3f1a93a47a feat: update patch version
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-05 22:40:35 +01:00
Javier Segarra 48c3d7cbe3 revert: eeslintrc 2025-02-05 22:39:32 +01:00
Javier Segarra e4223a3aee fix: remove void fn 2025-02-05 22:39:22 +01:00
William Buezas 38dd1d6303 Remove quasar config eslint
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-02-05 15:56:00 -03:00
William Buezas 215142c6b7 Fix eslint 2025-02-05 15:54:41 -03:00
Javier Segarra 30dca813b6 Merge pull request 'renew-token-check' (!98) from wbuezas/hedera-web-mindshore:renew-token-check into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #98
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-01-17 23:13:21 +00:00
Javier Segarra 3630a72b78 fix: logout
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-01-17 23:55:01 +01:00
Javier Segarra 9b1765e9bf fix: minor changes 2025-01-17 23:54:15 +01:00
Javier Segarra 85296109ca fix: minor sql change
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-01-17 12:07:59 +01:00
Javier Segarra be8a1121f8 Merge branch 'beta' into renew-token-check 2025-01-17 12:06:29 +01:00
Javier Segarra b94368f7c9 feat: update patch version
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2025-01-16 12:33:28 +00:00
Javier Segarra 5b15351844 Merge pull request 'feat: Admin/Items show only isActive' (!99) from admin_item_isActive into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #99
2025-01-16 12:29:41 +00:00
Javier Segarra 3eb191d2d1 feat: zoom image home
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-01-16 13:29:00 +01:00
Javier Segarra 2392f8c8d7 feat: sql style
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2025-01-16 12:58:48 +01:00
Javier Segarra e618090c7c feat: show only isActive 2025-01-16 12:58:04 +01:00
Javier Segarra 242ea99e61 fix: warn
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-30 10:26:06 +01:00
William Buezas ecfb6cc4eb Merge branch 'beta' of https://gitea.verdnatura.es/verdnatura/hedera-web into renew-token-check
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-24 09:00:59 -03:00
William Buezas ad9be84b9c Renew token improvements
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-22 21:53:44 -03:00
William Buezas 9658a63b6b WIP 2024-12-13 09:27:07 -03:00
Javier Segarra 4c1514f2a7 feat: update patch version
gitea/hedera-web/pipeline/head This commit looks good Details
2024-12-12 22:32:28 +01:00
Javier Segarra fb7da8a878 fix: replace lg by wxh
gitea/hedera-web/pipeline/head This commit looks good Details
2024-12-11 23:04:14 +01:00
Javier Segarra f2a13b7b96 feat: rollback missing dependencies
gitea/hedera-web/pipeline/head This commit looks good Details
2024-12-11 11:59:31 +01:00
Javier Segarra d6f1c8dc04 Merge branch 'beta' of https://gitea.verdnatura.es/verdnatura/hedera-web into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-12-11 11:51:59 +01:00
Javier Segarra c32231202f feat: update patch version 2024-12-11 11:51:57 +01:00
Javier Segarra 4a7bc00c62 Merge pull request 'Replace data-testid' (!97) from wbuezas/hedera-web-mindshore:replace-data-testid into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #97
2024-12-10 13:32:37 +00:00
Javier Segarra aacac8dc28 Merge branch 'beta' into replace-data-testid
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-10 13:32:14 +00:00
William Buezas 6adb4268ff Remplace data-testid
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-10 10:29:42 -03:00
Javier Segarra 9b26f2dc7f Merge pull request 'Fix tests andd add catalog view test' (!96) from wbuezas/hedera-web-mindshore:tests-changes into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #96
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-12-10 12:06:40 +00:00
Javier Segarra bf25e871f3 Merge branch 'beta' into tests-changes
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-10 12:04:05 +00:00
William Buezas 3aad2eaeec Fix tests and add new test to Catalog
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-10 08:57:57 -03:00
Javier Segarra 0f1bde3b77 Merge pull request '#7750 - first-beta-review' (!95) from wbuezas/hedera-web-mindshore:first-beta-review into beta
gitea/hedera-web/pipeline/head This commit looks good Details
Reviewed-on: #95
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-12-09 23:18:06 +00:00
William Buezas 99c1386627 Small changes 2024-12-09 15:30:51 -03:00
William Buezas d913eba277 Tests adjustments 2024-12-09 15:18:45 -03:00
William Buezas dedb8a73a5 Resolve conflicts and simplyfy localeDates
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-12-09 11:30:52 -03:00
William Buezas 09866f5b41 Add promise all in catalog
gitea/hedera-web/pipeline/pr-beta There was a failure building this commit Details
2024-12-05 18:39:33 -03:00
William Buezas 41196b4a23 VnSelect loading 2024-12-05 10:12:18 -03:00
William Buezas 65923fee9f Modify readme 2024-12-04 11:31:08 -03:00
William Buezas 52e45b93a0 Show always confirm button in stepper 2024-12-03 13:08:13 -03:00
William Buezas 221d0e7b8c Add default agency if found 2024-12-03 13:04:21 -03:00
William Buezas e7289b05e9 Emit search error when not typing search term 2024-12-03 12:36:34 -03:00
William Buezas 9fb67992ae Make locale dates a getter 2024-12-03 11:07:34 -03:00
William Buezas be0636a832 Recover password view and test 2024-12-03 10:52:59 -03:00
William Buezas 0aeacc88bc Remove bg color 2024-12-02 21:45:16 -03:00
William Buezas e4770c045d Shor cards as much as possible 2024-12-02 15:13:48 -03:00
William Buezas 9cff4a9ea6 adjust catalog paddings 2024-11-28 21:47:01 -03:00
William Buezas f52ee3f649 Change catalog card QBadges colors 2024-11-28 21:30:07 -03:00
William Buezas 3c3e88b044 send Accept-Language header 2024-11-28 21:23:02 -03:00
William Buezas c61b047fed Remove empty list icons 2024-11-28 21:12:29 -03:00
William Buezas b80d6e499a Add error translation 2024-11-28 08:50:20 -03:00
William Buezas 0661f4dd74 Catalog small changes 2024-11-28 08:47:27 -03:00
Juan Ferrer f8da4a09bb refs #4922 version increased
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-28 11:39:13 +01:00
Juan Ferrer 456522e1dd refs #4922 debian/install removed doc, version increased
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-28 11:01:35 +01:00
Juan Ferrer 11e1404b93 refs #4922 deps fixed, utils moved to back
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-28 10:57:51 +01:00
William Buezas 0806f63d8d Show catalog zoom images correct resolution and add spinner in preview catalog item 2024-11-27 21:41:00 -03:00
William Buezas af7db23fed Fix selected item image 2024-11-27 21:28:11 -03:00
William Buezas 3ddf73c958 Checkout stepper reset address and agency value when changin method 2024-11-27 21:25:11 -03:00
William Buezas 26320f098f Adjust checkout stepper title 2024-11-27 21:18:59 -03:00
William Buezas 7d0d52c704 Remove package.json duplicate key 2024-11-27 20:58:25 -03:00
William Buezas 63b43506ab Add loader to checkout stepper confirm button 2024-11-27 20:25:23 -03:00
William Buezas 16b1e205d3 Checkout stepper adjust change arrows step position 2024-11-27 20:18:10 -03:00
William Buezas 7c2f6183b0 Adjust right drawer scroll 2024-11-27 20:14:58 -03:00
William Buezas 8fd4448aab Translate basket catalog button 2024-11-27 20:09:44 -03:00
Javier Segarra 2507b7c7e2 Merge pull request 'merge_generalImprovements' (!94) from merge_generalImprovements into beta
gitea/hedera-web/pipeline/head There was a failure building this commit Details
Reviewed-on: #94
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
2024-11-27 14:50:49 +00:00
Javier Segarra fe2b1e3e79 revert: images removed
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-11-27 15:48:35 +01:00
Javier Segarra 77bc288682 Merge branch 'beta' into merge_generalImprovements
gitea/hedera-web/pipeline/pr-beta This commit looks good Details
2024-11-27 15:41:24 +01:00
Javier Segarra cc06eaa203 Merge branch 'beta' into merge_generalImprovements 2024-11-27 15:40:07 +01:00
Javier Segarra cf17529b80 Merge remote-tracking branch 'mindshore/feature/GeneralImprovements' into merge_generalImprovements
gitea/hedera-web/pipeline/pr-beta There was a failure building this commit Details
2024-11-27 15:33:23 +01:00
Juan Ferrer 151ec4bcbb refs #4922 debian/install reports removed
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-27 15:20:21 +01:00
Juan Ferrer 33bc413e8c refs #4922 debuild image updated, debian/rules remove corepack
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-27 15:16:33 +01:00
Juan Ferrer e7aebc371e refs #4922 debian/rules use pnpm
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-27 15:08:28 +01:00
Juan Ferrer fed067c533 refs #4922 pnpm migration, unused deps removed, clean back deprecated files
gitea/hedera-web/pipeline/head There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
2024-11-27 14:24:21 +01:00
Juan Ferrer f1f40527bc refs #4922 Rename vue to beta
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 16:49:00 +01:00
Juan Ferrer 65280ccbc9 refs #4922 README fixes
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 14:29:08 +01:00
Juan Ferrer 5b84a03e16 refs #4922 Project root clean
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 14:25:57 +01:00
Juan Ferrer 850f4ba804 refs #4922 Version increased
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 12:43:22 +01:00
Juan Ferrer b05aaa36ba refs #4922 Apache rewrite fixes 2024-11-26 12:43:11 +01:00
Juan Ferrer bc97cd4a0a refs #4922 Apache config
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 12:23:56 +01:00
Juan Ferrer 56a4d46ac8 refs #4922 Version increased
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 11:56:49 +01:00
Juan Ferrer b47b63a550 refs #4922 Apache config 2024-11-26 11:56:27 +01:00
Juan Ferrer 0280a1ae82 refs #4922 Apache config
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-26 11:09:47 +01:00
Juan Ferrer fdda9a56c4 refs #4922 Version increased
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-25 18:03:05 +01:00
Juan Ferrer d6a8fa03dc refs #4922 Set apache rewrite config 2024-11-25 18:02:26 +01:00
Juan Ferrer 65b9d3d139 refs #4922 Deploy fixes
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-25 17:58:52 +01:00
Juan Ferrer ba0883fc7a refs #4922 Deploy fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 17:31:37 +01:00
Juan Ferrer 18e9f7cbe1 refs #4922 Dockerfile updated, rules fixes
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-25 17:07:33 +01:00
Juan Ferrer 2bf1c1f6dc refs #4922 Version increased
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 16:59:53 +01:00
Juan Ferrer a8d5f06866 refs #4922 Deploy fixes 2024-11-25 16:59:26 +01:00
Juan Ferrer cfceee4838 refs #4922 Jenkinsfile: Remove rdebuild folder
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 16:17:40 +01:00
Juan Ferrer 6c9e3bbc55 refs #4922 Debian rules fixes
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 16:09:34 +01:00
Juan Ferrer a285e1acc7 refs #4922 Version increased
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 16:05:43 +01:00
Juan Ferrer bf6690113d refs #4922 Version increased
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 15:03:18 +01:00
Juan Ferrer 3c18f64d58 refs #4922 debuild: Install dev deps
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 14:42:25 +01:00
Juan Ferrer aec14f8ebd refs #4922 Jenkinsfile: fix protected branches
gitea/hedera-web/pipeline/head There was a failure building this commit Details
2024-11-25 14:40:08 +01:00
Juan Ferrer e1be2703e8 refs #4922 Setup Vue deployment
gitea/hedera-web/pipeline/head This commit looks good Details
2024-11-25 14:36:38 +01:00
William Buezas 46b828bd0c Add tests to account config lang change
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-13 18:50:18 -03:00
William Buezas dfc8096b19 Merge branch 'feature/GeneralImprovements' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/GeneralImprovements
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-13 15:26:59 -03:00
William Buezas 1dc5bfe90c Change site lang when changing user lang configuration 2024-11-13 15:26:40 -03:00
Javier Segarra 8fc5c8e3e4 feat: porposal remove dependencies
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-13 13:14:50 +01:00
William Buezas 3219d44bdb remove webpack
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 18:09:45 -03:00
William Buezas 833e464a99 modify readme
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 16:47:04 -03:00
William Buezas 650fa0006f Remove more unused files
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 15:19:59 -03:00
William Buezas 94a105ab31 Remove unused files
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 15:14:06 -03:00
William Buezas 56262d91b4 Resolve main layout conflicts
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 15:12:39 -03:00
Javier Segarra 247ad94199 feat: porposal remove dependencies
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 17:59:24 +01:00
Javier Segarra e554dd1cb1 feat: cypress reporter 2024-11-12 17:58:52 +01:00
Javier Segarra 5a0dc0a927 perf: proposal package.json pnpm manager 2024-11-12 17:58:39 +01:00
Javier Segarra 8863b6428c feat: cypress reporter
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 17:47:21 +01:00
Javier Segarra f27dd79dcc feat: proposal updates
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 17:42:56 +01:00
William Buezas bb28805d23 Structure header and move hamburguer menu to the left 2024-11-12 10:52:19 -03:00
William Buezas 484e41e86b Change readme
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-12 09:56:28 -03:00
Javier Segarra 0fc1fc58e6 Merge pull request 'Cypress initial config and tests' (!90) from wbuezas/hedera-web-mindshore:feature/CypressInit into 4922-vueMigration
Reviewed-on: #90
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-11-12 12:24:41 +00:00
William Buezas 69abcf6870 Create custom title variable
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-06 22:44:01 -03:00
William Buezas dff5820ed4 Improve address details update test
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-06 19:41:37 -03:00
William Buezas ab7c1d1fe0 Add address tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-06 17:02:43 -03:00
William Buezas f70b98b514 Apply find input in dataCy
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-11-04 10:47:30 -03:00
William Buezas 22153c5171 Merge branch 'feature/CypressInit' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/CypressInit
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 19:16:38 -03:00
William Buezas 12ff0b5845 Items view tests 2024-10-24 19:16:06 -03:00
Javier Segarra 1471d323d6 Merge branch '4922-vueMigration' into feature/CypressInit
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 21:58:14 +00:00
William Buezas 879e3cbb44 Add catalog view tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 18:03:41 -03:00
William Buezas a142ceb151 Create check notify commands
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 14:30:25 -03:00
William Buezas e4bc14ef3b Create confirmDialog command
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 14:21:49 -03:00
William Buezas 40444ac46a Reuse resetDatabase script
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 14:13:33 -03:00
William Buezas 5f0a2f9181 New login test
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 14:09:28 -03:00
William Buezas eea2ad7984 Adjustments
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 14:04:07 -03:00
William Buezas 0bec75b2d3 Some changes and more tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-24 10:02:15 -03:00
William Buezas 186ec60937 Add news view tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-22 14:49:29 -03:00
William Buezas cb1542937a Token changes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-22 10:41:09 -03:00
William Buezas cfff9f7aeb PendingOrdersView and OrdersView tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-21 15:05:04 -03:00
William Buezas ff423ae79b More tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-18 16:22:23 -03:00
William Buezas 693b309e79 Several changes and more tests
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-17 16:34:23 -03:00
William Buezas 62349278ed Move command
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-16 20:35:40 -03:00
William Buezas 9450be744a Creation of first tests, commands, and flow
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-16 14:08:10 -03:00
William Buezas bbaa6f936e e2e order creation flow 2024-10-14 08:23:27 -03:00
Javier Segarra 8021a171f8 Merge pull request 'Renew token' (!89) from wbuezas/hedera-web-mindshore:feature/RenewToken into 4922-vueMigration
Reviewed-on: #89
2024-10-14 11:15:56 +00:00
William Buezas 2d9225f05f New tests changes 2024-10-10 16:34:39 -03:00
William Buezas cd7a4b13f6 Update branch and resolve conflicts 2024-10-08 15:53:27 -03:00
William Buezas 4c041f42b2 Update lang
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-07 17:38:39 -03:00
William Buezas c9812cd320 Apply multimedia token and change openReport method 2024-10-07 09:33:17 -03:00
William Buezas b669adab5a Add multimedia token feature 2024-10-07 09:14:59 -03:00
William Buezas 1cbbc092be Add cypress eslint config 2024-10-07 08:34:55 -03:00
William Buezas 56cf0f0e64 Remove menu items order
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-05 20:26:14 -03:00
Javier Segarra 0b70344708 Merge branch '4922-vueMigration' into feature/RenewToken
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-04 22:29:46 +00:00
Javier Segarra ec9d2bce56 Merge pull request 'Fixes varios #2' (!88) from wbuezas/hedera-web-mindshore:bugfix/fixes-2 into 4922-vueMigration
Reviewed-on: #88
2024-10-04 18:14:44 +00:00
William Buezas 851d97f321 Change catalog filters fetching order
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-04 15:04:56 -03:00
William Buezas c72bfdc100 Menu order 2024-10-04 09:40:26 -03:00
William Buezas 57e1f66a94 Integrate cypress and login view e2e tests 2024-10-04 08:06:56 -03:00
William Buezas ef3b41e4e2 More fixes and adjustments 2024-10-03 11:44:13 -03:00
William Buezas a97219ad59 Fix supplant users 2024-10-02 18:40:06 -03:00
William Buezas 0246e39f0f Renew token logic 2024-10-02 16:39:09 -03:00
William Buezas e5efdff1d8 Add desktop mixin
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-01 17:03:31 -03:00
William Buezas 15c5dc761f Merge branch 'bugfix/fixes-2' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into bugfix/fixes-2
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-01 17:01:51 -03:00
William Buezas 514af4f11e Catalog mobile adjustments 2024-10-01 17:01:40 -03:00
Javier Segarra 72da0cb5a1 Merge branch '4922-vueMigration' into bugfix/fixes-2
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-10-01 19:50:59 +00:00
Javier Segarra baa1422025 Merge pull request 'Catalog view' (!87) from wbuezas/hedera-web-mindshore:feature/Catalog into 4922-vueMigration
Reviewed-on: #87
2024-10-01 19:27:15 +00:00
William Buezas 261fddb1cf Renew token 2024-10-01 14:19:34 -03:00
William Buezas c950bf5ef1 Add lateral arrows to stepper and add hedera tryAutoLogin logic
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-30 12:42:35 -03:00
William Buezas fdff59a74d Remove home link in login 2024-09-29 21:11:42 -03:00
William Buezas 68f32c36e7 Redirect to login when init 2024-09-29 21:11:09 -03:00
William Buezas 3e93f14196 Al iniciar sesion no se traduce el titulo 2024-09-29 20:59:07 -03:00
William Buezas 5cab14f371 Refresh content after supplanted user logout 2024-09-29 20:53:14 -03:00
William Buezas 49244a411c Hide Reports from menu 2024-09-29 20:38:57 -03:00
William Buezas 2eb0963829 Add different translations for header titles and menu titles 2024-09-29 20:30:16 -03:00
William Buezas 477c42b964 Change agencies header title 2024-09-27 09:03:43 -03:00
William Buezas baaff90aef Adjust account conf form checkbox 2024-09-27 08:59:04 -03:00
William Buezas 4111dd8669 In address details make CP input number 2024-09-26 15:12:35 -03:00
William Buezas ce7e04379a Orders view changes in pay modal 2024-09-26 15:09:37 -03:00
William Buezas 6927b86570 Remove title attr in invoices view 2024-09-26 15:05:04 -03:00
William Buezas 577a6281b8 Create VnList 2024-09-26 15:02:40 -03:00
William Buezas 4358ef70c0 Add guest logic
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-25 14:15:41 -03:00
William Buezas d8ec175328 return from getOrder if basketOrderId is undefined
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-24 17:16:10 -03:00
William Buezas 0f5014088d Handle minQuantity
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-24 17:11:43 -03:00
William Buezas 202c22b8a9 Add translation
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-24 15:42:45 -03:00
William Buezas 58b7325605 Fix image sizes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-24 09:28:38 -03:00
William Buezas e6f0320cf5 Change view type button logic
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-24 09:03:59 -03:00
William Buezas fac528b42f Merge branch 'feature/Catalog' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/Catalog
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-24 08:40:52 -03:00
William Buezas 101ac917a2 Add await 2024-09-24 08:40:38 -03:00
Javier Segarra 0529505cc2 Merge branch '4922-vueMigration' into feature/Catalog
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-23 21:18:27 +00:00
Javier Segarra 622ce6ae28 Merge pull request 'Fixes primera revisión' (!86) from wbuezas/hedera-web-mindshore:bugfix/fixes-primera-review into 4922-vueMigration
Reviewed-on: #86
2024-09-23 21:18:13 +00:00
William Buezas 8664f40e06 Small changes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-23 09:44:27 -03:00
William Buezas e39cab82f6 Use searchbar and debouncer 2024-09-23 08:08:24 -03:00
William Buezas 72cd9e6cd6 Grid mode 2024-09-22 20:12:25 -03:00
William Buezas ff0d2db8fe Filters changes and create card component 2024-09-22 18:47:06 -03:00
William Buezas bbaa6d87ff WIP 2024-09-22 17:50:24 -03:00
William Buezas c3e3b4d7b6 Resolve conflicts
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-17 08:29:02 -03:00
Javier Segarra d824df5eb0 Merge pull request 'Apply lang selector and update user config' (!85) from wbuezas/hedera-web-mindshore:feature/ApplyLangSelector into 4922-vueMigration
Reviewed-on: #85
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-09-17 07:51:00 +00:00
Javier Segarra f4fea5e904 feat: remove update in BD userLang
gitea/hedera-web/pipeline/pr-4922-vueMigration Build started... Details
2024-09-17 09:50:25 +02:00
William Buezas d09f90d47c Avoid redirecting to access log when clicking suplant user button
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-16 23:05:32 -03:00
William Buezas bc97e000b8 Modify store user name when is modified in account config form
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-16 14:41:44 -03:00
William Buezas cdf534e70b Add photos view tooltips and add image errors translations 2024-09-16 14:37:48 -03:00
William Buezas f8e67f0d98 VnImg prevent other events when clicking image 2024-09-16 13:32:17 -03:00
William Buezas 2b41bc31c1 Change news cards size and header translation 2024-09-16 13:31:21 -03:00
William Buezas cc44041e31 Create access log view 2024-09-16 13:24:43 -03:00
William Buezas 85eee7bb7a Admin users add disabled badge when user is disabled 2024-09-16 09:43:44 -03:00
William Buezas 2a43ab023a Remove console.log 2024-09-16 09:32:33 -03:00
William Buezas be868b60ab Remove unused imports 2024-09-16 09:32:14 -03:00
William Buezas f56d4cca14 Avoid supplant user error to appear 2 times 2024-09-16 09:30:42 -03:00
William Buezas 67847e798b In pending orders the price of the order is not in the end of the card 2024-09-16 09:29:25 -03:00
William Buezas 79ddbe4916 Add tooltips in pending orders cards action buttons 2024-09-16 09:13:17 -03:00
William Buezas 8ffe9a6a96 Adjust lang selector size
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-16 08:31:26 -03:00
William Buezas 21b6e96148 Resolve conflicts
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-13 21:48:49 -03:00
William Buezas f1a8fd2710 Integrate update config language dropdown
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-09-13 21:42:40 -03:00
Javier Segarra 59e8285bd2 Merge pull request 'Confirm view' (!84) from wbuezas/hedera-web-mindshore:feature/ConfirmView into 4922-vueMigration
Reviewed-on: #84
2024-09-12 23:17:37 +00:00
William Buezas 2176c6e259 Fix ticket print
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-12 11:47:05 -03:00
William Buezas 533c7560dc Confirm view adjustments
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-12 09:58:45 -03:00
William Buezas c4a64bff91 hide table aspect in invoices view
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-12 09:19:17 -03:00
William Buezas 3c71c71df1 remove console.log
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-12 08:14:32 -03:00
William Buezas e76e4e4f8c Add prop
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-11 15:12:26 -03:00
William Buezas f95a8c9daa Resolve conflicts 2024-09-11 15:10:54 -03:00
William Buezas 2758dcf2c8 WIP 2024-09-11 14:46:45 -03:00
Javier Segarra facb565d26 Merge pull request 'Unload order when order check fails' (!83) from wbuezas/hedera-web-mindshore:feature/UnloadOrder into 4922-vueMigration
Reviewed-on: #83
2024-09-11 06:30:03 +00:00
Javier Segarra a7edc9b87a Merge branch '4922-vueMigration' into feature/UnloadOrder
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-10 20:08:16 +00:00
William Buezas 93e739f35c Create a constant for store local storage order name
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-10 17:07:29 -03:00
William Buezas 65e0d752d6 remove header actions 2024-09-10 16:48:05 -03:00
William Buezas 418911b903 Remove console.log
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-10 12:40:02 -03:00
William Buezas decf955224 Unload order when checkOrder fails 2024-09-10 12:38:36 -03:00
Javier Segarra d736ea716b Merge pull request 'Basket view' (!81) from wbuezas/hedera-web-mindshore:feature/Basket into 4922-vueMigration
Reviewed-on: #81
2024-09-10 14:15:23 +00:00
William Buezas a9427ddab9 Prevent entering basket view before checks
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-10 09:19:47 -03:00
Javier Segarra 057bfae517 Merge pull request 'Add menu translations' (!82) from wbuezas/hedera-web-mindshore:feature/AddMenuTranslations into 4922-vueMigration
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
Reviewed-on: #82
2024-09-09 20:19:31 +00:00
Javier Segarra 929623949b perf: change code position(clean code)
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-09 22:19:05 +02:00
Javier Segarra 38a88bb0cc feat: changes 2024-09-09 22:18:44 +02:00
William Buezas 265ff5c47f Confirm view 2024-09-09 08:50:21 -03:00
William Buezas c41d1430f7 Add menu translations
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-07 19:34:22 -03:00
William Buezas 2bff9304e8 Add title view translation
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-06 11:31:07 -03:00
William Buezas c53658e6e0 Add empty list
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-06 11:20:09 -03:00
William Buezas e94f8c6b23 Add missed code
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-06 10:53:28 -03:00
William Buezas c52fe7a870 WIP 2024-09-05 07:46:47 -03:00
William Buezas bfbe3621d6 Resolve conflicts
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-04 07:17:22 -03:00
Javier Segarra 05568280f3 Merge pull request 'Pedidos stepper' (!80) from wbuezas/hedera-web-mindshore:feature/PedidosStepper into 4922-vueMigration
Reviewed-on: #80
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-09-03 14:06:01 +00:00
William Buezas 6bfa5b9715 Small changes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-03 08:17:22 -03:00
William Buezas 6631be401b Add minimal to QDate when is mobile
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-02 18:27:14 -03:00
William Buezas ba2ded5c48 Add contracted prop for narrow windows
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-02 17:53:43 -03:00
William Buezas 723a977ecd Small fix
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-02 16:29:18 -03:00
William Buezas a1d67ebc6f update branch 2024-09-02 16:27:54 -03:00
William Buezas 7026e3416f Remove fetching of default order method
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-02 12:39:03 -03:00
William Buezas 975495113d Set monday as first day of week
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-09-01 21:43:49 -03:00
William Buezas 8e0f09cc0f Add next and back buttons custom labels 2024-09-01 21:42:09 -03:00
William Buezas 95e23c05fa Translate back and next buttons labels 2024-09-01 21:36:13 -03:00
William Buezas 6423ecfb05 Fix agency step title 2024-09-01 21:33:37 -03:00
William Buezas 3a21292030 Add validation to address step in method PICKUP 2024-09-01 21:29:57 -03:00
William Buezas f2bd3c2fa6 Add title to address step 2024-09-01 21:27:12 -03:00
William Buezas 020e0afc96 Add locale to QDate and initiate localeDates in store 2024-09-01 21:15:54 -03:00
William Buezas 766417bb73 Basket 2024-09-01 20:58:05 -03:00
William Buezas c77c2e6648 Update branch
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-30 18:06:37 -03:00
William Buezas 6fe518601f WIP 2024-08-30 18:03:49 -03:00
William Buezas cb2c9871cc Stepper
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-08-28 16:12:34 -03:00
Javier Segarra a832a1889a Merge pull request 'Modulo Administración' (!78) from wbuezas/hedera-web-mindshore:feature/Administracion into 4922-vueMigration
Reviewed-on: #78
2024-08-23 19:29:45 +00:00
William Buezas 7c4123ca0b Resolve conflicts
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-23 16:23:14 -03:00
William Buezas facbe9b990 WIP 2024-08-23 16:09:50 -03:00
William Buezas 57880705d0 WIP 2024-08-23 13:43:32 -03:00
Javier Segarra ed29a1939c Merge pull request 'Mejoras sección pedidos' (!79) from wbuezas/hedera-web-mindshore:feature/MejorasPedidos into 4922-vueMigration
Reviewed-on: #79
2024-08-23 12:05:15 +00:00
Javier Segarra 5456db8add perf: date proposal
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-22 23:32:47 +02:00
Javier Segarra 053b9f8457 fix: comments
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-22 23:28:10 +02:00
Javier Segarra 8866331926 feat: extra-form slot for other table
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-22 22:52:30 +02:00
William Buezas 33ef1da2a9 Small changes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-22 12:35:35 -03:00
Javier Segarra 2e2c83dcde perf: remove console.log
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-21 13:45:43 +02:00
William Buezas 73eb3dcbee Updating VnInput
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-19 08:44:40 -03:00
William Buezas 05d735702e Formatting and small changes 2024-08-19 08:21:23 -03:00
Javier Segarra 462a8a3cf8 eprf: add max value
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-19 12:38:45 +02:00
Javier Segarra f821b8689a perf: improve interceptor 2024-08-19 12:38:33 +02:00
Javier Segarra e47edb9827 fix: eslint warnings 2024-08-19 12:38:17 +02:00
William Buezas 25f4f822b4 Extra improvements 2024-08-18 21:58:02 -03:00
William Buezas ef35914f34 Card list change 2024-08-18 21:39:44 -03:00
William Buezas b19bf710e8 Resolve conflicts 2024-08-18 20:33:17 -03:00
William Buezas 17a519e2ee Small changes 2024-08-18 20:10:57 -03:00
William Buezas 95a2bfb69c Add error interceptor 2024-08-17 20:25:55 -03:00
William Buezas 6e41548fdf Create jApi error interceptor
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-17 20:23:15 -03:00
William Buezas c86c1cc0c0 General improvements 2024-08-17 19:59:35 -03:00
William Buezas 87c151c057 Add news details change 2024-08-17 19:36:19 -03:00
William Buezas 13af1d03a3 Change eslint config 2024-08-17 00:06:19 -03:00
William Buezas 14bef2383f News 2024-08-16 23:11:56 -03:00
Javier Segarra 5053a908f7 Merge pull request 'Vistas sección pedidos' (!77) from wbuezas/hedera-web-mindshore:feature/Pedidos into 4922-vueMigration
Reviewed-on: #77
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-08-16 06:52:22 +00:00
William Buezas 7e0c591026 Add tooltips
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 12:22:51 -03:00
William Buezas 594b17b4ab Fix teleport submit problem
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 12:16:46 -03:00
William Buezas 887ee8aea4 Create date format util with translations
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 11:28:15 -03:00
William Buezas 44627dbc8a Replace prompt with VnConfirm
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 10:56:07 -03:00
William Buezas f2c8b90324 Create print service and fix slot in VnTable
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 09:31:42 -03:00
William Buezas e0f55f8ca3 Change class casing
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 09:09:52 -03:00
William Buezas f36eb1bd88 Create VnTable and use it
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 09:08:46 -03:00
William Buezas b728ecaf29 Add vn date
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 08:54:15 -03:00
William Buezas 7c96106faa Change serial column name to invoice
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 08:47:24 -03:00
William Buezas a0fc1cfc07 use line.discount directly
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 08:39:51 -03:00
William Buezas b66c47955c Move script tag to the start of the file
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 08:37:04 -03:00
William Buezas ec14ca334a WIP
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-14 08:30:53 -03:00
William Buezas 7837925be9 Photos view 2024-08-13 16:37:28 -03:00
William Buezas 2fb892c71a WIP 2024-08-12 11:41:06 -03:00
William Buezas 2a1cd59492 Visits view 2024-08-08 11:24:43 -03:00
William Buezas 76b99ed293 Admin section WIP 2024-08-07 17:34:00 -03:00
William Buezas 67c6f84de3 Several changes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-08-02 21:56:20 -03:00
William Buezas 745e9a569c Translation files, pending orders, and more changes 2024-07-28 18:45:38 -03:00
William Buezas ad2d494481 Create CardList component 2024-07-27 22:55:40 -03:00
Javier Segarra 24687e57e6 Merge pull request 'Account config and change password form' (!73) from wbuezas/hedera-web-mindshore:feature/AccountConfig into 4922-vueMigration
Reviewed-on: #73
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-07-26 20:24:41 +00:00
Javier Segarra c20f48b2bf Merge branch '4922-vueMigration' into feature/AccountConfig
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 22:23:21 +02:00
Javier Segarra 6bad41db20 feat: add password visibility
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-07-26 22:18:17 +02:00
Javier Segarra eb0328753a Merge pull request 'Agencies packages' (!74) from wbuezas/hedera-web-mindshore:feature/Agencies into 4922-vueMigration
Reviewed-on: #74
2024-07-26 20:05:39 +00:00
Javier Segarra e067f5f7bd feat: langs button
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 22:05:01 +02:00
Javier Segarra 34a0d93ece fix: email i18n 2024-07-26 21:55:42 +02:00
William Buezas 4256f45373 Add verificationToken as a prop to let the view handle it
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 10:36:48 -03:00
William Buezas 93cc0d4286 Add login when password changed
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 09:25:46 -03:00
William Buezas ef36566442 Create change password with and without token and add related features
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 09:09:21 -03:00
William Buezas 06cd9b01d3 Change password form fields validation
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 08:54:11 -03:00
William Buezas 7f831ae3a5 Remove unused style tag
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-26 08:41:19 -03:00
William Buezas 382378e867 Agencies packages
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-25 11:39:25 -03:00
William Buezas 401487dfd3 Resolve conflicts
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-24 14:52:54 -03:00
William Buezas aa4ccf65f5 Change password form and several changes 2024-07-24 14:42:02 -03:00
Javier Segarra fb267b910b Merge pull request 'Address details and VnForm' (!72) from wbuezas/hedera-web-mindshore:feature/AddressDetails into 4922-vueMigration
Reviewed-on: #72
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-07-24 14:19:39 +00:00
Javier Segarra 24a9c130d1 On AddressDetails: Merge branch 'feature/AddressDetails' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/AddressDetails
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-23 23:07:40 +02:00
Javier Segarra f59b37c722 Merge branch 'feature/AddressDetails' of https://gitea.verdnatura.es/wbuezas/hedera-web-mindshore into feature/AddressDetails
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-23 22:39:45 +02:00
Javier Segarra 160552ff2f fix: hover AddressListCardActions 2024-07-23 22:37:22 +02:00
William Buezas 83e3e034a8 Show Addresses list actions always
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-23 16:37:24 -03:00
William Buezas 61062c1418 Add app.provide api
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-23 11:26:12 -03:00
William Buezas 2cbbaf619c small change
gitea/hedera-web/pipeline/pr-dev There was a failure building this commit Details
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-23 11:02:39 -03:00
William Buezas ec0d783672 WIP 2024-07-23 10:58:35 -03:00
William Buezas 07c5f64265 improvements 2024-07-22 13:51:54 -03:00
William Buezas dcbc154caa Components creation: AddressDetails, VnForm, VnInput and VnSelect 2024-07-22 11:17:56 -03:00
Javier Segarra 0d3da684b4 Merge pull request 'Address List view' (!71) from wbuezas/hedera-web-mindshore:feature/AddressList into 4922-vueMigration
Reviewed-on: #71
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-07-19 17:58:11 +00:00
William Buezas 8d2f041c46 Small change
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-19 09:24:20 -03:00
William Buezas 28b2dd386f Address List view 2024-07-19 09:19:26 -03:00
Javier Segarra d589b89a62 Merge pull request 'Home view adjustments' (!70) from wbuezas/hedera-web-mindshore:feature/HomeViewAdjustments into 4922-vueMigration
Reviewed-on: #70
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-07-19 12:17:13 +00:00
Javier Segarra 04660bd05e feat: VnImg
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-19 13:58:50 +02:00
Javier Segarra 1d6ec00c78 Merge branch '4922-vueMigration' into feature/HomeViewAdjustments
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details
2024-07-19 11:16:07 +00:00
Javier Segarra ce557dc5b9 Merge pull request 'Init config' (!68) from wbuezas/hedera-web-mindshore:feature/InitConfig into 4922-vueMigration
Reviewed-on: #68
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-07-19 11:13:55 +00:00
Javier Segarra 4387a868bc perf: update
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-07-19 09:36:25 +02:00
William Buezas 003f42dd03 Home view adjustments
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-07-18 08:51:11 -03:00
William Buezas 9dfeb2f7ef package fix
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-07-17 15:45:56 -03:00
William Buezas 8bea750244 Fix build
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-07-17 15:10:27 -03:00
William Buezas bf2094163d More linting and formatting
gitea/hedera-web/pipeline/pr-4922-vueMigration There was a failure building this commit Details
2024-07-17 09:23:30 -03:00
William Buezas e0cc4e40ba Change components auto import casing type 2024-07-17 09:23:20 -03:00
William Buezas 47c6fe02ec Config prettier and eslint for src folder 2024-07-17 09:22:54 -03:00
Juan Ferrer 6458d8db5e #4922 Catalog & fixes
gitea/hedera-web/pipeline/head This commit looks good Details
2023-01-16 08:32:48 +01:00
Juan Ferrer 0234e14c6b #4922 invoices & orders
gitea/hedera-web/pipeline/head This commit looks good Details
2022-12-13 18:29:04 +01:00
Juan Ferrer 7e26aa773c refs #4922 password recovery, app store, error handler, fixes
gitea/hedera-web/pipeline/head This commit looks good Details
2022-12-09 11:28:38 +01:00
Juan Ferrer 0d0be4ee5f refs #4922 Login, logout, home, layout style
gitea/hedera-web/pipeline/head This commit looks good Details
2022-12-06 11:41:41 +01:00
Juan Ferrer 042b8b0309 refs #4922 Login UI
gitea/hedera-web/pipeline/head This commit looks good Details
2022-11-30 18:59:07 +01:00
Juan Ferrer b7658b76cf refs #4922 Quasar added
gitea/hedera-web/pipeline/head This commit looks good Details
2022-11-29 20:32:57 +01:00
726 changed files with 27174 additions and 43996 deletions

View File

@ -1,2 +1,5 @@
debian debian
node_modules node_modules
.quasar
build
.vscode

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

8
.eslintignore Normal file
View File

@ -0,0 +1,8 @@
/dist
/src-bex/www
/src-capacitor
/src-cordova
/.quasar
/node_modules
.eslintrc.js
babel.config.js

86
.eslintrc.js Normal file
View File

@ -0,0 +1,86 @@
module.exports = {
// https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy
// This option interrupts the configuration hierarchy at this file
// Remove this if you have an higher level ESLint config file (it usually happens into a monorepos)
root: true,
parserOptions: {
parser: '@babel/eslint-parser',
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module' // Allows for the use of imports
},
env: {
browser: true,
'vue/setup-compiler-macros': true
},
extends: ['standard'],
plugins: ['vue', 'prettier'],
globals: {
ga: 'readonly', // Google Analytics
cordova: 'readonly',
__statics: 'readonly',
__QUASAR_SSR__: 'readonly',
__QUASAR_SSR_SERVER__: 'readonly',
__QUASAR_SSR_CLIENT__: 'readonly',
__QUASAR_SSR_PWA__: 'readonly',
process: 'readonly',
Capacitor: 'readonly',
chrome: 'readonly'
},
// add your custom rules here
rules: {
// allow async-await
'generator-star-spacing': 'off',
// allow paren-less arrow functions
'arrow-parens': 'off',
'one-var': 'off',
'no-void': 'off',
'multiline-ternary': 'off',
'import/first': 'off',
'import/named': 'error',
'import/namespace': 'error',
'import/default': 'error',
'import/export': 'error',
'import/extensions': 'off',
'import/no-unresolved': 'off',
'import/no-extraneous-dependencies': 'off',
'prefer-promise-reject-errors': 'off',
semi: 'off',
// allow debugger during development only
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
overrides: [
{
files: ['src/**/*.{js,vue,scss}', 'quasar.config.js'], // Aplica ESLint solo a archivos .js, .vue y .scss dentro de src (Proyecto de quasar)
extends: [
// Base ESLint recommended rules
'eslint:recommended',
// Uncomment any of the lines below to choose desired strictness,
// but leave only one uncommented!
// See https://eslint.vuejs.org/rules/#available-rules
// 'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
// 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
// https://github.com/prettier/eslint-config-prettier#installation
// usage with Prettier, provided by 'eslint-config-prettier'.
'prettier',
'plugin:cypress/recommended'
],
rules: {
semi: 'off',
'space-before-function-paren': 'off',
'prefer-promise-reject-errors': 'off',
'vue/no-multiple-template-root': 'off'
},
parserOptions: {
ecmaVersion: '2021'
},
plugins: ['vue']
}
]
};

View File

@ -1,15 +0,0 @@
extends: eslint:recommended
parserOptions:
ecmaVersion: 2017
sourceType: module
rules:
no-undef: 0
no-redeclare: 0
no-mixed-spaces-and-tabs: 0
no-console: 0
no-cond-assign: 0
no-unexpected-multiline: 0
brace-style: [error, 1tbs]
space-before-function-paren: [error, never]
padded-blocks: [error, never]
func-call-spacing: [error, never]

36
.gitignore vendored
View File

@ -1,4 +1,36 @@
node_modules
build/ build/
config.my.php config.my.php
.vscode/
.DS_Store
.thumbs.db
node_modules
# Quasar core related directories
.quasar
/dist
# Cordova related directories and files
/src-cordova/node_modules
/src-cordova/platforms
/src-cordova/plugins
/src-cordova/www
# Capacitor related directories and files
/src-capacitor/www
/src-capacitor/node_modules
# BEX related directories and files
/src-bex/www
/src-bex/js/core
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln

9
.postcssrc.js Normal file
View File

@ -0,0 +1,9 @@
/* eslint-disable */
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}

9
.prettierrc.js Normal file
View File

@ -0,0 +1,9 @@
module.exports = {
printWidth: 80,
tabWidth: 4,
useTabs: false,
singleQuote: true,
bracketSpacing: true,
arrowParens: 'avoid',
trailingComma: 'none'
};

14
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"vue.volar",
"wayou.vscode-todo-highlight"
],
"unwantedRecommendations": [
"octref.vetur",
"hookyqr.beautify",
"dbaeumer.jshint",
"ms-vscode.vscode-typescript-tslint-plugin"
]
}

22
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}

9
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"cSpell.words": ["axios", "composables"]
}

View File

@ -1,17 +1,11 @@
# Not using buster because of bug: https://bugs.php.net/bug.php?id=78870 FROM registry.verdnatura.es/verdnatura/node:20.18.3-vn1
FROM debian:stretch-slim
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
ca-certificates \
gnupg2
# Apache # Apache
RUN apt-get install -y --no-install-recommends \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
apache2 \ apache2 \
libapache2-mod-php \ libapache2-mod-php \
&& . /etc/apache2/envvars \ && . /etc/apache2/envvars \
@ -21,21 +15,16 @@ RUN apt-get install -y --no-install-recommends \
RUN a2dissite 000-default RUN a2dissite 000-default
# NodeJs
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y --no-install-recommends nodejs
# Hedera # Hedera
RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \ RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \
&& echo "deb http://apt.verdnatura.es/ stretch main" \ && echo "deb http://apt.verdnatura.es/ bookworm main" \
> /etc/apt/sources.list.d/vn.list \ > /etc/apt/sources.list.d/vn.list \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
php-apcu \
php-image-text \ php-image-text \
php-text-captcha \ php-text-captcha \
php-apcu \
php-zip \ php-zip \
hedera-web \ hedera-web \
cron cron

121
Jenkinsfile vendored
View File

@ -1,87 +1,108 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
def PROTECTED_BRANCH
def RUN_BUILD
def BRANCH_ENV = [
test: 'test',
master: 'production',
beta: 'test'
]
def remote = [:]
node {
stage('Setup') {
env.NODE_ENV = BRANCH_ENV[env.BRANCH_NAME] ?: 'dev'
PROTECTED_BRANCH = [
'dev',
'test',
'master',
'beta'
].contains(env.BRANCH_NAME)
RUN_BUILD = PROTECTED_BRANCH
echo "NODE_NAME: ${env.NODE_NAME}"
echo "WORKSPACE: ${env.WORKSPACE}"
}
}
pipeline { pipeline {
agent any agent any
environment { environment {
PROJECT_NAME = 'hedera-web' PROJECT_NAME = 'hedera-web'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
} }
stages { stages {
stage('Checkout') {
steps {
script {
def packageJson = readJSON file: 'package.json'
env.VERSION = packageJson.version
switch (env.BRANCH_NAME) {
case 'master':
env.NODE_ENV = 'production'
env.MAIN_REPLICAS = 3
env.CRON_REPLICAS = 1
break
case 'test':
env.NODE_ENV = 'test'
env.MAIN_REPLICAS = 1
env.CRON_REPLICAS = 0
break
}
}
setEnv()
}
}
stage('Debuild') { stage('Debuild') {
when { when {
anyOf { expression { PROTECTED_BRANCH }
branch 'master'
branch 'test'
}
} }
agent { agent {
docker { docker {
image 'registry.verdnatura.es/debuild:2.21.3-vn2' image 'registry.verdnatura.es/verdnatura/debuild:2.23.4-vn9'
registryUrl 'https://registry.verdnatura.es/' registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry' registryCredentialsId 'docker-registry'
args '-v /mnt/appdata/reprepro:/reprepro'
} }
} }
steps { steps {
sh 'debuild -us -uc -b' sh 'debuild -us -uc -b'
sh 'vn-includedeb stretch' sh 'mkdir -p debuild'
sh 'mv ../hedera-web_* debuild'
script {
def files = findFiles(glob: 'debuild/*.changes')
files.each { file -> env.CHANGES_FILE = file.name }
}
configFileProvider([
configFile(fileId: "dput.cf", variable: 'DPUT_CONFIG')
]) {
sshagent(credentials: ['jenkins-agent']) {
sh 'dput --config "$DPUT_CONFIG" verdnatura "debuild/$CHANGES_FILE"'
} }
} }
stage('Container') {
when {
anyOf {
branch 'master'
branch 'test'
}
}
environment {
CREDS = credentials('docker-registry')
}
steps {
sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'
sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
sh 'docker-compose push'
} }
} }
stage('Deploy') { stage('Deploy') {
when { when {
anyOf { expression { PROTECTED_BRANCH }
branch 'master'
branch 'test'
}
} }
environment { environment {
DOCKER_HOST = "${env.SWARM_HOST}" CREDS = credentials('docker-registry')
IMAGE = "$REGISTRY/verdnatura/hedera-web"
} }
steps { steps {
sh "docker stack deploy --with-registry-auth --compose-file docker-compose.yml ${env.STACK_NAME}" script {
def packageJson = readJSON file: 'package.json'
env.VERSION = "${packageJson.version}"
env.TAG = "${packageJson.version}-build${env.BUILD_ID}"
}
sh 'docker-compose build --build-arg BUILD_ID=$BUILD_ID --parallel'
sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'
sh 'docker push $IMAGE:$TAG'
script {
if (env.BRANCH_NAME == 'master') {
sh 'docker tag $IMAGE:$TAG $IMAGE:latest'
sh 'docker push $IMAGE:latest'
}
}
withKubeConfig([
serverUrl: "$KUBERNETES_API",
credentialsId: 'kubernetes',
namespace: 'salix'
]) {
sh 'kubectl set image deployment/hedera-web-$BRANCH_NAME hedera-web-$BRANCH_NAME=$IMAGE:$TAG'
sh 'kubectl set image deployment/hedera-web-cron-$BRANCH_NAME hedera-web-cron-$BRANCH_NAME=$IMAGE:$TAG'
}
} }
} }
} }
post { post {
unsuccessful { unsuccessful {
setEnv()
sendEmail() sendEmail()
} }
} }

View File

@ -1,4 +1,4 @@
Copyright (C) 2016 - Juan Ferrer Toribio Copyright (C) 2024 - Verdnatura Levante SL
This package is free software; you can redistribute it and/or modify This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -5,21 +5,31 @@ Hedera is the main web page for Verdnatura.
## Getting Started ## Getting Started
Required dependencies. Required dependencies.
* PHP >= 7.0
* Node.js >= 8.0 - PHP >= 7.0
- Node.js >= 18.0
Launch application for development. Launch application for development.
``` ```
$ npm run dev $ quasar dev
```
Launch Salix backend.
```
pnpm run back
``` ```
Run server side method from command line. Run server side method from command line.
``` ```
$ php hedera-web.php -m method_path php hedera-web.php -m method_path
``` ```
## Built with ## Built with
* [Webpack](https://webpack.js.org/) - [Webpack](https://webpack.js.org/)
* [MooTools](https://mootools.net/) - [MooTools](https://mootools.net/)
* [TinyMCE](https://www.tinymce.com/) - [TinyMCE](https://www.tinymce.com/)

41
app.js
View File

@ -1,41 +0,0 @@
__webpack_public_path__ = _PUBLIC_PATH;
import 'promise-polyfill/src/polyfill';
import 'hedera/hedera';
const locales = require('./import').locales;
const packageJson = require('./package.json');
window.onload = function() {
loadLocale(main);
}
function main() {
Vn.setVersion(packageJson.version);
const hederaWeb = new Hedera.App();
window.hederaWeb = hederaWeb;
hederaWeb.run();
}
function loadLocale(callback) {
Vn.Locale.init();
var lang = Vn.Locale.language;
var req = require.context('js', true, /locale\/en.yml$/);
onLocaleLoad(Vn.Locale.fallbackLang, req);
const loadFn = locales[lang];
if (loadFn)
loadFn(function(req) {
onLocaleLoad(lang, req);
callback();
});
else
callback();
}
function onLocaleLoad(lang, req) {
var keys = req.keys();
for (var i = 0; i < keys.length; i++)
Vn.Locale.add(req(keys[i]), lang);
}

14
babel.config.js Normal file
View File

@ -0,0 +1,14 @@
/* eslint-disable */
module.exports = api => {
return {
presets: [
[
'@quasar/babel-preset-app',
api.caller(caller => caller && caller.target === 'node')
? { targets: { node: 'current' } }
: {}
]
]
}
}

View File

@ -9,14 +9,26 @@
</IfModule> </IfModule>
<VirtualHost *:80> <VirtualHost *:80>
DocumentRoot /usr/share/hedera-web/ DocumentRoot /usr/share/hedera-web/spa
RewriteEngine On
RewriteCond %{QUERY_STRING} (^|&)srv=([^&]+) [OR]
RewriteCond %{REQUEST_METHOD} POST
RewriteRule ^/$ /usr/share/hedera-web/back/index.php [L]
</VirtualHost> </VirtualHost>
<Directory /usr/share/hedera-web/> <Directory /usr/share/hedera-web/back>
Options -Indexes -FollowSymLinks Options -Indexes -FollowSymLinks
AllowOverride None AllowOverride None
Require all granted Require all granted
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
</Directory>
<Directory /usr/share/hedera-web/spa>
Options -FollowSymLinks
AllowOverride None
Require all granted
<FilesMatch "\.(css|js|json|yml|php|xml|html|svg)$"> <FilesMatch "\.(css|js|json|yml|php|xml|html|svg)$">
SetOutputFilter DEFLATE SetOutputFilter DEFLATE

View File

@ -1,6 +1,6 @@
<?php <?php
require_once __DIR__.'/../php-vn-lib/env.php'; require_once __DIR__.'/../../php-vn-lib/env.php';
set_include_path(__DIR__.PATH_SEPARATOR.get_include_path()); set_include_path(__DIR__.PATH_SEPARATOR.get_include_path());

7
back/package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "hedera-web-back",
"version": "25.8.3",
"description": "Verdnatura web page backend",
"license": "GPL-3.0",
"author": "Verdnatura Levante SL"
}

32
cypress.config.js Normal file
View File

@ -0,0 +1,32 @@
const { defineConfig } = require('cypress');
module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:8080/',
supportFile: 'src/test/cypress/support/index.js',
fixturesFolder: 'src/test/cypress/fixtures',
specPattern: 'src/test/cypress/integration/**/*.spec.js',
viewportHeight: 660,
viewportWidth: 1240,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 0,
video: false,
screenshotOnRunFailure: false,
reporter: 'cypress-mochawesome-reporter',
reporterOptions: {
charts: true,
reportPageTitle: 'Hedera-Web E2E Reporter',
embeddedScreenshots: true,
reportDir: 'src/test/cypress/reports',
inlineAssets: true
},
setupNodeEvents (on, config) {
require('cypress-mochawesome-reporter/plugin')(on);
on('after:spec', (spec, results) => {
console.log('Finished running', spec.relative);
console.log('❌spec:', results.stats.failures);
console.log('✅spec:', results.stats.passes);
});
}
}
});

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.48.2) stable; urgency=low hedera-web (25.8.3) stable; urgency=low
* Initial Release. * Initial Release.

29
debian/install vendored
View File

@ -1,19 +1,12 @@
apache.conf etc/hedera-web back/apache.conf etc/hedera-web
config.php etc/hedera-web back/config.php etc/hedera-web
php.ini etc/hedera-web back/php.ini etc/hedera-web
web usr/share/php/vn back/web usr/share/php/vn
doc/* usr/share/doc/hedera-web back/index.php usr/share/hedera-web/back
hedera-web.php usr/share/hedera-web back/hedera-web.php usr/share/hedera-web/back
forms usr/share/hedera-web back/rest usr/share/hedera-web/back
image usr/share/hedera-web back/package.json usr/share/hedera-web/back
js usr/share/hedera-web dist/spa/* usr/share/hedera-web/spa
pages usr/share/hedera-web build-deps/node_modules usr/share/hedera-web/spa
reports usr/share/hedera-web back/utils usr/share/hedera-web
rest usr/share/hedera-web
utils usr/share/hedera-web
index.php usr/share/hedera-web
package.json usr/share/hedera-web
build usr/share/hedera-web
README.md usr/share/hedera-web README.md usr/share/hedera-web
webpack.config.json usr/share/hedera-web
build-deps/node_modules usr/share/hedera-web

2
debian/links vendored
View File

@ -1,3 +1,3 @@
usr/share/hedera-web/hedera-web.php usr/bin/hedera-web.php usr/share/hedera-web/back/hedera-web.php usr/bin/hedera-web.php
etc/hedera-web/apache.conf etc/apache2/conf-available/hedera-web.conf etc/hedera-web/apache.conf etc/apache2/conf-available/hedera-web.conf
etc/hedera-web/php.ini etc/php/7.0/apache2/conf.d/99-hedera-web.ini etc/hedera-web/php.ini etc/php/7.0/apache2/conf.d/99-hedera-web.ini

15
debian/rules vendored
View File

@ -5,14 +5,15 @@
%: %:
dh $@ dh $@
clean: override_dh_clean:
npm run clean pnpm run clean
rm -rf build-deps
dh_clean $@ dh_clean $@
build: override_dh_auto_build:
npm install --no-audit --prefer-offline pnpm install --prefer-offline
npm --omit=dev run build pnpm exec quasar build
mkdir -p build-deps mkdir -p build-deps
cp package.json package-lock.json build-deps cp package.json pnpm-lock.yaml build-deps
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline) (cd build-deps && pnpm install --prod --shamefully-hoist --config.audit=true --prefer-offline)

Binary file not shown.

View File

@ -1,41 +1,9 @@
version: '3.7' version: '3.7'
services: services:
main: main:
image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?} image: registry.verdnatura.es/verdnatura/hedera-web:${TAG:?}
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
- VERSION=${VERSION:?} - VERSION=${VERSION:?}
ports:
- 80
configs:
- source: config
target: /etc/hedera-web/config.my.php
volumes:
- /mnt/appdata:/mnt/storage
- /mnt/appdata/image:/var/lib/hedera-web/image-db
- /mnt/appdata/vn-access:/var/lib/hedera-web/vn-access
deploy:
replicas: ${MAIN_REPLICAS:?}
placement:
constraints:
- node.role == worker
cron:
image: registry.verdnatura.es/hedera-web:${BRANCH_NAME:?}
command: 'cron -f'
configs:
- source: config
target: /etc/hedera-web/config.my.php
volumes:
- /mnt/appdata:/mnt/storage
- /mnt/appdata/image:/var/lib/hedera-web/image-db
deploy:
replicas: ${CRON_REPLICAS:?}
placement:
constraints:
- node.role == worker
configs:
config:
external: true
name: ${PROJECT_NAME:?}-${BRANCH_NAME:?}

View File

@ -1,43 +0,0 @@
import './style.scss';
export default new Class({
Extends: Hedera.Form,
Template: require('./ui.xml')
,activate() {
this.$.userModel.setInfo('c', 'myClient', 'hedera');
this.$.addresses.setInfo('a', 'myAddress', 'hedera');
}
,onAddAddressClick() {
this.hash.setAll({
form: 'account/address',
address: 0
});
}
,onReturnClick() {
window.history.back();
}
,onSetDefaultClick(event, addressId) {
if (event.defaultPrevented) return;
this.$.defaultAddress.value = addressId;
Htk.Toast.showMessage(_('DefaultAddressModified'));
}
,async onRemoveAddressClick(form) {
if (confirm(_('AreYouSureDeleteAddress'))) {
await form.set('isActive', false);
await form.refresh();
}
}
,onEditAddressClick(address) {
this.hash.setAll({
form: 'account/address',
address
});
}
});

View File

@ -1,8 +0,0 @@
Addresses: Adreces
Return: Tornar
AddAddress: Afegir adreça
SetAsDefault: Establir com per defecte
RemoveAddress: Esborrar direcció
EditAddress: Modificar direcció
AreYouSureDeleteAddress: Estàs segur de que vols eliminar la direcció?
DefaultAddressModified: Adreça per defecte modificada

View File

@ -1,8 +0,0 @@
Addresses: Addresses
Return: Return
AddAddress: Add address
SetAsDefault: Set as default
RemoveAddress: Remove address
EditAddress: Edit address
AreYouSureDeleteAddress: Are you sure you want to delete the address?
DefaultAddressModified: Default address modified

View File

@ -1,8 +0,0 @@
Addresses: Direcciones
Return: Volver
AddAddress: Añadir dirección
SetAsDefault: Establecer como predeterminada
RemoveAddress: Borrar dirección
EditAddress: Modificar dirección
AreYouSureDeleteAddress: ¿Estás seguro de que quieres borrar la dirección?
DefaultAddressModified: Dirección por defecto modificada

View File

@ -1,8 +0,0 @@
Addresses: Adresses
Return: Retour
AddAddress: Ajouter une adresse
SetAsDefault: Définir par défaut
RemoveAddress: Supprimer l'adresse
EditAddress: Changement d'adresse
AreYouSureDeleteAddress: Souhaitez-vous vraiment supprier l'adresse?
DefaultAddressModified: Adresse par défaut modifiée

View File

@ -1,8 +0,0 @@
Addresses: Moradas
Return: Voltar
AddAddress: Adicionar Morada
SetAsDefault: Selecionar como pre-determinado
RemoveAddress: Eliminar Morada
EditAddress: Modificar Morada
AreYouSureDeleteAddress: Tens certeza que queres eliminar esta morada?
DefaultAddressModified: Endereço padrão modificado

View File

@ -1,6 +0,0 @@
hedera-address-list {
.htk-list .side {
padding-right: 16px;
}
}

View File

@ -1,70 +0,0 @@
<vn>
<vn-group>
<db-form id="user-form">
<db-model property="model" id="user-model" updatable="true">
SELECT id, defaultAddressFk
FROM myClient c
</db-model>
</db-form>
<db-model id="addresses" updatable="true">
SELECT a.id, a.nickname, p.name province, a.postalCode,
a.city, a.street, a.isActive
FROM myAddress a
LEFT JOIN vn.province p ON p.id = a.provinceFk
WHERE a.isActive
</db-model>
</vn-group>
<div id="title">
<h1><t>Addresses</t></h1>
</div>
<div id="actions">
<htk-bar-button
icon="add"
tip="_AddAddress"
on-click="this.onAddAddressClick()"/>
</div>
<div id="form" class="hedera-address-list">
<div class="box vn-w-sm">
<htk-radio-group
id="default-address"
column="defaultAddressFk"
form="user-form"/>
<htk-repeater model="addresses" form-id="address" class="htk-list">
<custom>
<div class="item clickable" on-click="this.onSetDefaultClick($event, address.id)">
<div class="side">
<htk-radio
radio-group="default-address"
val="{{address.id}}"
tip="_SetAsDefault"
name="test"/>
</div>
<div class="content">
<p class="important">
{{address.nickname}}
</p>
<p>
{{address.street}}
</p>
<p>
{{address.postalCode}}, {{address.city}}
</p>
</div>
<div
class="actions"
on-click="$event.preventDefault()">
<htk-button
icon="delete"
tip="_RemoveAddress"
on-click="this.onRemoveAddressClick($iter)"/>
<htk-button
icon="edit"
tip="_EditAddress"
on-click="this.onEditAddressClick(address.id)"/>
</div>
</div>
</custom>
</htk-repeater>
</div>
</div>
</vn>

View File

@ -1,20 +0,0 @@
export default new Class({
Extends: Hedera.Form,
Template: require('./ui.xml'),
activate() {
this.$.model.setInfo('a', 'myAddress', 'hedera', ['id'], 'id');
this.$.model.setDefault('clientFk', 'a',
new Sql.Function({schema: 'account', name: 'myUser_getId'}));
},
onStatusChange() {
if (this.$.iter.ready && this.hash.$.address == 0)
this.$.iter.insertRow();
},
onOperationsDone() {
Htk.Toast.showMessage(_('AddressChangedSuccessfully'));
window.history.back()
}
});

View File

@ -1,10 +0,0 @@
AddEditAddress: Afegir o modificar adreça
Name: Consignatari
Address: Direcció
City: Ciutat
ZipCode: Codi postal
Country: País
Province: Província
Return: Tornar
Accept: Acceptar
AddressChangedSuccessfully: Adreça modificada correctament

Some files were not shown because too many files have changed in this diff Show More