pointonsoftware / pscore

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

Implemented custom sales and date time integration #229

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

xxxx

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #229 (ec93088) into master (78e87d4) will not change coverage. The diff coverage is 75.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   94.10%   94.10%           
=======================================
  Files          63       63           
  Lines        1153     1153           
=======================================
  Hits         1085     1085           
  Misses         68       68           
Impacted Files Coverage Δ
core/domain/accounting/accountingcontroller.cpp 19.04% <0.00%> (ø)
core/domain/employeemgmt/employeecontroller.cpp 95.95% <ø> (ø)
core/entity/saleitem.hpp 0.00% <ø> (ø)
utility/general.hpp 100.00% <ø> (ø)
core/domain/unittest/test_customermgmt.cpp 100.00% <100.00%> (ø)
core/domain/unittest/test_empmgmt.cpp 95.62% <100.00%> (ø)

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 78e87d4...ec93088. Read the comment docs.