pointonsoftware / pscore

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

Implemented category sales feature #239

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

xxxx

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #239 (a1186e5) into master (9f05930) will increase coverage by 0.57%. The diff coverage is 98.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
+ Coverage   94.89%   95.47%   +0.57%     
==========================================
  Files          65       65              
  Lines        1234     1303      +69     
==========================================
+ Hits         1171     1244      +73     
+ Misses         63       59       -4     
Impacted Files Coverage Δ
core/domain/accounting/accountingcontroller.hpp 100.00% <ø> (ø)
core/domain/inventory/interface/inventoryiface.hpp 100.00% <ø> (ø)
core/domain/inventory/inventorycontroller.hpp 100.00% <ø> (ø)
core/entity/saleitem.hpp 100.00% <ø> (+100.00%) :arrow_up:
core/validator/productvalidator.hpp 100.00% <ø> (ø)
core/validator/uservalidator.hpp 100.00% <ø> (ø)
utility/datetime/datetime.hpp 100.00% <ø> (ø)
core/domain/accounting/accountingcontroller.cpp 85.18% <95.45%> (+3.21%) :arrow_up:
core/domain/employeemgmt/employeecontroller.cpp 95.95% <100.00%> (ø)
core/domain/inventory/inventorycontroller.cpp 98.16% <100.00%> (+0.29%) :arrow_up:
... and 6 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 5c69afc...a1186e5. Read the comment docs.