Page MenuHomePhabricator

Allow Phortune accounts to customize their billing address and name
ClosedPublic

Authored by epriestley on Jan 16 2019, 3:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 9:43 PM
Unknown Object (File)
Wed, Mar 6, 9:57 AM
Unknown Object (File)
Jan 14 2024, 12:50 PM
Unknown Object (File)
Dec 21 2023, 10:49 AM
Unknown Object (File)
Dec 15 2023, 4:46 PM
Unknown Object (File)
Dec 5 2023, 5:22 PM
Unknown Object (File)
Nov 30 2023, 2:46 AM
Unknown Object (File)
Nov 23 2023, 5:08 PM
Subscribers
Restricted Owners Package

Details

Summary

See PHI1023. Ref T7607. Occasionally, companies need their billing address (or some other custom text) to appear on invoices to satisfy process or compliance requirements.

Allow accounts to have a custom "Billing Name" and a custom "Billing Address" which appear on invoices.

Test Plan

Screen Shot 2019-01-16 at 6.58.51 AM.png (1×1 px, 224 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Jan 16 2019, 3:20 PM
amckinley added inline comments.
src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php
27–31

I'm guessing this works because "removing" the billing name is actually setting it to the empty string since the column is defined as NOT NULL?

This revision is now accepted and ready to land.Jan 17 2019, 12:07 AM
src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php
27–31

Yep.

This revision was automatically updated to reflect the committed changes.