@sachahjkl/backoffice 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,10 +24,10 @@ Set `DATABASE_PATH` to use a different database file. Set `PORT` to use a differ
24
24
 
25
25
  Run `npx froment-backoffice migrate` to apply migrations without starting the server. Run `npx froment-backoffice backup` with `BACKUP_ACTION` and `BACKUP_PATH` to create, verify, or restore a backup.
26
26
 
27
- For a separate demo installation, set `APP_ENV=staging`, `DEMO_MODE=true`, `DEMO_PASSWORD`, and a different `DEMO_ACCOUNT_PASSWORD`. Run `npx froment-backoffice demo-reset` to migrate the database and create synthetic accounts and data. The login page displays the demo account credentials only in demo mode. Schedule this command to restore the demo data when needed.
27
+ For a separate demo installation, set `APP_ENV=staging`, `DEMO_MODE=true`, `DEMO_PASSWORD`, and a different `DEMO_ACCOUNT_PASSWORD`. Set `ENTERPRISE_NAME` before `demo-reset` to name the company in its settings and generated documents. Run `npx froment-backoffice demo-reset` to migrate the database and create synthetic accounts and data. The login page displays the demo account credentials only in demo mode. Schedule this command to restore the demo data when needed.
28
28
 
29
29
  See the source repository's `docs/secrets.md` and `docs/runtime-configuration.md` for deployment settings.
30
30
 
31
31
  ## Build a local package from source
32
32
 
33
- Run `pnpm pack:app` at the repository root. This builds the API and web application, assembles the assets, and writes an npm tarball to the repository root. Install that tarball with `npm install ./sachahjkl-backoffice-0.2.6.tgz` in the consuming application.
33
+ Run `pnpm pack:app` at the repository root. This builds the API and web application, assembles the assets, and writes an npm tarball to the repository root. Install that tarball with `npm install ./sachahjkl-backoffice-0.2.7.tgz` in the consuming application.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sachahjkl/backoffice",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Standalone Froment Software backoffice server and web application",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {