|
|
|
@ -6,194 +6,293 @@
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>586</width>
|
|
|
|
|
<height>419</height>
|
|
|
|
|
<width>759</width>
|
|
|
|
|
<height>552</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Company info</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>IC</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="ic"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VAT number</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="dic"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="vatPayer">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VAT payer</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
|
<widget class="QGroupBox" name="grpVat">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>VAT rates</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>High</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="vatHigh">
|
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>First lower</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="vatFirstLower">
|
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Second lower</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="vatSecondLower">
|
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Contact</string>
|
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
<property name="tabPosition">
|
|
|
|
|
<enum>QTabWidget::North</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Firm Name</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="firmName"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Street</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="street"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>House Number</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="houseNumber"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>City</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="city"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ZIP code</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="zipCode"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Logo</string>
|
|
|
|
|
<property name="tabShape">
|
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="elideMode">
|
|
|
|
|
<enum>Qt::ElideNone</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Logo</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Select file</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
<widget class="QWidget" name="tabBase">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Base settings</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Contact</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Firm Name</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="firmName"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Street</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="street"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>House Number</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="houseNumber"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>City</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="city"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ZIP code</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="zipCode"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Logo</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Logo</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Select file</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Company info</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>IC</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="ic"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VAT number</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="dic"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="vatPayer">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VAT payer</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
|
<widget class="QGroupBox" name="grpVat">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>VAT rates</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>High</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="vatHigh">
|
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>First lower</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="vatFirstLower">
|
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Second lower</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="vatSecondLower">
|
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tabNumSer">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Number series</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<item row="0" column="4">
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="season">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>120</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="btnEditName">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit name</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc.qrc">
|
|
|
|
|
<normaloff>:/icons/edit.svg</normaloff>:/icons/edit.svg</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Season</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="btnNew">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Create new</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../rc.qrc">
|
|
|
|
|
<normaloff>:/icons/new.svg</normaloff>:/icons/new.svg</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="flat">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" colspan="5">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Number series</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="tableNumSer"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<resources>
|
|
|
|
|
<include location="../rc.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|
|
|
|
|