Revision 83914eeb
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
menu.ini | ||
---|---|---|
206 | 206 |
nextsub=ap_transactions |
207 | 207 |
|
208 | 208 |
|
209 |
[Warehouse] |
|
210 |
|
|
211 |
[Warehouse--Stock] |
|
212 |
ACCESS=warehouse_management |
|
213 |
module=wh.pl |
|
214 |
action=transfer_warehouse_selection |
|
215 |
trans_type=stock |
|
216 |
|
|
217 |
[Warehouse--Transfer] |
|
218 |
ACCESS=warehouse_management |
|
219 |
module=wh.pl |
|
220 |
action=transfer_warehouse_selection |
|
221 |
trans_type=transfer |
|
222 |
|
|
223 |
[Warehouse--Removal] |
|
224 |
ACCESS=warehouse_management |
|
225 |
module=wh.pl |
|
226 |
action=transfer_warehouse_selection |
|
227 |
trans_type=removal |
|
228 |
|
|
229 |
[Warehouse--Reports] |
|
230 |
module=menu.pl |
|
231 |
action=acc_menu |
|
232 |
target=acc_menu |
|
233 |
submenu=1 |
|
234 |
|
|
235 |
[Warehouse--Reports--Warehouse content] |
|
236 |
ACCESS=warehouse_content | warehouse_management |
|
237 |
module=wh.pl |
|
238 |
action=report |
|
239 |
|
|
240 |
[Warehouse--Reports--WHJournal] |
|
241 |
ACCESS=warehouse_management |
|
242 |
module=wh.pl |
|
243 |
action=journal |
|
244 |
|
|
245 |
|
|
209 | 246 |
[General Ledger] |
210 | 247 |
|
211 | 248 |
[General Ledger--Add Transaction] |
... | ... | |
638 | 675 |
action=list_cvar_configs |
639 | 676 |
cvar_module=CT |
640 | 677 |
|
678 |
[System--Warehouses] |
|
679 |
module=menu.pl |
|
680 |
action=acc_menu |
|
681 |
target=acc_menu |
|
682 |
submenu=1 |
|
683 |
|
|
684 |
[System--Warehouses--Add Warehouse] |
|
685 |
module=am.pl |
|
686 |
action=add_warehouse |
|
687 |
|
|
688 |
[System--Warehouses--List Warehouses] |
|
689 |
module=am.pl |
|
690 |
action=list_warehouses |
|
691 |
|
|
641 | 692 |
|
642 | 693 |
#[System--Import Datanorm] |
643 | 694 |
#module=menu.pl |
Auch abrufbar als: Unified diff
Lagerverwaltung implementiert.