Revision 9aad98ad
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
scripts/csv-import-from-shell.sh | ||
---|---|---|
14 | 14 |
# ---- Logindaten und URL anpassen: ---- |
15 | 15 |
login=MyLxOfficeUserName |
16 | 16 |
password=MySecretPassword |
17 |
client_id=ClientDatabaseID |
|
17 | 18 |
url='https://localhost/kivitendo-erp/controller.pl' |
18 | 19 |
|
19 | 20 |
function fail { |
... | ... | |
133 | 134 |
-F 'settings.shoparticle_if_missing=0' \ |
134 | 135 |
-F "{AUTH}login=${login}" \ |
135 | 136 |
-F "{AUTH}password=${password}" \ |
137 |
-F "{AUTH}client_id=${client_id}" \ |
|
136 | 138 |
-F "file=@${file}" \ |
137 | 139 |
${url} |
138 | 140 |
} |
Auch abrufbar als: Unified diff
Mandanten-ID in CSV-Import-Script mitgeben
Das Script funktioniert aufgrund der Umstellung auf Import im
Hintergrund momentan so oder so nicht, aber hiermit klappt zumindest
die Authentifizierung wieder.