Browse Source

Nov 23 [FIX] : Bug Fixed report generator modules

pull/232/head
AjmalCybro 2 years ago
parent
commit
47be32e906
  1. 2
      inventory_report_generator/__manifest__.py
  2. 17
      inventory_report_generator/static/src/css/inventory_report.css
  3. 2
      inventory_report_generator/static/src/js/inventory_report.js
  4. 5
      inventory_report_generator/static/src/xml/inventory_report_view.xml
  5. 2
      inventory_report_generator/views/inventory_report.xml
  6. 2
      pos_report_generator/__manifest__.py
  7. 13
      pos_report_generator/static/src/css/pos_report.css
  8. 3
      pos_report_generator/static/src/xml/pos_report_view.xml
  9. 2
      purchase_report_generator/__manifest__.py
  10. 17
      purchase_report_generator/static/src/css/purchase_report.css
  11. 3
      purchase_report_generator/static/src/xml/purchase_report_view.xml

2
inventory_report_generator/__manifest__.py

@ -21,7 +21,7 @@
{ {
'name': 'Inventory All In One Report Generator', 'name': 'Inventory All In One Report Generator',
'version': '15.0.1.1.1', 'version': '15.0.1.0.1',
'summary': "Dynamic Inventory Report Generator", 'summary': "Dynamic Inventory Report Generator",
'description': "Dynamic Inventory Report Generator", 'description': "Dynamic Inventory Report Generator",
'category': 'Inventory', 'category': 'Inventory',

17
inventory_report_generator/static/src/css/inventory_report.css

@ -4,11 +4,6 @@
border-radius: 5px; border-radius: 5px;
padding: 10px; padding: 10px;
} }
.apply_sale{
margin-right: 5px;
padding: 4px;
}
a.dropdown-toggle.report-type { a.dropdown-toggle.report-type {
margin: 10px; margin: 10px;
@ -44,15 +39,3 @@ tr.table_pr_head th {
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
} }
ul.dropdown-menu.show {
height: 40px;
background-color: #eeeeee;
width: 200px;
}
ul.dropdown-menu.show li {
margin-left: 10px;
}
ul.dropdown-menu.show a{
color: #221c1c;
}

2
inventory_report_generator/static/src/js/inventory_report.js

@ -226,6 +226,6 @@ odoo.define('inventory_report_generator.inventory_report', function(require) {
}, },
}); });
core.action_registry.add("inv_r", InventoryReport); core.action_registry.add("p_r", InventoryReport);
return InventoryReport; return InventoryReport;
}); });

5
inventory_report_generator/static/src/xml/inventory_report_view.xml

@ -81,9 +81,10 @@
</select> </select>
<span id="report_res"/> <span id="report_res"/>
</div> </div>
<div style=""> <div>
<button type="button" id="apply_filter" class="btn btn-primary" <button type="button" id="apply_filter" class="btn btn-primary"
style="top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad; width: 100px;"> style="margin-right: 5px;
padding: 4px;top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad;">
Apply Apply
</button> </button>
</div> </div>

2
inventory_report_generator/views/inventory_report.xml

@ -2,7 +2,7 @@
<odoo> <odoo>
<record id="inventory_all_report_action" model="ir.actions.client"> <record id="inventory_all_report_action" model="ir.actions.client">
<field name="name">All In One Inventory Report</field> <field name="name">All In One Inventory Report</field>
<field name="tag">inv_r</field> <field name="tag">p_r</field>
</record> </record>
<menuitem action="inventory_all_report_action" parent="stock.menu_valuation" <menuitem action="inventory_all_report_action" parent="stock.menu_valuation"

2
pos_report_generator/__manifest__.py

@ -21,7 +21,7 @@
{ {
'name': 'POS All in One Report Generator', 'name': 'POS All in One Report Generator',
'version': '15.0.1.1.1', 'version': '15.0.1.0.1',
'summary': "Dynamic Point Of Sale Report Maker", 'summary': "Dynamic Point Of Sale Report Maker",
'description': "Dynamic Point Of Sale Report Maker", 'description': "Dynamic Point Of Sale Report Maker",
'category': 'Point of Sale', 'category': 'Point of Sale',

13
pos_report_generator/static/src/css/pos_report.css

@ -38,16 +38,3 @@ tr.table_pos_head th {
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
} }
ul.dropdown-menu.show {
height: 40px;
background-color: #eeeeee;
width: 200px;
}
ul.dropdown-menu.show li {
margin-left: 10px;
}
ul.dropdown-menu.show a{
color: #221c1c;
}

3
pos_report_generator/static/src/xml/pos_report_view.xml

@ -85,7 +85,8 @@
</div> </div>
<div style=""> <div style="">
<button type="button" id="apply_filter" class="btn btn-primary" <button type="button" id="apply_filter" class="btn btn-primary"
style="top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad; width: 100px;"> style="margin-right: 5px;
padding: 4px;top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad;">
Apply Apply
</button> </button>
</div> </div>

2
purchase_report_generator/__manifest__.py

@ -21,7 +21,7 @@
{ {
'name': 'Purchase All In One Report Generator', 'name': 'Purchase All In One Report Generator',
'version': '15.0.1.1.1', 'version': '15.0.1.0.1',
'summary': "Dynamic Purchase Report Maker", 'summary': "Dynamic Purchase Report Maker",
'description': "Dynamic Purchase Report Maker", 'description': "Dynamic Purchase Report Maker",
'category': 'Purchase', 'category': 'Purchase',

17
purchase_report_generator/static/src/css/purchase_report.css

@ -4,11 +4,6 @@
border-radius: 5px; border-radius: 5px;
padding: 10px; padding: 10px;
} }
.apply_sale{
margin-right: 5px;
padding: 4px;
}
a.dropdown-toggle.report-type { a.dropdown-toggle.report-type {
margin: 10px; margin: 10px;
@ -44,15 +39,3 @@ tr.table_pr_head th {
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
} }
ul.dropdown-menu.show {
height: 40px;
background-color: #eeeeee;
width: 200px;
}
ul.dropdown-menu.show li {
margin-left: 10px;
}
ul.dropdown-menu.show a{
color: #221c1c;
}

3
purchase_report_generator/static/src/xml/purchase_report_view.xml

@ -85,7 +85,8 @@
</div> </div>
<div style=""> <div style="">
<button type="button" id="apply_filter" class="btn btn-primary" <button type="button" id="apply_filter" class="btn btn-primary"
style="top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad; width: 100px;"> style="margin-right: 5px;
padding: 4px;top: 0px; height: 42px; color: white; background-color: #7c7bad; border-color: #7c7bad;">
Apply Apply
</button> </button>
</div> </div>

Loading…
Cancel
Save