Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need to turn the following info into a UML diagram. Not all of the listed options are used, just the ones needed to make

I need to turn the following info into a UML diagram. Not all of the listed options are used, just the ones needed to make a functioning program for JavaFX. This is for a hypothetical Landscaping business.

Self Info

  • Business owner first name
  • Business owner last name
  • Business name
  • Business address line 1
  • Business address line 2
  • Business city
  • Business State
  • Business zip (5 digits)
  • Business zip (+4 digits, optional)
  • Business logo

Customers

  • Customer ID
  • New or regular customer
  • last name 1
  • first name 1
  • last name 2 (often customers are a couple)
  • first name 2
  • business name
  • address line 1
  • address line 2
  • city
  • State
  • zip (5 digits)
  • zip (+4 digits, optional)
  • default billing schedule
    • pay immediately (pay upon receipt)
    • invoiced, net 15 (invoiced at end of month, payment due 15 days later, on the 15th)
  • Notes
    • general customer notes

Payments

  • Customer ID
  • Payment
    • Cash amount
    • Check amount
      • Check number
      • Check bank
    • Credit card amount
      • Credit card type
      • Credit card number
      • Credit card exp date
      • Credit card security code
  • Jobs payment applied to (might be multiple or split)
    • Job ID
    • amount applied to job (need to make sure that this does not exceed amount not applied yet)
  • function for amount paid that is not applied
  • function for amount due that is current/new
  • function for amount due that is overdue (should be some type of overdue charge, maybe increasing)
  • Notes
    • general payment notes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

More Books

Students also viewed these Databases questions

Question

2. What, according to Sergey, was strange at this meeting?

Answered: 1 week ago