Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wiaflos
wiaflos
Commits
42f722d6
Commit
42f722d6
authored
Apr 03, 2018
by
Robert Spencer
Committed by
Nigel Kukard
Jul 22, 2019
Browse files
Fix help for SupplierCreditNotes & YearEnd
parent
7eedc3f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiaflos/client/cmdline/SupplierCreditNotes.pm
View file @
42f722d6
...
...
@@ -56,7 +56,7 @@ our $pluginInfo = {
MenuItem
=>
"
LinkInventory
",
Regex
=>
"
linkinventory
",
Desc
=>
"
Link inventory item
",
Help
=>
'
link
I
nventory creditnote="<credit note number>" inventory="<inventory item code>" [description="<item description>"] [serial="<item serial number>"] qty="<quantity>" [unit="<unit>"] unitprice="<unit price>" [expense="expense account number"]
',
Help
=>
'
link
i
nventory creditnote="<credit note number>" inventory="<inventory item code>" [description="<item description>"] [serial="<item serial number>"] qty="<quantity>" [unit="<unit>"] unitprice="<unit price>" [expense="expense account number"]
',
Function
=>
\
&linkInventoryItem
,
},
{
...
...
@@ -91,7 +91,7 @@ our $pluginInfo = {
MenuItem
=>
"
ShowTransactions
",
Regex
=>
"
showtransactions
",
Desc
=>
"
Show supplier credit note transactions
",
Help
=>
'
show creditnote="<credit note number>"
',
Help
=>
'
show
transactions
creditnote="<credit note number>"
',
Function
=>
\
&showTransactions
,
},
],
...
...
wiaflos/client/cmdline/YearEnd.pm
View file @
42f722d6
...
...
@@ -45,7 +45,7 @@ our $pluginInfo = {
MenuItem
=>
"
Create
",
Regex
=>
"
create
",
Desc
=>
"
Create year end
",
Help
=>
'
send
start="<yyyy-mm-dd>" end="<yyyy-mm-dd>" account="<account number>" [type=<transaction type>]
',
Help
=>
'
create
start="<yyyy-mm-dd>" end="<yyyy-mm-dd>" account="<account number>" [type=<transaction type>]
',
Function
=>
\
&performYearEnd
,
},
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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