Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Clubphp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Clubphp
Commits
c1b0f334
Commit
c1b0f334
authored
Sep 11, 2026
by
DevPilot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(accounting): anchor id on the cheque movement history card
parent
927edd62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
register_show.php
app/Modules/Accounting/Views/instruments/register_show.php
+1
-1
No files found.
app/Modules/Accounting/Views/instruments/register_show.php
View file @
c1b0f334
...
@@ -121,7 +121,7 @@ $isIn = $ins['direction'] === 'receivable';
...
@@ -121,7 +121,7 @@ $isIn = $ins['direction'] === 'receivable';
<?php
endif
;
?>
<?php
endif
;
?>
<!-- سجل الحركة -->
<!-- سجل الحركة -->
<div
class=
"card"
>
<div
class=
"card"
id=
"movement-history"
>
<div
style=
"padding:12px 16px;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;"
>
<div
style=
"padding:12px 16px;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;"
>
<strong
style=
"font-size:14px;"
>
سجل حركة الشيك (
<?=
count
(
$history
)
?>
)
</strong>
<strong
style=
"font-size:14px;"
>
سجل حركة الشيك (
<?=
count
(
$history
)
?>
)
</strong>
<span
style=
"font-size:12px;color:#6B7280;"
>
لا تُحذف أي حركة — السجل كامل من لحظة التسجيل
</span>
<span
style=
"font-size:12px;color:#6B7280;"
>
لا تُحذف أي حركة — السجل كامل من لحظة التسجيل
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment