Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
invoice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web2project
invoice
Commits
208cafed
Commit
208cafed
authored
Jan 26, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addedit: cosmetics
parent
787b3ace
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
addedit.php
addedit.php
+12
-7
No files found.
addedit.php
View file @
208cafed
...
...
@@ -388,17 +388,18 @@ Invoices will not be editable once the status changes from Open for Editing.
</td>
</tr>
<tr
valign=
"top"
width=
"90%"
>
<td
align=
"right"
>
Invoice Number
<?php
echo
$invoice_id
?
>
</td>
<td
align=
"right"
>
Invoice Number
</td>
<td
align=
"right"
>
<?php
echo
$invoice_id
?>
</td
>
<
td>
<
/td>
</tr>
<tr
valign=
"top"
width=
"90%"
>
<td
align=
"right"
>
Invoice Tag
 
;
<input
type=
"text"
name=
"tag"
value=
"
<?php
echo
$invoice_tag
;
?>
"
class=
"text"
pattern=
"^]s*]d{8}"
size=
8
/
>
</td>
<td
align=
"right"
>
Invoice Tag
</td>
;
<td
align=
"right"
><input
type=
"text"
name=
"tag"
value=
"
<?php
echo
$invoice_tag
;
?>
"
class=
"text"
pattern=
"^\s*\d{8}"
size=
8
/></td
>
<
td>
<
/td>
</tr>
<tr
valign=
"top"
width=
"90%"
>
<td
align=
"right"
>
Invoice Status
<td
align=
"right"
>
Invoice Status
</td>
<td
align=
"right"
>
<select
name=
"stat"
size=
"1"
class=
"text"
>
<option
<?php
if
(
$invoice_status
==
"0"
)
print
"selected"
?>
value=
"0"
>
Open for Editing
</option>
<option
<?php
if
(
$invoice_status
==
"1"
)
print
"selected"
?>
value=
"1"
>
Pending Payment
</option>
...
...
@@ -406,8 +407,12 @@ Invoices will not be editable once the status changes from Open for Editing.
<option
<?php
if
(
$invoice_status
==
"3"
)
print
"selected"
?>
value=
"3"
>
Loss
</option>
</select>
</td>
<td>
</td>
</tr>
<tr>
<td
align=
"left"
>
<input
class=
"button"
type=
"button"
name=
"cancel"
value=
"
<?php
echo
$AppUI
->
_
(
'cancel'
);
?>
"
onClick=
"javascript:if(confirm('Are you sure you want to cancel.')){location.href = './index.php?m=invoice';}"
/>
</td>
<td
align=
"right"
>
<input
class=
"button"
type=
"submit"
name=
"submit"
value=
"
<?php
echo
$AppUI
->
_
(
'submit'
);
?>
"
/>
</td>
...
...
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