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

OP-162 Result Set Pagination Prototype with Decorator #856

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Checkout core
run: git clone --depth=50 --branch=develop https://github.com/informatici/openhospital-core.git openhospital-core
run: git clone --depth=50 --branch=OP-162_ResultSet_Pagination_prototype https://github.com/informatici/openhospital-core.git openhospital-core
mwithi marked this conversation as resolved.
Show resolved Hide resolved
- name: Install core
run: cd openhospital-core && mvn install -DskipTests=true && cd ..
- name: Set up JDK 1.8
Expand Down
3 changes: 3 additions & 0 deletions bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ angal.common.new.btn
angal.common.new.btn.key = N
angal.common.newpatient.btn = New Patient
angal.common.newpatient.btn.key = N
angal.common.nextpage = Next Page
mwithi marked this conversation as resolved.
Show resolved Hide resolved
angal.common.notapplicable.txt = N/A
angal.common.notdefined.txt = N/D
angal.common.note.title = Note
Expand All @@ -303,6 +304,7 @@ angal.common.pleaseinsertacode.msg
angal.common.pleaseinsertavaliddescription.msg = Please insert a valid description.
angal.common.pleaseselectapatient.msg = Please select a patient.
angal.common.pleaseselectarow.msg = Please select a row.
angal.common.previouspage = Previous Page
angal.common.print.btn = Print
angal.common.print.btn.key = P
angal.common.qty.txt = Qty
Expand Down Expand Up @@ -1079,6 +1081,7 @@ angal.opd.opdnumberalreadyexist.msg
angal.opd.opdnumbermustbeanumber.msg = OPD No. must be a number.
angal.opd.opdoutpatientdepartment.title = OPD Out Patient Department
angal.opd.operation = Operation
angal.opd.pagenumber = Page Number
angal.opd.patientcode.fmt.msg = Patient (code: {0})
angal.opd.patientid.col = PAT. ID
angal.opd.patientstatus.col = Status
Expand Down
Loading