Skip to content

Commit

Permalink
£20, £50, and £100 partial payment buttons have been added to the sal…
Browse files Browse the repository at this point in the history
…es form.
  • Loading branch information
ferhat-mousavi committed Sep 18, 2024
1 parent 8994f04 commit 10cf2e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SaleFlex.Data.Initialize/DbCreate.Pos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,9 @@ KeyboardValue TEXT
"INSERT INTO TableFormControl (FkFormId, FkParentId, Name, FormControlFunction1, FormControlFunction2, TypeNo, Type, Width, Height, LocationX, LocationY, StartPosition, Caption1, Caption2, List, Dock, Alignment, TextAlignment, CharacterCasing, Font, Icon, ToolTip, Image, ImageSelected, FontAutoHeight, FontSize, InputType, TextImageRelation, BackColor, ForeColor, KeyboardValue) VALUES (2, 0, 'PLU0746817004304', 'SALE_PLU_BARCODE', NULL, 1, 'BUTTON', 100, 100, 421, 250, NULL, '', NULL, NULL, NULL, NULL, 'CENTER', 'UPPER', 'Tahoma', NULL, NULL, NULL, NULL, 0, 12, 'ALPHANUMERIC', NULL, NULL, NULL, NULL);",
"INSERT INTO TableFormControl (FkFormId, FkParentId, Name, FormControlFunction1, FormControlFunction2, TypeNo, Type, Width, Height, LocationX, LocationY, StartPosition, Caption1, Caption2, List, Dock, Alignment, TextAlignment, CharacterCasing, Font, Icon, ToolTip, Image, ImageSelected, FontAutoHeight, FontSize, InputType, TextImageRelation, BackColor, ForeColor, KeyboardValue) VALUES (2, 0, 'PAYMENT', 'CASH_PAYMENT', NULL, 1, 'BUTTON', 150, 187, 396, 404, NULL, 'CASH', NULL, NULL, NULL, NULL, 'CENTER', 'UPPER', 'Tahoma', NULL, NULL, NULL, NULL, 0, 12, 'ALPHANUMERIC', NULL, NULL, NULL, NULL);",
"INSERT INTO TableFormControl (FkFormId, FkParentId, Name, FormControlFunction1, FormControlFunction2, TypeNo, Type, Width, Height, LocationX, LocationY, StartPosition, Caption1, Caption2, List, Dock, Alignment, TextAlignment, CharacterCasing, Font, Icon, ToolTip, Image, ImageSelected, FontAutoHeight, FontSize, InputType, TextImageRelation, BackColor, ForeColor, KeyboardValue) VALUES (2, 0, 'PAYMENT', 'CREDIT_PAYMENT', NULL, 1, 'BUTTON', 150, 110, 396, 592, NULL, 'CREDIT CARD', NULL, NULL, NULL, NULL, 'CENTER', 'UPPER', 'Tahoma', NULL, NULL, NULL, NULL, 0, 12, 'ALPHANUMERIC', NULL, NULL, NULL, NULL);",

"INSERT INTO TableFormControl (FkFormId, FkParentId, Name, FormControlFunction1, FormControlFunction2, TypeNo, Type, Width, Height, LocationX, LocationY, StartPosition, Caption1, Caption2, List, Dock, Alignment, TextAlignment, CharacterCasing, Font, Icon, ToolTip, Image, ImageSelected, FontAutoHeight, FontSize, InputType, TextImageRelation, BackColor, ForeColor, KeyboardValue) VALUES (2, 0, 'CASH2000', 'CASH_PAYMENT', NULL, 1, 'BUTTON', 150, 98, 245, 404, NULL, '20 £', NULL, NULL, NULL, NULL, 'CENTER', 'UPPER', 'Tahoma', NULL, NULL, NULL, NULL, 0, 12, 'ALPHANUMERIC', NULL, NULL, NULL, NULL);",
"INSERT INTO TableFormControl (FkFormId, FkParentId, Name, FormControlFunction1, FormControlFunction2, TypeNo, Type, Width, Height, LocationX, LocationY, StartPosition, Caption1, Caption2, List, Dock, Alignment, TextAlignment, CharacterCasing, Font, Icon, ToolTip, Image, ImageSelected, FontAutoHeight, FontSize, InputType, TextImageRelation, BackColor, ForeColor, KeyboardValue) VALUES (2, 0, 'CASH5000', 'CASH_PAYMENT', NULL, 1, 'BUTTON', 150, 99, 245, 503, NULL, '50 £', NULL, NULL, NULL, NULL, 'CENTER', 'UPPER', 'Tahoma', NULL, NULL, NULL, NULL, 0, 12, 'ALPHANUMERIC', NULL, NULL, NULL, NULL);",
"INSERT INTO TableFormControl (FkFormId, FkParentId, Name, FormControlFunction1, FormControlFunction2, TypeNo, Type, Width, Height, LocationX, LocationY, StartPosition, Caption1, Caption2, List, Dock, Alignment, TextAlignment, CharacterCasing, Font, Icon, ToolTip, Image, ImageSelected, FontAutoHeight, FontSize, InputType, TextImageRelation, BackColor, ForeColor, KeyboardValue) VALUES (2, 0, 'CASH10000', 'CASH_PAYMENT', NULL, 1, 'BUTTON', 150, 99, 245, 603, NULL, '100 £', NULL, NULL, NULL, NULL, 'CENTER', 'UPPER', 'Tahoma', NULL, NULL, NULL, NULL, 0, 12, 'ALPHANUMERIC', NULL, NULL, NULL, NULL);",
};

foreach (string strQuery in straQueries)
Expand Down

0 comments on commit 10cf2e6

Please sign in to comment.