da929ad036
Breaking Change: Renamed Discontinued to IsActive and added NA field to products. Cleanup: Removed not used attributes Change: RoleConstants changed to simple string Feature: Table Create/Edit/Reorder and Modifier Create/Edit Form Feature: Bills now show the Tax name from the database and not a hack
385 lines
18 KiB
C#
385 lines
18 KiB
C#
namespace Tanshu.Accounts.PointOfSale
|
|
{
|
|
partial class FoodTableForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.Label4 = new System.Windows.Forms.Label();
|
|
this.bsProductGroups = new System.Windows.Forms.BindingSource(this.components);
|
|
this.Label7 = new System.Windows.Forms.Label();
|
|
this.bsServiceTax = new System.Windows.Forms.BindingSource(this.components);
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtProductID = new System.Windows.Forms.TextBox();
|
|
this.txtCode = new System.Windows.Forms.TextBox();
|
|
this.Label2 = new System.Windows.Forms.Label();
|
|
this.txtUnits = new System.Windows.Forms.TextBox();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.txtPrice = new System.Windows.Forms.TextBox();
|
|
this.cmbVat = new System.Windows.Forms.ComboBox();
|
|
this.chkDiscontinued = new System.Windows.Forms.CheckBox();
|
|
this.txtServiceCharge = new System.Windows.Forms.TextBox();
|
|
this.btnAddProductGroup = new System.Windows.Forms.Button();
|
|
this.cmbProductGroup = new System.Windows.Forms.ComboBox();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtSortOrder = new System.Windows.Forms.TextBox();
|
|
this.txtFullPrice = new System.Windows.Forms.TextBox();
|
|
this.cmbServiceTax = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.chkIsScTaxable = new System.Windows.Forms.CheckBox();
|
|
this.bsVat = new System.Windows.Forms.BindingSource(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.bsProductGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsServiceTax)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsVat)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// Label4
|
|
//
|
|
this.Label4.AutoSize = true;
|
|
this.Label4.Location = new System.Drawing.Point(25, 82);
|
|
this.Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label4.Name = "Label4";
|
|
this.Label4.Size = new System.Drawing.Size(110, 17);
|
|
this.Label4.TabIndex = 15;
|
|
this.Label4.Text = "Price / Full Price";
|
|
//
|
|
// bsProductGroups
|
|
//
|
|
this.bsProductGroups.DataSource = typeof(Tanshu.Accounts.Entities.ProductGroup);
|
|
//
|
|
// Label7
|
|
//
|
|
this.Label7.AutoSize = true;
|
|
this.Label7.Location = new System.Drawing.Point(93, 174);
|
|
this.Label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label7.Name = "Label7";
|
|
this.Label7.Size = new System.Drawing.Size(48, 17);
|
|
this.Label7.TabIndex = 17;
|
|
this.Label7.Text = "Group";
|
|
//
|
|
// bsServiceTax
|
|
//
|
|
this.bsServiceTax.DataSource = typeof(Tanshu.Accounts.Entities.Tax);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(35, 142);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(105, 17);
|
|
this.label5.TabIndex = 16;
|
|
this.label5.Text = "Service Charge";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(16, 18);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(119, 17);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "Product ID / Code";
|
|
//
|
|
// txtProductID
|
|
//
|
|
this.txtProductID.Location = new System.Drawing.Point(149, 15);
|
|
this.txtProductID.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtProductID.Name = "txtProductID";
|
|
this.txtProductID.ReadOnly = true;
|
|
this.txtProductID.Size = new System.Drawing.Size(251, 22);
|
|
this.txtProductID.TabIndex = 12;
|
|
//
|
|
// txtCode
|
|
//
|
|
this.txtCode.AccessibleName = "";
|
|
this.txtCode.Location = new System.Drawing.Point(409, 15);
|
|
this.txtCode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtCode.Name = "txtCode";
|
|
this.txtCode.Size = new System.Drawing.Size(127, 22);
|
|
this.txtCode.TabIndex = 0;
|
|
this.txtCode.WordWrap = false;
|
|
//
|
|
// Label2
|
|
//
|
|
this.Label2.AutoSize = true;
|
|
this.Label2.Location = new System.Drawing.Point(48, 50);
|
|
this.Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Label2.Name = "Label2";
|
|
this.Label2.Size = new System.Drawing.Size(89, 17);
|
|
this.Label2.TabIndex = 14;
|
|
this.Label2.Text = "Name / Units";
|
|
//
|
|
// txtUnits
|
|
//
|
|
this.txtUnits.AccessibleName = "";
|
|
this.txtUnits.Location = new System.Drawing.Point(409, 47);
|
|
this.txtUnits.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtUnits.Name = "txtUnits";
|
|
this.txtUnits.Size = new System.Drawing.Size(127, 22);
|
|
this.txtUnits.TabIndex = 2;
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.AccessibleName = "";
|
|
this.txtName.Location = new System.Drawing.Point(149, 47);
|
|
this.txtName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(251, 22);
|
|
this.txtName.TabIndex = 1;
|
|
//
|
|
// txtPrice
|
|
//
|
|
this.txtPrice.AccessibleName = "";
|
|
this.txtPrice.Location = new System.Drawing.Point(149, 79);
|
|
this.txtPrice.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtPrice.Name = "txtPrice";
|
|
this.txtPrice.Size = new System.Drawing.Size(111, 22);
|
|
this.txtPrice.TabIndex = 3;
|
|
this.txtPrice.Text = "0";
|
|
//
|
|
// cmbVat
|
|
//
|
|
this.cmbVat.DataSource = this.bsVat;
|
|
this.cmbVat.DisplayMember = "Name";
|
|
this.cmbVat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbVat.Location = new System.Drawing.Point(284, 107);
|
|
this.cmbVat.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbVat.Name = "cmbVat";
|
|
this.cmbVat.Size = new System.Drawing.Size(116, 24);
|
|
this.cmbVat.TabIndex = 4;
|
|
this.cmbVat.ValueMember = "TaxID";
|
|
//
|
|
// chkDiscontinued
|
|
//
|
|
this.chkDiscontinued.AutoSize = true;
|
|
this.chkDiscontinued.Location = new System.Drawing.Point(409, 141);
|
|
this.chkDiscontinued.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chkDiscontinued.Name = "chkDiscontinued";
|
|
this.chkDiscontinued.Size = new System.Drawing.Size(112, 21);
|
|
this.chkDiscontinued.TabIndex = 7;
|
|
this.chkDiscontinued.Text = "Discontinued";
|
|
this.chkDiscontinued.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtServiceCharge
|
|
//
|
|
this.txtServiceCharge.AccessibleName = "Phone 1";
|
|
this.txtServiceCharge.Location = new System.Drawing.Point(149, 139);
|
|
this.txtServiceCharge.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtServiceCharge.Name = "txtServiceCharge";
|
|
this.txtServiceCharge.Size = new System.Drawing.Size(96, 22);
|
|
this.txtServiceCharge.TabIndex = 5;
|
|
this.txtServiceCharge.Text = "0";
|
|
//
|
|
// btnAddProductGroup
|
|
//
|
|
this.btnAddProductGroup.Location = new System.Drawing.Point(409, 171);
|
|
this.btnAddProductGroup.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnAddProductGroup.Name = "btnAddProductGroup";
|
|
this.btnAddProductGroup.Size = new System.Drawing.Size(128, 26);
|
|
this.btnAddProductGroup.TabIndex = 9;
|
|
this.btnAddProductGroup.Text = "Add Group";
|
|
//
|
|
// cmbProductGroup
|
|
//
|
|
this.cmbProductGroup.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsProductGroups, "ProductGroupID", true));
|
|
this.cmbProductGroup.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsProductGroups, "Name", true));
|
|
this.cmbProductGroup.DataSource = this.bsProductGroups;
|
|
this.cmbProductGroup.DisplayMember = "Name";
|
|
this.cmbProductGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbProductGroup.Location = new System.Drawing.Point(149, 171);
|
|
this.cmbProductGroup.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbProductGroup.Name = "cmbProductGroup";
|
|
this.cmbProductGroup.Size = new System.Drawing.Size(251, 24);
|
|
this.cmbProductGroup.TabIndex = 8;
|
|
this.cmbProductGroup.ValueMember = "ProductGroupID";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(437, 204);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(100, 92);
|
|
this.btnCancel.TabIndex = 11;
|
|
this.btnCancel.Text = "&Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(329, 204);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(100, 92);
|
|
this.btnOk.TabIndex = 10;
|
|
this.btnOk.Text = "&Ok";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(261, 142);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(34, 17);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "Sort";
|
|
//
|
|
// txtSortOrder
|
|
//
|
|
this.txtSortOrder.AccessibleName = "";
|
|
this.txtSortOrder.Location = new System.Drawing.Point(304, 139);
|
|
this.txtSortOrder.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtSortOrder.Name = "txtSortOrder";
|
|
this.txtSortOrder.Size = new System.Drawing.Size(96, 22);
|
|
this.txtSortOrder.TabIndex = 6;
|
|
this.txtSortOrder.Text = "0";
|
|
//
|
|
// txtFullPrice
|
|
//
|
|
this.txtFullPrice.AccessibleName = "";
|
|
this.txtFullPrice.Location = new System.Drawing.Point(268, 79);
|
|
this.txtFullPrice.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtFullPrice.Name = "txtFullPrice";
|
|
this.txtFullPrice.Size = new System.Drawing.Size(104, 22);
|
|
this.txtFullPrice.TabIndex = 19;
|
|
this.txtFullPrice.Text = "0";
|
|
//
|
|
// cmbServiceTax
|
|
//
|
|
this.cmbServiceTax.DataSource = this.bsServiceTax;
|
|
this.cmbServiceTax.DisplayMember = "Name";
|
|
this.cmbServiceTax.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbServiceTax.Location = new System.Drawing.Point(149, 107);
|
|
this.cmbServiceTax.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbServiceTax.Name = "cmbServiceTax";
|
|
this.cmbServiceTax.Size = new System.Drawing.Size(127, 24);
|
|
this.cmbServiceTax.TabIndex = 20;
|
|
this.cmbServiceTax.ValueMember = "TaxID";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(25, 110);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(115, 17);
|
|
this.label6.TabIndex = 21;
|
|
this.label6.Text = "Service Tax / Vat";
|
|
//
|
|
// chkIsScTaxable
|
|
//
|
|
this.chkIsScTaxable.AutoSize = true;
|
|
this.chkIsScTaxable.Location = new System.Drawing.Point(409, 109);
|
|
this.chkIsScTaxable.Margin = new System.Windows.Forms.Padding(4);
|
|
this.chkIsScTaxable.Name = "chkIsScTaxable";
|
|
this.chkIsScTaxable.Size = new System.Drawing.Size(114, 21);
|
|
this.chkIsScTaxable.TabIndex = 22;
|
|
this.chkIsScTaxable.Text = "Is Sc Taxable";
|
|
this.chkIsScTaxable.UseVisualStyleBackColor = true;
|
|
//
|
|
// bsVat
|
|
//
|
|
this.bsVat.DataSource = typeof(Tanshu.Accounts.Entities.Tax);
|
|
//
|
|
// ProductForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(553, 340);
|
|
this.Controls.Add(this.chkIsScTaxable);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.cmbServiceTax);
|
|
this.Controls.Add(this.txtFullPrice);
|
|
this.Controls.Add(this.txtSortOrder);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.btnAddProductGroup);
|
|
this.Controls.Add(this.cmbProductGroup);
|
|
this.Controls.Add(this.chkDiscontinued);
|
|
this.Controls.Add(this.txtServiceCharge);
|
|
this.Controls.Add(this.Label7);
|
|
this.Controls.Add(this.txtPrice);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.cmbVat);
|
|
this.Controls.Add(this.txtUnits);
|
|
this.Controls.Add(this.txtName);
|
|
this.Controls.Add(this.Label2);
|
|
this.Controls.Add(this.txtCode);
|
|
this.Controls.Add(this.txtProductID);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.Label4);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ProductForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Products";
|
|
this.Load += new System.EventHandler(this.Products_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bsProductGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsServiceTax)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsVat)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
internal System.Windows.Forms.Label Label4;
|
|
internal System.Windows.Forms.Label Label7;
|
|
private System.Windows.Forms.BindingSource bsProductGroups;
|
|
private System.Windows.Forms.BindingSource bsServiceTax;
|
|
internal System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtProductID;
|
|
internal System.Windows.Forms.TextBox txtCode;
|
|
internal System.Windows.Forms.Label Label2;
|
|
internal System.Windows.Forms.TextBox txtUnits;
|
|
internal System.Windows.Forms.TextBox txtName;
|
|
internal System.Windows.Forms.TextBox txtPrice;
|
|
internal System.Windows.Forms.ComboBox cmbVat;
|
|
private System.Windows.Forms.CheckBox chkDiscontinued;
|
|
internal System.Windows.Forms.TextBox txtServiceCharge;
|
|
internal System.Windows.Forms.Button btnAddProductGroup;
|
|
internal System.Windows.Forms.ComboBox cmbProductGroup;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnOk;
|
|
internal System.Windows.Forms.Label label1;
|
|
internal System.Windows.Forms.TextBox txtSortOrder;
|
|
internal System.Windows.Forms.TextBox txtFullPrice;
|
|
internal System.Windows.Forms.ComboBox cmbServiceTax;
|
|
internal System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.CheckBox chkIsScTaxable;
|
|
private System.Windows.Forms.BindingSource bsVat;
|
|
}
|
|
} |