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
F15461072: D19979.id47718.diff
Tue, Apr 1, 4:57 AM
F15460715: D19979.id.diff
Tue, Apr 1, 1:28 AM
F15457779: D19979.diff
Sun, Mar 30, 6:52 PM
F15421397: D19979.id.diff
Fri, Mar 21, 11:21 PM
F15304043: D19979.id47681.diff
Thu, Mar 6, 1:20 AM
Unknown Object (File)
Mar 1 2025, 4:47 PM
Unknown Object (File)
Mar 1 2025, 1:50 PM
Unknown Object (File)
Feb 26 2025, 8:17 AM
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.