finished pricebook2 & pricebookentry

This commit is contained in:
Rene Kaßeböhmer
2025-04-17 10:32:35 +02:00
parent 94d81669d8
commit 8485b38dba
13 changed files with 119 additions and 16 deletions

View File

@ -1,15 +1,16 @@
# FSL Migration from Legacy with SFDMU & Python (Pandas)
# FSL Migration from Legacy with SFDMU & Python
This git is representing a migration from Legacy GMS solution to FSL Standard
## Installation
Install Python [python](https://www.python.org/) to install python 3.13+.
After installation open a terminal/powershell to install pandas globally
After installation open a terminal/powershell to install the packages globally
```bash
python -m pip install pandas
cd ./migration_via_sfdmu-main
python -m pip install -r ./requirements.txt
```
## Usage