Skip to content
GitLab
Menu
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
365093ae
Commit
365093ae
authored
Apr 03, 2018
by
Robert Spencer
Browse files
Fix help for SupplierCreditNotes & YearEnd
parent
5da1da7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiaflos/client/cmdline/SupplierCreditNotes.pm
View file @
365093ae
...
...
@@ -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 @
365093ae
...
...
@@ -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
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