mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
c9f8080769
Adjust plans prices and automate the process of generating the prices lists GitOrigin-RevId: 06be1f9a26837ed9bb7eca598cd88b6288244338
15 lines
634 B
Markdown
15 lines
634 B
Markdown
A nodejs tool for reading plans prices from an Excel file and creating JSON objects.
|
|
|
|
Run `npm install` in order to install the `xlsx` dependency.
|
|
|
|
The scripts will put the output results into the `output` folder.
|
|
|
|
### Create group plans
|
|
|
|
_Command_ `node groups.js fileName sheetName` - generates group plans prices. To be used for `/services/web/app/templates/plans/groups.json`
|
|
|
|
### Create localized plan pricing
|
|
|
|
_Command_ `node plans.js fileName sheetName` - generates two json files:
|
|
- `localizedPlanPricing.json` for `/services/web/config/settings.overrides.saas.js`
|
|
- `plans.json` for `/services/web/frontend/js/main/plans.js`
|