Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8453789b

Von Jan Büren vor fast 3 Jahren hinzugefügt

  • ID 8453789b42c168bbaec52a87527191a25d9b2080
  • Vorgänger 27fe7b11
  • Nachfolger 0820aac0

Erzeugnisse zerlegen über eindeutige trans_id

Durch 639c7f18be0 ist die Hilfstabelle für die Zerlegung
von Erzeugnissen nicht mehr notwendig und das Verfahren
kann entsprechend simpler implementiert werden.

Unterschiede anzeigen:

SL/WH.pm
530 530
     };
531 531

  
532 532
  $form->{l_classification_id}  = 'Y';
533
  $form->{l_id}                 = 'Y';
533
  $form->{l_trans_id}           = 'Y';
534 534
  $form->{l_part_type}          = 'Y';
535 535
  $form->{l_itime}              = 'Y';
536 536
  $form->{l_invoice_id} = $form->{l_oe_id} if $form->{l_oe_id};
......
1346 1346

  
1347 1347
  There has to be at least one data set in the table assembly referenced to this assembly_id.
1348 1348

  
1349
=item Assembly cannot be destroyed or disassembled
1349
=item Assembly can be disassembled
1350 1350

  
1351 1351
  Assemblies are like cakes. You cannot disassemble it. NEVER.
1352
  No negative nor zero qty's are valid inputs.
1352
  But if your assembly is a mechanical cake you may unscrew it.
1353
  Assemblies are created in one transaction therefore you can
1354
  safely rely on the trans_id in inventory to disassemble the
1355
  created assemblies (see action disassemble_assembly in wh.pl).
1353 1356

  
1354 1357
=item The assembly item(s) have to be in the same warehouse
1355 1358

  

Auch abrufbar als: Unified diff