Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
scorredoira committed Jul 26, 2019
1 parent bb7c6b7 commit 3b42d29
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
22 changes: 22 additions & 0 deletions advancedSettings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Advanced Settings
============================

**bookings.rememberType**
Type: true/false
Prevent remember the reservation type for a client in the timetable

**bookings.preventPastDates**
Type: true/false
Prevent making reservations on past dates

**billing.dueDateAsUseDate**
Type: true/false
Set saleline dueDate as createDate or useDate by default

**billing.cancelInvoiceTickets**
Type: true/false
If the system cancels existing tickets when generating an invoice.



42 changes: 42 additions & 0 deletions pos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

POS custom commands
==============


Custom commands
-----------


| Command | Args | Description |
|-----------------------|------------|--------------------------------------------------------------------------|
| addProduct | idProduct | add a new product to the sale |
| addDiscount | idDiscount | add a new discount to the sale |
| addComments | | add a comment to the current line |
| addPublicComments | | add a public comment to the current line. It will be shown in the ticket |
| addDescription | | append a text to the description of all or selected lines |
| splitLine | | split a line into multiple lines |
| setClient | | assign the client to all or selected lines |
| setCoupon | | set a cupon to the current line |
| generateInvoice | | create an invoice from the current sale |
| showLastSales | | |
| showParkedSales | | |
| cancelAccountPayments | | |
| printSale | | |
| parkSale | | |
| newSale | | |
| printSale | | |
| openDrawer | | Open the cash register drawer |




External functions
-----------
This functions depend on other plugins


| Command | Args | Description |
|---------|------------------------------------------------|-------------|
| exec | ["billing.newVoucher", idVoucherType] | |
| exec | ["billing.newMembership" [, idMembershipType]] | |
| exec | ["timetable.newReservation", idReservation] | |

0 comments on commit 3b42d29

Please sign in to comment.