Revision 4a42f524
Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 8 Jahren hinzugefügt
menus/user/00-erp.yaml | ||
---|---|---|
677 | 677 |
id: cash_bank_import |
678 | 678 |
name: Bank Import |
679 | 679 |
order: 500 |
680 |
- parent: cash_bank_import |
|
681 |
id: cash_bank_import_csv |
|
682 |
name: CSV |
|
683 |
order: 100 |
|
684 |
access: bank_transaction |
|
685 |
params: |
|
686 |
action: CsvImport/new |
|
687 |
profile.type: bank_transactions |
|
688 |
- parent: cash_bank_import |
|
689 |
id: cash_bank_import_mt940 |
|
690 |
name: MT940 |
|
691 |
order: 200 |
|
692 | 680 |
access: bank_transaction |
693 | 681 |
params: |
694 | 682 |
action: BankImport/upload_mt940 |
... | ... | |
1283 | 1271 |
params: |
1284 | 1272 |
action: CsvImport/new |
1285 | 1273 |
profile.type: ar_transactions |
1274 |
- parent: system_import_csv |
|
1275 |
id: cash_bank_import_csv |
|
1276 |
name: Bank transactions |
|
1277 |
order: 900 |
|
1278 |
params: |
|
1279 |
action: CsvImport/new |
|
1280 |
profile.type: bank_transactions |
|
1286 | 1281 |
- parent: system |
1287 | 1282 |
id: system_templates |
1288 | 1283 |
name: Templates |
Auch abrufbar als: Unified diff
MT940-Import: Vordefiniertes Default Profil
- Das Profil muss nicht mehr pro Benutzer angelegt werden
- CSV-Import wird in das Systemenu zum Import verschoben,
Im Menü "Zahlungsverkehr" wird gleich zum MT940 gesprungen
- Updatescript muss auch funktionieren wenn bereits ein MT940 Profil angelegt ist
- Für Login "default" ist is_default irrelevant