Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] [hr_payslip_import_input] Adding new module hr_payslip_import_input #19

Merged
merged 2 commits into from
Feb 16, 2017

Conversation

mikevhe18
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Feb 15, 2017

Coverage Status

Coverage increased (+0.6%) to 98.606% when pulling b752d8f on mikevhe18:8.0-hr_payslip_import_input into 30e1efa on open-synergy:8.0.

@codecov-io
Copy link

codecov-io commented Feb 15, 2017

Codecov Report

Merging #19 into 8.0 will increase coverage by 0.61%.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           8.0      #19      +/-   ##
=======================================
+ Coverage   98%   98.61%   +0.61%     
=======================================
  Files        9       13       +4     
  Lines      200      288      +88     
=======================================
+ Hits       196      284      +88     
  Misses       4        4
Impacted Files Coverage Δ
...lip_import_input/models/hr_payslip_process_line.py 100% <100%> (ø)
...ip_import_input/models/hr_payslip_imported_line.py 100% <100%> (ø)
...ip_import_input/wizards/hr_payslip_import_input.py 100% <100%> (ø)
hr_payslip_import_input/models/hr_payroll_run.py 100% <100%> (ø)

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 30e1efa...09480ca. Read the comment docs.



class HrPayslipImportedLine(models.Model):
_name = "hr.payslip_imported_line"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ubah jadi hr.payslip_run_imported_input_file



class HrPayslipProcessLine(models.Model):
_name = "hr.payslip_process_line"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ubah jadi hr.payslip_run_imported_input_line

_description = "HR Payslip Imported Line"

name = fields.Char(
string="Filename"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required

_description = "HR Payslip Process Line"

name = fields.Char(
string="Filename"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m2o ke hr.payslip_run_imported_input_line

@@ -0,0 +1,2 @@
[Dolphin]
Timestamp=2014,10,8,15,22,35
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ini file apa @mikevhe18 ?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 98.611% when pulling 09480ca on mikevhe18:8.0-hr_payslip_import_input into 30e1efa on open-synergy:8.0.

@andhit-r andhit-r merged commit e83c87c into open-synergy:8.0 Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants