pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Implemented Sales Report #236

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Closes #232

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (140a322) into master (ea58375) will increase coverage by 0.79%. The diff coverage is 90.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
+ Coverage   94.10%   94.89%   +0.79%     
==========================================
  Files          63       65       +2     
  Lines        1153     1234      +81     
==========================================
+ Hits         1085     1171      +86     
+ Misses         68       63       -5     
Impacted Files Coverage Δ
core/domain/accounting/accountingcontroller.hpp 100.00% <ø> (ø)
...re/domain/accounting/interface/accountingiface.hpp 100.00% <ø> (ø)
core/domain/dashboard/dashboardcontroller.cpp 89.47% <ø> (ø)
core/domain/employeemgmt/employeecontroller.cpp 95.95% <ø> (ø)
core/domain/pos/salecomputer.cpp 100.00% <ø> (ø)
core/domain/unittest/test_customermgmt.cpp 100.00% <ø> (ø)
core/domain/userlogin/logincontroller.cpp 92.68% <ø> (ø)
core/validator/personvalidator.hpp 100.00% <ø> (ø)
utility/datetime/datetime.hpp 100.00% <ø> (ø)
utility/generalutils.hpp 100.00% <ø> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ea58375...140a322. Read the comment docs.