0
1
Fork 0
Verdnatura main web page for migration
Go to file
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: verdnatura/hedera-web#73
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-07-26 20:24:41 +00:00
.vscode More linting and formatting 2024-07-17 09:23:30 -03:00
debian refs #3971 fixes 2022-11-29 19:13:32 +01:00
doc Reorganizacion de ficheros 2015-08-20 15:11:49 +02:00
forms refs #4922 Login, logout, home, layout style 2022-12-06 11:41:41 +01:00
image Checkpoint 2022-05-21 23:31:56 +02:00
js refs #4922 Login UI 2022-11-30 18:59:07 +01:00
pages refs #3971 style fixes 2022-11-11 16:17:20 +01:00
public refs #4922 Login UI 2022-11-30 18:59:07 +01:00
reports refs 3971 Rest requests promisified 2022-11-28 09:51:31 +01:00
rest refs #3971 Select input & basket style fixes 2022-11-11 13:18:52 +01:00
src Merge branch '4922-vueMigration' into feature/AccountConfig 2024-07-26 22:23:21 +02:00
utils Grant execute to image trash clean script 2021-04-02 18:05:04 +02:00
web refs #3971 fixes 2022-11-29 19:13:32 +01:00
.dockerignore Preparing docker deployment 2020-01-20 22:26:15 +01:00
.editorconfig refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.eslintignore refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.eslintrc.js Home view adjustments 2024-07-18 08:51:11 -03:00
.gitignore refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.npmrc refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.postcssrc.js refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
.prettierrc.js More linting and formatting 2024-07-17 09:23:30 -03:00
Dockerfile Dockerfile fixes 2022-10-15 14:56:25 +02:00
Jenkinsfile perf: update 2024-07-19 09:36:25 +02:00
LICENSE Lintian warnings 2017-12-11 12:46:36 +01:00
README.md Home view adjustments 2024-07-18 08:51:11 -03:00
apache.conf Apache conf fixes 2022-05-09 17:15:56 +02:00
app.js refs #3971 Source maps disabled 2022-11-18 00:31:45 +01:00
babel.config.js refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
config.php Improved timezone handling 2020-05-03 22:35:24 +02:00
docker-compose.yml compose fixes 2022-05-08 23:54:48 +02:00
env.php EDI update bugs solved, PHP linting 2018-05-23 12:14:20 +02:00
hedera-web.php EDI update bugs solved, PHP linting 2018-05-23 12:14:20 +02:00
import.js refs 3971 Rest requests promisified 2022-11-28 09:51:31 +01:00
index.php improved README, PHP linting, bugs fixed 2018-06-06 13:08:17 +02:00
jsconfig.json refs #4922 Quasar added 2022-11-29 20:32:57 +01:00
package-lock.json Address List view 2024-07-19 09:19:26 -03:00
package.json Small change 2024-07-19 09:24:20 -03:00
php.ini Connection limit tunned 2021-04-26 14:05:52 +02:00
quasar.config.js Small change 2024-07-19 09:24:20 -03:00
webpack.config.js package fix 2024-07-17 15:45:56 -03:00
webpack.config.json Fixes 2022-10-03 14:49:41 +02:00

README.md

Hedera

Hedera is the main web page for Verdnatura.

Getting Started

Required dependencies.

  • PHP >= 7.0
  • Node.js >= 8.0

Launch application for development.

$ npm run dev

Launch project backend.

$ php -S 127.0.0.1:3002 -t . index.php

Run server side method from command line.

$ php hedera-web.php -m method_path


## Built with

 * [Webpack](https://webpack.js.org/)
 * [MooTools](https://mootools.net/)
 * [TinyMCE](https://www.tinymce.com/)