memberNumber as partnerNumber+memberNumberSuffix #13
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hostsharing/hs.hsadmin.ng#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "memberNumberSuffix-and-partnerNumber"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -53,2 +60,4 @@
private int shareCount;
/**
* The ooking reference.
B
@ -181,3 +180,3 @@
'(select idName from hs_office_person_iv p where p.uuid = target.personUuid)',
$updates$
debitorNumberPrefix = new.debitorNumberPrefix,
partnerNumber = new.partnerNumber,
entfernen, nicht sinnvoll
@ -14,3 +14,3 @@
partnerUuid uuid not null references hs_office_partner(uuid),
mainDebitorUuid uuid not null references hs_office_debitor(uuid),
memberNumber numeric(5) not null unique,
memberNumberSuffix char(2) not null check (
add unique constraint mit partnerNumber
@ -73,3 +73,3 @@
@Test
void globalAdmin_canFindCoopAssetsTransactionsByMemberNumber() {
void globalAdmin_canFindCoopAssetsTransactionsByMemberNumberSuffix() {
ohne "Suffix" im Namen
@ -116,3 +115,3 @@
@Test
void globalAdmin_canFindCoopAssetsTransactionsByMemberNumberAndDateRange() {
void globalAdmin_canFindCoopAssetsTransactionsByMemberNumberSuffixAndDateRange() {
ohne "Suffix" im Namen
@ -73,3 +73,3 @@
@Test
void globalAdmin_canFindCoopSharesTransactionsByMemberNumber() {
void globalAdmin_canFindCoopSharesTransactionsByMemberNumberSuffix() {
ohne "Suffix" im Namen
@ -104,6 +104,12 @@ class HsOfficeDebitorEntityPatcherUnitTest extends PatchUnitTestBase<
HsOfficeDebitorEntity::setBillingContact,
newBillingContact(PATCHED_CONTACT_UUID))
.notNullable(),
new SimpleProperty<>(
Dublette entfernen