Skip to content

OlgaCoskun/billing_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby billing_system

Generate reports:

Show the total revenue to the company for the reporting period

report = Report.new

report.total_revenue

Show the total bill for a specific revenue source, e.g. 'ACompany' Substitute in any other reseller or affiliate name in the argument

report.total_bill('ACompany')

Show the total profit for a specific revenue source, e.g. 'ACompany' Substitute in any other reseller or affiliate name in the argument

report.total_profit('ACompany')

About

Ruby billing system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages