Open-Source-Python-POS-and-Accounting-Software icon indicating copy to clipboard operation
Open-Source-Python-POS-and-Accounting-Software copied to clipboard

Main Interface errors

Open asmahai1399 opened this issue 3 years ago • 0 comments

Traceback (most recent call last): File "c:\Users\HP.vscode\Open-Source-Python-POS-and-Accounting-Software\mainInterface.py", line 106, in main() File "c:\Users\HP.vscode\Open-Source-Python-POS-and-Accounting-Software\mainInterface.py", line 102, in main mainInterface(None).Show() File "c:\Users\HP.vscode\Open-Source-Python-POS-and-Accounting-Software\mainInterface.py", line 32, in init self.m_salesPanel = cashSalePanel( self.m_notebook1, "Cash Sale" ) File "c:\Users\HP.vscode\Open-Source-Python-POS-and-Accounting-Software\salesPanel.py", line 7, in init terminalPanel.init(self, parent, transactionButtonName) File "c:\Users\HP.vscode\Open-Source-Python-POS-and-Accounting-Software\terminalFrontEnd.py", line 97, in init self.bSizerTopSecondRowCartInfo.Add( self.totalBill, 1, wx.EXPAND|wx.ALL|wx.ALIGN_CENTRE_VERTICAL, 5 ) wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_CENTRE_VERTICAL)" failed at ....\src\common\sizer.cpp(2147) in wxBoxSizer::DoInsert(): Vertical alignment flags are ignored in vertical sizers

asmahai1399 avatar Jan 25 '22 20:01 asmahai1399