Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A azeero.group
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Oliver
  • azeero.group
  • Issues
  • #237

Closed
Open
Created Jan 24, 2020 by Oliver@ohonigMaintainer

Betriebsgruppen funktionieren nicht

Wenn ich einen Betrieb anlege und links oben eine Gruppe auswähle so wird dieser Betrieb nicht in dieser Gruppe (in keiner) angelegt. Test war mit Betrieb 455 und Gruppe Nachbarschaftsgut Arriach.

Bei der Anlage und beim Ändern eines Betriebs bitte alle Gruppen aus person_group des Anlegers auswählbar machen (und InsertCompanyPlant bzw. UpdateCompanyPlant übergeben), beim Ändern den Inhalt aus company_plant_group in der Betriebsmaske nach der Email anzeigen

Bei der Anlage und beim Ändern eines Verteilpunktes bitte nur den Inhalt aus person_group des Anlegers (nicht alle Gruppen) auswählbar machen

mysql> select * from company_plant_group where fcompany_plant_seq_id=454;
Empty set (0,00 sec)

mysql> select seq_id,name from company_plant where fperson_contact_seq_id=263;
+--------+----------------------------------------+
| seq_id | name                                   |
+--------+----------------------------------------+
|    436 | Helgas Nähstube                        |
|    438 | Huaba Hittn                            |
|    439 | Steinacherhof (Wurzelpark)             |
|    440 | Palzerhof                              |
|    449 | nature in your hands Anastasia Tabojer |
|    450 | Arriacher Werkstube                    |
|    455 | Ich bin ein Test                       |
+--------+----------------------------------------+
7 rows in set (0,00 sec)

mysql> select * from person_group where fperson_seq_id=263;
+--------+------------------------+------------------+----------------+--------------+
| seq_id | fperson_contact_seq_id | fcategory_seq_id | fperson_seq_id | social_price |
+--------+------------------------+------------------+----------------+--------------+
|    119 |                    263 |             1308 |            263 |         NULL |
+--------+------------------------+------------------+----------------+--------------+
1 row in set (0,00 sec)

mysql> select * from company_plant_group where fcompany_plant_seq_id=455;
Empty set (0,00 sec)

mysql> select seq_id,name from collective_distribution  where fperson_contact_seq_id=263;
+--------+---------------------------+
| seq_id | name                      |
+--------+---------------------------+
|     84 | Huaba Hittn               |
|     86 | Steinacherhof             |
|     87 | Palzerhof                 |
|     88 | nature in your hands shop |
|     89 | Das ist ein Test          |
+--------+---------------------------+
5 rows in set (0,02 sec)

mysql> select * from collective_distribution_group where fcoll_dist_seq_id = 89;
+--------+------------------------+------------------+-------------------+
| seq_id | fperson_contact_seq_id | fcategory_seq_id | fcoll_dist_seq_id |
+--------+------------------------+------------------+-------------------+
|     24 |                    263 |             1308 |                89 |
+--------+------------------------+------------------+-------------------+
1 row in set (0,02 sec)

mysql>
Edited Jan 24, 2020 by Oliver
Assignee
Assign to
Time tracking