Verdnatura main web page
Go to file
Juan Ferrer 210b7e7806
gitea/hedera-web/pipeline/head This commit looks good Details
Merge pull request 'refs #5253' (!22) from test into master
Reviewed-on: #22
2023-02-23 09:30:42 +00:00
debian refs #5161 Version increased 2023-02-16 11:23:38 +01:00
doc Reorganizacion de ficheros 2015-08-20 15:11:49 +02:00
forms refs #5122 2023-02-15 17:18:54 +01:00
image Checkpoint 2022-05-21 23:31:56 +02:00
js refs #5122 2023-02-15 17:13:25 +01:00
pages refs #4253 Translation & UI fixes 2023-01-16 13:59:11 +01:00
reports refs #4253 Translation & UI fixes 2023-01-16 13:59:11 +01:00
rest fixes #5174 Redsys TPV api migrated to salix 2023-01-31 13:38:59 +01:00
utils Grant execute to image trash clean script 2021-04-02 18:05:04 +02:00
web refs #4253 Translation & UI fixes 2023-01-16 13:59:11 +01:00
.dockerignore Preparing docker deployment 2020-01-20 22:26:15 +01:00
.eslintrc.yml Catalog text overlap fixed, tpv return url fixed 2019-02-14 16:26:13 +01:00
.gitignore refs #4922 .quasar dir added to gitignore 2022-12-02 09:18:09 +01:00
Dockerfile refs #4253 Translation & UI fixes 2023-01-16 13:59:11 +01:00
Jenkinsfile debian version updated 2022-10-15 14:42:26 +02:00
LICENSE Lintian warnings 2017-12-11 12:46:36 +01:00
README.md catalog: 3 tags shown in list view, up to 6 digits for available. 2018-08-24 13:17:34 +02: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
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 #5122 Checkpoint 2023-01-30 11:08:26 +01:00
index.php improved README, PHP linting, bugs fixed 2018-06-06 13:08:17 +02:00
package-lock.json refs #3971 User supplant fixes 2022-12-02 09:15:43 +01:00
package.json refs #5161 Version increased 2023-02-16 11:23:38 +01:00
php.ini Connection limit tunned 2021-04-26 14:05:52 +02:00
webpack.config.js refs #3971 TinyMCE working, login & various style fixes 2022-11-24 14:49:48 +01: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 

Run server side method from command line.

$ php hedera-web.php -m method_path 

Built with