This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Items: | |
- Description: Fast payment buttons and confirmation tasks | |
Url: https://gist.githubusercontent.com/emreeren/0c925ae66dafa3a7b6da/raw/ | |
Version: 99 | |
- Description: Switch themes | |
Url: https://gist.githubusercontent.com/emreeren/8c64d9ca1f4bfbdea801/raw/ | |
Version: 98 | |
- Description: UK Postal Codes integration | |
Url: https://gist.githubusercontent.com/emreeren/1894194f2f8fe9a179ff/raw/ | |
Version: 103 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"AccountScreens":null,"AccountTransactionDocumentTypes":null,"AccountTransactionTypes":null,"AccountTypes":null,"Accounts":null,"Actions":null,"AutoConfigurationTasks":[{"CreateBackup":true,"Description":"Adds \/ Removes fast payment buttons that appears under orders. Clicking a fast payment button will close ticket without need of switching to payment screen. ","Language":"en","Name":"Setup Fast Payment Buttons","SortOrder":20,"TaskData":"[{\"Action\":\"var payments = sql.Query('select Name from PaymentTypes').Join('|');\\u000d\\u000aresult = '[?Payment Type::'+payments+']'\",\"ActionType\":4,\"Condition\":null,\"Description\":\"Initialize Parameters\"},{\"Action\":\"Data.Set('op','Create');\\u000d\\u000aif(!sql.Exists(\\\"SELECT Id from PaymentTypes where Name = '[:Payment Type]'\\\"))\\u000d\\u000a{\\u000d\\u000a dlg.ShowMessage(\\\"A Payment Type named [:Payment Type] does not exists.\\\");\\u000d\\u000a result = false;\\u000d\\u000a}\\u000d\\u000aelse result = true;\",\"ActionType\":3,\"Condition\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LAYOUT] | |
-- General layout | |
<T>Ticket | |
<L00>Date:{TICKET DATE} | |
<L00>Time:{TIME} | |
{ENTITIES} | |
<L00>Ticket No:{TICKET NO} | |
<F>- | |
{ORDERS} | |
<F>= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LAYOUT] | |
-- General layout | |
<T>TICKET | |
<L00>Date:{TICKET DATE} | |
<L00>Time:{TIME} | |
{ENTITIES} | |
<L00>Ticket No:{TICKET NO} | |
<F>- | |
{ORDERS} | |
<F>= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LAYOUT] | |
-- General layout | |
<T>TICKET | |
<L00>Date:{TICKET DATE} | |
<L00>Time:{TIME} | |
{ENTITIES} | |
<L00>Ticket No:{TICKET NO} | |
<F>- | |
{ORDERS} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM [TicketEntities] | |
GO | |
DELETE FROM [Tickets] | |
GO | |
DELETE FROM [AccountTransactionDocuments] | |
GO | |
DELETE FROM [AccountTransactions] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[LAYOUT] | |
-- General layout | |
<T>TICKET | |
<L00>Date:{TICKET DATE} | |
<L00>Time:{TIME} | |
{ENTITIES} | |
<L00>Ticket No:{TICKET NO} | |
<F>- | |
{ORDERS} | |
<F>= |
NewerOlder