Created export payables screen + basic invoice exporting BOD-139
This commit is contained in:
6
server/accounting/qbxml/qbxml-utils.js
Normal file
6
server/accounting/qbxml/qbxml-utils.js
Normal file
@@ -0,0 +1,6 @@
|
||||
exports.addQbxmlHeader = addQbxmlHeader = (xml) => {
|
||||
return `<?xml version="1.0" encoding="utf-8"?>
|
||||
<?qbxml version="13.0"?>
|
||||
${xml}
|
||||
`;
|
||||
};
|
||||
Reference in New Issue
Block a user